This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Signal Conditionning

Signal Conditionning

Component Documentation

Unit Test Plan

1 - Data Dictionary


Overview

Change Log
Variable Dictionary
Calibration Dictionary
Global Constants
Template
Help


Sheet 1: Change Log

StateOuputControl - Rev 2<- Global Program / Module Name


RevisionAuthorDateChange Description

Data Dictionary Type:Component
1.0NRAR14-May-12Initial Implementation



2SP23-May-13pdated to SF-33 ver 003




















































































































































































































































































































































Sheet 2: Variable Dictionary

StateOuputControl - 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




















SrlComVehSpeed_Kph_f32SrlCom_VehSpeed
Vehicle Speed from serial communication bus or calibrated default valueI

00350Single Precision Floating Point
Kphfloat32







VehicleSpeed_Kph_f32Vehicle_Speed
Vehicle Speed Value, conditioned to a safe rate of changeO

00350Single Precision Floating Point
Kphfloat32







CurrSrlComVehSpd_Kph_M_f32


M

00350Single Precision Floating Point
Kphfloat32







SrlCom_VehicleLonAccel_KphpS_f32


I

0-5050Single Precision Floating Point
KphPsfloat32







Vehicle_LonAccel_KphpS_f32


O

00
Single Precision Floating Point
KphPsfloat32







CurrSrlComVehLonAccel_KphpS_M_f32


M

0-180180Single Precision Floating Point
KphPsfloat32
























































































































































































































































































































































































































































































































































Sheet 3: Calibration Dictionary

StateOuputControl - 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_VehSpdSlewRate_KphpSec_f32SigCon_k_VehSpdSlewRate_KphpSec
Vehicle Speed Slew Rate (kph/sec)N

351255KphpSecfloat32




k_VehAccelSlewRate_KphpSecSq_f32SigCon_k_VehAccelSlewRate_KphpSecSq

N

1500999KphpSecSqfloat32





Sheet 4: Global Constants

StateOuputControl - 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
D_2MS_SEC_F32
secfloat0.002

















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































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:<NONCRITICAL>
#define <ROOTNAME><TAB>k_N_CalNC_Cnt_Str.<ROOTNAME>
<NONCRITICAL>
<SAFETYCRITICAL>
#define <ROOTNAME><TAB>k_S_CalSC_Cnt_Str.<ROOTNAME>
<SAFETYCRITICAL>










Source:










eCal:<NONCRITICAL>
k_N_CalNC_Cnt_Str.<ROOTNAME>
<NONCRITICAL>
<SAFETYCRITICAL>
k_S_CalSC_Cnt_Str.<ROOTNAME>
<SAFETYCRITICAL>
























Tuning:PIndex Range:










Header:<NONCRITICAL>
#define <ROOTNAME><TAB>k_N_CalNC_Cnt_Str.Personality[L3_S_CalPersSelect_Cnt_G_u16].<ROOTNAME>
<NONCRITICAL>
<SAFETYCRITICAL>
#define <ROOTNAME><TAB>k_S_CalSC_Cnt_Str.SC_Personality[L3_S_CalPersSelect_Cnt_G_u16].<ROOTNAME>
<SAFETYCRITICAL>










Source:










eCal:<NONCRITICAL>
k_N_CalNC_Cnt_Str.Personality[L3_S_CalPersSelect_Cnt_G_u16].<ROOTNAME>
<NONCRITICAL>
<SAFETYCRITICAL>
k_S_CalSC_Cnt_Str.SC_Personality[L3_S_CalPersSelect_Cnt_G_u16].<ROOTNAME>
<SAFETYCRITICAL>

















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.

2 - SignalConditioning_MDD

Module – Signal Conditioning

High-Level Description

This function conditions a signal received from SER prior to its distribution to other functions. Typical conditioning methods may include filters, slew rates, gain values or limits.

Figures

Diagram – Function Data Sharing


Variable Data Dictionary

For details on module input / output variable, refer to the Data Dictionary for the application. Input / output variable names are listed here for reference.

(Note: Full variable names required in table.)

(Note: All global variables including End Of Line data used should be shown here)

Module Inputs (Global Variable Name)Module Outputs (Global Variable Name)
SrlComVehSpd_Kph_f32VehSpd_Kph_f32
SrlCom_VehicleLonAccel_KphpS_f32Vehicle_LonAccel_KphpS_f32

Module Internal Variables

