Data Dictionary


Overview

Change Log
Variable Dictionary
Calibration Dictionary
Global Constants
Template
Help


Sheet 1: Change Log

WIRInputQual - Rev 2<- Global Program / Module Name


RevisionAuthorDateChange Description

Data Dictionary Type:Component
1.0LW9-Feb-12Initial Version



2VK25-Jan-13Added ranges to cals




















































































































































































































































































































































Sheet 2: Variable Dictionary

WIRInputQual - Rev 2

IOMDN
Variable Information

YN










Range











Software Variable NameStandard Reference NameFDD ReferenceDescription[I]nput [O]uput [M]oduleInternal [D]isplay [N]onVolatileMemory UsageOEM1X, 1Y, 1Z, 1I, 1BS 2X, 2Y, 2Z, 2I, 2BS etc Graph SettingsInitalization ValueMinMaxResolutionUnit Test Tolerance (+/-)UnitsTypeMemory Segment






Variables




















SrlComLWhlSpdVld_Cnt_lgc


I

001N/A
Countsboolean







SrlComRWhlSpdVld_Cnt_lgc


I

001N/A
Countsboolean







SrlComLWhlSpd_Hz_f32


I

0040single precision floating point
Hzfloat32







SrlComRWhlSpd_Hz_f32


I

0040single precision floating point
Hzfloat32







QualWhlFreqL_Hz_f32
SER
O

0040single precision floating point2.08E-02Hzfloat32







QualWhlFreqR_Hz_f32
SER
O

0040single precision floating point2.08E-02Hzfloat32







WhlFreqQualified_Cnt_lgc
SER
O

101N/A0.00E+00Countsboolean







PrevQualWhlSpdLeft_Hz_M_f32
SER
M

0040single precision floating point2.08E-02Hzfloat32







PrevQualWhlSpdRight_Hz_M_f32
SER
M

0040single precision floating point2.08E-02Hzfloat32







QualLevelLeft_Cnt_M_u16
SER
M

0

10.00E+00Countsuint16







QualLevelRight_Cnt_M_u16
SER
M

0

10.00E+00Countsuint16







QualErrAccLeft_Cnt_M_u16
SER
M

0

10.00E+00Countsuint16







QualErrAccRight_Cnt_M_u16
SER
M

0

10.00E+00Countsuint16








Sheet 3: Calibration Dictionary

WIRInputQual - Rev 2


N
Calibration InformationAchieved in Software Design



Y








Range





P
Software Calibration NameStandard Reference NameFDD ReferenceDescriptionTuning SetOEM1X, 1Y, 1Z, 1I, 1BS 2X, 2Y, 2Z, 2I, 2BS etc Graph SettingsDefault ValueMinMaxUnitsTypeMemory Segment



Calibrations















k_WhlSpdQPStep_Cnt_u16
SER
N

1010000Countsuint16




k_WhlSpdQLimit_Cnt_u16
SER
N

10010000Countsuint16




k_WhlSpdQNStep_Cnt_u16
SER
N

1010000Countsuint16




k_WhlSpdQualDiag_Cnt_Str
SER
N

{30, 10, 1}

CountsDiagSettings_Str




k_WhlSpdQualDiag_Cnt_Str.Threshold
SER
N

30065535Countsuint16




k_WhlSpdQualDiag_Cnt_Str.Pstep
SER
N

10065535Countsuint16




k_WhlSpdQualDiag_Cnt_Str.Nstep
SER
N

1065535Countsuint16




t_FreqScaleTblX_Hz_u7p9[6]T_FreqScaleTblXSER
Y

8, 9, 10, 23, 24, 25540Hzu7p9_T




t_FreqScaleTblY_Uls_u2p14[6]T_FreqScaleTblYSER
Y

0,0.5,1,1,0.5,001Unitlessu2p14_T





Sheet 4: Global Constants

WIRInputQual - Rev 2








































































Variable Information (Global Variables Only)

Achieved in Software DesignUsed in Module List