This section identifies the name, range and resolutions for module specific data created by this module. If there are no range restrictions on the variable, the term “FULL” is placed into the table for legal range.

Variable NameResolution

Legal Range

(min)

Legal Range

(max)

Software Segment
CurrSrlComVehSpd_Kph_M_f32Single precision floating point0350SIGNLCONDN_START_SEC_VAR_NOINIT_32
CurrSrlComVehLonAccel_KphpS_M_f32Single precision floating point-180180SIGNLCONDN_START_SEC_VAR_NOINIT_32

User defined typedef definition/declaration

This section documents any user types uniquely used for the module.

Typedef NameElement NameUser Defined Type

Legal Range

(min)

Legal Range

(max)

Constant Data Dictionary

Calibration Constants

This section lists the calibrations used by the module. For details on calibration constants, refer to the Data Dictionary for the application.

Constant Name
k_VehSpdSlewRate_KphpSec_f32
k_VehAccelSlewRate_KphpSecSq_f32

Program(fixed) Constants

Embedded Constants

All embedded constants whose values are provided in Eng units will be evaluated to the equivalent counts by using the FPM_InitFixedPoint_m() macro within the #define statement.

Local

Constant NameResolutionValue
D_VEHLONACCELGAIN_KPHPS_F32N/A3.6

Global

This section lists the global constants used by the module. For details on global constants, refer to the Data Dictionary for the application.

Constant Name
D_2MS_SEC_F32
BC_SIGNLCONDN_FAULTINJECTIONPOINT
FLTINJ_SRLCOMVEHSPD_SGNLCOND
FLTINJ_SRLCOMVEHLONACCEL_SGNLCOND


Module specific Lookup Tables Constants

(This is for lookup tables (arrays) with fixed values, same name as other tables)

Constant NameResolutionValueSoftware Segment
None

Lookup Table Definitions

Software Module Implementation

Initialization Functions

None

Periodic Functions

Per: SignlCondn _Per1

Design Rationale

NOTE: For “starttime” calculations there is tendency for underflow and this is expected in s/w design. So for unittesting, VBA model should be implemented

such that it handles underflow and behaves like source code design.

Program Flow Start

Rte_Call_SignlCondn_Per1_CP0_CheckpointReached()Store Module Inputs to Local copies

SrlComVehSpd_Kph_T_f32 = RteRte_IRead_SignlCondn_Per1_SrlComVehSpeed_Kph_f32

SrlComVehLonAccel_KphpS_T_f32 = Rte_IRead_SignlCondn_Per1_SrlCom_VehicleLonAccel_KphpS_f32()

Signal Conditioning

Store Local copy of outputs into Module Outputs

Rte_Iwrite_SignlCondn_Per1_VehicleSpeed_Kph_f32 (CurrSrlComVehSpd_Kph_M_f32)

Rte_IWrite_SignlCondn_Per1_Vehicle_LonAccel_KphpS_f32(CurrSrlComVehLonAccel_KphpS_M_f32)

Program Flow End

Rte_Call_SignlCondn_Per1_CP1_CheckpointReached()

Fault Recovery Functions

None

Shutdown Functions

None

Interrupt Functions

None

Serial Communication Functions

Requirements

Execution Sequence of the Module

Execution Rates for sub-modules called by the Scheduler

This table serves as reference for the Scheduler design

Function NameCalling FrequencySystem State(s) in which the function is called
SignlCondn_Per12 msALL States

Execution Requirements for Serial Communication Functions

Function NameSub-Module called by (Serial Comm Function Name)
None


Memory Map Definition Requirements

Sub Modules (Functions)

This table identifies the software segments for functions identified in this module.

Name of Sub ModuleSoftware Segment
SignlCondn_Per1

Local Functions

This table identifies the software segments for local functions identified in this module.

Name of Sub ModuleSoftware Segment


Known Issues / Limitations With Design

  1. INLINE functions defined in globalmacro.h are not unit tested


Revision Control Log

Item #Rev #Change DescriptionDateAuthor Initials
11.0Initial release14-May-12NRAR
22.0Updated as per FDDVer002, FaultInjectionPoint added to SrlComVehSpeed signal20-Aug-12NRAR
33.0Corrected Fault Injection function call05-Sep-12NRAR
44.0Added checkpoints and memmap software segment is updated for static variables25-Sep-12Selva
55.0Updated to SF-33 ver 00323-May-13SP

3 - SignlCondn_UnitTestReport


Overview

Unit Test Information
Module Definitions
Variable Range
SignlCondn_Per1
SignlCondn_Per1() B
SignlCondn_Per1() B(FLTING)


Sheet 1: Unit Test Information

1.0a






















Nexteer EPS Unit Test Tool






Rev:2.7b












Name of Tester:Rajsi Tyagi
Source files to be added to the .pjt file Must include path from 'Source Code Directory' setting on the Unit Test Tool Options dialog Include Files:

Code File(s) Under Test:Ap_SignlCondn.c



Code File(s) Version:7



Module Design Document:SignalConditioning_MDD.docx



Module Design Document Version:5



Unit Test Plan Version:5



Optimization Level:Level 2



Compiler (CodeGen) Version:TMS470_4.9.5



Model Type:Excel Macro



Model Version:Nexteer EPS Unit Test Tool 2.7b/ EPS Library 1.28



Special Test Requirements:




Test Date:06/05/2013



Comments:Note 1: Inline functions defined in globalmacro.h are not unit tested.



Index of Tests:




Test Set upTest WorksheetsTest StatusRun TS

SignlCondn_Per1SignlCondn_Per1() B----
24
32SignlCondn_Per1() B(FLTING)----
32










































































































































































































































































Sheet 2: Module Definitions









































Nexteer EPS Unit Test Tool












Rev:2.7b












Module Definitions
Module Test Functions
Module Set/Read Variables
Module Function Stubs
Return TypeNameParameter Prototype
ScopeTypeNameDefault Value
Return TypeNameParameter Prototype
voidSignlCondn_Per1(void)
GfloatSrlComVehSpeed_Kph_f32

voidRte_Call_SignlCondn_Per1_CP0_CheckpointReached(void)




MfloatCurrSrlComVehSpd_Kph_M_f32

voidRte_Call_SignlCondn_Per1_CP1_CheckpointReached(void)




Gfloatk_VehSpdSlewRate_KphpSec_f32

floatRte_Call_FltInjection_SCom_FltInjection1(void)




GfloatVehicleSpeed_Kph_f32

floatRte_Call_FltInjection_SCom_FltInjection2(void)




Guint8BC_SIGNLCONDN_FAULTINJECTIONPOINT








GfloatSrlCom_VehicleLonAccel_KphpS_f32








GfloatVehicle_LonAccel_KphpS_f32








MfloatCurrSrlComVehLonAccel_KphpS_M_f32








Gfloatk_VehAccelSlewRate_KphpSecSq_f32





Sheet 3: Variable Range















































Nexteer EPS Unit Test Tool












Rev:2.7b
























Variable Range Definitions








Variable NameMax ValueMin Value








SrlComVehSpeed_Kph_f32










CurrSrlComVehSpd_Kph_M_f32










k_VehSpdSlewRate_KphpSec_f32










VehicleSpeed_Kph_f32










BC_SIGNLCONDN_FAULTINJECTIONPOINT










SrlCom_VehicleLonAccel_KphpS_f32










Vehicle_LonAccel_KphpS_f32










CurrSrlComVehLonAccel_KphpS_M_f32










k_VehAccelSlewRate_KphpSecSq_f32










Rte_Call_FltInjection_SCom_FltInjection[2]











Sheet 4: SignlCondn_Per1




















Nexteer EPS Unit Test Tool






Rev:2.7b






Test Setup


Number Of Calibrations0


Number Of Calibration Sets0


Calibration Sheet















Function(s) Under TestVariablesFunction Stubs
Function NameTestTypeTest VectorsSetReadFunction Name
SignlCondn_Per1B24SrlComVehSpeed_Kph_f32CurrSrlComVehSpd_Kph_M_f32Rte_Call_SignlCondn_Per1_CP0_CheckpointReached
SignlCondn_Per1B(FLTING)32SrlCom_VehicleLonAccel_KphpS_f32CurrSrlComVehLonAccel_KphpS_M_f32Rte_Call_SignlCondn_Per1_CP1_CheckpointReached



BC_SIGNLCONDN_FAULTINJECTIONPOINTVehicleSpeed_Kph_f32Rte_Call_FltInjection_SCom_FltInjection1



CurrSrlComVehSpd_Kph_M_f32Vehicle_LonAccel_KphpS_f32Rte_Call_FltInjection_SCom_FltInjection2