Layer 2Layer 3Layer 4Layer 5
Constant NameDescriptionUintsTypeEngineering ValueADCADC DiagnosticsData Memory VerificationDC Link Power ControlDSP Computational IntegrityDSP SPI driverEvent Manager DriverExternal Memory DriverFlash Programming ExecGPIOIllegal OpCode HandlerInterrupt HandlerMotor Current DriverMotor Driver DiagnosticsMotor Position DriverPhase Feedback CapturePowerdown ControlPrimary Shutdown ControlProgram FlowProgram Memory DiagnosticPWM Duty CycleRedundant Memory CheckRedundant Rapid ShutdownSchedulerStack MonitorState Dependent Task ListSystem Boot & StartupSystem ControlTemperature Sensor DiagnosticUnused Interrupt HandlerUtilization MonitorWatchdog DirverSmithBattery VoltageBattery Voltage DiagnosticsDiagnostic CTC ManagerDiagnostic ManagerDiagnostics Application ServicesEOL TorqueTestFlash Boot LoaderFlight RecorderHandwheel PositionHandwheel TorqueMotor Control Output ConversionMotor Position DiagnosticsMotor Position InitializationMotor VelocityMotor Velocity TachometerSerial Communications I/OSerial Communications ServicesStates and ModesTuning SelectVehicle Power ModeVehicle SpeedController PolarityCurrent EstimationHandwheel VelocityInverse Motor ModelMotor Temperature EstimationMotor Torque LimitOutput Reasonableness DianosticParameter EstimationQuadrant and rate DetectionActive Pull CompensationAssistDampingDuty CycleKinematic Integrity DiagnosticLong Term Vehicle Speed DiagnosticMax Assist LimitReturnState Output ControlTorque Output























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































Sheet 5: Template

2.2aData File:












Header:extern <TYPE><TAB><NAME>;









Source:#pragma DATA_SECTION(<ROOTNAME>, "<SEGMENT>");
<TYPE> <NAME>;










EOL Constants:












Header:extern <TYPE><TAB><NAME>;









Source:#pragma DATA_SECTION(<ROOTNAME>, "<SEGMENT>");
<TYPE> <NAME>;










Global (Embedded) Constants:












Header:#define <NAME><COL40><VALUE>









A2L Name












Measurement:rte_<SWC>_<NAME>









Calibration Constants:












Tuning ID:



















Tuning:NIndex Range:










Header:extern CONST(<AUTOSAR_TYPE>, CAL_CONST) <NAME>;









Source:#pragma DATA_SECTION(<ROOTNAME>, ".<SEGMENT>");
CONST(<AUTOSAR_TYPE>, CAL_CONST) <NAME> = <VALUE>;










eCal:<NAME>























Tuning:YIndex Range:










Header:extern CONST(<AUTOSAR_TYPE>, CAL_CONST) <NAME>;









Source:#pragma DATA_SECTION(<ROOTNAME>, ".<SEGMENT>");
CONST(<AUTOSAR_TYPE>, CAL_CONST) <NAME> = <VALUE>;










eCal:<NAME>























Tuning:PIndex Range:










Header:extern CONST(<AUTOSAR_TYPE>, CAL_CONST) <NAME>;









Source:#pragma DATA_SECTION(<ROOTNAME>, ".<SEGMENT>");
CONST(<AUTOSAR_TYPE>, CAL_CONST) <NAME> = <VALUE>;










eCal:<NAME>
















Sheet 6: Help

Short cutMacroSescription
Ctrl-qClearDataDictFilterWill clear all autofilters on the Global Data Dictionary




DFD_CreateCreates a Series of Data Flow Worksheet Pages from the information in the data dictionary. If Data Flow Worksheet pages already exist, they will be deleted first.

DFD_DeleteWill clear all Data Flow Diagram pages from the Data Dictionary. This will make the file smaller for archiving.

DFD_PrintFormate and prepares to print the Data Flow Worksheet pages.
Last modified October 12, 2025: Initial commit (0347a62)