k_VehSpdSlewRate_KphpSec_f32




CurrSrlComVehLonAccel_KphpS_M_f32




k_VehAccelSlewRate_KphpSecSq_f32
































Sheet 5: SignlCondn_Per1() B

SignlCondn_Per1TS--
--























BI/PI/PI/PI/PI/PI/PI/PFunc Stub
Return Val
Func Stub
Return Val
O/PO/PO/PO/PFunc Stub
Counter
Func Stub
Counter
Func Stub
Counter
Func Stub
Counter
Expected
O/P
Expected
O/P
Expected
O/P
Expected
O/P
Expected
Stub Cnt
Expected
Stub Cnt
Expected
Stub Cnt
Expected
Stub Cnt
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionSrlComVehSpeed_Kph_f32SrlCom_VehicleLonAccel_KphpS_f32BC_SIGNLCONDN_FAULTINJECTIONPOINTCurrSrlComVehSpd_Kph_M_f32k_VehSpdSlewRate_KphpSec_f32CurrSrlComVehLonAccel_KphpS_M_f32k_VehAccelSlewRate_KphpSecSq_f32Rte_Call_FltInjection_SCom_FltInjection1Rte_Call_FltInjection_SCom_FltInjection2CurrSrlComVehSpd_Kph_M_f32CurrSrlComVehLonAccel_KphpS_M_f32VehicleSpeed_Kph_f32Vehicle_LonAccel_KphpS_f32Rte_Call_SignlCondn_Per1_CP0_CheckpointReachedRte_Call_SignlCondn_Per1_CP1_CheckpointReachedRte_Call_FltInjection_SCom_FltInjection1Rte_Call_FltInjection_SCom_FltInjection2CurrSrlComVehSpd_Kph_M_f32CurrSrlComVehLonAccel_KphpS_M_f32VehicleSpeed_Kph_f32Vehicle_LonAccel_KphpS_f32Rte_Call_SignlCondn_Per1_CP0_CheckpointReachedRte_Call_SignlCondn_Per1_CP1_CheckpointReachedRte_Call_FltInjection_SCom_FltInjection1Rte_Call_FltInjection_SCom_FltInjection2P/FCPU Cycles
1SrlComVehSpeed_Kph_f32 min0-10023-5712300----------------1.99399995803833-56.75400161743161.99399995803833-56.75400161743161100--

2SrlComVehSpeed_Kph_f32 max3501201992107623400----------------199.41999816894575.5319976806641199.41999816894575.53199768066411100--

3SrlComVehSpeed_Kph_f32 pos100-403710-4734500----------------37.0200004577637-46.31000137329137.0200004577637-46.3100013732911100--

4SrlCom_VehicleLonAccel_KphpS_f32 min25-5002131585645600----------------212.68400573730555.0880012512207212.68400573730555.08800125122071100--

5SrlCom_VehicleLonAccel_KphpS_f32 max5550043120-3856700----------------43.2400016784668-36.866001129150443.2400016784668-36.86600112915041100--

6SrlCom_VehicleLonAccel_KphpS_f32 zero780025338867800----------------25.065999984741286.643997192382825.065999984741286.64399719238281100--

7SrlCom_VehicleLonAccel_KphpS_f32 neg6-1402591272678900----------------258.74600219726624.4220008850098258.74600219726624.42200088500981100--

8SrlCom_VehicleLonAccel_KphpS_f32 pos12123034075-855300----------------339.850006103516-84.8939971923828339.850006103516-84.89399719238281100--

9CurrSrlComVehSpd_Kph_M_f32 min3003500342525700----------------0.06800000369548825.51399993896480.06800000369548825.51399993896481100--

10CurrSrlComVehSpd_Kph_M_f32 max123-14035077-7825600----------------349.846008300781-77.4879989624023349.846008300781-77.48799896240231100--

11CurrSrlComVehSpd_Kph_M_f32 pos2354501703712514300----------------170.074005126953125.286003112793170.074005126953125.2860031127931100--

12k_VehSpdSlewRate_KphpSec_f32 min215-70641-1452500----------------64.0019989013672-144.94999694824264.0019989013672-144.9499969482421100--

13k_VehSpdSlewRate_KphpSec_f32 max2432038255166700----------------37.490001678466816.134000778198237.490001678466816.13400077819821100--

14k_VehSpdSlewRate_KphpSec_f32 pos56-3208790-1284300----------------86.8199996948242-127.91400146484486.8199996948242-127.9140014648441100--

15CurrSrlComVehLonAccel_KphpS_M_f32min7517011427-1808500----------------113.945999145508-179.830001831055113.945999145508-179.8300018310551100--

16CurrSrlComVehLonAccel_KphpS_M_f32 max3770215718027800----------------214.985992431641179.444000244141214.985992431641179.4440002441411100--

17CurrSrlComVehLonAccel_KphpS_M_f32 zero123-14035077025600----------------349.846008300781-0.512000024318695349.846008300781-0.5120000243186951100--

18CurrSrlComVehLonAccel_KphpS_M_f32 neg3122104577-322400----------------45.1539993286133-31.951999664306645.1539993286133-31.95199966430661100--

19CurrSrlComVehLonAccel_KphpS_M_f32 pos16546087168287500----------------87.335998535156328.149999618530387.335998535156328.14999961853031100--

20k_VehAccelSlewRate_KphpSecSq_f32 min78-703521375000----------------35.42599868774417535.4259986877441751100--

21k_VehAccelSlewRate_KphpSecSq_f32 max864088178-4399900----------------87.6439971923828-41.001998901367287.6439971923828-41.00199890136721100--

22k_VehAccelSlewRate_KphpSecSq_f32 pos371046532612300----------------45.894001007080125.75399971008345.894001007080125.7539997100831100--

23All min0-50001-180000----------------0-1800-1801100--

24All max35050035025518099900----------------3501803501801100--














































































































































































































































































































Sheet 6: SignlCondn_Per1() B(FLTING)

SignlCondn_Per1TS--
--























B(FLTING)I/PI/PI/PI/PI/PI/PI/PFunc Stub
Return Val
Func Stub
Return Val
O/PO/PO/PO/PFunc Stub
Counter
Func Stub
Counter
Func Stub
Counter
Func Stub
Counter
Expected
O/P
Expected
O/P
Expected
O/P
Expected
O/P
Expected
Stub Cnt
Expected
Stub Cnt
Expected
Stub Cnt
Expected
Stub Cnt
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionSrlComVehSpeed_Kph_f32SrlCom_VehicleLonAccel_KphpS_f32BC_SIGNLCONDN_FAULTINJECTIONPOINTCurrSrlComVehSpd_Kph_M_f32k_VehSpdSlewRate_KphpSec_f32CurrSrlComVehLonAccel_KphpS_M_f32k_VehAccelSlewRate_KphpSecSq_f32Rte_Call_FltInjection_SCom_FltInjection1Rte_Call_FltInjection_SCom_FltInjection2CurrSrlComVehSpd_Kph_M_f32CurrSrlComVehLonAccel_KphpS_M_f32VehicleSpeed_Kph_f32Vehicle_LonAccel_KphpS_f32Rte_Call_SignlCondn_Per1_CP0_CheckpointReachedRte_Call_SignlCondn_Per1_CP1_CheckpointReachedRte_Call_FltInjection_SCom_FltInjection1Rte_Call_FltInjection_SCom_FltInjection2CurrSrlComVehSpd_Kph_M_f32CurrSrlComVehLonAccel_KphpS_M_f32VehicleSpeed_Kph_f32Vehicle_LonAccel_KphpS_f32Rte_Call_SignlCondn_Per1_CP0_CheckpointReachedRte_Call_SignlCondn_Per1_CP1_CheckpointReachedRte_Call_FltInjection_SCom_FltInjection1Rte_Call_FltInjection_SCom_FltInjection2P/FCPU Cycles
1SrlComVehSpeed_Kph_f32 min0-10123-5712312-10----------------2.00600004196167-56.75400161743162.00600004196167-56.75400161743161111--

2SrlComVehSpeed_Kph_f32 max350121199210762342310----------------198.58000183105575.5319976806641198.58000183105575.53199768066411111--

3SrlComVehSpeed_Kph_f32 pos100-413710-4734534-20----------------36.9799995422363-47.68999862670936.9799995422363-47.6899986267091111--

4SrlCom_VehicleLonAccel_KphpS_f32 min25-501213158564564520----------------212.68400573730556.9119987487793212.68400573730556.91199874877931111--

5SrlCom_VehicleLonAccel_KphpS_f32 max5550143120-3856756-30----------------43.2400016784668-39.133998870849643.2400016784668-39.13399887084961111--

6SrlCom_VehicleLonAccel_KphpS_f32 zero78012533886786730----------------25.065999984741289.356002807617225.065999984741289.35600280761721111--

7SrlCom_VehicleLonAccel_KphpS_f32 neg6-1412591272678978-40----------------258.74600219726624.4220008850098258.74600219726624.42200088500981111--

8SrlCom_VehicleLonAccel_KphpS_f32 pos12123134075-85538940----------------339.850006103516-84.8939971923828339.850006103516-84.89399719238281111--

9CurrSrlComVehSpd_Kph_M_f32 min3003510342525790-11----------------0.06800000369548824.48600006103520.06800000369548824.48600006103521111--

10CurrSrlComVehSpd_Kph_M_f32 max123-14135077-7825612311----------------349.846008300781-77.4879989624023349.846008300781-77.48799896240231111--

11CurrSrlComVehSpd_Kph_M_f32 pos2354511703712514312322----------------169.925994873047124.713996887207169.925994873047124.7139968872071111--

12k_VehSpdSlewRate_KphpSec_f32 min215-71641-14525145-22----------------64.0019989013672-144.94999694824264.0019989013672-144.9499969482421111--

13k_VehSpdSlewRate_KphpSec_f32 max2432138255166715633----------------38.509998321533216.134000778198238.509998321533216.13400077819821111--

14k_VehSpdSlewRate_KphpSec_f32 pos56-3218790-12843167-33----------------87.1800003051758-127.91400146484487.1800003051758-127.9140014648441111--

15CurrSrlComVehLonAccel_KphpS_M_f32min7517111427-1808517844----------------114.054000854492-179.830001831055114.054000854492-179.8300018310551111--

16CurrSrlComVehLonAccel_KphpS_M_f32 max37712157180278189-44----------------214.985992431641179.444000244141214.985992431641179.4440002441411111--

17CurrSrlComVehLonAccel_KphpS_M_f32 zero123-1413507702561906----------------349.8460083007810.512000024318695349.8460083007810.5120000243186951111--

18CurrSrlComVehLonAccel_KphpS_M_f32 neg3122114577-3224234-21----------------45.1539993286133-32.048000335693445.1539993286133-32.04800033569341111--

19CurrSrlComVehLonAccel_KphpS_M_f32 pos16546187168287524534----------------87.335998535156328.149999618530387.335998535156328.14999961853031111--

20k_VehAccelSlewRate_KphpSecSq_f32 min78-7135213750256-27----------------35.42599868774417535.4259986877441751111--

21k_VehAccelSlewRate_KphpSecSq_f32 max864188178-4399926732----------------88.3560028076172-41.001998901367288.3560028076172-41.00199890136721111--

22k_VehAccelSlewRate_KphpSecSq_f32 pos3711465326123278-43----------------46.105998992919925.75399971008346.105998992919925.7539997100831111--

23Rte_Call_FltInjection_SCom_FltInjection1 min65-614321-8358022----------------42.9580001831055-82.884002685546942.9580001831055-82.88400268554691111--

24Rte_Call_FltInjection_SCom_FltInjection1 max2821251466828835043----------------25.291999816894568.575996398925825.291999816894568.57599639892581111--

25Rte_Call_FltInjection_SCom_FltInjection1 pos906167175-58533213-5----------------67.3499984741211-56.933998107910267.3499984741211-56.93399810791021111--

26Rte_Call_FltInjection_SCom_FltInjection2 min33-121256166178344289-50----------------256.332000732422177.311996459961256.332000732422177.3119964599611111--

27Rte_Call_FltInjection_SCom_FltInjection2 max143431123185-17677722150----------------123.370002746582-174.445999145508123.370002746582-174.4459991455081111--

28Rte_Call_FltInjection_SCom_FltInjection2 zero45-51145187113662560----------------145.37399291992210.2679996490479145.37399291992210.26799964904791111--

29Rte_Call_FltInjection_SCom_FltInjection2 neg7725118614516676321-43----------------186.289993286133165.848007202148186.289993286133165.8480072021481111--

30Rte_Call_FltInjection_SCom_FltInjection2 pos47-21116665-272531425----------------166.130004882813-26.9500007629395166.130004882813-26.95000076293951111--

31All min0-50101-18000-50----------------0-1800-1801111--

32All max35050135025518099935050----------------3501803501801111--