This is the multi-page printable view of this section. Click here to print.
PAwTO
1 - Data Dictionary
Overview
Change LogVariable Dictionary
Calibration Dictionary
Global Constants
Template
Help
Sheet 1: Change Log
PAwTO - Rev 3.0 | <- Global Program / Module Name | ||||||
Revision | Author | Date | Change Description | Data Dictionary Type: | Component | ||
1.0 | Blake Latchford | 2-Nov-12 | Initial Creation | ||||
2 | BDO | 8-May-13 | Update to FDD 40B v004 | ||||
3 | MR | 17-Oct-13 | Range corrections for PAwTO_IWSSComputedSpin_Cnt_M_u08 and k_PAEIWSSChkVspd_Kph_f32 | ||||
Sheet 2: Variable Dictionary
Sheet 3: Calibration Dictionary
Sheet 4: Global Constants
PAwTO - Rev 3.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variable Information (Global Variables Only) | Achieved in Software Design | Used in Module List | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Layer 2 | Layer 3 | Layer 4 | Layer 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Constant Name | Description | Uints | Type | Engineering Value | ADC | ADC Diagnostics | Data Memory Verification | DC Link Power Control | DSP Computational Integrity | DSP SPI driver | Event Manager Driver | External Memory Driver | Flash Programming Exec | GPIO | Illegal OpCode Handler | Interrupt Handler | Motor Current Driver | Motor Driver Diagnostics | Motor Position Driver | Phase Feedback Capture | Powerdown Control | Primary Shutdown Control | Program Flow | Program Memory Diagnostic | PWM Duty Cycle | Redundant Memory Check | Redundant Rapid Shutdown | Scheduler | Stack Monitor | State Dependent Task List | System Boot & Startup | System Control | Temperature Sensor Diagnostic | Unused Interrupt Handler | Utilization Monitor | Watchdog Dirver | Smith | Battery Voltage | Battery Voltage Diagnostics | Diagnostic CTC Manager | Diagnostic Manager | Diagnostics Application Services | EOL TorqueTest | Flash Boot Loader | Flight Recorder | Handwheel Position | Handwheel Torque | Motor Control Output Conversion | Motor Position Diagnostics | Motor Position Initialization | Motor Velocity | Motor Velocity Tachometer | Serial Communications I/O | Serial Communications Services | States and Modes | Tuning Select | Vehicle Power Mode | Vehicle Speed | Controller Polarity | Current Estimation | Handwheel Velocity | Inverse Motor Model | Motor Temperature Estimation | Motor Torque Limit | Output Reasonableness Dianostic | Parameter Estimation | Quadrant and rate Detection | Active Pull Compensation | Assist | Damping | Duty Cycle | Kinematic Integrity Diagnostic | Long Term Vehicle Speed Diagnostic | Max Assist Limit | Return | State Output Control | Torque Output |
Sheet 5: Template
2.2a | Data 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: | N | Index 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: | Y | Index 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: | P | Index 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 cut | Macro | Sescription |
Ctrl-q | ClearDataDictFilter | Will clear all autofilters on the Global Data Dictionary |
DFD_Create | Creates 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_Delete | Will clear all Data Flow Diagram pages from the Data Dictionary. This will make the file smaller for archiving. | |
DFD_Print | Formate and prepares to print the Data Flow Worksheet pages. |
2 - Design Review
Overview
Summary SheetSource Code
MDD
Unit Test
Sheet 1: Summary Sheet
Sheet 2: Source Code
Rev 2.0 | 26-Aug-13 | |||||||||||||||||||||||
Peer Review Meeting Log (Source Code Review) | ||||||||||||||||||||||||
Source File Name: | Source File Revision: | |||||||||||||||||||||||
Module Design Document Name: | MDD Revision: | |||||||||||||||||||||||
Data Dictionary Revision: | ||||||||||||||||||||||||
Quality Check Items: | ||||||||||||||||||||||||
Yes | No | Rationale is required for all answers of No | ||||||||||||||||||||||
Pre-review checklist (change owners only) | Analysis performed for divide by zero | X | Comments: | |||||||||||||||||||||
Software Design and Coding Standard followed | X | Comments: | ||||||||||||||||||||||
Software Naming Convention followed | X | Comments: | ||||||||||||||||||||||
All buffered outputs are written in every path | X | Comments: | ||||||||||||||||||||||
Group-review Checklist (review board) | Telelogic Synergy version matches header | X | Comments: | |||||||||||||||||||||
Change log contains detailed description of changes | X | Comments: | ||||||||||||||||||||||
Code compared vs requirements (Document or Model) | X | Comments: | ||||||||||||||||||||||
Global Outputs (RTE/Non-RTE) Initialized | X | Comments: | ||||||||||||||||||||||
Global Outputs are limited to the legal range defined | X | Comments: | ||||||||||||||||||||||
in the FDD Data dictionary | ||||||||||||||||||||||||
No Compiler Errors verified | X | Comments: | ||||||||||||||||||||||
Type Casting and Fix Point Macros use reviewed | X | Comments: | ||||||||||||||||||||||
Function prototype and passed parameters are | X | Comments: | ||||||||||||||||||||||
consistent | ||||||||||||||||||||||||
General Notes / Comments: | ||||||||||||||||||||||||
Change Owner: | Vince Thomas | Review Date : | 02/07/14 | Group Review Level: | DR4 | |||||||||||||||||||
Lead Peer Reviewer: | Srikanth Reddy | Approved by Reviewer(s): | Yes | |||||||||||||||||||||
Other Reviewer(s): | ||||||||||||||||||||||||
Sheet 3: MDD
Sheet 4: Unit Test
3 - PAwTO_Integration_Manual
1.2 Global Functions(Non RTE) to be provided to Integration Project 2
2.2 Configuration Files to be provided by Integration Project 3
2.2.1 Da Vinci Parameter Configuration Changes 3
2.2.2 DaVinci Interrupt Configuration Changes 3
2.2.3 Manual Configuration Changes 3
3.1 Required Global Data Inputs 4
3.2 Required Global Data Outputs 4
3.3 Specific Include Path present 4
Dependencies
SWCs
Module | Required Feature |
---|---|
None |
Note : Referencing the external components should be avoided in most cases. Only in unavoidable circumstance external components should be referred. Developer should track the references.
Global Functions(Non RTE) to be provided to Integration Project
None
Configuration
Build Time Config
Modules | Notes | |
---|---|---|
None |
Configuration Files to be provided by Integration Project
Ap_PAwTO_Cfg.h generated by Ap_PAwTO_Cfg.h.tt
Da Vinci Parameter Configuration Changes
Parameter | Notes | SWC |
---|---|---|
None |
DaVinci Interrupt Configuration Changes
ISR Name | VIM # | Priority Dependency | Notes |
---|---|---|---|
None |
Manual Configuration Changes
Constant | Notes | SWC |
---|---|---|
None |
Integration
Required Global Data Inputs
HwTorque_HwNm_f32
DiagStsNonRecRmpToZeroFltPres_Cnt_lgc
DiagStsRecRmpToZeroFltPres_Cnt_lgc
LimitPercentFiltered_Uls_f32
PAEnableRqst_Cnt_lgc
PAErrInterfaceActive_Cnt_lgc
PAExtSystemFltActive_Cnt_lgc
PAIntSystemFltActive_Cnt_lgc
PAWheelCriteriaMet_Cnt_lgc
PrkAsstFuncPresent_Cnt_lgc
PrkAsstSlewComplete_Cnt_lgc
TOEOLDisable_Cnt_lgc
TrqOvReverseGearEngage_Cnt_lgc
IWSSCalcVspd_Kph_f32
PAManoeuvrePhase_Cnt_u08
PATrqOvCmdRqst_HwNm_f32
PAWhlDirRLStat_Cnt_u08
PAWhlDirRRStat_Cnt_u08
PAWhlPlsCntRLValid_Cnt_lgc
PAWhlPlsCntRRValid_Cnt_lgc
VehicleSpeed_Kph_f32
Required Global Data Outputs
HandsOnDetect_Cnt_lgc
PABoostCurveSwitch_Cnt_lgc
PrkAssistActive_Cnt_lgc
PrkAssistState_Cnt_u08
PrkAssistSuspend_Cnt_lgc
Specific Include Path present
No
Runnable Scheduling
This section specifies the required runnable scheduling.
Init | Scheduling Requirements | Trigger |
---|---|---|
PAwTO_Init1 | Called from RTE before any call to the periodic functions | RTE init |
Runnable | Scheduling Requirements | Trigger |
---|---|---|
PAwTO_Per1 | None | RTE 2ms |
PAwTO_Per2 | None | RTE 10ms |
.
Memory Mapping
Mapping
Memory Section | Contents | Notes |
---|---|---|
PAWTO_START_SEC_CONST_8 | ||
PAWTO_START_SEC_VAR_CLEARED_BOOLEAN | ||
PAWTO_START_SEC_VAR_CLEARED_8 | ||
PAWTO_START_SEC_VAR_NOINIT_32 |
* Each …START_SEC… constant is terminated by a …STOP_SEC… constant as specified in the AUTOSAR Memory Mapping requirements.
Usage
Feature | RAM | ROM |
---|---|---|
<Memmap usuage info> |
Non RTE NvM Blocks
Block Name |
---|
<NVM block used Non RTE functions > |
Note : Size of the NVM block if configured in developer
RTE NvM Blocks
Block Name |
---|
<NVM block used in RTE functions > |
Note : Size of the NVM block if configured in developer
Compiler Settings
Preprocessor MACRO
<Define all the preprocessor Macros needed and conditions when needed>.
Optimization Settings
<Define Optimization levels that are needed and conditions when needed>.
Revision Control Log
Rev # | Change Description | Date | Author |
1 | Initial version | 2-Oct-13 | MR |
4 - PAwTO_MDD
Module --
High-Level Description
This function describes the algorithms used to implement the activation logic for torque overlay functionality related to park assist.
Figures
Diagram – Component Diagram
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 | Module Outputs | |
---|---|---|
PATrqOvCmdRqst_HwNm_f32 | PrkAssistActive_Cnt_lgc | |
PAEnableRqst_Cnt_lgc | PrkAssistState_Cnt_u08 | |
PAIntSystemFltActive_Cnt_lgc | HandsOnDetect_Cnt_lgc | |
PAErrInterfaceActive_Cnt_lgc | PrkAssistSuspend_Cnt_lgc | |
PAExtSystemFltActive_Cnt_lgc | PABoostCurveSwitch_Cnt_lgc | |
VehicleSpeed_Kph_f32 | ||
TrqOvReverseGearEngage_Cnt_lgc | ||
PAWheelCriteriaMet_Cnt_lgc | ||
LimitPercentFiltered_Uls_f32 | ||
DiagStsNonRecRmpToZeroFltPres_Cnt_lgc | ||
DiagStsRecRmpToZeroFltPres_Cnt_lgc | ||
TOEOLDisable_Cnt_lgc | ||
HwTorque_HwNm_f32 | ||
PrkAsstSlewComplete_Cnt_lgc | ||
PrkAsstFuncPresent_Cnt_lgc | ||
PAWhlDirRLStat_Cnt_u08 | ||
PAWhlDirRRStat_Cnt_u08 | ||
PAWhlPlsCntRLValid_Cnt_lgc | ||
PAWhlPlsCntRRValid_Cnt_lgc | ||
PAManoeuvrePhase_Cnt_u08 | ||
IWSSCalcVspd_Kph_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 Name | Resolution | Legal Range (min) | Legal Range (max) | Software Segment |
---|---|---|---|---|
PAwTO_PrkAssistState_Cnt_M_u08 | 1 | 0 | 3 | PAWTO_START_SEC_VAR_CLEARED_8 |
PAwTO_VSpdActvnMet_Cnt_M_lgc | 1 | FALSE | TRUE | PAWTO_START_SEC_VAR_CLEARED_BOOLEAN |
PAwTO_IWSSComputedSpin_Cnt_M_u08 | 1 | 0 | 3 | PAWTO_START_SEC_VAR_CLEARED_8 |
PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | 7.45058E-09 | -10 | 10 | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_BoostCurveSwitchTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_LimitPercentFilteredTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_RvsGearTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_VehSpdNotLowTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_IWSSWhlSpinTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_ExcessVehSpdTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_MovMismatchTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_MovMismatchClrTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | 1 | FULL | FULL | PAWTO_START_SEC_VAR_NOINIT_32 |
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_HandsOnLPFKn_Cnt_u16 |
k_TrqOverlayHandsOnTrq_HwNm_u5p27 |
k_PARvsGearChkTime_mS_u16 |
k_PATrqOvNotZeroChkTime_mS_u16 |
k_PAVehSpdNotLowTime_mS_u16 |
k_PAVSpdNotLowMin_Kph_f32 |
k_PAVSpdNotLowMax_Kph_f32 |
k_PAIWSSWhlSpinSetTime_mS_u16 |
k_PAIWSSWhlSpinClrTime_mS_u16 |
k_PAExcessVehSpdSetTime_mS_u16 |
k_PAExcessVehSpdClrTime_mS_u16 |
k_PAExcessVehSpd_Kph_f32 |
k_PAMovMismatchSetTime_mS_u16 |
k_PAMovMismatchClrTime_mS_u16 |
k_PAMovMismatchVSpd_Kph_f32 |
k_PAVspdMismatchSetTime_mS_u16 |
k_PAEIWSSChkVspd_Kph_f32 |
k_PABoostCurveTime_mS_u16 |
k_TrqOverlayLimitPerc_Uls_f32 |
k_TrqOverlaySuspendTime_mS_u16 |
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 Name | Resolution | Units | Value |
---|---|---|---|
D_PASTATEINACTIVE_CNT_U08 | 1 | Counts | 0 |
D_PASTATEACTIVE_CNT_U08 | 1 | Counts | 1 |
D_PASTATEINHIBITED_CNT_U08 | 1 | Counts | 2 |
D_PASTATERECOVERABLE_CNT_U08 | 1 | Counts | 3 |
D_STDSTIL_CNT_U08 | 1 | Counts | 0 |
D_FORWARD_CNT_U08 | 1 | Counts | 1 |
D_BACKWRD_CNT_U08 | 1 | Counts | 2 |
D_INVALID_CNT_U08 | 1 | Counts | 3 |
D_MANOEUVREPAHSEBKWD_CNT_U08 | 1 | Counts | 0 |
D_MANOEUVREPAHSEFWD_CNT_U08 | 1 | Counts | 1 |
D_PARVSGEARMASK_CNT_U08 | 1 | Counts | 1 |
D_PATRQOVNOTZEROMASK_CNT_U08 | 1 | Counts | 2 |
D_PAVSPDNOTLOW_CNT_U08 | 1 | Counts | 4 |
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_ZERO_ULS_F32 |
D_ONE_CNT_U8 |
FLT_EPSILON |
Module specific Lookup Tables Constants
(This is for lookup tables (arrays) with fixed values, same name as other tables)
Constant Name | Resolution | Value | Software Segment |
---|---|---|---|
T2_IWSSCOMPSPIN_CNT_U08 | 1 | { {D_STDSTIL_CNT_U08, D_FORWARD_CNT_U08, D_BACKWRD_CNT_U08, D_STDSTIL_CNT_U08}, {D_FORWARD_CNT_U08, D_FORWARD_CNT_U08, D_FORWARD_CNT_U08, D_FORWARD_CNT_U08}, {D_BACKWRD_CNT_U08, D_FORWARD_CNT_U08, D_BACKWRD_CNT_U08, D_BACKWRD_CNT_U08}, {D_STDSTIL_CNT_U08, D_FORWARD_CNT_U08, D_BACKWRD_CNT_U08, D_INVALID_CNT_U08} }; | PAWTO_START_SEC_CONST_8 |
Functions/Macros used by the Sub-Modules
Library Functions / Macros
The library and functions / Macros that are called by the various sub modules are identified below,
FPM_FloatToFixed_m
Rte_Call_NxtrDiagMgr_SetNTCStatus
Rte_Call_NxtrDiagMgr_GetNTCActive
Rte_Call_SystemTime_GetSystemTime_mS_u32
Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16
LPF_SvUpdate_s16InFixKTrunc_m
Abs_s32_m
Data Hiding Functions
Rte_Mode_SystemState_Mode
Software Module Implementation
Runtime Environment (RTE) Initial Values
This section lists the initial values of data written by this module but controlled by the RTE. After RTE initialization, the data in this table will contain these values.
Data | Value |
---|---|
DiagStsNonRecRmpToZeroFltPres_Cnt_lgc | FALSE |
DiagStsRecRmpToZeroFltPres_Cnt_lgc | FALSE |
HandsOnDetect_Cnt_lgc | FALSE |
HwTorque_HwNm_f32 | 0 |
IWSSCalcVspd_Kph_f32 | 0 |
LimitPercentFiltered_Uls_f32 | 0 |
PABoostCurveSwitch_Cnt_lgc | FALSE |
PAEnableRqst_Cnt_lgc | FALSE |
PAErrInterfaceActive_Cnt_lgc | FALSE |
PAExtSystemFltActive_Cnt_lgc | FALSE |
PAIntSystemFltActive_Cnt_lgc | FALSE |
PAManoeuvrePhase_Cnt_u08 | 0 |
PATrqOvCmdRqst_HwNm_f32 | 0 |
PAWheelCriteriaMet_Cnt_lgc | FALSE |
PAWhlDirRLStat_Cnt_u08 | 3 |
PAWhlDirRRStat_Cnt_u08 | 3 |
PAWhlPlsCntRLValid_Cnt_lgc | FALSE |
PAWhlPlsCntRRValid_Cnt_lgc | FALSE |
PrkAssistActive_Cnt_lgc | FALSE |
PrkAssistState_Cnt_u08 | 0 |
PrkAssistSuspend_Cnt_lgc | FALSE |
PrkAsstFuncPresent_Cnt_lgc | FALSE |
PrkAsstSlewComplete_Cnt_lgc | FALSE |
TOEOLDisable_Cnt_lgc | FALSE |
TrqOvReverseGearEngage_Cnt_lgc | FALSE |
VehicleSpeed_Kph_f32 | 0 |
Initialization Functions
Init: PAwTO_Init1(void)
Design Rationale
This init function initializes the hand wheel torque low pass filter, and the fault timers. Also initializes the state from the perspective of the SCom module.
Module Outputs
None
Module Internal
HwTorque_HwNm_T_f32 = Rte_IRead_PAwTO_Init1_HwTorque_HwNm_f32()
PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 = FPM_FloatToFixed_m(HwTorque_HwNm_T_f32, s4p27_T)
Rte_Call_SystemTime_GetSystemTime_mS_u32(&Time_mS_T_u32)
PAwTO_BoostCurveSwitchTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_LimitPercentFilteredTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_RvsGearTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_VehSpdNotLowTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_IWSSWhlSpinTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_ExcessVehSpdTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_ExcessVehSpdclrTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_MovMismatchTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_MovMismatchClrTimer_mS_M_u32 = Time_mS_T_u32
PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 = Time_mS_T_u32
Rte_Call_PrkAssistState_SCom_Transition(D_PASTATEINACTIVE_CNT_U08)
Periodic Functions
(Note: For multiple periodic functions, insert new headers at the “Header 2” level – subset of “5.2 Periodic Functions” and follow the same sub-section design shown below)
Per: PAwTO_Per1(void)
Design Rationale
This periodic handles all portions of PAwTO with a 2ms trigger rate.
Program Flow Start
Rte_Call_PAwTO_Per1_CP0_CheckpointReached()
Store Module Inputs to Local copies
DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_DiagStsNonRecRmpToZeroFltPres_Cnt_lgc()
DiagStsRecRmpToZeroFltPres_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_DiagStsRecRmpToZeroFltPres_Cnt_lgc()
HwTorque_HwNm_T_f32 = Rte_IRead_PAwTO_Per1_HwTorque_HwNm_f32()
LimitPercentFiltered_Uls_T_f32 = Rte_IRead_PAwTO_Per1_LimitPercentFiltered_Uls_f32()
PAEnableRqst_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_PAEnableRqst_Cnt_lgc()
PAErrInterfaceActive_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_PAErrInterfaceActive_Cnt_lgc()
PAExtSystemFltActive_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_PAExtSystemFltActive_Cnt_lgc()
PAIntSystemFltActive_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_PAIntSystemFltActive_Cnt_lgc()
PAWheelCriteriaMet_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_PAWheelCriteriaMet_Cnt_lgc()
PrkAsstFuncPresent_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_PrkAsstFuncPresent_Cnt_lgc()
PrkAsstSlewComplete_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_PrkAsstSlewComplete_Cnt_lgc()
TrqOvReverseGearEngage_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_TrqOvReverseGearEngage_Cnt_lgc()
TOEOLDisable_Cnt_T_lgc = Rte_IRead_PAwTO_Per1_TOEOLDisable_Cnt_lgc()
VSpdActvnMet_Cnt_T_lgc = PAwTO_VSpdActvnMet_Cnt_M_lgc
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_ExVoltageLow, &NTCLowBattVtg_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_02, &ParkAsstActvnFailed_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_08, &NTCPAVspdMismatch_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_05, &NTCPAIWSSVspdValidity_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_06, &NTCPAExcessVspd_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_07, &NTCPARationalityChk_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_InvalidMsg_W, &NTCTireCircmInvalid_Cnt_T_lgc)
Hands On Detection
Process for PrkAssist_Activate Flag
Process PA_BoostCurv_Switch Output
Processing for PrkAssist_Suspend Flag
PrkAssist_State
Inactive Transitions
Active Transitions
Recoverable Transitions
Transition Complete
Store Local copy of outputs into Module Outputs
Rte_IWrite_PawTO_Per1_HandsOnDetect_Cnt_lgc(HandsOnDetect_Cnt_T_lgc)
Rte_Iwrite_PawTO_Per1_PABoostCurveSwitch_Cnt_lgc(PABoostCurveSwitch_Cnt_T_lgc)
Rte_Iwrite_PawTO_Per1_PrkAssistActive_Cnt_lgc(PrkAssistActive_Cnt_T_lgc)
Rte_Iwrite_PawTO_Per1_PrkAssistState_Cnt_u08(PrkAssistState_Cnt_T_u08)
Rte_Iwrite_PawTO_Per1_PrkAssistSuspend_Cnt_lgc(PrkAssistSuspend_Cnt_T_lgc)
Program Flow End
Rte_Call_PawTO_Per1_CP1_CheckpointReached()
Per: PawTO_Per2(void)
Design Rationale
This periodic handles all portions of PawTO with a 10ms trigger rate.
Program Flow Start
Rte_Call_PawTO_Per2_CP0_CheckpointReached()
Store Module Inputs to Local copies
IWSSCalcVspd_Kph_T_f32 = Rte_Iread_PawTO_Per2_IWSSCalcVspd_Kph_f32()
PAEnableRqst_Cnt_T_lgc = Rte_Iread_PawTO_Per2_PAEnableRqst_Cnt_lgc()
PAManoeuvrePhase_Cnt_u08 = Rte_Iread_PawTO_Per2_PAManoeuvrePhase_Cnt_u08()
PATrqOvCmdRqst_HwNm_T_f32 = Rte_Iread_PawTO_Per2_PATrqOvCmdRqst_HwNm_f32()
PAWhlDirRLStat_Cnt_T_u08 = Rte_Iread_PawTO_Per2_PAWhlDirRLStat_Cnt_u08()
PAWhlDirRRStat_Cnt_T_u08 = Rte_Iread_PawTO_Per2_PAWhlDirRRStat_Cnt_u08()
PAWhlPlsCntRLValid_Cnt_T_lgc = Rte_Iread_PawTO_Per2_PAWhlPlsCntRLValid_Cnt_lgc()
PAWhlPlsCntRRValid_Cnt_T_lgc = Rte_Iread_PawTO_Per2_PAWhlPlsCntRRValid_Cnt_lgc()
TrqOvReverseGearEngage_Cnt_T_lgc = Rte_Iread_PawTO_Per2_TrqOvReverseGearEngage_Cnt_lgc()
VehicleSpeed_Kph_T_f32 = Rte_Iread_PawTO_Per2_VehicleSpeed_Kph_f32()
PrkAssistState_Cnt_T_u08 = PawTO_PrkAssistState_Cnt_M_u08
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_05, &NTCPAIWSSVspdValidity_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_06, &NTCPAExcessVspd_Cnt_T_lgc)
Rte_Call_NxtrDiagMgr_GetNTCActive(NTC_Num_VLF_07, &NTCPARationalityChk_Cnt_T_lgc)
PAWhlDirRLStat_Cnt_T_u08 = Min_m(PAWhlDirRLStat_Cnt_T_u08, D_INVALID_CNT_U08)
PAWhlDirRRStat_Cnt_T_u08 = Min_m(PAWhlDirRRStat_Cnt_T_u08, D_INVALID_CNT_U08)
PrkAsstFuncPresent_Cnt_T_lgc = Rte_IRead_PAwTO_Per2_PrkAsstFuncPresent_Cnt_lgc()
Incorrect Park Assist Activation Diagnostic
Torque Overlay Zero Check
Vehicle Speed Check
IWSS Signal Validity Check and Wheel Spin Signal Processing
IWSS Wheel Spin Inactive
Calculate IWSS Computed Spin
Excessive Vehicle Speed Condition
Excess Veh Speed Inactive
Actual Vehicle Longitudinal Movement and PPPA Computed Movement Mismatch Condition
Move Mismatch Inactive
ESC and IWSS Vehicle Speed Signal Mismatch Condition
Program Flow End
Rte_Call_PawTO_Per2_CP1_CheckpointReached()
Execution Requirements
Execution Sequence of the Module
The order of execution of the two periodic is not important.
Execution Rates for sub-modules called by the Scheduler
This table serves as reference for the Scheduler design
Function Name | Calling Frequency | System State(s) in which the function is called |
---|---|---|
PawTO_Per1 | 2ms | Warm Init, Disable, Operate |
PawTO_Per2 | 10ms | Warm Init, Disable, Operate |
Execution Requirements for Serial Communication Functions
Function Name | Sub-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 Module | Software Segment |
---|---|
PawTO_Init1 | RTE_START_SEC_AP_HALFTO_APPL_CODE |
PawTO_Per1 | RTE_START_SEC_AP_HALFTO_APPL_CODE |
PawTO_Per2 | RTE_START_SEC_AP_HALFTO_APPL_CODE |
Local Functions
This table identifies the software segments for local functions identified in this module.
Name of Sub Module | Software Segment |
---|---|
None |
Known Issues / Limitations With Design
Inline functions in GlobalMacro.h are not unit tested.
Revision Control Log
Rev # | Change Description | Date | Author Initials |
1 | Initial component creation. | 5-Nov-12 | BWL |
2 | Anomaly 4434,4534 PawTO_IWSSWhlSpinTimer_mS_M_u32 used multiple times | 21-MAR-13 | MRS |
3 | Anomaly fixes 4767,4768,4777 | 12-APR-13 | Srikanth |
4 | Anomaly 4815, 4816 | 18-Apr-13 | Srikanth |
5 | Update to FDD 40B v004 | 09-May-13 | BDO |
6 | Update to FDD 40B v005 | 19-Jun-13 | SP |
7 | Update to CF-08A v001 | 09-Jul-13 | SP |
8 | Added logic to pass the NTCs if the enable criteria is FALSE | 08-Oct13 | MR |
9 | Changed GetNTCFailed to GetNTCActive macro. | 22-Oct-13 | MR |
10 | Updated to CF-08A Park Assist rev 004 | 05-Feb-14 | VT |
5 - PAwTO_UnitTestResult
Overview
Unit Test InformationModule Definitions
Variable Range
PAwTO_Init1
PAwTO_Init1() boundary
PAwTO_Per1
PAwTO_Per1() path
PAwTO_Per1() boundary
PAwTO_Per2
PAwTO_Per2() p
PAwTO_Per2() b
Sheet 1: Unit Test Information
1.0a | |||||
Nexteer EPS Unit Test Tool | |||||
Rev:2.7c | |||||
Name of Tester: | Sunita Kore | ||||
Code File(s) Under Test: | Ap_PAwTO.c | ||||
Code File(s) Version: | 9 | ||||
Module Design Document: | PAwTO_MDD.docx | ||||
Module Design Document Version: | 9 | ||||
Data Dictionary Version: | 3 | ||||
Unit Test Plan Version: | 4 | ||||
Optimization Level: | Level 2 | ||||
Compiler (CodeGen) Version: | TMS470_4.9.5 | ||||
Model Type: | Excel Macro | ||||
Model Version: | Nexteer EPS Unit Test Tool 2.7c/EPS Library 1.29 | ||||
Special Test Requirements: | |||||
Test Date: | 10/26/2013 | ||||
Comments: | NOTE1:In function ""PAwTO_Per1""Out of range value is given in TC.21(P) to ""PAwTO_PrkAssistState_Cnt_M_u08"" to cover the path ""Case Else PrkAssistState_Cnt_T_u08 = D_PASTATEINHIBITED_CNT_U08""in select case NOTE2:In ""PAwTO_Per2"" function,the variable ""PAManoeuvrePhase_Cnt_u08"" is having similar global as well as temporary name,so to differentiate between them, temporary variable name is changed to ""PAManoeuvrePhase_Cnt_T_u08"", in VBA. NOTE3:In ""PAwTO_Per2"" function,the variable ""PAManoeuvrePhase_Cnt_u08"" is given out of range in TC.37(P) and TC.38(P)value to cover the path ""(PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>False as well as (PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>False to attain 100 % MC/DC coverage. NOTE4: In ""PAwTO_Per2"" function the variables ""PAWhlDirRLStat_Cnt_u08"" and ""PAWhlDirRRStat_Cnt_u08"" are also given out of range in TC.37(P)value to cover the path ""PAWhlDirRLStat_Cnt_T_u08 = Min_m(PAWhlDirRLStat_Cnt_T_u08, D_INVALID_CNT_U08) "" and ""PAWhlDirRRStat_Cnt_T_u08 = Min_m(PAWhlDirRRStat_Cnt_T_u08, D_INVALID_CNT_U08)"",for MC/DC coverage. NOTE5: In per2 function 100% MCC coverage is not possible due to following conditions “(PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)” and “(PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)” cannot be made true at a time in same condition. NOTE6: Inline functions defined in GlobalMacro.h are not unit tested. | ||||
Index of Tests: | |||||
Test Set up | Test Worksheets | Test Status | Run TS | ||
PAwTO_Init1 | PAwTO_Init1() boundary | -- | -- | 10 | |
PAwTO_Per1 | PAwTO_Per1() boundary | -- | -- | 87 | |
32 | PAwTO_Per1() path | -- | -- | 32 | |
PAwTO_Per2 | PAwTO_Per2() b | -- | -- | 128 | |
48 | PAwTO_Per2() p | -- | -- | 48 | |

Sheet 2: Module Definitions
![]() | |||||||||||
Nexteer EPS Unit Test Tool | |||||||||||
Rev:2.7c | |||||||||||
Module Definitions | |||||||||||
Module Test Functions | Module Set/Read Variables | Module Function Stubs | |||||||||
Return Type | Name | Parameter Prototype | Scope | Type | Name | Default Value | Return Type | Name | Parameter Prototype | ||
void | PAwTO_Init1 | (void) | G | float | PATrqOvCmdRqst_HwNm_f32 | Uint32 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | (void) | |||
void | PAwTO_Per1 | (void) | G | boolean | PAEnableRqst_Cnt_lgc | uint16 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | (void) | |||
void | PAwTO_Per2 | (void) | G | boolean | PAIntSystemFltActive_Cnt_lgc | void | Rte_Call_PrkAssistState_SCom_Transition | (void) | |||
G | boolean | PAErrInterfaceActive_Cnt_lgc | void | Rte_Call_PAwTO_Per1_CP0_CheckpointReached | (void) | ||||||
G | boolean | PAExtSystemFltActive_Cnt_lgc | void | Rte_Call_PAwTO_Per1_CP1_CheckpointReached | (void) | ||||||
G | float | VehicleSpeed_Kph_f32 | void | Rte_Call_PAwTO_Per2_CP0_CheckpointReached | (void) | ||||||
G | boolean | TrqOvReverseGearEngage_Cnt_lgc | void | Rte_Call_PAwTO_Per2_CP1_CheckpointReached | (void) | ||||||
G | boolean | PAWheelCriteriaMet_Cnt_lgc | void | Rte_Call_NxtrDiagMgr_SetNTCStatus | (void) | ||||||
G | float | LimitPercentFiltered_Uls_f32 | |||||||||
G | boolean | DiagStsNonRecRmpToZeroFltPres_Cnt_lgc | |||||||||
G | boolean | DiagStsRecRmpToZeroFltPres_Cnt_lgc | |||||||||
G | float | HwTorque_HwNm_f32 | |||||||||
G | boolean | PrkAsstSlewComplete_Cnt_lgc | |||||||||
G | boolean | PrkAsstFuncPresent_Cnt_lgc | |||||||||
G | uint8 | PAWhlDirRLStat_Cnt_u08 | |||||||||
G | uint8 | PAWhlDirRRStat_Cnt_u08 | |||||||||
G | boolean | PAWhlPlsCntRLValid_Cnt_lgc | |||||||||
G | boolean | PAWhlPlsCntRRValid_Cnt_lgc | |||||||||
G | uint8 | PAManoeuvrePhase_Cnt_u08 | |||||||||
G | float | IWSSCalcVspd_Kph_f32 | |||||||||
G | boolean | PrkAssistActive_Cnt_lgc | |||||||||
G | uint8 | PrkAssistState_Cnt_u08 | |||||||||
G | boolean | HandsOnDetect_Cnt_lgc | |||||||||
G | boolean | PrkAssistSuspend_Cnt_lgc | |||||||||
G | boolean | PABoostCurveSwitch_Cnt_lgc | |||||||||
M | uint8 | PAwTO_PrkAssistState_Cnt_M_u08 | |||||||||
M | boolean | PAwTO_VSpdActvnMet_Cnt_M_lgc | 0 | ||||||||
M | uint8 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | |||||||||
M | s4p27_T | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | |||||||||
M | uint32 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_RvsGearTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_MovMismatchTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | |||||||||
M | uint32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | |||||||||
G | uint16 | k_HandsOnLPFKn_Cnt_u16 | |||||||||
G | u5p27_T | k_TrqOverlayHandsOnTrq_HwNm_u5p27 | |||||||||
G | uint16 | k_PARvsGearChkTime_mS_u16 | |||||||||
G | uint16 | k_PATrqOvNotZeroChkTime_mS_u16 | |||||||||
G | uint16 | k_PAVehSpdNotLowTime_mS_u16 | |||||||||
G | float | k_PAVSpdNotLowMin_Kph_f32 | |||||||||
G | float | k_PAVSpdNotLowMax_Kph_f32 | |||||||||
G | uint16 | k_PAIWSSWhlSpinSetTime_mS_u16 | |||||||||
G | uint16 | k_PAIWSSWhlSpinClrTime_mS_u16 | |||||||||
G | uint16 | k_PAExcessVehSpdSetTime_mS_u16 | |||||||||
G | uint16 | k_PAExcessVehSpdClrTime_mS_u16 | |||||||||
G | float | k_PAExcessVehSpd_Kph_f32 | |||||||||
G | uint16 | k_PAMovMismatchSetTime_mS_u16 | |||||||||
G | uint16 | k_PAMovMismatchClrTime_mS_u16 | |||||||||
G | float | k_PAMovMismatchVSpd_Kph_f32 | |||||||||
G | uint16 | k_PAVspdMismatchSetTime_mS_u16 | |||||||||
G | float | k_PAEIWSSChkVspd_Kph_f32 | |||||||||
G | uint16 | k_PABoostCurveTime_mS_u16 | |||||||||
G | float | k_TrqOverlayLimitPerc_Uls_f32 | |||||||||
G | uint16 | k_TrqOverlaySuspendTime_mS_u16 | |||||||||
G | boolean | Rte_Call_NxtrDiagMgr_GetNTCActive[10] | |||||||||
G | uint8 | Call_Count | 0 | ||||||||
G | uint8 | k | 0 | ||||||||
G | uint8 | i | 0 | ||||||||
G | uint8 | j | 0 | ||||||||
G | uint8 | NxtrDiagMgr_GetNTCActive_count | 0 | ||||||||
G | uint8 | Rte_Mode_SystemState_Mode | 0 | ||||||||
G | uint8 | NxtrDiagMgr_Call_Count[12] | 0 | ||||||||
G | uint8 | NxtrDiagMgr_NTC[12] | 0 | ||||||||
G | uint8 | NxtrDiagMgr_Param[12] | 0 | ||||||||
G | uint8 | NxtrDiagMgr_Status[12] | 0 | ||||||||
G | uint8 | Ip_NTC | 0 | ||||||||
G | uint8 | Ip_Param | 0 | ||||||||
G | uint8 | Ip_Status | 0 | ||||||||
G | boolean | TOEOLDisable_Cnt_lgc |
Sheet 3: Variable Range
![]() | |||||||||||
Nexteer EPS Unit Test Tool | |||||||||||
Rev:2.7c | |||||||||||
Variable Range Definitions | |||||||||||
Variable Name | Max Value | Min Value | |||||||||
PATrqOvCmdRqst_HwNm_f32 | |||||||||||
PAEnableRqst_Cnt_lgc | |||||||||||
PAIntSystemFltActive_Cnt_lgc | |||||||||||
PAErrInterfaceActive_Cnt_lgc | |||||||||||
PAExtSystemFltActive_Cnt_lgc | |||||||||||
VehicleSpeed_Kph_f32 | |||||||||||
TrqOvReverseGearEngage_Cnt_lgc | |||||||||||
PAWheelCriteriaMet_Cnt_lgc | |||||||||||
LimitPercentFiltered_Uls_f32 | |||||||||||
DiagStsNonRecRmpToZeroFltPres_Cnt_lgc | |||||||||||
DiagStsRecRmpToZeroFltPres_Cnt_lgc | |||||||||||
HwTorque_HwNm_f32 | |||||||||||
PrkAsstSlewComplete_Cnt_lgc | |||||||||||
PrkAsstFuncPresent_Cnt_lgc | |||||||||||
PAWhlDirRLStat_Cnt_u08 | |||||||||||
PAWhlDirRRStat_Cnt_u08 | |||||||||||
PAWhlPlsCntRLValid_Cnt_lgc | |||||||||||
PAWhlPlsCntRRValid_Cnt_lgc | |||||||||||
PAManoeuvrePhase_Cnt_u08 | |||||||||||
IWSSCalcVspd_Kph_f32 | |||||||||||
PrkAssistActive_Cnt_lgc | |||||||||||
PrkAssistState_Cnt_u08 | |||||||||||
HandsOnDetect_Cnt_lgc | |||||||||||
PrkAssistSuspend_Cnt_lgc | |||||||||||
PABoostCurveSwitch_Cnt_lgc | |||||||||||
PAwTO_PrkAssistState_Cnt_M_u08 | |||||||||||
PAwTO_VSpdActvnMet_Cnt_M_lgc | |||||||||||
PAwTO_IWSSComputedSpin_Cnt_M_u08 | |||||||||||
PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | |||||||||||
PAwTO_BoostCurveSwitchTimer_mS_M_u32 | |||||||||||
PAwTO_LimitPercentFilteredTimer_mS_M_u32 | |||||||||||
PAwTO_RvsGearTimer_mS_M_u32 | |||||||||||
PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | |||||||||||
PAwTO_VehSpdNotLowTimer_mS_M_u32 | |||||||||||
PAwTO_IWSSWhlSpinTimer_mS_M_u32 | |||||||||||
PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | |||||||||||
PAwTO_ExcessVehSpdTimer_mS_M_u32 | |||||||||||
PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | |||||||||||
PAwTO_MovMismatchTimer_mS_M_u32 | |||||||||||
PAwTO_MovMismatchClrTimer_mS_M_u32 | |||||||||||
PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | |||||||||||
k_HandsOnLPFKn_Cnt_u16 | |||||||||||
k_TrqOverlayHandsOnTrq_HwNm_u5p27 | |||||||||||
k_PARvsGearChkTime_mS_u16 | |||||||||||
k_PATrqOvNotZeroChkTime_mS_u16 | |||||||||||
k_PAVehSpdNotLowTime_mS_u16 | |||||||||||
k_PAVSpdNotLowMin_Kph_f32 | |||||||||||
k_PAVSpdNotLowMax_Kph_f32 | |||||||||||
k_PAIWSSWhlSpinSetTime_mS_u16 | |||||||||||
k_PAIWSSWhlSpinClrTime_mS_u16 | |||||||||||
k_PAExcessVehSpdSetTime_mS_u16 | |||||||||||
k_PAExcessVehSpdClrTime_mS_u16 | |||||||||||
k_PAExcessVehSpd_Kph_f32 | |||||||||||
k_PAMovMismatchSetTime_mS_u16 | |||||||||||
k_PAMovMismatchClrTime_mS_u16 | |||||||||||
k_PAMovMismatchVSpd_Kph_f32 | |||||||||||
k_PAVspdMismatchSetTime_mS_u16 | |||||||||||
k_PAEIWSSChkVspd_Kph_f32 | |||||||||||
k_PABoostCurveTime_mS_u16 | |||||||||||
k_TrqOverlayLimitPerc_Uls_f32 | |||||||||||
k_TrqOverlaySuspendTime_mS_u16 | |||||||||||
Rte_Call_NxtrDiagMgr_GetNTCActive[6] | |||||||||||
Call_Count | |||||||||||
j | |||||||||||
NxtrDiagMgr_GetNTCActive_count | |||||||||||
Rte_Mode_SystemState_Mode | |||||||||||
NxtrDiagMgr_Call_Count | |||||||||||
NxtrDiagMgr_NTC | |||||||||||
NxtrDiagMgr_Param | |||||||||||
NxtrDiagMgr_Status | |||||||||||
NxtrDiagMgr_NTC[8] | |||||||||||
NxtrDiagMgr_Param[8] | |||||||||||
NxtrDiagMgr_Status[8] | |||||||||||
Ip_NTC | |||||||||||
Ip_Status | |||||||||||
Ip_Param | |||||||||||
NxtrDiagMgr_SetNTCStatus[8] | |||||||||||
NxtrDiagMgr_GetNTCActive_count[8] | |||||||||||
NxtrDiagMgr_Call_Count[8] | |||||||||||
T2_IWSSCOMPSPIN_CNT_U08[4][4] | |||||||||||
T2_IWSSCOMPSPIN1_CNT_U08 | |||||||||||
T2_IWSSCOMPSPIN2_CNT_U08 | |||||||||||
T2_IWSSCOMPSPIN3_CNT_U08 | |||||||||||
T2_IWSSCOMPSPIN4_CNT_U08 | |||||||||||
T2_IWSSCOMPSPIN1_CNT_U08[4] | |||||||||||
T2_IWSSCOMPSPIN2_CNT_U08[4] | |||||||||||
T2_IWSSCOMPSPIN3_CNT_U08[4] | |||||||||||
T2_IWSSCOMPSPIN4_CNT_U08[4] | |||||||||||
Rte_Call_NxtrDiagMgr_GetNTCFailed[3] | |||||||||||
NxtrDiagMgr_GetNTCFailed_count | |||||||||||
Rte_Call_NxtrDiagMgr_GetNTCActive[7] | |||||||||||
TOEOLDisable_Cnt_lgc | |||||||||||
NxtrDiagMgr_Call_Count[12] | |||||||||||
NxtrDiagMgr_NTC[12] | |||||||||||
NxtrDiagMgr_Param[12] | |||||||||||
NxtrDiagMgr_Status[12] | |||||||||||
Rte_Call_NxtrDiagMgr_GetNTCActive[10] |
Sheet 4: PAwTO_Init1
![]() | |||||
Nexteer EPS Unit Test Tool | |||||
Rev:2.7c | |||||
Test Setup | |||||
Number Of Calibrations | 0 | ||||
Number Of Calibration Sets | 0 | ||||
Calibration Sheet | |||||
Function(s) Under Test | Variables | Function Stubs | |||
Function Name | TestType | Test Vectors | Set | Read | Function Name |
PAwTO_Init1 | boundary | 10 | HwTorque_HwNm_f32 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | Rte_Call_SystemTime_GetSystemTime_mS_u32 |
PAwTO_LimitPercentFilteredTimer_mS_M_u32 | Rte_Call_PrkAssistState_SCom_Transition | ||||
PAwTO_RvsGearTimer_mS_M_u32 | |||||
PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | |||||
PAwTO_VehSpdNotLowTimer_mS_M_u32 | |||||
PAwTO_IWSSWhlSpinTimer_mS_M_u32 | |||||
PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | |||||
PAwTO_ExcessVehSpdTimer_mS_M_u32 | |||||
PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | |||||
PAwTO_MovMismatchTimer_mS_M_u32 | |||||
PAwTO_MovMismatchClrTimer_mS_M_u32 | |||||
PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | |||||
PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 |
Sheet 5: PAwTO_Init1() boundary
PAwTO_Init1 | TS | -- | ||||||||||||||||||||||||||||||||||
boundary | I/P | Func Stub Return Val | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | Func Stub Counter | Func Stub Counter | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected Stub Cnt | Expected Stub Cnt | Test Status | Perf. Metrics | Comments | |
Vector Number | Vector Description | HwTorque_HwNm_f32 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_PrkAssistState_SCom_Transition | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_PrkAssistState_SCom_Transition | P/F | CPU Cycles | |
1 | all min | -10 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -10 | 1 | 1 | -- | ||
2 | all max | 10 | 4294967295 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 10 | 1 | 1 | -- | ||
3 | HwTorque_HwNm_f32==>Min | -10 | 3426999552 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | 3426999552 | -10 | 1 | 1 | -- | ||
4 | HwTorque_HwNm_f32==>Max | 10 | 3464965120 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 3464965120 | 10 | 1 | 1 | -- | ||
5 | HwTorque_HwNm_f32==>Pos | 6.45 | 3149479680 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 3149479680 | 6.44999999552965 | 1 | 1 | -- | ||
6 | HwTorque_HwNm_f32==>Zero | 0 | 137299456 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 137299456 | 0 | 1 | 1 | -- | ||
7 | HwTorque_HwNm_f32==>Neg | -6.324 | 380219648 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | 380219648 | -6.32399999350309 | 1 | 1 | -- | ||
8 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Min | -0.0983439683914185 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -0.0983439683914185 | 1 | 1 | -- | ||
9 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Max | -5 | 4294967295 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | -5 | 1 | 1 | -- | ||
10 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Pos | 6.57 | 2130624768 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 2130624768 | 6.56999999284744 | 1 | 1 | -- | ||
Sheet 6: PAwTO_Per1
![]() | |||||
Nexteer EPS Unit Test Tool | |||||
Rev:2.7c | |||||
Test Setup | |||||
Number Of Calibrations | 0 | ||||
Number Of Calibration Sets | 0 | ||||
Calibration Sheet | |||||
Function(s) Under Test | Variables | Function Stubs | |||
Function Name | TestType | Test Vectors | Set | Read | Function Name |
PAwTO_Per1 | boundary | 87 | DiagStsNonRecRmpToZeroFltPres_Cnt_lgc | NxtrDiagMgr_GetNTCActive_count | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 |
PAwTO_Per1 | path | 32 | DiagStsRecRmpToZeroFltPres_Cnt_lgc | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | Rte_Call_SystemTime_GetSystemTime_mS_u32 |
HwTorque_HwNm_f32 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | Rte_Call_PrkAssistState_SCom_Transition | |||
LimitPercentFiltered_Uls_f32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | Rte_Call_PAwTO_Per1_CP0_CheckpointReached | |||
PAEnableRqst_Cnt_lgc | PAwTO_PrkAssistState_Cnt_M_u08 | Rte_Call_PAwTO_Per1_CP1_CheckpointReached | |||
PAErrInterfaceActive_Cnt_lgc | HandsOnDetect_Cnt_lgc | ||||
PAExtSystemFltActive_Cnt_lgc | PABoostCurveSwitch_Cnt_lgc | ||||
PAIntSystemFltActive_Cnt_lgc | PrkAssistActive_Cnt_lgc | ||||
PAWheelCriteriaMet_Cnt_lgc | PrkAssistState_Cnt_u08 | ||||
PrkAsstFuncPresent_Cnt_lgc | PrkAssistSuspend_Cnt_lgc | ||||
PrkAsstSlewComplete_Cnt_lgc | |||||
TrqOvReverseGearEngage_Cnt_lgc | |||||
PAwTO_VSpdActvnMet_Cnt_M_lgc | |||||
PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | |||||
k_TrqOverlayHandsOnTrq_HwNm_u5p27 | |||||
Rte_Mode_SystemState_Mode | |||||
k_PABoostCurveTime_mS_u16 | |||||
k_TrqOverlayLimitPerc_Uls_f32 | |||||
k_TrqOverlaySuspendTime_mS_u16 | |||||
PAwTO_PrkAssistState_Cnt_M_u08 | |||||
Rte_Call_NxtrDiagMgr_GetNTCActive[7] | |||||
k_HandsOnLPFKn_Cnt_u16 | |||||
PAwTO_BoostCurveSwitchTimer_mS_M_u32 | |||||
PAwTO_LimitPercentFilteredTimer_mS_M_u32 | |||||
TOEOLDisable_Cnt_lgc |
Sheet 7: PAwTO_Per1() path
PAwTO_Per1 | TS | -- | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
path | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | Func Stub Return Val | Func Stub Return Val | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Test Status | Perf. Metrics | Comments | |
Vector Number | Vector Description | DiagStsNonRecRmpToZeroFltPres_Cnt_lgc | DiagStsRecRmpToZeroFltPres_Cnt_lgc | HwTorque_HwNm_f32 | LimitPercentFiltered_Uls_f32 | PAEnableRqst_Cnt_lgc | PAErrInterfaceActive_Cnt_lgc | PAExtSystemFltActive_Cnt_lgc | PAIntSystemFltActive_Cnt_lgc | PAWheelCriteriaMet_Cnt_lgc | PrkAsstFuncPresent_Cnt_lgc | PrkAsstSlewComplete_Cnt_lgc | TrqOvReverseGearEngage_Cnt_lgc | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | k_TrqOverlayHandsOnTrq_HwNm_u5p27 | Rte_Mode_SystemState_Mode | k_PABoostCurveTime_mS_u16 | k_TrqOverlayLimitPerc_Uls_f32 | k_TrqOverlaySuspendTime_mS_u16 | PAwTO_PrkAssistState_Cnt_M_u08 | Rte_Call_NxtrDiagMgr_GetNTCActive[7] | k_HandsOnLPFKn_Cnt_u16 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | TOEOLDisable_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | NxtrDiagMgr_GetNTCActive_count | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | PAwTO_PrkAssistState_Cnt_M_u08 | HandsOnDetect_Cnt_lgc | PABoostCurveSwitch_Cnt_lgc | PrkAssistActive_Cnt_lgc | PrkAssistState_Cnt_u08 | PrkAssistSuspend_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_PrkAssistState_SCom_Transition | Rte_Call_PAwTO_Per1_CP0_CheckpointReached | Rte_Call_PAwTO_Per1_CP1_CheckpointReached | NxtrDiagMgr_GetNTCActive_count | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | PAwTO_PrkAssistState_Cnt_M_u08 | HandsOnDetect_Cnt_lgc | PABoostCurveSwitch_Cnt_lgc | PrkAssistActive_Cnt_lgc | PrkAssistState_Cnt_u08 | PrkAssistSuspend_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_PrkAssistState_SCom_Transition | Rte_Call_PAwTO_Per1_CP0_CheckpointReached | Rte_Call_PAwTO_Per1_CP1_CheckpointReached | P/F | CPU Cycles | |
1 | (Abs_m(PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27) > k_TrqOverlayHandsOnTrq_HwNm_u5p27)=False ((Rte_Mode_SystemState_Mode = RTE_MODE_StaMd_Mode_OPERATE) And _ (VSpdActvnMet_Cnt_T_lgc = True) And _ (TrqOvReverseGearEngage_Cnt_T_lgc = True) And _ (PAWheelCriteriaMet_Cnt_T_lgc = True))=False ((PAEnableRqst_Cnt_T_lgc = True) And (PrkAssistActive_Cnt_T_lgc = True))=False (LimitPercentFiltered_Uls_T_f32 <= k_TrqOverlayLimitPerc_Uls_f32)=True ((PAErrInterfaceActive_Cnt_T_lgc = True) Or _ ((PAErrInterfaceActive_Cnt_T_lgc = True) Or _ (ElapsedTime_mS_T_u16 < k_TrqOverlaySuspendTime_mS_u16) Or _ (NTCLowBattVtg_Cnt_T_lgc = True) Or _ (DiagStsRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (NTCPAIWSSVspdValidity_Cnt_T_lgc = True) Or _ (NTCPAExcessVspd_Cnt_T_lgc = True) Or _ (NTCPARationalityChk_Cnt_T_lgc = True) Or _ (NTCTireCircmInvalid_Cnt_T_lgc = True))=True (PrkAssistState_Cnt_T_u08 <> PAwTO_PrkAssistState_Cnt_M_u08)=True | 0 | 1 | 0.899432957172394 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 6 | 1 | 163 | 46.1392003893852 | 2402 | 0 | 0,1,0,1,0,1,0 | 500 | 1218179328 | 3341896448 | 0 | 44127 | 3341896448 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 0.00686198472976685 | 3341896448 | 3341896448 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
2 | (Abs_m(PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27) > k_TrqOverlayHandsOnTrq_HwNm_u5p27)=True ((DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (PAIntSystemFltActive_Cnt_T_lgc = True) Or _ (PAExtSystemFltActive_Cnt_T_lgc = True)) =True | 1 | 0 | 4.9627423286438 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 4 | 200 | 58.0508884191513 | 2785 | 3 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 1 | 44964 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
3 | ((Rte_Mode_SystemState_Mode = RTE_MODE_StaMd_Mode_OPERATE) And _ (VSpdActvnMet_Cnt_T_lgc = True) And _ (TrqOvReverseGearEngage_Cnt_T_lgc = True) And _ (PAWheelCriteriaMet_Cnt_T_lgc = True))=True | 1 | 0 | 4.9627423286438 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 58.0508884191513 | 2785 | 3 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 0 | 44964 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 2 | 1 | 0 | 1 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
4 | ((PAEnableRqst_Cnt_T_lgc = True) And (PrkAssistActive_Cnt_T_lgc = True))=True (ElapsedTime_mS_T_u16 >= k_PABoostCurveTime_mS_u16)=True | 1 | 0 | 4.9627423286438 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 58.0508884191513 | 2785 | 3 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 1 | 44964 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 2 | 1 | 1 | 1 | 2 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
5 | ((PAEnableRqst_Cnt_T_lgc = True) And (PrkAssistActive_Cnt_T_lgc = True)) =False | 1 | 0 | 4.9627423286438 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 58.0508884191513 | 2785 | 3 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 1 | 0 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 2 | 1 | 0 | 1 | 2 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
6 | (LimitPercentFiltered_Uls_T_f32 <= k_TrqOverlayLimitPerc_Uls_f32)=False | 1 | 0 | 4.9627423286438 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 0 | 2785 | 3 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 0 | 0 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 2 | 1 | 0 | 1 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
7 | ((PAErrInterfaceActive_Cnt_T_lgc = True) Or _ (ElapsedTime_mS_T_u16 < k_TrqOverlaySuspendTime_mS_u16) Or _ (ReducedAsstLowVoltageFailed_Cnt_T_lgc = True) Or _ (DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (DiagStsRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (DiagPAIWSSWhlSpinFailed_Cnt_T_lgc = True) Or _ (DiagPAExcessVspdFailed_Cnt_T_lgc = True) Or _ (DiagPAMovMismatchFailed_Cnt_T_lgc = True) Or _ (DiagTireCircmInvalidActive_Cnt_T_lgc = True))=False | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 3 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 1 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 2 | 1 | 1 | 1 | 2 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
8 | ((PrkAssistSuspend_Cnt_T_lgc = True) Or _ (TOEOLDisable_Cnt_T_lgc = True) Or _ (PAExtSystemFltActive_Cnt_T_lgc = True))=True | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 0 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 0 | 2784 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
9 | ((PAEnableRqst_Cnt_T_lgc = True) And _ (PrkAssistActive_Cnt_T_lgc = True) And _ (PrkAsstFuncPresent_Cnt_T_lgc = True) And _ (PrkAsstSlewComplete_Cnt_T_lgc = True))=True | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 0 | 0,0,0,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2785 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
10 | ((DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (PAIntSystemFltActive_Cnt_T_lgc = True) Or _ (NTCPAVspdMismatch_Cnt_T_lgc = True))=True | 1 | 0 | 4.9627423286438 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 1 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 1 | 2787 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 2 | 1 | 0 | 1 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
11 | ( (DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc == TRUE)=False || (PAIntSystemFltActive_Cnt_T_lgc == TRUE) =False|| (DiagVspdMismatchFailed_Cnt_T_lgc == TRUE) =True) | 0 | 0 | 4.9627423286438 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 1 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 0 | 2787 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 1 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
12 | ((PrkAssistSuspend_Cnt_T_lgc = True) Or _ (PAExtSystemFltActive_Cnt_T_lgc = True)) =True | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 1 | 1,0,0,0,1,0,1 | 600 | 2194599936 | 2767643136 | 0 | 2784 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
13 | ((DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (PAIntSystemFltActive_Cnt_T_lgc = True) )=False | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 3 | 200 | 41 | 2785 | 3 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 1 | 2784 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
14 | ((DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (PAIntSystemFltActive_Cnt_T_lgc = True) Or _ (ParkAsstActvnFailed_Cnt_T_lgc = True))=False | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 0 | 200 | 41 | 2785 | 0 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
15 | ( (PrkAssistSuspend_Cnt_T_lgc == TRUE )=False || (TOEOLDisable_Cnt_T_lgc == TRUE) =True|| (PAExtSystemFltActive_Cnt_T_lgc == TRUE)=True ) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 0 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 1 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
16 | ( (PAEnableRqst_Cnt_T_lgc == TRUE)=True && (PrkAssistActive_Cnt_T_lgc == TRUE) =True&& (PrkAsstFuncPresent_Cnt_T_lgc == TRUE) =True&& (PrkAsstSlewComplete_Cnt_T_lgc == TRUE)=False ) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 0 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
17 | ((DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc = True) Or _ (PAIntSystemFltActive_Cnt_T_lgc = True) Or _ (DiagVspdMismatchFailed_Cnt_T_lgc = True)) =False | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 1 | 0,0,0,0,0,0,0 | 600 | 2194599936 | 2767643136 | 1 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
18 | (PAEnableRqst_Cnt_T_lgc = False)=True | 0 | 0 | 4.9627423286438 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 1 | 0,0,0,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2787 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 1 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
19 | ((PrkAssistSuspend_Cnt_T_lgc = False) And _ (PrkAsstSlewComplete_Cnt_T_lgc = True) And _ (TOEOLDisable_Cnt_T_lgc = False) And _ (PAExtSystemFltActive_Cnt_T_lgc = False)_ AND=True (PAEnableRqst_Cnt_T_lgc == FALSE)==FALSE) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 3 | 200 | 41 | 2785 | 3 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
20 | ( (PrkAssistSuspend_Cnt_T_lgc == FALSE) =True&& (PrkAsstSlewComplete_Cnt_T_lgc == TRUE)=False && (TOEOLDisable_Cnt_T_lgc == FALSE) =False&& (PAExtSystemFltActive_Cnt_T_lgc == FALSE) =True) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | -5 | 3 | 3 | 200 | 41 | 2785 | 3 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 1 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
21 | Case Else PrkAssistState_Cnt_T_u08 = D_PASTATEINHIBITED_CNT_U08=True | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 3 | 200 | 41 | 2785 | 6 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 1 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
22 | Case D_PASTATEINHIBITED_CNT_U08 PrkAssistState_Cnt_T_u08 = D_PASTATEINHIBITED_CNT_U08=True | 0 | 0 | 6.83324533700943 | 0.68981921672821 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 8 | 8 | 2 | 0 | 7.9434751868248 | 788 | 2 | 0,1,0,1,0,1,0 | 900 | 1193733376 | 374828800 | 1 | 64932 | 374828800 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 7.98397380113602 | 374828800 | 374828800 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
23 | ( (PrkAssistSuspend_Cnt_T_lgc == TRUE ) =False|| (TOEOLDisable_Cnt_T_lgc == TRUE) =False|| (PAExtSystemFltActive_Cnt_T_lgc == TRUE) =True) | 0 | 0 | -10 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0,0,0,0,0,0 | 410 | 0 | 0 | 0 | 0 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -10 | 0 | 0 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
24 | ( (PAEnableRqst_Cnt_T_lgc == TRUE)=True && (PrkAssistActive_Cnt_T_lgc == TRUE)=True && (PrkAsstFuncPresent_Cnt_T_lgc == TRUE) =False&& (PrkAsstSlewComplete_Cnt_T_lgc == TRUE)=True ) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 0 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
25 | (ElapsedTime_mS_T_u16 >= k_PABoostCurveTime_mS_u16)=True | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 1 | 1,0,0,0,1,0,1 | 600 | 2194599936 | 2767643136 | 0 | 2784 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
26 | ( (DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc == TRUE)=False || (PAIntSystemFltActive_Cnt_T_lgc == TRUE)=False || (PAExtSystemFltActive_Cnt_T_lgc == TRUE)=True ) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 3 | 200 | 41 | 2785 | 3 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
27 | ( (PrkAssistSuspend_Cnt_T_lgc == FALSE) =True&& (PrkAsstSlewComplete_Cnt_T_lgc == TRUE) =True&& (TOEOLDisable_Cnt_T_lgc == FALSE)=False && (PAExtSystemFltActive_Cnt_T_lgc == FALSE)=True ) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 3 | 200 | 41 | 2785 | 3 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 1 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
28 | ( (PrkAssistSuspend_Cnt_T_lgc == TRUE)=false || (PAExtSystemFltActive_Cnt_T_lgc == TRUE) =True) | 0 | 0 | 4.9627423286438 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 2 | 200 | 41 | 2785 | 1 | 0,0,0,0,0,0,0 | 600 | 2194599936 | 2767643136 | 1 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2194599936 | 2767643136 | 3 | 1 | 1 | 1 | 3 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
29 | (PAErrInterfaceActive_Cnt_T_lgc == TRUE) =False|| (ElapsedTime_mS_T_u16 < k_TrqOverlaySuspendTime_mS_u16) =False || (ReducedAsstLowVoltageFailed_Cnt_T_lgc == TRUE) =False || (DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc == TRUE) =False || (DiagStsRecRmpToZeroFltPres_Cnt_T_lgc == TRUE) =False || (DiagPAIWSSWhlSpinFailed_Cnt_T_lgc == TRUE) =False|| (DiagPAExcessVspdFailed_Cnt_T_lgc == TRUE) =False || (DiagPAMovMismatchFailed_Cnt_T_lgc == TRUE) =False || (DiagTireCircmInvalidActive_Cnt_T_lgc == TRUE)=True | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0,0,0,0,0,1 | 410 | 0 | 0 | 0 | 0 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -10 | 0 | 0 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
30 | (PAErrInterfaceActive_Cnt_T_lgc == TRUE) =False|| (ElapsedTime_mS_T_u16 < k_TrqOverlaySuspendTime_mS_u16) =False|| (ReducedAsstLowVoltageFailed_Cnt_T_lgc == TRUE) =False || (DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc == TRUE) =False || (DiagStsRecRmpToZeroFltPres_Cnt_T_lgc == TRUE) =False || (DiagPAIWSSWhlSpinFailed_Cnt_T_lgc == TRUE) =False|| (DiagPAExcessVspdFailed_Cnt_T_lgc == TRUE) =False|| (DiagPAMovMismatchFailed_Cnt_T_lgc == TRUE) =True|| (DiagTireCircmInvalidActive_Cnt_T_lgc == TRUE) =False | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0,0,0,0,1,0 | 410 | 0 | 0 | 0 | 0 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -10 | 0 | 0 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
31 | (PAErrInterfaceActive_Cnt_T_lgc == TRUE) =False || (ElapsedTime_mS_T_u16 < k_TrqOverlaySuspendTime_mS_u16) =False || (ReducedAsstLowVoltageFailed_Cnt_T_lgc == TRUE) =False || (DiagStsNonRecRmpToZeroFltPres_Cnt_T_lgc == TRUE) =False || (DiagStsRecRmpToZeroFltPres_Cnt_T_lgc == TRUE) =False || (DiagPAIWSSWhlSpinFailed_Cnt_T_lgc == TRUE) =False || (DiagPAExcessVspdFailed_Cnt_T_lgc == TRUE) =True|| (DiagPAMovMismatchFailed_Cnt_T_lgc == TRUE) =False || (DiagTireCircmInvalidActive_Cnt_T_lgc == TRUE) =False | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0,0,0,1,0,0 | 410 | 0 | 0 | 0 | 0 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -10 | 0 | 0 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
32 | ((PrkAssistSuspend_Cnt_T_lgc = False) And _ (PrkAsstSlewComplete_Cnt_T_lgc = True) And _ (TOEOLDisable_Cnt_T_lgc = False) And _ (PAExtSystemFltActive_Cnt_T_lgc = False)_ AND (PAEnableRqst_Cnt_T_lgc == FALSE)) =True | 0 | 0 | 4.9627423286438 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | -5 | 3 | 3 | 200 | 41 | 2785 | 3 | 0,0,1,0,0,0,0 | 600 | 2194599936 | 2767643136 | 0 | 2786 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
Sheet 8: PAwTO_Per1() boundary
PAwTO_Per1 | TS | -- | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
boundary | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | Func Stub Return Val | Func Stub Return Val | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Test Status | Perf. Metrics | Comments | |
Vector Number | Vector Description | DiagStsNonRecRmpToZeroFltPres_Cnt_lgc | DiagStsRecRmpToZeroFltPres_Cnt_lgc | HwTorque_HwNm_f32 | LimitPercentFiltered_Uls_f32 | PAEnableRqst_Cnt_lgc | PAErrInterfaceActive_Cnt_lgc | PAExtSystemFltActive_Cnt_lgc | PAIntSystemFltActive_Cnt_lgc | PAWheelCriteriaMet_Cnt_lgc | PrkAsstFuncPresent_Cnt_lgc | PrkAsstSlewComplete_Cnt_lgc | TrqOvReverseGearEngage_Cnt_lgc | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | k_TrqOverlayHandsOnTrq_HwNm_u5p27 | Rte_Mode_SystemState_Mode | k_PABoostCurveTime_mS_u16 | k_TrqOverlayLimitPerc_Uls_f32 | k_TrqOverlaySuspendTime_mS_u16 | PAwTO_PrkAssistState_Cnt_M_u08 | Rte_Call_NxtrDiagMgr_GetNTCActive[7] | k_HandsOnLPFKn_Cnt_u16 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | TOEOLDisable_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | NxtrDiagMgr_GetNTCActive_count | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | PAwTO_PrkAssistState_Cnt_M_u08 | HandsOnDetect_Cnt_lgc | PABoostCurveSwitch_Cnt_lgc | PrkAssistActive_Cnt_lgc | PrkAssistState_Cnt_u08 | PrkAssistSuspend_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_PrkAssistState_SCom_Transition | Rte_Call_PAwTO_Per1_CP0_CheckpointReached | Rte_Call_PAwTO_Per1_CP1_CheckpointReached | NxtrDiagMgr_GetNTCActive_count | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27 | PAwTO_BoostCurveSwitchTimer_mS_M_u32 | PAwTO_LimitPercentFilteredTimer_mS_M_u32 | PAwTO_PrkAssistState_Cnt_M_u08 | HandsOnDetect_Cnt_lgc | PABoostCurveSwitch_Cnt_lgc | PrkAssistActive_Cnt_lgc | PrkAssistState_Cnt_u08 | PrkAssistSuspend_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_PrkAssistState_SCom_Transition | Rte_Call_PAwTO_Per1_CP0_CheckpointReached | Rte_Call_PAwTO_Per1_CP1_CheckpointReached | P/F | CPU Cycles | |
1 | All min | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0,0,0,0,0,0 | 410 | 0 | 0 | 0 | 0 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -10 | 0 | 0 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
2 | All max | 1 | 1 | 10 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 10 | 10 | 4 | 1000 | 100 | 5000 | 3 | 1,1,1,1,1,1,1 | 11259 | 4294967295 | 4294967295 | 1 | 65535 | 4294967295 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 10 | 4294967295 | 4294967295 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
3 | DiagStsNonRecRmpToZeroFltPres_Cnt_lgc==>Min | 0 | 1 | 0.899432957172394 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 6 | 1 | 163 | 46.1392003893852 | 2402 | 0 | 0,1,0,1,0,1,0 | 500 | 1218179328 | 3341896448 | 0 | 44127 | 3341896448 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 0.00686198472976685 | 3341896448 | 3341896448 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
4 | DiagStsNonRecRmpToZeroFltPres_Cnt_lgc==>Max | 1 | 0 | 4.9627423286438 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | -5 | 3 | 4 | 200 | 58.0508884191513 | 2785 | 3 | 1,0,1,0,1,0,1 | 600 | 2194599936 | 2767643136 | 0 | 44964 | 2767643136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.90879148244858 | 2767643136 | 2767643136 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
5 | DiagStsNonRecRmpToZeroFltPres_Cnt_lgc==>Pos | 1 | 0 | 1.73344653844833 | 0.54865038394928 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 10 | 8 | 3 | 583 | 82.8208902478218 | 4200 | 3 | 0,1,0,1,0,1,0 | 700 | 1660023552 | 3267501312 | 1 | 21521 | 3267501312 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 9.91170316934586 | 3267501312 | 3267501312 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
6 | DiagStsRecRmpToZeroFltPres_Cnt_lgc==>Min | 0 | 0 | 4.22693693637848 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 10 | 6 | 2 | 893 | 73.1831870079041 | 1951 | 2 | 1,0,1,0,1,0,1 | 800 | 106228224 | 3020712960 | 0 | 19477 | 3020712960 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 9.92952346801758 | 3020712960 | 3020712960 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
7 | DiagStsRecRmpToZeroFltPres_Cnt_lgc==>Max | 0 | 1 | 1.26715666055679 | 0.170961260795593 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | -6 | 6 | 0 | 785 | 78.5168899893761 | 3641 | 2 | 0,1,0,1,0,1,0 | 900 | 2160592128 | 2955509504 | 0 | 58406 | 2955509504 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -5.90020170807838 | 2955509504 | 2955509504 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
8 | DiagStsRecRmpToZeroFltPres_Cnt_lgc==>Pos | 0 | 1 | 5.7719247341156 | 0.757464170455933 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 6 | 2 | 2 | 79 | 25.9415012598038 | 929 | 1 | 1,0,1,0,1,0,1 | 1000 | 1402647552 | 1004422656 | 1 | 2976 | 1004422656 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 5.99651312828064 | 1004422656 | 1004422656 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
9 | HwTorque_HwNm_f32==>Min | 1 | 1 | -10 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | -1 | 6 | 1 | 966 | 9.32800680398941 | 430 | 3 | 0,1,0,1,0,1,0 | 2000 | 3298731776 | 1218179328 | 0 | 30252 | 1218179328 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -1.274658203125 | 1218179328 | 1218179328 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
10 | HwTorque_HwNm_f32==>Max | 1 | 0 | 10 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 8 | 9 | 4 | 935 | 20.3749721050262 | 2516 | 2 | 1,0,1,0,1,0,1 | 3000 | 2770259456 | 2194599936 | 1 | 33683 | 2194599936 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 8.091552734375 | 2194599936 | 2194599936 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
11 | HwTorque_HwNm_f32==>Pos | 0 | 1 | 3 | 0.369858145713806 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 4 | 6 | 4 | 336 | 72.0521304011345 | 436 | 3 | 0,1,0,1,0,1,0 | 4000 | 2566543616 | 1660023552 | 0 | 42042 | 1660023552 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 3.93896484375 | 1660023552 | 1660023552 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
12 | HwTorque_HwNm_f32==>Zero | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | -10 | 4 | 1 | 640 | 60.2539929151535 | 1331 | 0 | 1,0,1,0,1,0,1 | 5000 | 1834203136 | 106228224 | 1 | 55218 | 106228224 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -9.237060546875 | 106228224 | 106228224 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
13 | HwTorque_HwNm_f32==>Neg | 1 | 0 | -4 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -10 | 10 | 0 | 886 | 88.8858931660652 | 3114 | 3 | 0,1,0,1,0,1,0 | 6000 | 2424544000 | 2160592128 | 0 | 11528 | 2160592128 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -9.45068359375 | 2160592128 | 2160592128 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
14 | LimitPercentFiltered_Uls_f32==>Min | 1 | 1 | -8.53980720043182 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 3 | 619 | 67.4652290344238 | 4050 | 3 | 1,0,1,0,1,0,1 | 7000 | 910160384 | 1402647552 | 1 | 19921 | 1402647552 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.912122428417206 | 1402647552 | 1402647552 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
15 | LimitPercentFiltered_Uls_f32==>Max | 1 | 1 | -4.8832945227623 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | -4 | 2 | 0 | 198 | 7.73961156606674 | 3324 | 1 | 0,1,0,1,0,1,0 | 8000 | 1193733376 | 3298731776 | 0 | 47377 | 3298731776 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.10776519775391 | 3298731776 | 3298731776 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
16 | LimitPercentFiltered_Uls_f32==>Pos | 0 | 1 | 0.075329065322876 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | -10 | 6 | 4 | 556 | 47.5667935609818 | 1442 | 1 | 1,0,1,0,1,0,1 | 9000 | 2115894272 | 2770259456 | 1 | 32380 | 2770259456 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -8.61638247966766 | 2770259456 | 2770259456 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
17 | PAEnableRqst_Cnt_lgc==>Min | 0 | 1 | -6.1475265622139 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 6 | 5 | 1 | 885 | 62.0717588067055 | 2703 | 3 | 0,1,0,1,0,1,0 | 10000 | 1278529280 | 2566543616 | 0 | 51384 | 2566543616 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 4.14644455909729 | 2566543616 | 2566543616 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
18 | PAEnableRqst_Cnt_lgc==>Max | 0 | 1 | 6.24949491024017 | 0.683060646057129 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -8 | 6 | 0 | 632 | 64.7848293781281 | 1765 | 2 | 1,0,1,0,1,0,1 | 11000 | 2029803008 | 1834203136 | 1 | 2706 | 1834203136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -5.60834872722626 | 1834203136 | 1834203136 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
19 | PAEnableRqst_Cnt_lgc==>Pos | 1 | 0 | -8.18943327665329 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 9 | 4 | 376 | 88.3992187380791 | 1987 | 1 | 0,1,0,1,0,1,0 | 500 | 1568784640 | 2424544000 | 0 | 4959 | 2424544000 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.88411739468575 | 2424544000 | 2424544000 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
20 | PAErrInterfaceActive_Cnt_lgc==>Min | 0 | 0 | -2.94155740737915 | 0.669471979141235 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 7 | 3 | 4 | 622 | 16.9827474355698 | 1281 | 0 | 1,0,1,0,1,0,1 | 600 | 3747446784 | 910160384 | 1 | 64996 | 910160384 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.90898370742798 | 910160384 | 910160384 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
21 | PAErrInterfaceActive_Cnt_lgc==>Max | 0 | 1 | 4.95904105901718 | 0.141204476356506 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 3 | 10 | 4 | 139 | 49.8895710110664 | 1956 | 0 | 0,1,0,1,0,1,0 | 700 | 2072396544 | 1193733376 | 1 | 57232 | 1193733376 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 3.0209242105484 | 1193733376 | 1193733376 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
22 | PAErrInterfaceActive_Cnt_lgc==>Pos | 0 | 1 | -6.98793256282806 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | -8 | 4 | 1 | 758 | 34.3843712806702 | 3943 | 0 | 1,0,1,0,1,0,1 | 800 | 836237824 | 2115894272 | 0 | 18138 | 2115894272 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -7.98764395713806 | 2115894272 | 2115894272 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
23 | PAExtSystemFltActive_Cnt_lgc==>Min | 0 | 0 | -2.47397702932358 | 0.664104342460632 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | -1 | 6 | 1 | 579 | 1.69165748357773 | 1891 | 3 | 0,1,0,1,0,1,0 | 900 | 1218179328 | 1278529280 | 1 | 7190 | 1278529280 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -1.02023726701736 | 1278529280 | 1278529280 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
24 | PAExtSystemFltActive_Cnt_lgc==>Max | 0 | 1 | 3.15255236625671 | 0.0378005504608154 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | -10 | 8 | 1 | 522 | 28.0822378396988 | 3507 | 3 | 1,0,1,0,1,0,1 | 1000 | 2194599936 | 2029803008 | 0 | 60174 | 2029803008 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -9.79931116104126 | 2029803008 | 2029803008 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
25 | PAExtSystemFltActive_Cnt_lgc==>Pos | 0 | 1 | 6.20527619123459 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 5 | 6 | 1 | 162 | 81.9106798768044 | 710 | 3 | 0,1,0,1,0,1,0 | 2000 | 1660023552 | 1568784640 | 1 | 16932 | 1568784640 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 5.03677606582642 | 1568784640 | 1568784640 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
26 | PAIntSystemFltActive_Cnt_lgc==>Min | 1 | 1 | -1.06233131885529 | 0.957345962524414 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 4 | 10 | 3 | 770 | 70.6123044490814 | 2638 | 0 | 1,0,1,0,1,0,1 | 3000 | 106228224 | 3747446784 | 0 | 57582 | 3747446784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 3.76827949285507 | 3747446784 | 3747446784 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
27 | PAIntSystemFltActive_Cnt_lgc==>Max | 1 | 0 | -1.99370068311691 | 0.25976026058197 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | -2 | 7 | 4 | 550 | 26.384078681469 | 2183 | 3 | 0,1,0,1,0,1,0 | 4000 | 2160592128 | 2072396544 | 1 | 18540 | 2072396544 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -1.99961256980896 | 2072396544 | 2072396544 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
28 | PAIntSystemFltActive_Cnt_lgc==>Pos | 1 | 1 | -5.80951690673828 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 2 | 4 | 842 | 84.1263121366501 | 4749 | 0 | 1,0,1,0,1,0,1 | 5000 | 1402647552 | 836237824 | 0 | 46684 | 836237824 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.443197786808014 | 836237824 | 836237824 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
29 | PAWheelCriteriaMet_Cnt_lgc==>Min | 1 | 1 | -2.09479528665543 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 7 | 9 | 4 | 757 | 53.6644433140755 | 1890 | 2 | 0,1,0,1,0,1,0 | 6000 | 3298731776 | 2659112192 | 1 | 12104 | 2659112192 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.16735291481018 | 2659112192 | 2659112192 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
30 | PAWheelCriteriaMet_Cnt_lgc==>Max | 1 | 0 | 8.64672100543976 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | -2 | 2 | 0 | 571 | 63.9430551528931 | 635 | 0 | 1,0,1,0,1,0,1 | 7000 | 2770259456 | 431375360 | 0 | 27728 | 431375360 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.86283278465271 | 431375360 | 431375360 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
31 | PAWheelCriteriaMet_Cnt_lgc==>Pos | 1 | 0 | -1.29737132787704 | 0.884842753410339 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 7 | 4 | 640 | 42.865703523159 | 4824 | 0 | 0,1,0,1,0,1,0 | 8000 | 2566543616 | 344717056 | 1 | 60884 | 344717056 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.158369541168213 | 344717056 | 344717056 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
32 | PrkAsstFuncPresent_Cnt_lgc==>Min | 0 | 0 | -8.11896395683289 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 9 | 3 | 3 | 338 | 70.5098067522049 | 3181 | 0 | 0,0,1,0,0,0,0 | 9000 | 1834203136 | 3465993728 | 0 | 12148 | 3465993728 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.64911085367203 | 3465993728 | 3465993728 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
33 | PrkAsstFuncPresent_Cnt_lgc==>Max | 0 | 0 | 10 | 0.482337117195129 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 5 | 4 | 219 | 12.278852045536 | 3781 | 0 | 0,0,1,0,0,0,0 | 10000 | 2424544000 | 3503433984 | 0 | 51217 | 3503433984 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 2.373291015625 | 3503433984 | 3503433984 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
34 | PrkAsstFuncPresent_Cnt_lgc==>Pos | 0 | 0 | -0.356564164161682 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | -5 | 5 | 4 | 586 | 56.0551512241364 | 4649 | 0 | 0,0,1,0,0,0,0 | 11000 | 910160384 | 2836154368 | 0 | 54726 | 2836154368 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -4.2205947637558 | 2836154368 | 2836154368 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
35 | PrkAsstSlewComplete_Cnt_lgc==>Min | 0 | 0 | 5.41487675905228 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | -7 | 4 | 1 | 641 | 83.9134485125542 | 4983 | 3 | 0,1,0,1,0,1,0 | 500 | 1193733376 | 865725184 | 1 | 22019 | 865725184 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -6.90528449416161 | 865725184 | 865725184 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
36 | PrkAsstSlewComplete_Cnt_lgc==>Max | 0 | 1 | -4.11288595199585 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | -1 | 3 | 1 | 449 | 21.4644721746445 | 2358 | 3 | 1,0,1,0,1,0,1 | 600 | 2115894272 | 1245512192 | 0 | 18745 | 1245512192 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -1.02849847078323 | 1245512192 | 1245512192 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
37 | PrkAsstSlewComplete_Cnt_lgc==>Pos | 0 | 0 | -5.45177799463272 | 0.865716576576233 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 8 | 4 | 1 | 792 | 63.3711546063423 | 3536 | 3 | 0,1,0,1,0,1,0 | 700 | 1278529280 | 326089984 | 1 | 50130 | 326089984 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 7.85632076859474 | 326089984 | 326089984 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
38 | TrqOvReverseGearEngage_Cnt_lgc==>Min | 1 | 0 | 3.01893866062164 | 0.520610332489014 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | -9 | 2 | 0 | 399 | 14.1593470573425 | 4776 | 3 | 1,0,1,0,1,0,1 | 800 | 2029803008 | 8621056 | 0 | 18259 | 8621056 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -8.85328912734985 | 8621056 | 8621056 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
39 | TrqOvReverseGearEngage_Cnt_lgc==>Max | 0 | 0 | 10 | 0.594869494438171 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 1 | 860 | 1.70755046606064 | 2679 | 2 | 0,1,0,1,0,1,0 | 900 | 1568784640 | 256122624 | 1 | 4843 | 256122624 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 2.10986328125 | 256122624 | 256122624 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
40 | TrqOvReverseGearEngage_Cnt_lgc==>Pos | 1 | 1 | 5.15384650230408 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 2 | 5 | 1 | 66 | 8.01209795475006 | 1286 | 1 | 1,0,1,0,1,0,1 | 1000 | 3747446784 | 1359898112 | 0 | 7631 | 1359898112 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 2.04812330007553 | 1359898112 | 1359898112 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
41 | PAwTO_VSpdActvnMet_Cnt_M_lgc==>Min | 0 | 1 | 6.2922140955925 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | -9 | 5 | 0 | 366 | 0.188482344150543 | 1947 | 3 | 0,1,0,1,0,1,0 | 2000 | 2072396544 | 1904972032 | 1 | 25631 | 1904972032 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -8.53332543373108 | 1904972032 | 1904972032 | 3 | 1 | 0 | 0 | 3 | 1 | 0 | 2 | 0 | 1 | 1 | -- | ||
42 | PAwTO_VSpdActvnMet_Cnt_M_lgc==>Max | 0 | 1 | 1.40439403057098 | 0.715358734130859 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 7 | 1 | 4 | 647 | 34.5767486095429 | 201 | 0 | 1,0,1,0,1,0,1 | 3000 | 836237824 | 3464499200 | 0 | 19516 | 3464499200 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.74384903907776 | 3464499200 | 3464499200 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
43 | PAwTO_VSpdActvnMet_Cnt_M_lgc==>Pos | 1 | 1 | 3.42350608110428 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | -2 | 1 | 3 | 449 | 69.0971915125847 | 670 | 0 | 0,1,0,1,0,1,0 | 4000 | 1218179328 | 744395520 | 1 | 37570 | 744395520 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -1.66898560523987 | 744395520 | 744395520 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
44 | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27==>Min | 1 | 0 | 2.48671436309814 | 0.86445164680481 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | -10 | 8 | 4 | 545 | 51.1676377058029 | 755 | 1 | 1,0,1,0,1,0,1 | 5000 | 2194599936 | 2760837632 | 0 | 12955 | 2760837632 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -9.04736876487732 | 2760837632 | 2760837632 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
45 | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27==>Max | 1 | 1 | 4.3729562163353 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 10 | 0 | 4 | 437 | 68.998474419117 | 4462 | 3 | 0,1,0,1,0,1,0 | 6000 | 1660023552 | 3063522560 | 1 | 43213 | 3063522560 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 9.48479235172272 | 3063522560 | 3063522560 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
46 | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27==>Pos | 0 | 1 | 0.17413055896759 | 0.155994892120361 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 10 | 5 | 2 | 159 | 66.5669384002686 | 1150 | 0 | 1,0,1,0,1,0,1 | 7000 | 106228224 | 2158351360 | 0 | 13571 | 2158351360 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 8.95045161247253 | 2158351360 | 2158351360 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
47 | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27==>Zero | 1 | 0 | -8.67159217596054 | 0.775629878044128 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 3 | 985 | 91.1161240935326 | 3596 | 2 | 0,1,0,1,0,1,0 | 8000 | 2160592128 | 3523036928 | 1 | 62459 | 3523036928 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -1.05851888656616 | 3523036928 | 3523036928 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
48 | PAwTO_HandsOnHwTrqSV_HwNm_M_s4p27==>Neg | 0 | 0 | 7.3796751499176 | 0.327247381210327 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | -2 | 1 | 3 | 974 | 60.3923341035843 | 912 | 3 | 1,0,1,0,1,0,1 | 9000 | 1402647552 | 3213028864 | 0 | 64576 | 3213028864 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.711936175823212 | 3213028864 | 3213028864 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
49 | k_TrqOverlayHandsOnTrq_HwNm_u5p27==>Min | 0 | 1 | 5.12107580900192 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | -8 | 0 | 4 | 305 | 42.7299028038979 | 3444 | 2 | 0,1,0,1,0,1,0 | 10000 | 3298731776 | 2186148096 | 1 | 50158 | 2186148096 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -5.9979544878006 | 2186148096 | 2186148096 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
50 | k_TrqOverlayHandsOnTrq_HwNm_u5p27==>Max | 0 | 1 | -1.10123407840729 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 10 | 3 | 349 | 65.4061005115509 | 2091 | 3 | 1,0,1,0,1,0,1 | 11000 | 2770259456 | 131651584 | 0 | 47982 | 131651584 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.184811651706696 | 131651584 | 131651584 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
51 | k_TrqOverlayHandsOnTrq_HwNm_u5p27==>Pos | 1 | 1 | -2.50248068571091 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 2 | 10 | 1 | 290 | 56.7482959628105 | 3362 | 0 | 0,1,0,1,0,1,0 | 500 | 2566543616 | 3178511104 | 1 | 6474 | 3178511104 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 1.96564909815788 | 3178511104 | 3178511104 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
52 | Rte_Mode_SystemState_Mode==>Min | 0 | 0 | 8.0932879447937 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 6 | 6 | 0 | 686 | 100 | 96 | 0 | 1,0,1,0,1,0,1 | 600 | 1834203136 | 3119387136 | 0 | 41634 | 3119387136 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.01916438341141 | 3119387136 | 3119387136 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
53 | Rte_Mode_SystemState_Mode==>Max | 0 | 0 | -7.43260437250137 | 0.136249184608459 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 5 | 7 | 4 | 528 | 36.8632972836494 | 1692 | 0 | 0,1,0,1,0,1,0 | 700 | 2424544000 | 2627505408 | 1 | 52696 | 2627505408 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 4.86721053719521 | 2627505408 | 2627505408 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
54 | Rte_Mode_SystemState_Mode==>Pos | 1 | 0 | 10 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 5 | 10 | 2 | 851 | 69.7151455879211 | 1188 | 0 | 1,0,1,0,1,0,1 | 800 | 910160384 | 3694992384 | 0 | 59008 | 3694992384 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 5.06103515625 | 3694992384 | 3694992384 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
55 | k_PABoostCurveTime_mS_u16==>Min | 0 | 0 | 6.83324533700943 | 0.68981921672821 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 8 | 8 | 2 | 0 | 7.9434751868248 | 788 | 2 | 0,1,0,1,0,1,0 | 900 | 1193733376 | 374828800 | 1 | 64932 | 374828800 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 7.98397380113602 | 1193733376 | 374828800 | 2 | 0 | 1 | 1 | 2 | 1 | 2 | 0 | 0 | 1 | 1 | -- | ||
56 | k_PABoostCurveTime_mS_u16==>Max | 0 | 1 | 3.98283839225769 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 7 | 8 | 2 | 1000 | 76.5943628549576 | 4913 | 3 | 1,0,1,0,1,0,1 | 1000 | 2115894272 | 1830057472 | 0 | 1253 | 1830057472 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.95395541191101 | 2115894272 | 1830057472 | 3 | 0 | 1 | 1 | 3 | 1 | 2 | 0 | 0 | 1 | 1 | -- | ||
57 | k_PABoostCurveTime_mS_u16==>Pos | 1 | 1 | 1.45855873823166 | 0.420484662055969 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | -9 | 9 | 2 | 647 | 37.571570456028 | 2208 | 0 | 0,1,0,1,0,1,0 | 2000 | 1278529280 | 2310627584 | 1 | 47390 | 2310627584 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -8.68083202838898 | 1278529280 | 2310627584 | 2 | 0 | 1 | 1 | 2 | 1 | 2 | 0 | 1 | 1 | 1 | -- | ||
58 | k_TrqOverlayLimitPerc_Uls_f32==>Min | 0 | 0 | -1.0546008348465 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | 414 | 0 | 1005 | 1 | 1,0,1,0,1,0,1 | 3000 | 2029803008 | 1094098944 | 0 | 11902 | 1094098944 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 1.86018985509872 | 1094098944 | 1094098944 | 2 | 1 | 0 | 0 | 2 | 1 | 0 | 2 | 1 | 1 | 1 | -- | ||
59 | k_TrqOverlayLimitPerc_Uls_f32==>Max | 1 | 0 | -1.31962651014328 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 8 | 2 | 3 | 494 | 100 | 3497 | 1 | 0,1,0,1,0,1,0 | 4000 | 1568784640 | 2725962496 | 1 | 18492 | 2725962496 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 7.43119287490845 | 2725962496 | 2725962496 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
60 | k_TrqOverlayLimitPerc_Uls_f32==>Pos | 0 | 0 | -9.92353630065918 | 0.746747255325317 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | -2 | 8 | 1 | 379 | 70 | 1558 | 1 | 1,0,1,0,1,0,1 | 5000 | 3747446784 | 3615103488 | 0 | 64877 | 3615103488 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -2.60450285673141 | 3615103488 | 3615103488 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
61 | k_TrqOverlaySuspendTime_mS_u16==>Min | 0 | 1 | -4.47734647989273 | 0.17988646030426 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 8 | 0 | 1 | 39 | 61.1106427311897 | 0 | 3 | 0,1,0,1,0,1,0 | 6000 | 2072396544 | 1578661120 | 1 | 34453 | 1578661120 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 6.85769188404083 | 1578661120 | 1578661120 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
62 | k_TrqOverlaySuspendTime_mS_u16==>Max | 0 | 1 | -3.03179728984833 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 6 | 6 | 2 | 45 | 94.6689100265503 | 5000 | 1 | 1,0,1,0,1,0,1 | 7000 | 836237824 | 3379127296 | 0 | 57578 | 3379127296 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 5.0353062748909 | 3379127296 | 3379127296 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
63 | k_TrqOverlaySuspendTime_mS_u16==>Pos | 0 | 1 | 6.21669918298721 | 0.881382822990418 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 8 | 2 | 1 | 251 | 94.4947795271874 | 4319 | 0 | 0,1,0,1,0,1,0 | 8000 | 1218179328 | 972199680 | 1 | 8326 | 972199680 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 7.7822642326355 | 972199680 | 972199680 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
64 | PAwTO_PrkAssistState_Cnt_M_u08==>Min | 0 | 0 | 9.90327763557434 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 8 | 10 | 1 | 405 | 90.2026568651199 | 3406 | 0 | 1,0,1,0,1,0,1 | 9000 | 2194599936 | 3236101632 | 0 | 58847 | 3236101632 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 8.26131421327591 | 3236101632 | 3236101632 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
65 | PAwTO_PrkAssistState_Cnt_M_u08==>Max | 0 | 0 | 2.98483866453171 | 0.334010243415833 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | -5 | 4 | 0 | 318 | 35.4600673317909 | 381 | 3 | 0,1,0,1,0,1,0 | 10000 | 1660023552 | 3530410240 | 1 | 47440 | 3530410240 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -3.78168106079102 | 3530410240 | 3530410240 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
66 | PAwTO_PrkAssistState_Cnt_M_u08==>Pos | 1 | 1 | 10 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 3 | 9 | 0 | 394 | 42.7322084903717 | 3020 | 3 | 1,0,1,0,1,0,1 | 11000 | 106228224 | 448358400 | 0 | 50314 | 448358400 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 4.1749267578125 | 448358400 | 448358400 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
67 | Rte_Call_NxtrDiagMgr_GetNTCActive[6]==>Min | 1 | 1 | 2.19671857357025 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 8 | 8 | 4 | 444 | 64.1780064105988 | 2609 | 0 | 0,0,0,0,0,0,0 | 11000 | 836237824 | 2997745664 | 1 | 14874 | 2997745664 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 7.0258663892746 | 2997745664 | 2997745664 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
68 | Rte_Call_NxtrDiagMgr_GetNTCActive[6]==>Max | 0 | 0 | -2.51157301664352 | 0.935193419456482 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 10 | 1 | 320 | 55.895468890667 | 411 | 1 | 1,1,1,1,1,1,1 | 500 | 2997745664 | 4185185024 | 1 | 62918 | 4185185024 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.0191591680049896 | 4185185024 | 4185185024 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
69 | Rte_Call_NxtrDiagMgr_GetNTCActive[6]==>Pos | 1 | 0 | -0.533731937408447 | 0.0619356632232666 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 6 | 1 | 653 | 15.4666532278061 | 3137 | 0 | 1,0,1,0,1,0,1 | 600 | 4185185024 | 1349267968 | 0 | 943 | 1349267968 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 1.97680336236954 | 1349267968 | 1349267968 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
70 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16==>Min | 0 | 1 | 2.32691389322281 | 0.17551600933075 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 4 | 9 | 1 | 711 | 76.0283378958702 | 2255 | 1 | 0,1,0,1,0,1,0 | 700 | 1349267968 | 3194928896 | 1 | 0 | 3194928896 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 3.98212680220604 | 3194928896 | 3194928896 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
71 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16==>Max | 0 | 1 | -2.90344071388245 | 0.532862424850464 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 5 | 0 | 977 | 66.9423137903214 | 1278 | 0 | 1,0,1,0,1,0,1 | 800 | 3194928896 | 3054405120 | 0 | 65535 | 3054405120 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.0354409217834473 | 3054405120 | 3054405120 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
72 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16==>Pos | 1 | 0 | -0.666783630847931 | 0.983162045478821 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 4 | 4 | 248 | 88.7201004624367 | 809 | 3 | 0,1,0,1,0,1,0 | 900 | 3054405120 | 3943379200 | 1 | 44197 | 3943379200 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 0.977114051580429 | 3943379200 | 3943379200 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
73 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Min | 0 | 1 | 10 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 5 | 3 | 168 | 84.0150973796845 | 2102 | 2 | 1,0,1,0,1,0,1 | 1000 | 3943379200 | 0 | 0 | 12468 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.8321533203125 | 0 | 0 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
74 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Max | 1 | 1 | 10 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | -3 | 7 | 4 | 389 | 86.6825358271599 | 4510 | 0 | 0,1,0,1,0,1,0 | 2000 | 1778074880 | 4294967295 | 1 | 28122 | 4294967295 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -2.603271484375 | 4294967295 | 4294967295 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
75 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Pos | 0 | 0 | 2.97926235198975 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 5 | 3 | 2 | 221 | 5.71043288707733 | 614 | 0 | 1,0,1,0,1,0,1 | 3000 | 1962996736 | 4124252160 | 0 | 2004 | 4124252160 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 4.907486140728 | 4124252160 | 4124252160 | 2 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
76 | k_HandsOnLPFKn_Cnt_u16==>Min | 1 | 0 | -0.533731937408447 | 0.0619356632232666 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 6 | 1 | 653 | 15.4666532278061 | 3137 | 0 | 0,1,0,1,0,1,0 | 410 | 3379291904 | 2207853056 | 1 | 2004 | 2207853056 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 1.98414896428585 | 2207853056 | 2207853056 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
77 | k_HandsOnLPFKn_Cnt_u16==>Max | 0 | 1 | 2.32691389322281 | 0.17551600933075 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 4 | 9 | 1 | 711 | 76.0283378958702 | 2255 | 1 | 1,0,1,0,1,0,1 | 11259 | 1538723328 | 1778074880 | 0 | 62881 | 1778074880 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 3.712522380054 | 1778074880 | 1778074880 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
78 | k_HandsOnLPFKn_Cnt_u16==>pos | 0 | 1 | -2.90344071388245 | 0.532862424850464 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 5 | 0 | 977 | 66.9423137903214 | 1278 | 0 | 0,1,0,1,0,1,0 | 500 | 3943379200 | 1962996736 | 1 | 59653 | 1962996736 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.0221505761146545 | 1962996736 | 1962996736 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
79 | PAwTO_BoostCurveSwitchTimer_mS_M_u32==>Min | 1 | 0 | -0.533731937408447 | 0.0619356632232666 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 6 | 1 | 653 | 15.4666532278061 | 3137 | 0 | 1,0,1,0,1,0,1 | 600 | 0 | 2207853056 | 0 | 2004 | 2207853056 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 1.97680336236954 | 2207853056 | 2207853056 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
80 | PAwTO_BoostCurveSwitchTimer_mS_M_u32==>Max | 0 | 1 | 2.32691389322281 | 0.17551600933075 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 4 | 9 | 1 | 711 | 76.0283378958702 | 2255 | 1 | 0,1,0,1,0,1,0 | 700 | 4294967295 | 1778074880 | 1 | 62881 | 1778074880 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 3.98212680220604 | 1778074880 | 1778074880 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
81 | PAwTO_BoostCurveSwitchTimer_mS_M_u32==>Pos | 0 | 1 | -2.90344071388245 | 0.532862424850464 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 5 | 0 | 977 | 66.9423137903214 | 1278 | 0 | 1,0,1,0,1,0,1 | 800 | 1778074880 | 1962996736 | 0 | 59653 | 1962996736 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.0354409217834473 | 1962996736 | 1962996736 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
82 | PAwTO_LimitPercentFilteredTimer_mS_M_u32==>Min | 1 | 0 | 3.5714955329895 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 6 | 4 | 2 | 586 | 4.53064382076263 | 4829 | 1 | 0,1,0,1,0,1,0 | 600 | 1402647552 | 0 | 1 | 2004 | 2207853056 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 5.97776448726654 | 2207853056 | 0 | 2 | 1 | 0 | 1 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
83 | PAwTO_LimitPercentFilteredTimer_mS_M_u32==>Max | 0 | 0 | 5.33296817541122 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | -1 | 3 | 4 | 587 | 10.2136552929878 | 430 | 2 | 1,0,1,0,1,0,1 | 700 | 3298731776 | 4294967295 | 0 | 62881 | 1778074880 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -0.932361394166946 | 1778074880 | 4294967295 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
84 | PAwTO_LimitPercentFilteredTimer_mS_M_u32==>Pos | 0 | 0 | -4.84897172451019 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | -3 | 4 | 2 | 397 | 81.508798122406 | 1170 | 2 | 0,1,0,1,0,1,0 | 800 | 2770259456 | 4124252160 | 1 | 59653 | 1962996736 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | -3.02256631851196 | 1962996736 | 4124252160 | 2 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
85 | TOEOLDisable_Cnt_lgc==>Min | 0 | 1 | -3.03179728984833 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 6 | 6 | 2 | 45 | 94.6689100265503 | 5000 | 0 | 1,0,1,0,1,0,1 | 7000 | 836237824 | 3379127296 | 0 | 57578 | 3379127296 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 5.0353062748909 | 3379127296 | 3379127296 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | -- | ||
86 | TOEOLDisable_Cnt_lgc==>Max | 0 | 0 | 2.97926235198975 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 5 | 3 | 2 | 221 | 5.71043288707733 | 614 | 3 | 1,0,1,0,1,0,1 | 3000 | 1962996736 | 4124252160 | 1 | 2004 | 4124252160 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 4.907486140728 | 4124252160 | 4124252160 | 3 | 1 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
87 | TOEOLDisable_Cnt_lgc==>Pos | 0 | 1 | 2.32691389322281 | 0.17551600933075 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 4 | 9 | 1 | 711 | 76.0283378958702 | 2255 | 3 | 0,1,0,1,0,1,0 | 700 | 4294967295 | 1778074880 | 1 | 62881 | 1778074880 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 7 | 3.98212680220604 | 1778074880 | 1778074880 | 3 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | -- | ||
Sheet 9: PAwTO_Per2
![]() | |||||
Nexteer EPS Unit Test Tool | |||||
Rev:2.7c | |||||
Test Setup | |||||
Number Of Calibrations | |||||
Number Of Calibration Sets | |||||
Calibration Sheet | |||||
Function(s) Under Test | Variables | Function Stubs | |||
Function Name | TestType | Test Vectors | Set | Read | Function Name |
PAwTO_Per2 | b | 128 | IWSSCalcVspd_Kph_f32 | PAwTO_VSpdActvnMet_Cnt_M_lgc | Rte_Call_PAwTO_Per2_CP0_CheckpointReached |
PAwTO_Per2 | p | 48 | PAEnableRqst_Cnt_lgc | PAwTO_RvsGearTimer_mS_M_u32 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 |
PAManoeuvrePhase_Cnt_u08 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | |||
PATrqOvCmdRqst_HwNm_f32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | Rte_Call_NxtrDiagMgr_SetNTCStatus | |||
PAWhlDirRLStat_Cnt_u08 | NxtrDiagMgr_NTC[12] | Rte_Call_PAwTO_Per2_CP1_CheckpointReached | |||
PAWhlDirRRStat_Cnt_u08 | NxtrDiagMgr_Param[12] | ||||
PAWhlPlsCntRLValid_Cnt_lgc | NxtrDiagMgr_Status[12] | ||||
PAWhlPlsCntRRValid_Cnt_lgc | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | ||||
TrqOvReverseGearEngage_Cnt_lgc | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | ||||
VehicleSpeed_Kph_f32 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | ||||
PAwTO_PrkAssistState_Cnt_M_u08 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | ||||
k_PARvsGearChkTime_mS_u16 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | ||||
k_PAVSpdNotLowMin_Kph_f32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | ||||
k_PAVSpdNotLowMax_Kph_f32 | PAwTO_MovMismatchTimer_mS_M_u32 | ||||
k_PAVehSpdNotLowTime_mS_u16 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | ||||
k_PAIWSSWhlSpinClrTime_mS_u16 | NxtrDiagMgr_GetNTCActive_count | ||||
k_PAIWSSWhlSpinSetTime_mS_u16 | |||||
k_PAExcessVehSpdClrTime_mS_u16 | |||||
k_PAExcessVehSpd_Kph_f32 | |||||
k_PAMovMismatchClrTime_mS_u16 | |||||
k_PAMovMismatchVSpd_Kph_f32 | |||||
k_PAMovMismatchSetTime_mS_u16 | |||||
k_PAEIWSSChkVspd_Kph_f32 | |||||
k_PAVspdMismatchSetTime_mS_u16 | |||||
PAwTO_IWSSComputedSpin_Cnt_M_u08 | |||||
PAwTO_VSpdActvnMet_Cnt_M_lgc | |||||
PAwTO_IWSSWhlSpinTimer_mS_M_u32 | |||||
PAwTO_RvsGearTimer_mS_M_u32 | |||||
PAwTO_VehSpdNotLowTimer_mS_M_u32 | |||||
PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | |||||
PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | |||||
PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | |||||
PAwTO_ExcessVehSpdTimer_mS_M_u32 | |||||
PAwTO_MovMismatchClrTimer_mS_M_u32 | |||||
PAwTO_MovMismatchTimer_mS_M_u32 | |||||
PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | |||||
k_PAExcessVehSpdSetTime_mS_u16 | |||||
k_PATrqOvNotZeroChkTime_mS_u16 | |||||
Rte_Call_NxtrDiagMgr_GetNTCActive[10] | |||||
PrkAsstFuncPresent_Cnt_lgc |
Sheet 10: PAwTO_Per2() p
PAwTO_Per2 | TS | -- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
p | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | Func Stub Return Val | Func Stub Return Val | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Test Status | Perf. Metrics | Comments | |
Vector Number | Vector Description | IWSSCalcVspd_Kph_f32 | PAEnableRqst_Cnt_lgc | PAManoeuvrePhase_Cnt_u08 | PATrqOvCmdRqst_HwNm_f32 | PAWhlDirRLStat_Cnt_u08 | PAWhlDirRRStat_Cnt_u08 | PAWhlPlsCntRLValid_Cnt_lgc | PAWhlPlsCntRRValid_Cnt_lgc | TrqOvReverseGearEngage_Cnt_lgc | VehicleSpeed_Kph_f32 | PAwTO_PrkAssistState_Cnt_M_u08 | k_PARvsGearChkTime_mS_u16 | k_PAVSpdNotLowMin_Kph_f32 | k_PAVSpdNotLowMax_Kph_f32 | k_PAVehSpdNotLowTime_mS_u16 | k_PAIWSSWhlSpinClrTime_mS_u16 | k_PAIWSSWhlSpinSetTime_mS_u16 | k_PAExcessVehSpdClrTime_mS_u16 | k_PAExcessVehSpd_Kph_f32 | k_PAMovMismatchClrTime_mS_u16 | k_PAMovMismatchVSpd_Kph_f32 | k_PAMovMismatchSetTime_mS_u16 | k_PAEIWSSChkVspd_Kph_f32 | k_PAVspdMismatchSetTime_mS_u16 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | k_PAExcessVehSpdSetTime_mS_u16 | k_PATrqOvNotZeroChkTime_mS_u16 | Rte_Call_NxtrDiagMgr_GetNTCActive[10] | PrkAsstFuncPresent_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | NxtrDiagMgr_NTC[12] | NxtrDiagMgr_Param[12] | NxtrDiagMgr_Status[12] | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | NxtrDiagMgr_GetNTCActive_count | Rte_Call_PAwTO_Per2_CP0_CheckpointReached | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_NxtrDiagMgr_SetNTCStatus | Rte_Call_PAwTO_Per2_CP1_CheckpointReached | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | NxtrDiagMgr_NTC[12] | NxtrDiagMgr_Param[12] | NxtrDiagMgr_Status[12] | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | NxtrDiagMgr_GetNTCActive_count | Rte_Call_PAwTO_Per2_CP0_CheckpointReached | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_NxtrDiagMgr_SetNTCStatus | Rte_Call_PAwTO_Per2_CP1_CheckpointReached | P/F | CPU Cycles | |
1 | ((PrkAsstFuncPresent_Cnt_T_lgc = True) And (PrkAssistState_Cnt_T_u08 = D_PASTATEINACTIVE_CNT_U08))==>TRUE&& (PrkAssistState_Cnt_T_u08 = D_PASTATEINACTIVE_CNT_U08)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>true && (NTCPAExcessVspd_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAExcessVehSpdSetTime_mS_u16)==>True && (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True) ==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchSetTime_mS_u16)==>True && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 < k_PAExcessVehSpd_Kph_f32) And _ (IWSSCalcVspd_Kph_T_f32 > k_PAEIWSSChkVspd_Kph_f32))==>False | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 78.5962327122688 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 64 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 1,0,0,1,0,0,1,0,0,1 | 0 | 6339 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3877652224 | 1965873664 | 3 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
2 | (PrkAssistState_Cnt_T_u08 = D_PASTATEINACTIVE_CNT_U08)==>True && ((PAEnableRqst_Cnt_T_lgc = True) And _ (TrqOvReverseGearEngage_Cnt_T_lgc = False))==>False && ((Abs_m(PATrqOvCmdRqst_HwNm_T_f32) > FLT_EPSILON) And _ (PAEnableRqst_Cnt_T_lgc = False)) ==>False && ((VehicleSpeed_Kph_T_f32 >= k_PAVSpdNotLowMin_Kph_f32) And _ (VehicleSpeed_Kph_T_f32 <= k_PAVSpdNotLowMax_Kph_f32))==>False && (PAEnableRqst_Cnt_T_lgc = True)==>true && (ElapsedTime_mS_T_u16 >= k_PAVehSpdNotLowTime_mS_u16)==>True | 255 | 1 | 0 | -0.171881198883057 | 1 | 1 | 0 | 1 | 1 | 126.313730478287 | 0 | 3 | 186.048126220703 | 57.9108276367188 | 3 | 3165 | 431 | 4208 | 12.1302490234375 | 3332 | 85.7235717773438 | 123 | 108.150672912598 | 1717 | 1 | 1 | 3221239040 | 2700478976 | 1445047808 | 102 | 3424251392 | 4243923200 | 2746612480 | 40106 | 2842802432 | 2256756736 | 150 | 1 | 0,0,0,0,0,0,0,0,0,0 | 1 | 23784 | 1445047808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1445047808 | 1445047808 | 1445047808 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1445047808 | 1445047808 | 1 | 1445047808 | 1445047808 | 1445047808 | 1445047808 | 1445047808 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
3 | (PrkAssistState_Cnt_T_u08 = D_PASTATEINACTIVE_CNT_U08)==>True && ((PAEnableRqst_Cnt_T_lgc = True) And _ (TrqOvReverseGearEngage_Cnt_T_lgc = False))==>False && ((Abs_m(PATrqOvCmdRqst_HwNm_T_f32) > FLT_EPSILON) And _ (PAEnableRqst_Cnt_T_lgc = False)) ==>True && (ElapsedTime_mS_T_u16 >= k_PATrqOvNotZeroChkTime_mS_u16)==>True && (VehicleSpeed_Kph_T_f32 <= k_PAVSpdNotLowMax_Kph_f32))==>False && (PAEnableRqst_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>False && (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>False | 181.513702392578 | 0 | 0 | -10 | 1 | 0 | 1 | 0 | 0 | 1.39272952079773 | 0 | 2 | 198.751373291016 | 10.1853637695313 | 0 | 4054 | 568 | 270 | 87.30908203125 | 4065 | 227.599670410156 | 707 | 104.253484725952 | 9 | 1 | 1 | 2754419968 | 3853849088 | 3752539648 | 238 | 1997239808 | 2025949440 | 4120158976 | 11327 | 1042862592 | 649996288 | 550 | 3 | 0,1,0,0,1,0,0,1,0,0 | 1 | 49606 | 3752539648 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3752539648 | 3752539648 | 238 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3752539648 | 3752539648 | 1 | 3752539648 | 3752539648 | 3752539648 | 3752539648 | 3752539648 | 3 | 1 | 2 | 9 | 5 | 1 | -- | ||
4 | (PrkAssistState_Cnt_T_u08 = D_PASTATEINACTIVE_CNT_U08)==>True && ((PAEnableRqst_Cnt_T_lgc = True) And _ (TrqOvReverseGearEngage_Cnt_T_lgc = False))==>True && (ElapsedTime_mS_T_u16 >= k_PARvsGearChkTime_mS_u16)==>True && ((VehicleSpeed_Kph_T_f32 >= k_PAVSpdNotLowMin_Kph_f32) And _ (VehicleSpeed_Kph_T_f32 <= k_PAVSpdNotLowMax_Kph_f32))=>True && (NTCPAExcessVspd_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAExcessVehSpdClrTime_mS_u16)==>True && (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>True | 134.366317749023 | 1 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 100 | 0 | 0 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 33946 | 1510230784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 1510230784 | 1510230784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1510230784 | 1510230784 | 1 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
5 | (PrkAssistState_Cnt_T_u08 = D_PASTATEINACTIVE_CNT_U08)==>True && ((PAEnableRqst_Cnt_T_lgc = True) And _ (TrqOvReverseGearEngage_Cnt_T_lgc = False))==>True && (ElapsedTime_mS_T_u16 >= k_PARvsGearChkTime_mS_u16)==>False && NTCPAExcessVspd_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAExcessVehSpdClrTime_mS_u16)==>False && (VehicleSpeed_Kph_T_f32 > k_PAExcessVehSpd_Kph_f32)==>True && (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) And _ (((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEFWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)))))==>True | 134.366317749023 | 1 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 1 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
6 | (PrkAssistState_Cnt_T_u08 = D_PASTATEINACTIVE_CNT_U08)==>True && ((Abs_m(PATrqOvCmdRqst_HwNm_T_f32) > FLT_EPSILON) And _ (PAEnableRqst_Cnt_T_lgc = False))==>True && (ElapsedTime_mS_T_u16 >= k_PATrqOvNotZeroChkTime_mS_u16)==>False | 134.366317749023 | 0 | 0 | 10 | 1 | 0 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,1,1,1,1,1,1,1,1,1 | 0 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 0 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
7 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && ( PAEnableRqst_Cnt_T_lgc == TRUE )==>True && ( ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinSetTime_mS_u16 )==>true | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 78.5962327122688 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 0,1,1,0,1,1,0,1,1,0 | 1 | 6339 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4151510784 | 4151510784 | 3 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
8 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && ( PAEnableRqst_Cnt_T_lgc == TRUE )==>False && (NTCPAExcessVspd_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>False | 164 | 0 | 0 | 5.6734499335289 | 1 | 0 | 1 | 1 | 1 | 204.561566770077 | 2 | 0 | 229.257034301758 | 129.575180053711 | 2 | 2743 | 766 | 2329 | 114.604415893555 | 2614 | 66.3869476318359 | 233 | 10.1680805683136 | 3847 | 2 | 0 | 4071760896 | 493135104 | 2842802432 | 228 | 2022242560 | 2256756736 | 1042862592 | 61707 | 3513620480 | 4120158976 | 200 | 2 | 0,0,1,0,0,1,0,0,1,0 | 1 | 13556 | 2842802432 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2842802432 | 2842802432 | 2842802432 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2842802432 | 2842802432 | 2 | 2842802432 | 2842802432 | 2842802432 | 2842802432 | 2842802432 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
9 | (PrkAsstFuncPresent_Cnt_T_lgc == TRUE)==>TRUE && (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>True && ( ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinClrTime_mS_u16 )==>True | 74.1279907226563 | 0 | 0 | 5.79852831363678 | 3 | 1 | 1 | 1 | 1 | 299.554569125176 | 2 | 5 | 39.3021850585938 | 158.628997802734 | 5 | 2897 | 713 | 2242 | 84.4787902832031 | 4665 | 31.4436950683594 | 804 | 48.6639533042908 | 4298 | 3 | 1 | 3508033280 | 944034816 | 3513620480 | 84 | 3509049344 | 4120158976 | 1793871104 | 30980 | 2746612480 | 1965873664 | 250 | 3 | 1,0,0,1,0,0,1,0,0,1 | 1 | 44893 | 3513620480 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3513620480 | 3513620480 | 3513620480 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3513620480 | 3513620480 | 3 | 3513620480 | 3513620480 | 3513620480 | 3513620480 | 3513620480 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
10 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>True && ( ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinClrTime_mS_u16 )==>False && ((PAWhlDirRLStat_Cnt_T_u08 = D_INVALID_CNT_U08) Or _ (PAWhlDirRRStat_Cnt_T_u08 = D_INVALID_CNT_U08) Or _ (PAWhlPlsCntRLValid_Cnt_T_lgc = False) Or _ (PAWhlPlsCntRRValid_Cnt_T_lgc = False))==>True | 134.366317749023 | 0 | 0 | 10 | 3 | 3 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 43 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,0,0,1,0,0,1,0,0,1 | 0 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 0 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
11 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>True && ( ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinClrTime_mS_u16 )==>False && ((PAWhlDirRLStat_Cnt_T_u08 = D_INVALID_CNT_U08) Or _ (PAWhlDirRRStat_Cnt_T_u08 = D_INVALID_CNT_U08) Or _ (PAWhlPlsCntRLValid_Cnt_T_lgc = False) Or _ (PAWhlPlsCntRRValid_Cnt_T_lgc = False))==>False | 134.366317749023 | 0 | 0 | 10 | 1 | 0 | 1 | 1 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 43 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,0,0,1,0,0,1,0,0,1 | 0 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 0 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
12 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinSetTime_mS_u16)==>False && (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08) Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)) And _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True) And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True))) ==>False | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 78.5962327122688 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 0,0,1,0,0,1,0,0,1,0 | 1 | 987 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 230, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4151510784 | 1965873664 | 3 | 4151510784 | 4151510784 | 13318 | 4151510784 | 4151510784 | 3 | 1 | 3 | 8 | 3 | 1 | -- | ||
13 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinSetTime_mS_u16)==>False && (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08) Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)) And _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True) And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True))) ==>True | 0 | 1 | 0 | -5.44859617948532 | 0 | 1 | 1 | 1 | 0 | 78.5962327122688 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 0,0,1,0,0,1,0,0,1,0 | 1 | 987 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4151510784 | 4151510784 | 1 | 4151510784 | 4151510784 | 13318 | 4151510784 | 4151510784 | 3 | 1 | 3 | 9 | 4 | 1 | -- | ||
14 | NTCPAExcessVspd_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAExcessVehSpdClrTime_mS_u16)==>False && (VehicleSpeed_Kph_T_f32 > k_PAExcessVehSpd_Kph_f32)==>False | 134.366317749023 | 1 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 50 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 43 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2979107584 | 1510230784 | 4 | 226, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 1 | 3508033280 | 4 | 4 | 341490944 | 3262234112 | 3 | 1 | 6 | 4 | 1 | 1 | -- | ||
15 | (NTCPAExcessVspd_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAExcessVehSpdSetTime_mS_u16)==>False && (VehicleSpeed_Kph_T_f32 <= k_PAExcessVehSpd_Kph_f32)==>True | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 78.5962327122688 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 0,0,1,0,0,1,0,0,1,0 | 0 | 99 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3877652224 | 1965873664 | 3 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
16 | (NTCPAExcessVspd_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAExcessVehSpdSetTime_mS_u16)==>False && (VehicleSpeed_Kph_T_f32 <= k_PAExcessVehSpd_Kph_f32)==>False | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 80 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 0,0,1,0,0,1,0,0,1,0 | 0 | 99 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3877652224 | 1965873664 | 3 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
17 | (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) And _ (((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEFWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)))))==>False | 134.366317749023 | 1 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 43 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,0,1,0,0,1,0,0,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2979107584 | 1510230784 | 4 | 226, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 1 | 4 | 4 | 59295 | 4 | 3262234112 | 3 | 1 | 6 | 5 | 2 | 1 | -- | ||
18 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True) ==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchSetTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) And _ (((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEFWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)))))==>False | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 78.5962327122688 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 1,0,0,1,0,0,1,0,0,1 | 1 | 760 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4151510784 | 4151510784 | 3 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
19 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True) ==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchSetTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) And _ (((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_u08 = D_MANOEUVREPAHSEFWD_CNT_U08) And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)))))==>true | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 213 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 1,0,0,1,0,0,1,0,0,1 | 1 | 760 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4151510784 | 4151510784 | 3 | 4151510784 | 4151510784 | 4151510784 | 1445047808 | 4151510784 | 3 | 1 | 3 | 9 | 4 | 1 | -- | ||
20 | (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 < k_PAExcessVehSpd_Kph_f32) And _ (IWSSCalcVspd_Kph_T_f32 > k_PAEIWSSChkVspd_Kph_f32))==>True && (ElapsedTime_mS_T_u16 >= k_PAVspdMismatchSetTime_mS_u16)==>False | 86 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 76 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 0,0,1,0,0,1,0,0,1,0 | 0 | 760 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3877652224 | 1965873664 | 3 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
21 | (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 < k_PAExcessVehSpd_Kph_f32) And _ (IWSSCalcVspd_Kph_T_f32 > k_PAEIWSSChkVspd_Kph_f32))==>True && (ElapsedTime_mS_T_u16 >= k_PAVspdMismatchSetTime_mS_u16)==>True | 86 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 76 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 0,1,0,0,1,0,0,1,0,0 | 0 | 1279 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3877652224 | 1965873664 | 3 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
22 | ((VehicleSpeed_Kph_T_f32 >= k_PAVSpdNotLowMin_Kph_f32) And _ (VehicleSpeed_Kph_T_f32 <= k_PAVSpdNotLowMax_Kph_f32))==>False && (PAEnableRqst_Cnt_T_lgc = True)==>true && (ElapsedTime_mS_T_u16 >= k_PAVehSpdNotLowTime_mS_u16)==>False | 255 | 1 | 0 | -0.171881198883057 | 1 | 1 | 0 | 1 | 1 | 126.313730478287 | 0 | 3 | 186.048126220703 | 57.9108276367188 | 3 | 3165 | 431 | 4208 | 12.1302490234375 | 3332 | 85.7235717773438 | 123 | 108.150672912598 | 1717 | 1 | 1 | 3221239040 | 2700478976 | 1445047808 | 102 | 3424251392 | 4243923200 | 2746612480 | 40106 | 2842802432 | 2256756736 | 150 | 1 | 0,0,0,0,0,0,0,0,0,0 | 1 | 0 | 1445047808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1445047808 | 1445047808 | 1445047808 | 226, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1445047808 | 3221239040 | 1 | 1445047808 | 2746612480 | 1445047808 | 2842802432 | 1445047808 | 3 | 1 | 4 | 6 | 2 | 1 | -- | ||
23 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinClrTime_mS_u16)==>False && ((PAWhlDirRLStat_Cnt_T_u08 = D_INVALID_CNT_U08)==>False Or _ (PAWhlDirRRStat_Cnt_T_u08 = D_INVALID_CNT_U08) ==>FalseOr _ (PAWhlPlsCntRLValid_Cnt_T_lgc = False)==>False Or _ (PAWhlPlsCntRRValid_Cnt_T_lgc = False)==>True)==>True | 134.366317749023 | 0 | 0 | 10 | 1 | 0 | 1 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,1,1,1,1,1,1,1,1,1 | 1 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
24 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinClrTime_mS_u16)==>False && ((PAWhlDirRLStat_Cnt_T_u08 = D_INVALID_CNT_U08)==>False Or _ (PAWhlDirRRStat_Cnt_T_u08 = D_INVALID_CNT_U08) ==>True Or _ (PAWhlPlsCntRLValid_Cnt_T_lgc = False)==>False Or _ (PAWhlPlsCntRRValid_Cnt_T_lgc = False)==>True)==>True | 134.366317749023 | 0 | 0 | 10 | 1 | 3 | 1 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,1,1,1,1,1,1,1,1,1 | 1 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
25 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinSetTime_mS_u16)==>False && (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>False Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>True) And _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True)==>True And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True)==>False)) ==>False | 134.366317749023 | 1 | 0 | -2.51168817281723 | 3 | 0 | 1 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 0 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
26 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinSetTime_mS_u16)==>False && (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>False Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>True) And _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True)==>True And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True)==>True)) ==>False | 134.366317749023 | 1 | 0 | -2.51168817281723 | 3 | 0 | 1 | 1 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 0 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
27 | (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) =true And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) =falseAnd _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False)=true Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))=true) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)=true And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)=false Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)=false)))) | 134.366317749023 | 1 | 1 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 230, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 1 | 4 | 4 | 59295 | 4 | 4 | 3 | 1 | 4 | 7 | 3 | 1 | -- | ||
28 | (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) =true And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) =falseAnd _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False)=true Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))=true) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)=true And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)=false Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)=True)))) | 134.366317749023 | 0 | 1 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 3 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 3 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
29 | (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) =true And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) =falseAnd _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False)=true Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))=true) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)=true And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)=True Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)=True)))) | 134.366317749023 | 0 | 1 | -2.51168817281723 | 1 | 0 | 0 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 3 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 3 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
30 | (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) =true And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) =TrueAnd _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False)=False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))=False) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)=False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)=True Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)=True)))) | 134.366317749023 | 0 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 2 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 2 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
31 | (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32) =true And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08) =TrueAnd _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False)=False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))=True) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)=False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)=True Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)=True)))) | 134.366317749023 | 0 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 1 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 1 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
32 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>True And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>True And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>False)))) | 134.366317749023 | 1 | 1 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 1 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 8 | 4 | 1 | -- | ||
33 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>True And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>True And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)==>False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>True)))) | 134.366317749023 | 1 | 1 | -2.51168817281723 | 3 | 3 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 3 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 230, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 3 | 4 | 4 | 4 | 341490944 | 4 | 3 | 1 | 4 | 7 | 3 | 1 | -- | ||
34 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>True And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>True And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)==>True Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>True)))) | 134.366317749023 | 1 | 1 | -2.51168817281723 | 1 | 0 | 0 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 3 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 4 | 226, 230, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 1 | 4 | 4 | 4 | 341490944 | 4 | 3 | 1 | 3 | 8 | 3 | 1 | -- | ||
35 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>True And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>TrueAnd _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False)==>False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08)==>False)) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)==>True Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>True)))) | 134.366317749023 | 1 | 0 | -2.51168817281723 | 2 | 2 | 0 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 2 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 2 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
36 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>True And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>TrueAnd _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False)==>False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08)==>True)) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)==>True Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>True)))) | 134.366317749023 | 1 | 0 | -2.51168817281723 | 3 | 3 | 0 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 1 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 3 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
37 | (NTCPARationalityChk_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>True And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>False)))) && PAWhlDirRLStat_Cnt_T_u08 = Min_m(PAWhlDirRLStat_Cnt_T_u08, D_INVALID_CNT_U08)==>false && PAWhlDirRRStat_Cnt_T_u08 = Min_m(PAWhlDirRRStat_Cnt_T_u08, D_INVALID_CNT_U08)==>False | 134.366317749023 | 1 | 2 | -2.51168817281723 | 4 | 4 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 3 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 8 | 4 | 1 | -- | ||
38 | (NTCPARationalityChk_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAMovMismatchClrTime_mS_u16)==>False && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>True And _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)False Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>False))) | 134.366317749023 | 0 | 2 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 0 | 4 | 4 | 59295 | 4 | 4 | 3 | 1 | 3 | 8 | 4 | 1 | -- | ||
39 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinSetTime_mS_u16)==>False && (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>False Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>True) And _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True)==>False And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True))) ==>False | 134.366317749023 | 1 | 0 | -2.51168817281723 | 3 | 0 | 0 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 8 | 4 | 1 | -- | ||
40 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>False && (PAEnableRqst_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinSetTime_mS_u16)==>False && (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>True Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)) And _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True)==>True And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True)==>False)) ==>False | 134.366317749023 | 1 | 0 | -2.51168817281723 | 2 | 0 | 1 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 0 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 3221239040 | 2 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
41 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinClrTime_mS_u16)==>False && ((PAWhlDirRLStat_Cnt_T_u08 = D_INVALID_CNT_U08)==>False Or _ (PAWhlDirRRStat_Cnt_T_u08 = D_INVALID_CNT_U08) ==>FalseOr _ (PAWhlPlsCntRLValid_Cnt_T_lgc = False)==>False Or _ (PAWhlPlsCntRRValid_Cnt_T_lgc = False)==>True)==>FALSE | 134.366317749023 | 0 | 0 | 10 | 1 | 0 | 1 | 1 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,1,1,1,1,1,1,1,1,1 | 1 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 8 | 4 | 1 | -- | ||
42 | (NTCPAIWSSVspdValidity_Cnt_T_lgc = True)==>True && (ElapsedTime_mS_T_u16 >= k_PAIWSSWhlSpinClrTime_mS_u16)==>False && ((PAWhlDirRLStat_Cnt_T_u08 = D_INVALID_CNT_U08)==>False Or _ (PAWhlDirRRStat_Cnt_T_u08 = D_INVALID_CNT_U08) ==>FalseOr _ (PAWhlPlsCntRLValid_Cnt_T_lgc = False)==>False Or _ (PAWhlPlsCntRRValid_Cnt_T_lgc = False)==>True)==>TRUE | 134.366317749023 | 0 | 0 | 10 | 3 | 0 | 1 | 1 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,1,1,1,1,1,1,1,1,1 | 1 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
43 | (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>FALSE Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)) ==>TRUEAnd _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True)==>TRUE And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True)==>FALSE)) | 134.366317749023 | 1 | 0 | -2.51168817281723 | 3 | 0 | 1 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 8 | 4 | 1 | -- | ||
44 | (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>FALSE Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)) ==>TRUEAnd _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True)==>TRUE And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True)==>TRUE)) | 134.366317749023 | 1 | 0 | -2.51168817281723 | 3 | 0 | 1 | 1 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
45 | (((PAWhlDirRLStat_Cnt_T_u08 <> D_INVALID_CNT_U08)==>FALSE Or _ (PAWhlDirRRStat_Cnt_T_u08 <> D_INVALID_CNT_U08)) ==>TRUEAnd _ ((PAWhlPlsCntRLValid_Cnt_T_lgc = True)==>TRUE And _ (PAWhlPlsCntRRValid_Cnt_T_lgc = True)==>TRUE)) | 134.366317749023 | 1 | 0 | -2.51168817281723 | 2 | 0 | 1 | 0 | 0 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2979107584 | 4 | 4 | 226, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 2 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 8 | 4 | 1 | -- | ||
46 | ( (VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==TRUE && ( ( (PAManoeuvrePhase_Cnt_u08 == D_MANOEUVREPAHSEBKWD_CNT_U08) ==>true&& ( (TrqOvReverseGearEngage_Cnt_T_lgc == FALSE)==>false || (PAwTO_IWSSComputedSpin_Cnt_M_u08 != D_BACKWRD_CNT_U08) ) )==>TRUE || ( (PAManoeuvrePhase_Cnt_u08 == D_MANOEUVREPAHSEFWD_CNT_U08)&& ( (TrqOvReverseGearEngage_Cnt_T_lgc == TRUE)|| (PAwTO_IWSSComputedSpin_Cnt_M_u08 != D_FORWARD_CNT_U08) ) ) ) ) | 134.366317749023 | 0 | 0 | 10 | 1 | 0 | 1 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,1,1,1,1,1,1,1,1,1 | 1 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
47 | ( (VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==TRUE && ( ( (PAManoeuvrePhase_Cnt_u08 == D_MANOEUVREPAHSEBKWD_CNT_U08) ==>true&& ( (TrqOvReverseGearEngage_Cnt_T_lgc == FALSE)==>false || (PAwTO_IWSSComputedSpin_Cnt_M_u08 != D_BACKWRD_CNT_U08) ) )==>FALSE|| ( (PAManoeuvrePhase_Cnt_u08 == D_MANOEUVREPAHSEFWD_CNT_U08)==>FALSE&& ( (TrqOvReverseGearEngage_Cnt_T_lgc == TRUE)|| (PAwTO_IWSSComputedSpin_Cnt_M_u08 != D_FORWARD_CNT_U08) ) ) ) ) | 134.366317749023 | 0 | 0 | 10 | 1 | 0 | 1 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 2 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,1,1,1,1,1,1,1,1,1 | 1 | 0 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 42 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
48 | (NTCPARationalityChk_Cnt_T_lgc = True)==>true && (PAEnableRqst_Cnt_T_lgc = True)==>True && ((VehicleSpeed_Kph_T_f32 > k_PAMovMismatchVSpd_Kph_f32)==>falseAnd _ (((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEBKWD_CNT_U08)==>False And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = False) ==>FALSEOr _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_BACKWRD_CNT_U08))) Or _ ((PAManoeuvrePhase_Cnt_T_u08 = D_MANOEUVREPAHSEFWD_CNT_U08)==>True And _ ((TrqOvReverseGearEngage_Cnt_T_lgc = True)==>True Or _ (PAwTO_IWSSComputedSpin_Cnt_M_u08 <> D_FORWARD_CNT_U08)==>True)))) | 134.366317749023 | 1 | 0 | -2.51168817281723 | 0 | 2 | 0 | 0 | 1 | 100 | 0 | 5 | 96 | 128 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 3 | 0 | 3221239040 | 2979107584 | 1510230784 | 42 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 4 | 4 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4 | 4 | 4 | 226, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4 | 3221239040 | 2 | 4 | 4 | 4 | 4 | 4 | 3 | 1 | 3 | 9 | 4 | 1 | -- | ||
Sheet 11: PAwTO_Per2() b
PAwTO_Per2 | TS | -- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
b | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | I/P | Func Stub Return Val | Func Stub Return Val | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | O/P | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Func Stub Counter | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected O/P | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Expected Stub Cnt | Test Status | Perf. Metrics | Comments | |
Vector Number | Vector Description | IWSSCalcVspd_Kph_f32 | PAEnableRqst_Cnt_lgc | PAManoeuvrePhase_Cnt_u08 | PATrqOvCmdRqst_HwNm_f32 | PAWhlDirRLStat_Cnt_u08 | PAWhlDirRRStat_Cnt_u08 | PAWhlPlsCntRLValid_Cnt_lgc | PAWhlPlsCntRRValid_Cnt_lgc | TrqOvReverseGearEngage_Cnt_lgc | VehicleSpeed_Kph_f32 | PAwTO_PrkAssistState_Cnt_M_u08 | k_PARvsGearChkTime_mS_u16 | k_PAVSpdNotLowMin_Kph_f32 | k_PAVSpdNotLowMax_Kph_f32 | k_PAVehSpdNotLowTime_mS_u16 | k_PAIWSSWhlSpinClrTime_mS_u16 | k_PAIWSSWhlSpinSetTime_mS_u16 | k_PAExcessVehSpdClrTime_mS_u16 | k_PAExcessVehSpd_Kph_f32 | k_PAMovMismatchClrTime_mS_u16 | k_PAMovMismatchVSpd_Kph_f32 | k_PAMovMismatchSetTime_mS_u16 | k_PAEIWSSChkVspd_Kph_f32 | k_PAVspdMismatchSetTime_mS_u16 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | k_PAExcessVehSpdSetTime_mS_u16 | k_PATrqOvNotZeroChkTime_mS_u16 | Rte_Call_NxtrDiagMgr_GetNTCActive[10] | PrkAsstFuncPresent_Cnt_lgc | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | NxtrDiagMgr_NTC[12] | NxtrDiagMgr_Param[12] | NxtrDiagMgr_Status[12] | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | NxtrDiagMgr_GetNTCActive_count | Rte_Call_PAwTO_Per2_CP0_CheckpointReached | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_NxtrDiagMgr_SetNTCStatus | Rte_Call_PAwTO_Per2_CP1_CheckpointReached | PAwTO_VSpdActvnMet_Cnt_M_lgc | PAwTO_RvsGearTimer_mS_M_u32 | PAwTO_VehSpdNotLowTimer_mS_M_u32 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32 | NxtrDiagMgr_NTC[12] | NxtrDiagMgr_Param[12] | NxtrDiagMgr_Status[12] | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32 | PAwTO_IWSSWhlSpinTimer_mS_M_u32 | PAwTO_IWSSComputedSpin_Cnt_M_u08 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32 | PAwTO_ExcessVehSpdTimer_mS_M_u32 | PAwTO_MovMismatchClrTimer_mS_M_u32 | PAwTO_MovMismatchTimer_mS_M_u32 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32 | NxtrDiagMgr_GetNTCActive_count | Rte_Call_PAwTO_Per2_CP0_CheckpointReached | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16 | Rte_Call_SystemTime_GetSystemTime_mS_u32 | Rte_Call_NxtrDiagMgr_SetNTCStatus | Rte_Call_PAwTO_Per2_CP1_CheckpointReached | P/F | CPU Cycles | |
1 | All min | 0 | 0 | 0 | -10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0,0,0,0,0,0,0,0,0,0 | 0 | 0 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 0 | 0 | 0 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
2 | All max | 255 | 1 | 1 | 10 | 3 | 3 | 1 | 1 | 1 | 512 | 3 | 5 | 255 | 255 | 5 | 5000 | 1000 | 5000 | 255 | 5000 | 255 | 1000 | 155 | 5000 | 3 | 1 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 1000 | 5 | 1,1,1,1,1,1,1,1,1,1 | 1 | 65535 | 4294967295 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4294967295 | 4294967295 | 4294967295 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4294967295 | 4294967295 | 3 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 4294967295 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
3 | IWSSCalcVspd_Kph_f32==>Min | 0 | 1 | 0 | -5.44859617948532 | 3 | 3 | 0 | 1 | 0 | 78.5962327122688 | 3 | 3 | 209.747970581055 | 53.8041534423828 | 0 | 435 | 989 | 2147 | 78.8768463134766 | 1171 | 212.949905395508 | 767 | 82.8562638759613 | 1277 | 0 | 0 | 1965873664 | 2979107584 | 4151510784 | 65 | 3877652224 | 3752539648 | 3513620480 | 13318 | 1445047808 | 4243923200 | 100 | 0 | 1,0,1,1,0,1,1,0,1,1 | 1 | 6339 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4151510784 | 4151510784 | 3 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
4 | IWSSCalcVspd_Kph_f32==>Max | 255 | 1 | 0 | -0.171881198883057 | 1 | 1 | 0 | 1 | 1 | 126.313730478287 | 0 | 3 | 186.048126220703 | 57.9108276367188 | 3 | 3165 | 431 | 4208 | 12.1302490234375 | 3332 | 85.7235717773438 | 123 | 108.150672912598 | 1717 | 1 | 1 | 3221239040 | 2700478976 | 1445047808 | 102 | 3424251392 | 4243923200 | 2746612480 | 40106 | 2842802432 | 2256756736 | 150 | 1 | 0,1,0,0,1,0,0,1,0,0 | 1 | 23784 | 1445047808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1445047808 | 1445047808 | 1445047808 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1445047808 | 1445047808 | 1 | 1445047808 | 1445047808 | 1445047808 | 1445047808 | 1445047808 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
5 | IWSSCalcVspd_Kph_f32==>Pos | 164 | 0 | 0 | 5.6734499335289 | 1 | 0 | 1 | 1 | 1 | 204.561566770077 | 2 | 0 | 229.257034301758 | 129.575180053711 | 2 | 2743 | 766 | 2329 | 114.604415893555 | 2614 | 66.3869476318359 | 233 | 10.1680805683136 | 3847 | 2 | 0 | 4071760896 | 493135104 | 2842802432 | 228 | 2022242560 | 2256756736 | 1042862592 | 61707 | 3513620480 | 4120158976 | 200 | 2 | 1,1,0,1,1,0,1,1,0,1 | 0 | 13556 | 2842802432 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2842802432 | 2842802432 | 2842802432 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2022242560 | 4071760896 | 2 | 2256756736 | 1042862592 | 61707 | 3513620480 | 4120158976 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
6 | PAEnableRqst_Cnt_lgc==>Min | 74.1279907226563 | 0 | 0 | 5.79852831363678 | 3 | 1 | 1 | 1 | 1 | 299.554569125176 | 2 | 5 | 39.3021850585938 | 158.628997802734 | 5 | 2897 | 713 | 2242 | 84.4787902832031 | 4665 | 31.4436950683594 | 804 | 48.6639533042908 | 4298 | 3 | 1 | 3508033280 | 944034816 | 3513620480 | 84 | 3509049344 | 4120158976 | 1793871104 | 30980 | 2746612480 | 1965873664 | 250 | 3 | 0,1,1,0,1,1,0,1,1,0 | 1 | 44893 | 3513620480 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3513620480 | 3513620480 | 3513620480 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3513620480 | 3513620480 | 3 | 3513620480 | 3513620480 | 3513620480 | 3513620480 | 3513620480 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
7 | PAEnableRqst_Cnt_lgc==>Max | 77.2986907958984 | 1 | 0 | -1.62242215871811 | 0 | 1 | 1 | 0 | 1 | 147.553528368473 | 0 | 0 | 198.151107788086 | 155.326919555664 | 1 | 4204 | 205 | 3113 | 158.965042114258 | 2261 | 207.132827758789 | 80 | 104.782047986984 | 866 | 0 | 0 | 3262234112 | 3877652224 | 2746612480 | 58 | 1569143552 | 1965873664 | 1615715328 | 49606 | 1042862592 | 3221239040 | 300 | 4 | 1,0,1,1,0,1,1,0,1,1 | 1 | 26750 | 2746612480 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2746612480 | 2746612480 | 2746612480 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2746612480 | 2746612480 | 1 | 2746612480 | 2746612480 | 2746612480 | 2746612480 | 2746612480 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
8 | PAEnableRqst_Cnt_lgc==>Pos | 198.333465576172 | 0 | 1 | 8.96507525444031 | 1 | 3 | 1 | 1 | 1 | 429.060251712799 | 2 | 4 | 170.651214599609 | 25.655029296875 | 1 | 4669 | 165 | 3358 | 95.1781616210938 | 2912 | 91.4873046875 | 226 | 113.860625267029 | 2088 | 1 | 1 | 2025949440 | 3424251392 | 1042862592 | 21 | 3853849088 | 3221239040 | 3173330688 | 62844 | 1445047808 | 4071760896 | 350 | 5 | 0,1,0,0,1,0,0,1,0,0 | 0 | 13318 | 1042862592 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 1042862592 | 1042862592 | 1042862592 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3853849088 | 2025949440 | 1 | 3221239040 | 3173330688 | 62844 | 1445047808 | 4071760896 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
9 | PAManoeuvrePhase_Cnt_u08==>Min | 3.58851623535156 | 1 | 0 | 5.66614502668381 | 0 | 3 | 0 | 1 | 1 | 460.716778457165 | 2 | 4 | 234.010269165039 | 241.405075073242 | 3 | 1055 | 661 | 4988 | 239.523178100586 | 1582 | 148.158248901367 | 49 | 129.57630944252 | 1573 | 2 | 0 | 649996288 | 2022242560 | 1793871104 | 78 | 4115107072 | 4071760896 | 3752539648 | 8292 | 2842802432 | 3508033280 | 400 | 0 | 1,1,0,1,1,0,1,1,0,1 | 1 | 40106 | 1793871104 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1793871104 | 1793871104 | 1793871104 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1793871104 | 1793871104 | 0 | 1793871104 | 1793871104 | 1793871104 | 1793871104 | 1793871104 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
10 | PAManoeuvrePhase_Cnt_u08==>Max | 194.745239257813 | 1 | 1 | -8.14025032520294 | 3 | 3 | 1 | 1 | 0 | 270.154607892036 | 3 | 1 | 213.35498046875 | 97.9518127441406 | 1 | 741 | 985 | 189 | 187.535003662109 | 892 | 64.9422912597656 | 236 | 99.8250088691711 | 851 | 3 | 1 | 1510230784 | 3509049344 | 1615715328 | 242 | 1044126720 | 3508033280 | 4243923200 | 32136 | 3513620480 | 3262234112 | 450 | 1 | 0,1,1,0,1,1,0,1,1,0 | 1 | 61707 | 1615715328 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 1615715328 | 1615715328 | 1615715328 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1615715328 | 1615715328 | 3 | 1615715328 | 1615715328 | 1615715328 | 1615715328 | 1615715328 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
11 | PAManoeuvrePhase_Cnt_u08==>Pos | 208.50944519043 | 1 | 1 | 3.32599383592606 | 2 | 0 | 1 | 1 | 1 | 198.806390583515 | 1 | 5 | 199.055221557617 | 88.9209747314453 | 1 | 3581 | 774 | 2748 | 16.3589019775391 | 436 | 102.19953918457 | 394 | 10.1416547298431 | 3257 | 0 | 0 | 4168999424 | 1569143552 | 3173330688 | 8 | 2891607808 | 3262234112 | 2256756736 | 15498 | 2746612480 | 2025949440 | 500 | 2 | 1,0,1,1,0,1,1,0,1,1 | 0 | 30980 | 3173330688 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3173330688 | 3173330688 | 3173330688 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2891607808 | 4168999424 | 2 | 3262234112 | 2256756736 | 15498 | 2746612480 | 2025949440 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
12 | PATrqOvCmdRqst_HwNm_f32==>Min | 181.513702392578 | 0 | 0 | -10 | 1 | 0 | 1 | 0 | 0 | 1.39272952079773 | 0 | 2 | 198.751373291016 | 10.1853637695313 | 0 | 4054 | 568 | 270 | 87.30908203125 | 4065 | 227.599670410156 | 707 | 104.253484725952 | 9 | 1 | 1 | 2754419968 | 3853849088 | 3752539648 | 238 | 1997239808 | 2025949440 | 4120158976 | 11327 | 1042862592 | 649996288 | 550 | 3 | 0,1,0,0,1,0,0,1,0,0 | 1 | 49606 | 3752539648 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3752539648 | 3752539648 | 238 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3752539648 | 3752539648 | 1 | 3752539648 | 3752539648 | 3752539648 | 3752539648 | 3752539648 | 3 | 1 | 2 | 9 | 5 | 1 | -- | ||
13 | PATrqOvCmdRqst_HwNm_f32==>Max | 11.6103057861328 | 0 | 1 | 10 | 1 | 0 | 0 | 1 | 1 | 128.696151673794 | 1 | 4 | 121.27229309082 | 227.876571655273 | 0 | 1601 | 384 | 3052 | 98.1929168701172 | 2333 | 83.8836517333984 | 593 | 141.98269200325 | 3777 | 2 | 0 | 2076929024 | 4115107072 | 4243923200 | 50 | 131358976 | 649996288 | 1965873664 | 50925 | 1445047808 | 1510230784 | 600 | 4 | 1,1,0,1,1,0,1,1,0,1 | 1 | 62844 | 4243923200 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4243923200 | 4243923200 | 4243923200 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4243923200 | 4243923200 | 2 | 4243923200 | 4243923200 | 4243923200 | 4243923200 | 4243923200 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
14 | PATrqOvCmdRqst_HwNm_f32==>Pos | 105.992370605469 | 0 | 0 | 2 | 3 | 0 | 1 | 0 | 1 | 83.5360683202744 | 2 | 2 | 188.881408691406 | 126.349822998047 | 5 | 4246 | 277 | 847 | 146.338287353516 | 2256 | 57.5785827636719 | 897 | 150.850978374481 | 2587 | 3 | 1 | 351043328 | 1044126720 | 2256756736 | 57 | 4075134976 | 1510230784 | 3221239040 | 59774 | 2842802432 | 4168999424 | 650 | 5 | 0,1,1,0,1,1,0,1,1,0 | 1 | 8292 | 2256756736 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2256756736 | 2256756736 | 2256756736 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2256756736 | 2256756736 | 3 | 2256756736 | 2256756736 | 2256756736 | 2256756736 | 2256756736 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
15 | PATrqOvCmdRqst_HwNm_f32==>Zero | 220.830551147461 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 1 | 330.953269064426 | 0 | 1 | 144.538436889648 | 104.289443969727 | 4 | 3890 | 765 | 2474 | 63.5115509033203 | 1735 | 20.8531646728516 | 791 | 99.328394651413 | 4262 | 0 | 1 | 3650438656 | 2891607808 | 4120158976 | 158 | 158196480 | 4168999424 | 4071760896 | 6648 | 3513620480 | 3752539648 | 700 | 0 | 1,0,1,1,0,1,1,0,1,1 | 0 | 32136 | 4120158976 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4120158976 | 4120158976 | 4120158976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 158196480 | 3650438656 | 0 | 4168999424 | 4071760896 | 6648 | 3513620480 | 3752539648 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
16 | PATrqOvCmdRqst_HwNm_f32==>Neg | 202.362884521484 | 0 | 0 | -1 | 3 | 0 | 0 | 1 | 1 | 503.328314781189 | 1 | 3 | 42.1142272949219 | 238.392456054688 | 2 | 1912 | 238 | 2239 | 239.163635253906 | 243 | 77.9512939453125 | 630 | 84.8993196487427 | 4609 | 1 | 0 | 192344320 | 1997239808 | 1965873664 | 49 | 782309888 | 3752539648 | 3508033280 | 28677 | 2746612480 | 4243923200 | 750 | 1 | 0,1,0,0,1,0,0,1,0,0 | 1 | 15498 | 1965873664 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1965873664 | 1965873664 | 1965873664 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1965873664 | 1965873664 | 1 | 1965873664 | 1965873664 | 1965873664 | 1965873664 | 1965873664 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
17 | PAWhlDirRLStat_Cnt_u08==>Min | 95.6252593994141 | 0 | 1 | 10 | 0 | 3 | 0 | 1 | 1 | 160.010733783245 | 0 | 3 | 79.7462310791016 | 64.3177947998047 | 2 | 2921 | 699 | 4948 | 106.691757202148 | 4824 | 241.89128112793 | 738 | 118.427023172379 | 3391 | 2 | 0 | 1715335168 | 131358976 | 3221239040 | 161 | 3030611200 | 4243923200 | 3262234112 | 42857 | 1042862592 | 2256756736 | 800 | 2 | 1,1,0,1,1,0,1,1,0,1 | 1 | 11327 | 3221239040 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3221239040 | 3221239040 | 161 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3221239040 | 3221239040 | 2 | 3221239040 | 3221239040 | 3221239040 | 3221239040 | 3221239040 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
18 | PAWhlDirRLStat_Cnt_u08==>Max | 246.260009765625 | 1 | 0 | 6.85433518886566 | 3 | 3 | 1 | 0 | 1 | 123.478308320045 | 0 | 2 | 119.772094726563 | 141.838653564453 | 2 | 1854 | 610 | 2998 | 72.6542663574219 | 2955 | 8.36819458007813 | 975 | 37.372477054596 | 4767 | 3 | 1 | 883225344 | 4075134976 | 4071760896 | 129 | 2982700032 | 2256756736 | 2025949440 | 33946 | 342744576 | 4120158976 | 850 | 3 | 0,1,1,0,1,1,0,1,1,0 | 0 | 50925 | 4071760896 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4071760896 | 4071760896 | 4071760896 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2982700032 | 883225344 | 3 | 2256756736 | 2025949440 | 33946 | 342744576 | 4120158976 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
19 | PAWhlDirRLStat_Cnt_u08==>Pos | 223.090133666992 | 0 | 1 | 4.61811619997025 | 2 | 2 | 0 | 0 | 0 | 450.718590080738 | 1 | 3 | 228.92887878418 | 11.3854522705078 | 5 | 2608 | 187 | 3759 | 237.126113891602 | 1378 | 238.046829223633 | 269 | 95.2004220485687 | 909 | 0 | 0 | 490465792 | 158196480 | 3508033280 | 63 | 2979107584 | 4120158976 | 649996288 | 54003 | 458041600 | 1965873664 | 900 | 4 | 1,0,1,1,0,1,1,0,1,1 | 1 | 59774 | 3508033280 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3508033280 | 3508033280 | 3508033280 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3508033280 | 3508033280 | 0 | 3508033280 | 3508033280 | 3508033280 | 3508033280 | 3508033280 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
20 | PAWhlDirRRStat_Cnt_u08==>Min | 14.3966369628906 | 0 | 1 | -1.23041677474976 | 1 | 0 | 0 | 0 | 1 | 66.506228685379 | 3 | 4 | 221.755401611328 | 208.416931152344 | 2 | 2373 | 960 | 1429 | 180.632446289063 | 2347 | 49.6828002929688 | 311 | 77.9736671447754 | 1362 | 1 | 1 | 2551383296 | 782309888 | 3262234112 | 29 | 2700478976 | 1965873664 | 1510230784 | 58916 | 1973110784 | 3221239040 | 950 | 5 | 0,1,0,0,1,0,0,1,0,0 | 1 | 6648 | 3262234112 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3262234112 | 3262234112 | 3262234112 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3262234112 | 3262234112 | 1 | 3262234112 | 3262234112 | 3262234112 | 3262234112 | 3262234112 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
21 | PAWhlDirRRStat_Cnt_u08==>Max | 243.086502075195 | 0 | 0 | 5.424251973629 | 1 | 3 | 1 | 1 | 1 | 292.3053612113 | 2 | 0 | 98.3852081298828 | 120.306869506836 | 4 | 2934 | 817 | 4498 | 239.34782409668 | 1669 | 56.7592620849609 | 595 | 80.1326916217804 | 4292 | 2 | 0 | 4189697024 | 3030611200 | 2025949440 | 174 | 493135104 | 3221239040 | 4168999424 | 41436 | 3387747072 | 4071760896 | 1000 | 0 | 1,1,0,1,1,0,1,1,0,1 | 0 | 28677 | 2025949440 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2025949440 | 2025949440 | 2025949440 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 493135104 | 4189697024 | 2 | 3221239040 | 4168999424 | 41436 | 3387747072 | 4071760896 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
22 | PAWhlDirRRStat_Cnt_u08==>Pos | 93.1887817382813 | 0 | 0 | -4.17946374416351 | 0 | 0 | 1 | 0 | 1 | 311.359318614006 | 1 | 0 | 247.167663574219 | 139.683929443359 | 2 | 3873 | 660 | 4237 | 123.498565673828 | 4203 | 157.576751708984 | 951 | 56.4693388938904 | 4824 | 3 | 1 | 1965873664 | 2982700032 | 649996288 | 39 | 944034816 | 4071760896 | 2754419968 | 48849 | 2470707712 | 3508033280 | 100 | 1 | 0,1,1,0,1,1,0,1,1,0 | 1 | 42857 | 649996288 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 649996288 | 649996288 | 649996288 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 649996288 | 649996288 | 3 | 649996288 | 649996288 | 649996288 | 649996288 | 649996288 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
23 | PAWhlPlsCntRLValid_Cnt_lgc==>Min | 134.366317749023 | 0 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 313.030881464481 | 1 | 0 | 128.804672241211 | 96.4121246337891 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 3221239040 | 2979107584 | 1510230784 | 43 | 2979107584 | 3508033280 | 3513620480 | 59295 | 341490944 | 3262234112 | 150 | 2 | 1,0,1,1,0,1,1,0,1,1 | 1 | 33946 | 1510230784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1510230784 | 1510230784 | 1510230784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1510230784 | 1510230784 | 0 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
24 | PAWhlPlsCntRLValid_Cnt_lgc==>Max | 196.380584716797 | 0 | 0 | -0.897400140762329 | 0 | 3 | 1 | 1 | 0 | 355.953387737274 | 1 | 0 | 251.940521240234 | 37.6494140625 | 1 | 1313 | 465 | 4325 | 204.856140136719 | 4423 | 161.184814453125 | 714 | 46.6950330734253 | 306 | 1 | 1 | 4071760896 | 2700478976 | 4168999424 | 7 | 2700478976 | 3262234112 | 2746612480 | 40495 | 1774357504 | 2025949440 | 200 | 3 | 0,1,0,0,1,0,0,1,0,0 | 1 | 54003 | 4168999424 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4168999424 | 4168999424 | 4168999424 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4168999424 | 4168999424 | 1 | 4168999424 | 4168999424 | 4168999424 | 4168999424 | 4168999424 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
25 | PAWhlPlsCntRLValid_Cnt_lgc==>Pos | 13.6971588134766 | 0 | 1 | 9.84439152479172 | 2 | 3 | 0 | 1 | 0 | 436.061784446239 | 0 | 3 | 114.392349243164 | 187.671920776367 | 1 | 4330 | 99 | 2561 | 16.7392425537109 | 1038 | 129.315719604492 | 338 | 69.1941797733307 | 1689 | 2 | 0 | 3508033280 | 493135104 | 2754419968 | 45 | 493135104 | 2025949440 | 1042862592 | 55178 | 2407997184 | 649996288 | 250 | 4 | 1,1,0,1,1,0,1,1,0,1 | 0 | 58916 | 2754419968 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2754419968 | 2754419968 | 2754419968 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 493135104 | 3508033280 | 2 | 2025949440 | 1042862592 | 55178 | 2407997184 | 649996288 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
26 | PAWhlPlsCntRRValid_Cnt_lgc==>Min | 151.669311523438 | 1 | 0 | -7.44745075702667 | 3 | 3 | 0 | 0 | 1 | 50.0463477373123 | 1 | 5 | 199.458740234375 | 56.4012756347656 | 0 | 1295 | 660 | 1049 | 25.1368103027344 | 556 | 62.7198791503906 | 117 | 130.60811662674 | 1193 | 3 | 0 | 3262234112 | 944034816 | 2076929024 | 59 | 944034816 | 649996288 | 1793871104 | 17493 | 2621793792 | 1510230784 | 300 | 5 | 0,1,1,0,1,1,0,1,1,0 | 1 | 41436 | 2076929024 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2076929024 | 2076929024 | 2076929024 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2076929024 | 2076929024 | 3 | 2076929024 | 2076929024 | 2076929024 | 2076929024 | 2076929024 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
27 | PAWhlPlsCntRRValid_Cnt_lgc==>Max | 119.987228393555 | 1 | 0 | 3.56497794389725 | 1 | 1 | 0 | 1 | 1 | 202.350897610188 | 1 | 1 | 78.9939422607422 | 53.8225860595703 | 4 | 792 | 779 | 4430 | 179.803482055664 | 2347 | 29.1167755126953 | 508 | 56.8821752071381 | 164 | 0 | 1 | 2025949440 | 3877652224 | 351043328 | 125 | 3877652224 | 1510230784 | 1615715328 | 9057 | 736530688 | 4168999424 | 350 | 0 | 1,0,1,1,0,1,1,0,1,1 | 1 | 48849 | 351043328 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 351043328 | 351043328 | 351043328 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 351043328 | 351043328 | 1 | 351043328 | 351043328 | 351043328 | 351043328 | 351043328 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
28 | PAWhlPlsCntRRValid_Cnt_lgc==>Pos | 76.3303527832031 | 0 | 0 | -2.69551372528076 | 2 | 1 | 0 | 0 | 1 | 422.100028753281 | 3 | 2 | 20.1852111816406 | 82.7305297851563 | 4 | 801 | 456 | 2435 | 56.225341796875 | 622 | 174.097961425781 | 87 | 14.7623920440674 | 484 | 1 | 0 | 649996288 | 3424251392 | 3650438656 | 168 | 3424251392 | 4168999424 | 3173330688 | 50683 | 3413053440 | 3752539648 | 400 | 1 | 0,1,0,0,1,0,0,1,0,0 | 0 | 59295 | 3650438656 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3650438656 | 3650438656 | 3650438656 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3424251392 | 649996288 | 1 | 4168999424 | 3173330688 | 50683 | 3413053440 | 3752539648 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
29 | TrqOvReverseGearEngage_Cnt_lgc==>Min | 159.410354614258 | 1 | 1 | -7.80692201852799 | 1 | 2 | 0 | 1 | 0 | 137.551793038845 | 1 | 5 | 225.220779418945 | 108.491073608398 | 1 | 1207 | 8 | 4922 | 93.6941375732422 | 789 | 38.6387786865234 | 282 | 102.264563798904 | 3764 | 2 | 1 | 1510230784 | 2022242560 | 192344320 | 3877652224 | 2022242560 | 3752539648 | 3752539648 | 3832 | 2979107584 | 4243923200 | 450 | 2 | 1,1,0,1,1,0,1,1,0,1 | 1 | 40495 | 192344320 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 192344320 | 192344320 | 192344320 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 192344320 | 192344320 | 1 | 192344320 | 192344320 | 192344320 | 192344320 | 192344320 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
30 | TrqOvReverseGearEngage_Cnt_lgc==>Max | 165.842224121094 | 1 | 1 | -6.10654723644257 | 3 | 3 | 0 | 1 | 1 | 348.036527037621 | 0 | 2 | 148.285949707031 | 189.756317138672 | 2 | 881 | 531 | 145 | 197.084625244141 | 2498 | 42.5632019042969 | 341 | 102.579581737518 | 3392 | 3 | 0 | 4168999424 | 3509049344 | 1715335168 | 3424251392 | 65 | 4243923200 | 4243923200 | 53660 | 2700478976 | 2256756736 | 500 | 3 | 0,1,1,0,1,1,0,1,1,0 | 1 | 55178 | 1715335168 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1715335168 | 1715335168 | 1715335168 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1715335168 | 1715335168 | 3 | 1715335168 | 1715335168 | 1715335168 | 1715335168 | 1715335168 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
31 | TrqOvReverseGearEngage_Cnt_lgc==>Pos | 67.5309906005859 | 1 | 1 | -8.36862128973007 | 2 | 2 | 0 | 1 | 0 | 203.249744474888 | 2 | 1 | 220.574813842773 | 30.3199615478516 | 5 | 2620 | 612 | 4861 | 55.5225372314453 | 4180 | 6.14930725097656 | 920 | 122.419928312302 | 4548 | 0 | 1 | 2754419968 | 1569143552 | 883225344 | 2022242560 | 102 | 2256756736 | 2256756736 | 8411 | 493135104 | 4120158976 | 550 | 4 | 1,0,1,1,0,1,1,0,1,1 | 0 | 17493 | 883225344 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 883225344 | 883225344 | 883225344 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 102 | 2754419968 | 2 | 2256756736 | 2256756736 | 8411 | 493135104 | 4120158976 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
32 | VehicleSpeed_Kph_f32==>Min | 71.5115661621094 | 0 | 0 | -0.912050008773804 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 5 | 207.255096435547 | 111.550903320313 | 4 | 4809 | 864 | 4246 | 86.3806762695313 | 3402 | 45.3128662109375 | 858 | 68.7926874160767 | 651 | 1 | 0 | 2076929024 | 3853849088 | 490465792 | 3509049344 | 228 | 4120158976 | 4120158976 | 13318 | 944034816 | 1965873664 | 600 | 5 | 0,1,0,0,1,0,0,1,0,0 | 1 | 9057 | 490465792 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 490465792 | 490465792 | 490465792 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 490465792 | 490465792 | 1 | 490465792 | 490465792 | 490465792 | 490465792 | 490465792 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
33 | VehicleSpeed_Kph_f32==>Max | 212.429214477539 | 0 | 1 | 10 | 0 | 0 | 1 | 0 | 1 | 512 | 2 | 0 | 196.573623657227 | 211.09245300293 | 2 | 1971 | 315 | 1433 | 71.2906341552734 | 3869 | 58.0565643310547 | 212 | 7.24301362037659 | 4565 | 2 | 1 | 351043328 | 4115107072 | 2551383296 | 1569143552 | 84 | 1965873664 | 1965873664 | 40106 | 3877652224 | 3221239040 | 650 | 0 | 1,1,0,1,1,0,1,1,0,1 | 1 | 50683 | 2551383296 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2551383296 | 2551383296 | 2551383296 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2551383296 | 2551383296 | 2 | 2551383296 | 2551383296 | 2551383296 | 2551383296 | 2551383296 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
34 | VehicleSpeed_Kph_f32==>Pos | 211.09814453125 | 1 | 1 | 1.38261449337006 | 1 | 1 | 1 | 1 | 0 | 135 | 1 | 0 | 236.539916992188 | 146.764678955078 | 5 | 1488 | 280 | 1027 | 124.107635498047 | 259 | 125.122344970703 | 79 | 69.4362244606018 | 3339 | 3 | 0 | 3650438656 | 1044126720 | 4189697024 | 3853849088 | 58 | 3221239040 | 3221239040 | 61707 | 342744576 | 4071760896 | 700 | 1 | 0,1,1,0,1,1,0,1,1,0 | 1 | 3832 | 4189697024 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4189697024 | 4189697024 | 4189697024 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4189697024 | 4189697024 | 1 | 4189697024 | 4189697024 | 4189697024 | 4189697024 | 4189697024 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
35 | PAwTO_PrkAssistState_Cnt_M_u08==>Min | 150.825729370117 | 0 | 1 | 0.381911098957062 | 1 | 2 | 0 | 0 | 0 | 112.237004578114 | 0 | 5 | 12.8754119873047 | 196.857376098633 | 2 | 3361 | 613 | 2216 | 247.016006469727 | 1150 | 168.034378051758 | 368 | 123.474023580551 | 3906 | 0 | 1 | 192344320 | 2891607808 | 239183616 | 4115107072 | 21 | 4071760896 | 4071760896 | 30980 | 458041600 | 3508033280 | 750 | 2 | 1,0,1,1,0,1,1,0,1,1 | 0 | 53660 | 239183616 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 239183616 | 239183616 | 239183616 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 21 | 192344320 | 0 | 4071760896 | 4071760896 | 30980 | 458041600 | 3508033280 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
36 | PAwTO_PrkAssistState_Cnt_M_u08==>Max | 252.439849853516 | 1 | 1 | 10 | 2 | 1 | 0 | 0 | 0 | 375.073055505753 | 3 | 5 | 211.165802001953 | 75.2511596679688 | 0 | 1156 | 365 | 3425 | 170.212768554688 | 2976 | 186.970153808594 | 767 | 87.7583312988281 | 1226 | 1 | 0 | 1715335168 | 1997239808 | 339070464 | 1044126720 | 78 | 3508033280 | 3508033280 | 49606 | 1973110784 | 3262234112 | 800 | 3 | 0,1,0,0,1,0,0,1,0,0 | 1 | 8411 | 339070464 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 339070464 | 339070464 | 339070464 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 339070464 | 339070464 | 1 | 339070464 | 339070464 | 339070464 | 339070464 | 339070464 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
37 | PAwTO_PrkAssistState_Cnt_M_u08==>Pos | 233.20686340332 | 1 | 1 | -5.42620331048965 | 1 | 2 | 0 | 1 | 0 | 461.238669812679 | 0 | 4 | 58.4040069580078 | 18.0541839599609 | 5 | 3465 | 545 | 1405 | 212.856857299805 | 4942 | 119.147201538086 | 962 | 78.9622929096222 | 3143 | 2 | 1 | 883225344 | 131358976 | 1739938048 | 2891607808 | 242 | 3262234112 | 3262234112 | 62844 | 3387747072 | 2025949440 | 850 | 4 | 1,1,0,1,1,0,1,1,0,1 | 1 | 7579 | 1739938048 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 131358976 | 1739938048 | 1739938048 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1739938048 | 1739938048 | 1 | 1739938048 | 1739938048 | 1739938048 | 1739938048 | 1739938048 | 3 | 1 | 5 | 8 | 5 | 1 | -- | ||
38 | k_PARvsGearChkTime_mS_u16==>Min | 58.0776977539063 | 1 | 0 | -2.04118382930756 | 3 | 1 | 0 | 1 | 1 | 111.658025622368 | 1 | 0 | 70.3612670898438 | 159.691986083984 | 3 | 1642 | 637 | 4826 | 120.221466064453 | 3903 | 83.6629333496094 | 647 | 131.429753780365 | 2943 | 3 | 1 | 490465792 | 4075134976 | 2904733696 | 1997239808 | 9 | 2025949440 | 2025949440 | 8292 | 2470707712 | 649996288 | 900 | 5 | 0,1,1,0,1,1,0,1,1,0 | 0 | 22505 | 2904733696 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2904733696 | 2904733696 | 2904733696 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 9 | 490465792 | 1 | 2025949440 | 2025949440 | 8292 | 2470707712 | 649996288 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
39 | k_PARvsGearChkTime_mS_u16==>Max | 177.949569702148 | 0 | 0 | -1.6872701048851 | 0 | 2 | 1 | 0 | 1 | 503.838862001896 | 2 | 5 | 13.4738616943359 | 128.637954711914 | 4 | 243 | 656 | 917 | 84.2370147705078 | 886 | 186.975112915039 | 476 | 81.0393340587616 | 329 | 0 | 0 | 2551383296 | 158196480 | 3440810752 | 131358976 | 238 | 649996288 | 649996288 | 32136 | 341490944 | 1510230784 | 950 | 0 | 1,0,1,1,0,1,1,0,1,1 | 1 | 18266 | 3440810752 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3440810752 | 3440810752 | 3440810752 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3440810752 | 3440810752 | 0 | 3440810752 | 3440810752 | 3440810752 | 3440810752 | 3440810752 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
40 | k_PARvsGearChkTime_mS_u16==>Pos | 250.880828857422 | 0 | 0 | -4.08842778205872 | 2 | 0 | 1 | 0 | 0 | 495.417141437531 | 3 | 5 | 231.182952880859 | 176.221923828125 | 3 | 4725 | 152 | 3274 | 221.862243652344 | 3023 | 254.46044921875 | 268 | 135.424704551697 | 2499 | 1 | 0 | 4189697024 | 782309888 | 2357654016 | 4075134976 | 50 | 1510230784 | 1510230784 | 15498 | 1774357504 | 4168999424 | 1000 | 1 | 0,1,0,0,1,0,0,1,0,0 | 1 | 3571 | 2357654016 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2357654016 | 2357654016 | 2357654016 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2357654016 | 2357654016 | 1 | 2357654016 | 2357654016 | 2357654016 | 2357654016 | 2357654016 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
41 | k_PAVSpdNotLowMin_Kph_f32==>Min | 62.4464263916016 | 0 | 1 | 0.570794761180878 | 3 | 2 | 1 | 1 | 0 | 447.00743740797 | 1 | 3 | 0 | 90.2043914794922 | 2 | 1366 | 689 | 248 | 151.970932006836 | 3290 | 119.738815307617 | 237 | 57.8762590885162 | 3946 | 2 | 1 | 1965873664 | 3030611200 | 542240000 | 158196480 | 57 | 4168999424 | 4168999424 | 11327 | 2407997184 | 3752539648 | 100 | 2 | 1,1,0,1,1,0,1,1,0,1 | 0 | 43875 | 542240000 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 542240000 | 542240000 | 542240000 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 57 | 1965873664 | 2 | 4168999424 | 4168999424 | 11327 | 2407997184 | 3752539648 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
42 | k_PAVSpdNotLowMin_Kph_f32==>Max | 136.671508789063 | 0 | 0 | -7.08662140369415 | 0 | 0 | 0 | 1 | 0 | 268.198646664619 | 2 | 5 | 255 | 162.053863525391 | 5 | 3373 | 944 | 4378 | 84.6917419433594 | 4646 | 48.7005920410156 | 729 | 23.9485974311829 | 2924 | 3 | 0 | 3221239040 | 2982700032 | 1587346432 | 782309888 | 158 | 3752539648 | 2754419968 | 50925 | 2621793792 | 4243923200 | 150 | 3 | 0,1,1,0,1,1,0,1,1,0 | 1 | 61281 | 1587346432 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1587346432 | 1587346432 | 1587346432 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1587346432 | 1587346432 | 3 | 1587346432 | 1587346432 | 1587346432 | 1587346432 | 1587346432 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
43 | k_PAVSpdNotLowMin_Kph_f32==>Pos | 27.2306365966797 | 0 | 0 | 0.862372696399689 | 3 | 3 | 1 | 1 | 1 | 333.926227390766 | 1 | 2 | 254 | 41.1148223876953 | 2 | 4993 | 772 | 272 | 141.388687133789 | 2545 | 199.42463684082 | 746 | 18.700576543808 | 4470 | 0 | 1 | 4071760896 | 2979107584 | 1723322112 | 3030611200 | 49 | 4243923200 | 3513620480 | 59774 | 736530688 | 2256756736 | 200 | 4 | 1,0,1,1,0,1,1,0,1,1 | 1 | 65153 | 1723322112 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 1723322112 | 1723322112 | 1723322112 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1723322112 | 1723322112 | 0 | 1723322112 | 1723322112 | 1723322112 | 1723322112 | 1723322112 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
44 | k_PAVSpdNotLowMax_Kph_f32==>Min | 255 | 0 | 1 | 10 | 0 | 3 | 1 | 0 | 0 | 234.277359724045 | 0 | 0 | 87.8221740722656 | 0 | 1 | 1898 | 944 | 2431 | 6.7197265625 | 2633 | 46.4243774414063 | 160 | 111.787656784058 | 4079 | 1 | 0 | 3508033280 | 2700478976 | 4117976576 | 2982700032 | 161 | 2256756736 | 2746612480 | 6648 | 3413053440 | 4120158976 | 250 | 5 | 0,1,0,0,1,0,0,1,0,0 | 1 | 45005 | 4117976576 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4117976576 | 4117976576 | 2982700032 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4117976576 | 4117976576 | 1 | 4117976576 | 4117976576 | 4117976576 | 4117976576 | 4117976576 | 3 | 1 | 2 | 9 | 5 | 1 | -- | ||
45 | k_PAVSpdNotLowMax_Kph_f32==>Max | 173.101028442383 | 0 | 1 | 1.70752137899399 | 3 | 3 | 1 | 0 | 0 | 80.3098391890526 | 0 | 5 | 54.5598907470703 | 255 | 1 | 1827 | 149 | 2361 | 224.460983276367 | 1949 | 39.9095306396484 | 705 | 19.7473633289337 | 3456 | 2 | 1 | 3262234112 | 493135104 | 2216476928 | 2979107584 | 129 | 4120158976 | 1042862592 | 28677 | 2979107584 | 1965873664 | 300 | 0 | 1,1,0,1,1,0,1,1,0,1 | 0 | 45031 | 2216476928 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2216476928 | 2216476928 | 2216476928 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 129 | 3262234112 | 2 | 4120158976 | 1042862592 | 28677 | 2979107584 | 1965873664 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
46 | k_PAVSpdNotLowMax_Kph_f32==>Pos | 4.02020263671875 | 1 | 1 | 9.09328663349152 | 2 | 3 | 0 | 0 | 1 | 329.892271399498 | 0 | 0 | 51.5186157226563 | 106 | 4 | 2289 | 301 | 547 | 114.034088134766 | 2443 | 160.000946044922 | 149 | 36.4554018974304 | 2894 | 3 | 0 | 2025949440 | 944034816 | 2542567424 | 2700478976 | 63 | 1965873664 | 1793871104 | 42857 | 2700478976 | 3221239040 | 350 | 1 | 0,1,1,0,1,1,0,1,1,0 | 1 | 25509 | 2542567424 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2542567424 | 2542567424 | 2542567424 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2542567424 | 2542567424 | 2 | 2542567424 | 2542567424 | 2542567424 | 2542567424 | 2542567424 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
47 | k_PAVehSpdNotLowTime_mS_u16==>Min | 147.247055053711 | 1 | 0 | 3.80238491296768 | 2 | 1 | 1 | 1 | 0 | 314.292862951756 | 0 | 1 | 33.1268157958984 | 41.9911041259766 | 0 | 3597 | 726 | 493 | 144.92414855957 | 4077 | 58.0860748291016 | 270 | 13.8198115825653 | 302 | 0 | 1 | 649996288 | 3877652224 | 3472442112 | 493135104 | 29 | 3221239040 | 1615715328 | 33946 | 493135104 | 4071760896 | 400 | 2 | 1,0,1,1,0,1,1,0,1,1 | 1 | 23623 | 3472442112 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3877652224 | 3472442112 | 3472442112 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3472442112 | 3472442112 | 1 | 3472442112 | 3472442112 | 3472442112 | 3472442112 | 3472442112 | 3 | 1 | 5 | 8 | 5 | 1 | -- | ||
48 | k_PAVehSpdNotLowTime_mS_u16==>Max | 25.6133728027344 | 1 | 1 | -0.736592054367065 | 3 | 3 | 0 | 1 | 0 | 438.084923744202 | 3 | 3 | 154.849090576172 | 127.787475585938 | 5 | 1278 | 253 | 1822 | 41.4258422851563 | 4519 | 212.752563476563 | 482 | 67.5110063552856 | 599 | 1 | 0 | 1510230784 | 3424251392 | 3279878656 | 944034816 | 174 | 4071760896 | 3173330688 | 54003 | 944034816 | 3508033280 | 450 | 3 | 0,1,0,0,1,0,0,1,0,0 | 0 | 42699 | 3279878656 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3279878656 | 3279878656 | 3279878656 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 174 | 1510230784 | 3 | 4071760896 | 3173330688 | 54003 | 944034816 | 3508033280 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
49 | k_PAVehSpdNotLowTime_mS_u16==>Pos | 26.3737945556641 | 1 | 0 | 4.55288523435593 | 2 | 3 | 0 | 0 | 1 | 188.414735019207 | 1 | 2 | 150.041641235352 | 8.63273620605469 | 4 | 4363 | 953 | 270 | 48.4051361083984 | 3102 | 121.98747253418 | 307 | 56.3341505527496 | 3085 | 2 | 0 | 4168999424 | 2022242560 | 1166660864 | 542240000 | 39 | 3508033280 | 3752539648 | 58916 | 3877652224 | 3262234112 | 500 | 4 | 1,1,0,1,1,0,1,1,0,1 | 1 | 55803 | 1166660864 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1166660864 | 1166660864 | 1166660864 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1166660864 | 1166660864 | 2 | 1166660864 | 1166660864 | 1166660864 | 1166660864 | 1166660864 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
50 | k_PAIWSSWhlSpinClrTime_mS_u16==>Min | 75.7178497314453 | 0 | 1 | 0.438490331172943 | 1 | 0 | 0 | 0 | 0 | 192.349773824215 | 3 | 5 | 162.313430786133 | 107.817123413086 | 1 | 0 | 189 | 25 | 240.13151550293 | 4716 | 90.5507659912109 | 851 | 151.078759431839 | 3310 | 2 | 0 | 3650438656 | 4115107072 | 458041600 | 2216476928 | 43 | 1510230784 | 1965873664 | 40495 | 47796 | 4168999424 | 700 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 47796 | 458041600 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 458041600 | 458041600 | 458041600 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 458041600 | 458041600 | 2 | 458041600 | 458041600 | 458041600 | 458041600 | 458041600 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
51 | k_PAIWSSWhlSpinClrTime_mS_u16==>Max | 97.7947387695313 | 0 | 0 | -6.73585069179535 | 3 | 1 | 1 | 1 | 1 | 231.485846400261 | 2 | 4 | 117.882995605469 | 131.653167724609 | 3 | 5000 | 928 | 3093 | 227.647491455078 | 1910 | 42.7022399902344 | 333 | 152.279572963715 | 4928 | 3 | 1 | 192344320 | 1044126720 | 1973110784 | 2542567424 | 7 | 4168999424 | 3221239040 | 55178 | 18909 | 2216476928 | 750 | 3 | 1,0,1,1,0,1,1,0,1,1 | 0 | 18909 | 1973110784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 1973110784 | 1973110784 | 1973110784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 7 | 192344320 | 3 | 4168999424 | 3221239040 | 55178 | 18909 | 2216476928 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
52 | k_PAIWSSWhlSpinClrTime_mS_u16==>Pos | 77.0484466552734 | 0 | 0 | -5.30151170492172 | 0 | 2 | 1 | 1 | 1 | 152.872001230717 | 3 | 2 | 73.1586761474609 | 1.00440979003906 | 4 | 3857 | 113 | 3739 | 218.208938598633 | 4877 | 178.107192993164 | 347 | 86.8922202587128 | 1921 | 0 | 0 | 1715335168 | 2891607808 | 3387747072 | 3472442112 | 45 | 2216476928 | 4071760896 | 17493 | 5566 | 2542567424 | 800 | 4 | 0,1,0,0,1,0,0,1,0,0 | 1 | 5566 | 3387747072 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3387747072 | 3387747072 | 3387747072 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3387747072 | 3387747072 | 0 | 3387747072 | 3387747072 | 3387747072 | 3387747072 | 3387747072 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
53 | k_PAIWSSWhlSpinSetTime_mS_u16==>Min | 242.834197998047 | 1 | 0 | -3.15097641944885 | 1 | 0 | 0 | 0 | 0 | 496.767919063568 | 3 | 4 | 213.378509521484 | 170.37255859375 | 0 | 78 | 0 | 1944 | 243.196472167969 | 2012 | 164.314208984375 | 863 | 68.6590147018433 | 90 | 1 | 1 | 883225344 | 1997239808 | 2470707712 | 3279878656 | 59 | 2542567424 | 3508033280 | 9057 | 46600 | 65 | 850 | 5 | 1,1,0,1,1,0,1,1,0,1 | 1 | 46600 | 2470707712 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2470707712 | 2470707712 | 2470707712 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 2470707712 | 2470707712 | 1 | 2470707712 | 2470707712 | 2470707712 | 2470707712 | 2470707712 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
54 | k_PAIWSSWhlSpinSetTime_mS_u16==>Max | 250.836318969727 | 1 | 0 | 6.47426098585129 | 1 | 0 | 1 | 0 | 0 | 6.60451859235764 | 2 | 3 | 78.5783843994141 | 250.002487182617 | 4 | 1638 | 1000 | 2837 | 98.2182464599609 | 3435 | 228.427536010742 | 830 | 93.7944223880768 | 4067 | 2 | 0 | 490465792 | 131358976 | 341490944 | 1166660864 | 125 | 65 | 3262234112 | 50683 | 31077 | 102 | 900 | 0 | 0,1,1,0,1,1,0,1,1,0 | 1 | 31077 | 341490944 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 341490944 | 341490944 | 341490944 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 | 341490944 | 341490944 | 1 | 341490944 | 341490944 | 341490944 | 341490944 | 341490944 | 3 | 1 | 4 | 10 | 5 | 1 | -- | ||
55 | k_PAIWSSWhlSpinSetTime_mS_u16==>Pos | 102.751831054688 | 1 | 1 | -8.94448101520538 | 2 | 1 | 0 | 0 | 0 | 333.459160923958 | 0 | 2 | 249.400634765625 | 23.9095764160156 | 2 | 3559 | 739 | 816 | 215.199798583984 | 2868 | 207.884429931641 | 824 | 97.3308262825012 | 3876 | 3 | 1 | 2551383296 | 4075134976 | 1774357504 | 278217728 | 168 | 102 | 2025949440 | 3832 | 12954 | 228 | 950 | 1 | 1,0,1,1,0,1,1,0,1,1 | 0 | 12954 | 1774357504 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 1774357504 | 1774357504 | 1774357504 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 168 | 2551383296 | 1 | 102 | 2025949440 | 3832 | 12954 | 228 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
56 | k_PAExcessVehSpdClrTime_mS_u16==>Min | 71.2396697998047 | 0 | 0 | 0.87833434343338 | 1 | 1 | 0 | 1 | 0 | 314.989411175251 | 2 | 0 | 101.668258666992 | 199.79768371582 | 3 | 1433 | 459 | 0 | 98.1145172119141 | 1907 | 58.1231231689453 | 846 | 35.1437337398529 | 2676 | 0 | 0 | 4189697024 | 158196480 | 2407997184 | 1810822912 | 3509049344 | 228 | 649996288 | 53660 | 65 | 84 | 1000 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 11542 | 2407997184 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2407997184 | 2407997184 | 2407997184 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2407997184 | 2407997184 | 0 | 2407997184 | 2407997184 | 2407997184 | 2407997184 | 2407997184 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
57 | k_PAExcessVehSpdClrTime_mS_u16==>Max | 41.0730285644531 | 1 | 1 | 5.89762020111084 | 2 | 2 | 1 | 0 | 1 | 273.55362868309 | 1 | 0 | 202.662261962891 | 11.3052368164063 | 0 | 1584 | 909 | 5000 | 115.792236328125 | 2461 | 229.578918457031 | 712 | 132.688653945923 | 1279 | 1 | 1 | 1965873664 | 782309888 | 2621793792 | 342744576 | 1569143552 | 84 | 1510230784 | 8411 | 102 | 58 | 100 | 3 | 1,1,0,1,1,0,1,1,0,1 | 1 | 15182 | 2621793792 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2621793792 | 2621793792 | 2621793792 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 2621793792 | 2621793792 | 2 | 2621793792 | 2621793792 | 2621793792 | 2621793792 | 2621793792 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
58 | k_PAExcessVehSpdClrTime_mS_u16==>Pos | 41.6823272705078 | 0 | 0 | 6.81406682729721 | 0 | 1 | 1 | 0 | 1 | 15.0835713744164 | 1 | 2 | 206.289627075195 | 247.266952514648 | 0 | 745 | 169 | 345 | 215.493453979492 | 3722 | 212.695907592773 | 505 | 58.352965593338 | 1388 | 2 | 1 | 3221239040 | 3030611200 | 736530688 | 458041600 | 3853849088 | 58 | 4168999424 | 2025949440 | 228 | 21 | 150 | 4 | 0,1,1,0,1,1,0,1,1,0 | 0 | 51106 | 736530688 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 736530688 | 736530688 | 736530688 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3853849088 | 3221239040 | 2 | 58 | 4168999424 | 2025949440 | 228 | 21 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
59 | k_PAExcessVehSpd_Kph_f32==>Min | 165.526306152344 | 0 | 1 | -3.17068564891815 | 0 | 1 | 1 | 1 | 1 | 367.763457655907 | 2 | 2 | 155.579406738281 | 255 | 5 | 1614 | 496 | 4262 | 0 | 3361 | 34.8918151855469 | 387 | 84.7128138542175 | 489 | 3 | 0 | 4071760896 | 2982700032 | 3413053440 | 1973110784 | 4115107072 | 21 | 2754419968 | 649996288 | 84 | 78 | 200 | 5 | 1,0,1,1,0,1,1,0,1,1 | 1 | 60851 | 3413053440 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3413053440 | 3413053440 | 3413053440 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3413053440 | 3413053440 | 3 | 3413053440 | 3413053440 | 3413053440 | 3413053440 | 3413053440 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
60 | k_PAExcessVehSpd_Kph_f32==>Max | 104.978744506836 | 0 | 0 | 10 | 3 | 3 | 1 | 0 | 1 | 161.102155745029 | 1 | 2 | 91.1944427490234 | 176.302871704102 | 5 | 2386 | 376 | 2754 | 255 | 2616 | 21.6634674072266 | 643 | 0.82491946220398 | 3343 | 0 | 0 | 3508033280 | 2979107584 | 2979107584 | 3387747072 | 1044126720 | 78 | 3513620480 | 1510230784 | 58 | 242 | 250 | 0 | 0,1,0,0,1,0,0,1,0,0 | 1 | 19037 | 2979107584 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2979107584 | 2979107584 | 2979107584 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2979107584 | 2979107584 | 0 | 2979107584 | 2979107584 | 2979107584 | 2979107584 | 2979107584 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
61 | k_PAExcessVehSpd_Kph_f32==>Pos | 105.668304443359 | 0 | 0 | 6.88961052894592 | 0 | 1 | 0 | 1 | 0 | 503.38849067688 | 1 | 3 | 149.896209716797 | 176.102172851563 | 0 | 4623 | 598 | 4834 | 145 | 18 | 21.2703857421875 | 102 | 23.1636514663696 | 4003 | 1 | 1 | 3262234112 | 2700478976 | 2700478976 | 2470707712 | 2891607808 | 242 | 2746612480 | 4168999424 | 21 | 9 | 300 | 1 | 1,1,0,1,1,0,1,1,0,1 | 0 | 14282 | 2700478976 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2700478976 | 2700478976 | 2700478976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2891607808 | 3262234112 | 1 | 242 | 2746612480 | 4168999424 | 21 | 9 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
62 | k_PAMovMismatchClrTime_mS_u16==>Min | 182.458999633789 | 0 | 1 | 4.17134779691696 | 2 | 1 | 1 | 1 | 1 | 149.309698283672 | 0 | 1 | 169.150283813477 | 45.9386444091797 | 3 | 195 | 35 | 1868 | 35.0352630615234 | 0 | 62.6840057373047 | 230 | 127.372308969498 | 299 | 2 | 0 | 2025949440 | 493135104 | 493135104 | 341490944 | 1997239808 | 9 | 1042862592 | 2754419968 | 78 | 238 | 350 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 5440 | 493135104 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 493135104 | 493135104 | 341490944 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 493135104 | 493135104 | 2 | 493135104 | 493135104 | 493135104 | 493135104 | 493135104 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
63 | k_PAMovMismatchClrTime_mS_u16==>Max | 83.5087890625 | 0 | 1 | 9.0077155828476 | 3 | 1 | 1 | 0 | 0 | 187.142938256264 | 3 | 2 | 149.309936523438 | 44.7261047363281 | 5 | 3817 | 347 | 3129 | 171.373748779297 | 5000 | 57.7400207519531 | 770 | 71.3217759132385 | 3762 | 3 | 1 | 649996288 | 944034816 | 944034816 | 542240000 | 131358976 | 238 | 1793871104 | 1042862592 | 242 | 50 | 400 | 3 | 1,0,1,1,0,1,1,0,1,1 | 1 | 31658 | 944034816 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 944034816 | 944034816 | 944034816 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 944034816 | 944034816 | 3 | 944034816 | 944034816 | 944034816 | 944034816 | 944034816 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
64 | k_PAMovMismatchClrTime_mS_u16==>Pos | 162.093795776367 | 1 | 1 | 8.39137345552445 | 0 | 3 | 0 | 0 | 0 | 165.040129959583 | 0 | 0 | 15.0653533935547 | 247.473098754883 | 0 | 369 | 728 | 684 | 33.7176666259766 | 140 | 18.6813507080078 | 63 | 122.997056722641 | 4758 | 0 | 0 | 1510230784 | 3877652224 | 3877652224 | 1587346432 | 4075134976 | 50 | 1615715328 | 65 | 9 | 57 | 450 | 4 | 0,1,0,0,1,0,0,1,0,0 | 1 | 31750 | 3877652224 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3877652224 | 3877652224 | 3877652224 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 3877652224 | 3877652224 | 0 | 3877652224 | 3877652224 | 3877652224 | 3877652224 | 3877652224 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
65 | k_PAMovMismatchVSpd_Kph_f32==>Min | 53.1356506347656 | 0 | 1 | -1.25038385391235 | 3 | 1 | 1 | 0 | 0 | 181.595319986343 | 1 | 5 | 215.095977783203 | 177.903991699219 | 2 | 3149 | 77 | 3694 | 0.6077880859375 | 2285 | 0 | 379 | 73.6501693725586 | 2313 | 1 | 1 | 4168999424 | 3424251392 | 3424251392 | 1723322112 | 158196480 | 57 | 3173330688 | 102 | 238 | 158 | 500 | 5 | 1,1,0,1,1,0,1,1,0,1 | 0 | 20511 | 3424251392 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3424251392 | 3424251392 | 3424251392 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 158196480 | 4168999424 | 1 | 57 | 3173330688 | 102 | 238 | 158 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
66 | k_PAMovMismatchVSpd_Kph_f32==>Max | 47.6194610595703 | 1 | 0 | -7.41526085138321 | 3 | 2 | 0 | 1 | 1 | 120.876954495907 | 2 | 1 | 15.1134796142578 | 226.595687866211 | 2 | 3435 | 238 | 3580 | 78.1717987060547 | 4527 | 255 | 34 | 11.9039661884308 | 3954 | 2 | 0 | 2754419968 | 2022242560 | 2022242560 | 4117976576 | 782309888 | 158 | 3752539648 | 228 | 50 | 49 | 550 | 0 | 0,1,1,0,1,1,0,1,1,0 | 1 | 1105 | 2022242560 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | ||
67 | k_PAMovMismatchVSpd_Kph_f32==>Pos | 149.339904785156 | 0 | 1 | 10 | 1 | 2 | 0 | 0 | 0 | 304.127937197685 | 2 | 0 | 38.7328491210938 | 32.5674743652344 | 5 | 3890 | 67 | 4370 | 150.776641845703 | 2619 | 118 | 702 | 36.7531714439392 | 3295 | 3 | 1 | 2076929024 | 3509049344 | 3509049344 | 2216476928 | 3030611200 | 49 | 4243923200 | 84 | 57 | 161 | 600 | 1 | 1,0,1,1,0,1,1,0,1,1 | 1 | 17989 | 3509049344 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3509049344 | 3509049344 | 3509049344 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3509049344 | 3509049344 | 3 | 3509049344 | 3509049344 | 3509049344 | 3509049344 | 3509049344 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
68 | k_PAMovMismatchSetTime_mS_u16==>Min | 20.6629486083984 | 0 | 0 | 6.74324327707291 | 1 | 1 | 1 | 1 | 1 | 360.274830400944 | 2 | 4 | 80.8591156005859 | 38.5114898681641 | 1 | 2026 | 836 | 4095 | 89.0714874267578 | 2325 | 155.379898071289 | 0 | 4.62376856803894 | 926 | 0 | 0 | 351043328 | 1569143552 | 1569143552 | 2542567424 | 2982700032 | 161 | 2256756736 | 58 | 158 | 129 | 650 | 2 | 0,1,0,0,1,0,0,1,0,0 | 0 | 38085 | 1569143552 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1569143552 | 1569143552 | 1569143552 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2982700032 | 351043328 | 0 | 161 | 2256756736 | 58 | 158 | 129 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
69 | k_PAMovMismatchSetTime_mS_u16==>Max | 117.240692138672 | 0 | 1 | 4.62198519706726 | 3 | 3 | 1 | 0 | 0 | 137.572126865387 | 0 | 4 | 111.527191162109 | 69.101318359375 | 4 | 3800 | 202 | 3324 | 173.858825683594 | 942 | 3.74609375 | 1000 | 42.0073385238647 | 757 | 1 | 0 | 3650438656 | 3853849088 | 3853849088 | 3472442112 | 2979107584 | 129 | 4120158976 | 21 | 49 | 63 | 700 | 3 | 1,1,0,1,1,0,1,1,0,1 | 1 | 56369 | 3853849088 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3853849088 | 3853849088 | 3472442112 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3853849088 | 3853849088 | 1 | 3853849088 | 3853849088 | 3853849088 | 3853849088 | 3853849088 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
70 | k_PAMovMismatchSetTime_mS_u16==>Pos | 231.866836547852 | 1 | 0 | -1.56630355119705 | 3 | 2 | 0 | 1 | 0 | 295.153809249401 | 1 | 1 | 108.382339477539 | 8.06620788574219 | 3 | 867 | 775 | 1360 | 140.481185913086 | 2821 | 116.381881713867 | 674 | 58.1205446720123 | 4024 | 2 | 1 | 192344320 | 4115107072 | 4115107072 | 3279878656 | 2700478976 | 63 | 1965873664 | 78 | 161 | 29 | 750 | 4 | 0,1,1,0,1,1,0,1,1,0 | 1 | 7467 | 4115107072 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4115107072 | 4115107072 | 4115107072 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4115107072 | 4115107072 | 2 | 4115107072 | 4115107072 | 4115107072 | 4115107072 | 4115107072 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
71 | k_PAEIWSSChkVspd_Kph_f32==>Min | 66.9102783203125 | 1 | 0 | -9.65774834156036 | 1 | 2 | 0 | 0 | 0 | 295.925546765327 | 0 | 4 | 219.23876953125 | 82.9684143066406 | 1 | 4683 | 978 | 2262 | 73.6609802246094 | 1179 | 21.2713928222656 | 406 | 0 | 3129 | 3 | 0 | 1715335168 | 1044126720 | 1044126720 | 1166660864 | 493135104 | 29 | 3221239040 | 242 | 129 | 174 | 800 | 5 | 1,0,1,1,0,1,1,0,1,1 | 0 | 1159 | 1044126720 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1044126720 | 1044126720 | 1044126720 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 493135104 | 1715335168 | 1 | 29 | 3221239040 | 242 | 129 | 174 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
72 | k_PAEIWSSChkVspd_Kph_f32==>Max | 201.01432800293 | 0 | 1 | -6.47698086500168 | 0 | 0 | 1 | 1 | 0 | 508.247480213642 | 3 | 5 | 14.4038543701172 | 230.871170043945 | 0 | 1620 | 799 | 2956 | 54.9809722900391 | 2564 | 138.21223449707 | 794 | 155 | 2538 | 0 | 1 | 883225344 | 2891607808 | 2891607808 | 278217728 | 944034816 | 174 | 4071760896 | 9 | 63 | 39 | 850 | 0 | 0,1,0,0,1,0,0,1,0,0 | 1 | 32655 | 2891607808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2891607808 | 2891607808 | 2891607808 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2891607808 | 2891607808 | 0 | 2891607808 | 2891607808 | 2891607808 | 2891607808 | 2891607808 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
73 | k_PAEIWSSChkVspd_Kph_f32==>Pos | 96.9990539550781 | 1 | 0 | -6.55108261108398 | 1 | 2 | 0 | 0 | 0 | 477.807741880417 | 3 | 5 | 229.705474853516 | 61.3347778320313 | 5 | 345 | 480 | 368 | 112.44287109375 | 3718 | 148.561584472656 | 777 | 107 | 3827 | 1 | 0 | 490465792 | 1997239808 | 1997239808 | 1810822912 | 2216476928 | 39 | 3508033280 | 238 | 29 | 43 | 900 | 1 | 1,1,0,1,1,0,1,1,0,1 | 1 | 60196 | 1997239808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1997239808 | 1997239808 | 1997239808 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1997239808 | 1997239808 | 1 | 1997239808 | 1997239808 | 1997239808 | 1997239808 | 1997239808 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
74 | k_PAVspdMismatchSetTime_mS_u16==>Min | 74.1542510986328 | 0 | 0 | 0.704120576381683 | 1 | 2 | 0 | 0 | 0 | 128.236270844936 | 1 | 1 | 61.4099884033203 | 179.428329467773 | 2 | 1497 | 682 | 587 | 111.791549682617 | 267 | 233.997909545898 | 577 | 109.003245592117 | 0 | 2 | 1 | 2551383296 | 131358976 | 131358976 | 342744576 | 2542567424 | 43 | 3262234112 | 50 | 174 | 7 | 950 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 49761 | 131358976 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 131358976 | 131358976 | 131358976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 131358976 | 131358976 | 2 | 131358976 | 131358976 | 131358976 | 131358976 | 131358976 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
75 | k_PAVspdMismatchSetTime_mS_u16==>Max | 235.360534667969 | 0 | 0 | -1.47268283367157 | 0 | 1 | 1 | 0 | 1 | 415.560242056847 | 0 | 2 | 13.4683227539063 | 212.694549560547 | 4 | 3250 | 277 | 4746 | 94.5423889160156 | 2772 | 124.235809326172 | 371 | 106.58619260788 | 5000 | 3 | 0 | 4189697024 | 4075134976 | 4075134976 | 458041600 | 3472442112 | 7 | 2025949440 | 57 | 39 | 45 | 1000 | 3 | 1,0,1,1,0,1,1,0,1,1 | 0 | 57013 | 4075134976 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4075134976 | 4075134976 | 4075134976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3472442112 | 4189697024 | 3 | 7 | 2025949440 | 57 | 39 | 45 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
76 | k_PAVspdMismatchSetTime_mS_u16==>Pos | 161.726058959961 | 0 | 0 | -7.77119106054306 | 2 | 3 | 1 | 0 | 0 | 394.94715410471 | 3 | 5 | 199.777694702148 | 22.2552642822266 | 0 | 804 | 80 | 1268 | 251.89924621582 | 2239 | 61.8814849853516 | 89 | 37.7321269512177 | 636 | 0 | 1 | 1965873664 | 158196480 | 158196480 | 1973110784 | 3279878656 | 45 | 649996288 | 158 | 43 | 59 | 100 | 4 | 0,1,0,0,1,0,0,1,0,0 | 1 | 54167 | 158196480 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 158196480 | 158196480 | 158196480 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 158196480 | 158196480 | 0 | 158196480 | 158196480 | 158196480 | 158196480 | 158196480 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
77 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16==>Min | 160.676361083984 | 0 | 0 | -4.20141100883484 | 0 | 1 | 0 | 0 | 1 | 209.147440910339 | 0 | 5 | 9.39645385742188 | 209.494995117188 | 0 | 4391 | 339 | 4391 | 87.0005493164063 | 2579 | 255 | 564 | 72.8599977493286 | 1664 | 1 | 0 | 3221239040 | 782309888 | 782309888 | 3387747072 | 1166660864 | 59 | 1510230784 | 49 | 7 | 125 | 150 | 5 | 1,1,0,1,1,0,1,1,0,1 | 1 | 0 | 782309888 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 782309888 | 782309888 | 3387747072 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 782309888 | 782309888 | 1 | 782309888 | 782309888 | 782309888 | 782309888 | 782309888 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
78 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16==>Max | 109.684829711914 | 1 | 0 | 3.50398272275925 | 0 | 2 | 0 | 1 | 1 | 323.151011645794 | 1 | 3 | 34.8995513916016 | 208.010177612305 | 5 | 815 | 241 | 2889 | 92.1810150146484 | 1273 | 85.1461639404297 | 437 | 121.029363870621 | 3806 | 2 | 1 | 4071760896 | 3030611200 | 3030611200 | 2470707712 | 278217728 | 125 | 4168999424 | 161 | 45 | 168 | 200 | 0 | 0,1,1,0,1,1,0,1,1,0 | 0 | 65535 | 3030611200 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3030611200 | 3030611200 | 3030611200 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 278217728 | 4071760896 | 2 | 125 | 4168999424 | 161 | 45 | 168 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
79 | Rte_Call_SystemTime_DtrmnElapsedTime_mS_u16==>Pos | 25.081298828125 | 0 | 1 | 7.83109986782074 | 2 | 3 | 0 | 0 | 1 | 253.264505982399 | 1 | 5 | 171.312133789063 | 51.7615051269531 | 1 | 2175 | 438 | 991 | 249.186492919922 | 3236 | 115.603546142578 | 363 | 130.112329959869 | 3775 | 3 | 0 | 3508033280 | 2982700032 | 2982700032 | 341490944 | 1810822912 | 168 | 2754419968 | 129 | 59 | 12 | 250 | 1 | 1,0,1,1,0,1,1,0,1,1 | 1 | 3314 | 2982700032 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2982700032 | 2982700032 | 2982700032 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2982700032 | 2982700032 | 3 | 2982700032 | 2982700032 | 2982700032 | 2982700032 | 2982700032 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
80 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Min | 143.626266479492 | 0 | 1 | 0.457353413105011 | 2 | 1 | 0 | 0 | 0 | 255.738903343678 | 1 | 3 | 67.3087615966797 | 26.6168975830078 | 5 | 4633 | 330 | 4329 | 76.5294342041016 | 1650 | 237.340774536133 | 636 | 139.340238332748 | 3121 | 0 | 1 | 3262234112 | 2979107584 | 0 | 542240000 | 342744576 | 3877652224 | 65 | 63 | 125 | 37 | 300 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 43089 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 0 | 0 | 0 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
81 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Max | 177.788238525391 | 0 | 1 | -6.05672216415405 | 0 | 1 | 1 | 0 | 0 | 68.3085701465607 | 3 | 2 | 215.615753173828 | 159.722595214844 | 2 | 2335 | 642 | 1067 | 67.4224853515625 | 3190 | 112.800964355469 | 604 | 70.4760932922363 | 2013 | 1 | 1 | 2025949440 | 2700478976 | 4294967295 | 1587346432 | 458041600 | 3424251392 | 102 | 29 | 168 | 5 | 350 | 3 | 1,1,0,1,1,0,1,1,0,1 | 0 | 14974 | 4294967295 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4294967295 | 4294967295 | 4294967295 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 458041600 | 2025949440 | 1 | 3424251392 | 102 | 29 | 168 | 5 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
82 | Rte_Call_SystemTime_GetSystemTime_mS_u32==>Pos | 109.684829711914 | 1 | 0 | 3.50398272275925 | 0 | 2 | 0 | 1 | 1 | 323.151011645794 | 1 | 3 | 34.8995513916016 | 208.010177612305 | 5 | 815 | 241 | 2889 | 92.1810150146484 | 1273 | 85.1461639404297 | 437 | 121.029363870621 | 3806 | 2 | 0 | 649996288 | 493135104 | 2123577856 | 1723322112 | 1973110784 | 2022242560 | 228 | 174 | 2022242560 | 42 | 400 | 4 | 0,1,1,0,1,1,0,1,1,0 | 1 | 65535 | 2123577856 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2123577856 | 2123577856 | 2123577856 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2123577856 | 2123577856 | 2 | 2123577856 | 2123577856 | 2123577856 | 2123577856 | 2123577856 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
83 | PAwTO_IWSSComputedSpin_Cnt_M_u08==>Min | 117.240692138672 | 0 | 1 | 4.62198519706726 | 3 | 3 | 1 | 0 | 0 | 137.572126865387 | 0 | 4 | 111.527191162109 | 69.101318359375 | 4 | 3800 | 202 | 3324 | 173.858825683594 | 942 | 3.74609375 | 1000 | 42.0073385238647 | 757 | 0 | 0 | 1510230784 | 944034816 | 4115107072 | 4117976576 | 3387747072 | 3509049344 | 84 | 39 | 3509049344 | 58 | 450 | 5 | 1,0,1,1,0,1,1,0,1,1 | 1 | 7467 | 4115107072 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4115107072 | 4115107072 | 4117976576 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4115107072 | 4115107072 | 0 | 4115107072 | 4115107072 | 4115107072 | 4115107072 | 4115107072 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
84 | PAwTO_IWSSComputedSpin_Cnt_M_u08==>Max | 231.866836547852 | 1 | 0 | -1.56630355119705 | 3 | 2 | 0 | 1 | 0 | 295.153809249401 | 1 | 1 | 108.382339477539 | 8.06620788574219 | 3 | 867 | 775 | 1360 | 140.481185913086 | 2821 | 116.381881713867 | 674 | 58.1205446720123 | 4024 | 3 | 1 | 4168999424 | 3877652224 | 1044126720 | 2216476928 | 2470707712 | 1569143552 | 58 | 43 | 1569143552 | 1569143552 | 500 | 0 | 0,1,0,0,1,0,0,1,0,0 | 1 | 1159 | 1044126720 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 1044126720 | 1044126720 | 1044126720 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1044126720 | 1044126720 | 2 | 1044126720 | 1044126720 | 1044126720 | 1044126720 | 1044126720 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
85 | PAwTO_IWSSComputedSpin_Cnt_M_u08==>Pos | 66.9102783203125 | 1 | 0 | -9.65774834156036 | 1 | 2 | 0 | 0 | 0 | 295.925546765327 | 0 | 4 | 219.23876953125 | 82.9684143066406 | 1 | 4683 | 978 | 2262 | 73.6609802246094 | 1179 | 21.2713928222656 | 406 | 0 | 3129 | 0 | 0 | 2754419968 | 3424251392 | 2891607808 | 2542567424 | 341490944 | 3853849088 | 21 | 7 | 3853849088 | 3853849088 | 550 | 1 | 1,1,0,1,1,0,1,1,0,1 | 0 | 32655 | 2891607808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2891607808 | 2891607808 | 2891607808 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 341490944 | 2754419968 | 1 | 3853849088 | 21 | 7 | 3853849088 | 3853849088 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
86 | PAwTO_VSpdActvnMet_Cnt_M_lgc==>Min | 201.01432800293 | 0 | 1 | -6.47698086500168 | 0 | 0 | 1 | 1 | 0 | 508.247480213642 | 3 | 5 | 14.4038543701172 | 230.871170043945 | 0 | 1620 | 799 | 2956 | 54.9809722900391 | 2564 | 138.21223449707 | 794 | 155 | 2538 | 1 | 0 | 2076929024 | 2022242560 | 1997239808 | 3472442112 | 1774357504 | 4115107072 | 78 | 45 | 4115107072 | 4115107072 | 600 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 60196 | 1997239808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1997239808 | 1997239808 | 1997239808 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1997239808 | 1997239808 | 1 | 1997239808 | 1997239808 | 1997239808 | 1997239808 | 1997239808 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
87 | PAwTO_VSpdActvnMet_Cnt_M_lgc==>Max | 96.9990539550781 | 1 | 0 | -6.55108261108398 | 1 | 2 | 0 | 0 | 0 | 477.807741880417 | 3 | 5 | 229.705474853516 | 61.3347778320313 | 5 | 345 | 480 | 368 | 112.44287109375 | 3718 | 148.561584472656 | 777 | 107 | 3827 | 2 | 1 | 351043328 | 3509049344 | 131358976 | 3279878656 | 2407997184 | 1044126720 | 242 | 59 | 1044126720 | 1044126720 | 650 | 3 | 1,0,1,1,0,1,1,0,1,1 | 1 | 49761 | 131358976 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 131358976 | 131358976 | 131358976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 131358976 | 131358976 | 1 | 131358976 | 131358976 | 131358976 | 131358976 | 131358976 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
88 | PAwTO_VSpdActvnMet_Cnt_M_lgc==>Pos | 74.1542510986328 | 0 | 0 | 0.704120576381683 | 1 | 2 | 0 | 0 | 0 | 128.236270844936 | 1 | 1 | 61.4099884033203 | 179.428329467773 | 2 | 1497 | 682 | 587 | 111.791549682617 | 267 | 233.997909545898 | 577 | 109.003245592117 | 0 | 3 | 1 | 3650438656 | 1569143552 | 4075134976 | 1166660864 | 2621793792 | 2891607808 | 9 | 125 | 2891607808 | 2891607808 | 700 | 4 | 0,1,0,0,1,0,0,1,0,0 | 0 | 57013 | 4075134976 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4075134976 | 4075134976 | 4075134976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2621793792 | 3650438656 | 3 | 2891607808 | 9 | 125 | 2891607808 | 2891607808 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
89 | PAwTO_IWSSWhlSpinTimer_mS_M_u32==>Min | 194.745239257813 | 1 | 1 | -8.14025032520294 | 3 | 3 | 1 | 1 | 0 | 270.154607892036 | 3 | 1 | 213.35498046875 | 97.9518127441406 | 1 | 741 | 985 | 189 | 187.535003662109 | 892 | 64.9422912597656 | 236 | 99.8250088691711 | 851 | 3 | 1 | 0 | 3853849088 | 3509049344 | 278217728 | 736530688 | 1997239808 | 238 | 168 | 1997239808 | 1997239808 | 750 | 5 | 1,1,0,1,1,0,1,1,0,1 | 1 | 6339 | 4151510784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4151510784 | 4151510784 | 4151510784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 4151510784 | 4151510784 | 3 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 4151510784 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
90 | PAwTO_IWSSWhlSpinTimer_mS_M_u32==>Max | 208.50944519043 | 1 | 1 | 3.32599383592606 | 2 | 0 | 1 | 1 | 1 | 198.806390583515 | 1 | 5 | 199.055221557617 | 88.9209747314453 | 1 | 3581 | 774 | 2748 | 16.3589019775391 | 436 | 102.19953918457 | 394 | 10.1416547298431 | 3257 | 0 | 0 | 4294967295 | 4115107072 | 1569143552 | 1810822912 | 2216476928 | 131358976 | 50 | 3030611200 | 131358976 | 131358976 | 800 | 0 | 0,1,1,0,1,1,0,1,1,0 | 1 | 23784 | 1445047808 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1445047808 | 1445047808 | 1445047808 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1445047808 | 1445047808 | 2 | 1445047808 | 1445047808 | 1445047808 | 1445047808 | 1445047808 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
91 | PAwTO_IWSSWhlSpinTimer_mS_M_u32==>Pos | 181.513702392578 | 0 | 0 | -10 | 1 | 0 | 1 | 0 | 0 | 1.39272952079773 | 0 | 2 | 198.751373291016 | 10.1853637695313 | 0 | 4054 | 568 | 270 | 87.30908203125 | 4065 | 227.599670410156 | 707 | 104.253484725952 | 9 | 1 | 1 | 883225344 | 1044126720 | 3853849088 | 342744576 | 2542567424 | 4075134976 | 57 | 2982700032 | 4075134976 | 4075134976 | 850 | 1 | 1,0,1,1,0,1,1,0,1,1 | 0 | 13556 | 2842802432 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2842802432 | 2842802432 | 2842802432 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2542567424 | 883225344 | 1 | 4075134976 | 57 | 2982700032 | 4075134976 | 4075134976 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
92 | PAwTO_RvsGearTimer_mS_M_u32==>Min | 11.6103057861328 | 0 | 1 | 10 | 1 | 0 | 0 | 1 | 1 | 128.696151673794 | 1 | 4 | 121.27229309082 | 227.876571655273 | 0 | 1601 | 384 | 3052 | 98.1929168701172 | 2333 | 83.8836517333984 | 593 | 141.98269200325 | 3777 | 2 | 0 | 490465792 | 0 | 4115107072 | 458041600 | 3472442112 | 158196480 | 158 | 0 | 158196480 | 158196480 | 900 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 44893 | 3513620480 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3513620480 | 3513620480 | 3513620480 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3513620480 | 3513620480 | 2 | 3513620480 | 3513620480 | 3513620480 | 3513620480 | 3513620480 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
93 | PAwTO_RvsGearTimer_mS_M_u32==>Max | 105.992370605469 | 0 | 0 | 2 | 3 | 0 | 1 | 0 | 1 | 83.5360683202744 | 2 | 2 | 188.881408691406 | 126.349822998047 | 5 | 4246 | 277 | 847 | 146.338287353516 | 2256 | 57.5785827636719 | 897 | 150.850978374481 | 2587 | 3 | 1 | 2551383296 | 4294967295 | 1044126720 | 1973110784 | 3279878656 | 782309888 | 49 | 4294967295 | 782309888 | 782309888 | 950 | 3 | 1,1,0,1,1,0,1,1,0,1 | 1 | 26750 | 2746612480 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2746612480 | 2746612480 | 2746612480 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2746612480 | 2746612480 | 3 | 2746612480 | 2746612480 | 2746612480 | 2746612480 | 2746612480 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
94 | PAwTO_RvsGearTimer_mS_M_u32==>Pos | 220.830551147461 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 1 | 330.953269064426 | 0 | 1 | 144.538436889648 | 104.289443969727 | 4 | 3890 | 765 | 2474 | 63.5115509033203 | 1735 | 20.8531646728516 | 791 | 99.328394651413 | 4262 | 0 | 1 | 4189697024 | 883225344 | 2891607808 | 3387747072 | 1166660864 | 3030611200 | 161 | 2123577856 | 3030611200 | 3030611200 | 1000 | 4 | 0,1,1,0,1,1,0,1,1,0 | 1 | 13318 | 1042862592 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1042862592 | 1042862592 | 1042862592 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1042862592 | 1042862592 | 0 | 1042862592 | 1042862592 | 1042862592 | 1042862592 | 1042862592 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
95 | PAwTO_VehSpdNotLowTimer_mS_M_u32==>Min | 202.362884521484 | 0 | 0 | -1 | 3 | 0 | 0 | 1 | 1 | 503.328314781189 | 1 | 3 | 42.1142272949219 | 238.392456054688 | 2 | 1912 | 238 | 2239 | 239.163635253906 | 243 | 77.9512939453125 | 630 | 84.8993196487427 | 4609 | 1 | 0 | 1965873664 | 4075134976 | 0 | 2470707712 | 278217728 | 2982700032 | 129 | 4115107072 | 2982700032 | 2982700032 | 100 | 5 | 1,0,1,1,0,1,1,0,1,1 | 0 | 40106 | 1793871104 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1793871104 | 1793871104 | 1793871104 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 278217728 | 1965873664 | 1 | 2982700032 | 129 | 4115107072 | 2982700032 | 2982700032 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
96 | PAwTO_VehSpdNotLowTimer_mS_M_u32==>Max | 95.6252593994141 | 0 | 1 | 10 | 0 | 3 | 0 | 1 | 1 | 160.010733783245 | 0 | 3 | 79.7462310791016 | 64.3177947998047 | 2 | 2921 | 699 | 4948 | 106.691757202148 | 4824 | 241.89128112793 | 738 | 118.427023172379 | 3391 | 2 | 0 | 3221239040 | 158196480 | 4294967295 | 341490944 | 1810822912 | 2979107584 | 63 | 1044126720 | 2979107584 | 2979107584 | 150 | 0 | 0,1,0,0,1,0,0,1,0,0 | 1 | 61707 | 1615715328 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1615715328 | 1615715328 | 341490944 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1615715328 | 1615715328 | 2 | 1615715328 | 1615715328 | 1615715328 | 1615715328 | 1615715328 | 3 | 1 | 2 | 9 | 5 | 1 | -- | ||
97 | PAwTO_VehSpdNotLowTimer_mS_M_u32==>Pos | 246.260009765625 | 1 | 0 | 6.85433518886566 | 3 | 3 | 1 | 0 | 1 | 123.478308320045 | 0 | 2 | 119.772094726563 | 141.838653564453 | 2 | 1854 | 610 | 2998 | 72.6542663574219 | 2955 | 8.36819458007813 | 975 | 37.372477054596 | 4767 | 3 | 1 | 4071760896 | 782309888 | 883225344 | 542240000 | 342744576 | 2700478976 | 29 | 2891607808 | 2700478976 | 2700478976 | 200 | 1 | 1,1,0,1,1,0,1,1,0,1 | 1 | 30980 | 3173330688 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3173330688 | 3173330688 | 3173330688 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 3173330688 | 3173330688 | 3 | 3173330688 | 3173330688 | 3173330688 | 3173330688 | 3173330688 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
98 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32==>Min | 223.090133666992 | 0 | 1 | 4.61811619997025 | 2 | 2 | 0 | 0 | 0 | 450.718590080738 | 1 | 3 | 228.92887878418 | 11.3854522705078 | 5 | 2608 | 187 | 3759 | 237.126113891602 | 1378 | 238.046829223633 | 269 | 95.2004220485687 | 909 | 0 | 0 | 3508033280 | 3030611200 | 158196480 | 0 | 458041600 | 493135104 | 174 | 1997239808 | 493135104 | 493135104 | 250 | 2 | 0,1,1,0,1,1,0,1,1,0 | 0 | 49606 | 3752539648 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3752539648 | 3752539648 | 3752539648 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 458041600 | 3508033280 | 0 | 493135104 | 174 | 1997239808 | 493135104 | 493135104 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
99 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32==>Max | 14.3966369628906 | 0 | 1 | -1.23041677474976 | 1 | 0 | 0 | 0 | 1 | 66.506228685379 | 3 | 4 | 221.755401611328 | 208.416931152344 | 2 | 2373 | 960 | 1429 | 180.632446289063 | 2347 | 49.6828002929688 | 311 | 77.9736671447754 | 1362 | 1 | 1 | 3262234112 | 2982700032 | 782309888 | 4294967295 | 1973110784 | 944034816 | 39 | 131358976 | 3424251392 | 944034816 | 300 | 3 | 1,0,1,1,0,1,1,0,1,1 | 1 | 62844 | 4243923200 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4243923200 | 4243923200 | 4243923200 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4243923200 | 4243923200 | 1 | 4243923200 | 4243923200 | 4243923200 | 4243923200 | 4243923200 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
100 | PAwTO_TrqOvRqNotZeroTimer_mS_M_u32==>Pos | 243.086502075195 | 0 | 0 | 5.424251973629 | 1 | 3 | 1 | 1 | 1 | 292.3053612113 | 2 | 0 | 98.3852081298828 | 120.306869506836 | 4 | 2934 | 817 | 4498 | 239.34782409668 | 1669 | 56.7592620849609 | 595 | 80.1326916217804 | 4292 | 2 | 0 | 2025949440 | 2979107584 | 3030611200 | 883225344 | 3387747072 | 3513620480 | 43 | 4075134976 | 2022242560 | 3513620480 | 350 | 4 | 0,1,0,0,1,0,0,1,0,0 | 1 | 8292 | 2256756736 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2256756736 | 2256756736 | 2256756736 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2256756736 | 2256756736 | 2 | 2256756736 | 2256756736 | 2256756736 | 2256756736 | 2256756736 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
101 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32==>Min | 93.1887817382813 | 0 | 0 | -4.17946374416351 | 0 | 0 | 1 | 0 | 1 | 311.359318614006 | 1 | 0 | 247.167663574219 | 139.683929443359 | 2 | 3873 | 660 | 4237 | 123.498565673828 | 4203 | 157.576751708984 | 951 | 56.4693388938904 | 4824 | 3 | 1 | 649996288 | 2700478976 | 2982700032 | 2216476928 | 0 | 2746612480 | 7 | 3030611200 | 3509049344 | 2746612480 | 400 | 5 | 1,1,0,1,1,0,1,1,0,1 | 0 | 32136 | 4120158976 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4120158976 | 4120158976 | 4120158976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0 | 649996288 | 3 | 2746612480 | 7 | 3030611200 | 3509049344 | 2746612480 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
102 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32==>Max | 134.366317749023 | 0 | 0 | -2.51168817281723 | 1 | 0 | 0 | 0 | 0 | 313.030881464481 | 1 | 0 | 128.804672241211 | 96.4121246337891 | 2 | 1632 | 68 | 1627 | 82.1557159423828 | 3536 | 48.9836578369141 | 946 | 52.2682349681854 | 3708 | 0 | 0 | 1510230784 | 493135104 | 0 | 2542567424 | 4294967295 | 1042862592 | 45 | 2982700032 | 1569143552 | 1042862592 | 450 | 0 | 0,1,1,0,1,1,0,1,1,0 | 1 | 15498 | 1965873664 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1965873664 | 1965873664 | 1965873664 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1965873664 | 1965873664 | 0 | 1965873664 | 1965873664 | 1965873664 | 1965873664 | 1965873664 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
103 | PAwTO_IWSSWhlSpinClrTimer_mS_M_u32==>Pos | 196.380584716797 | 0 | 0 | -0.897400140762329 | 0 | 3 | 1 | 1 | 0 | 355.953387737274 | 1 | 0 | 251.940521240234 | 37.6494140625 | 1 | 1313 | 465 | 4325 | 204.856140136719 | 4423 | 161.184814453125 | 714 | 46.6950330734253 | 306 | 1 | 1 | 4168999424 | 944034816 | 4294967295 | 3472442112 | 883225344 | 1793871104 | 59 | 0 | 3853849088 | 1793871104 | 500 | 1 | 1,0,1,1,0,1,1,0,1,1 | 1 | 11327 | 3221239040 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3221239040 | 3221239040 | 3221239040 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3221239040 | 3221239040 | 1 | 3221239040 | 3221239040 | 3221239040 | 3221239040 | 3221239040 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
104 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32==>Min | 13.6971588134766 | 0 | 1 | 9.84439152479172 | 2 | 3 | 0 | 1 | 0 | 436.061784446239 | 0 | 3 | 114.392349243164 | 187.671920776367 | 1 | 4330 | 99 | 2561 | 16.7392425537109 | 1038 | 129.315719604492 | 338 | 69.1941797733307 | 1689 | 2 | 0 | 2754419968 | 3877652224 | 2123577856 | 3279878656 | 2407997184 | 0 | 125 | 4294967295 | 4115107072 | 1615715328 | 550 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 50925 | 4071760896 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 4071760896 | 4071760896 | 3279878656 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4071760896 | 4071760896 | 2 | 4071760896 | 4071760896 | 4071760896 | 4071760896 | 4071760896 | 3 | 1 | 2 | 9 | 5 | 1 | -- | ||
105 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32==>Max | 151.669311523438 | 1 | 0 | -7.44745075702667 | 3 | 3 | 0 | 0 | 1 | 50.0463477373123 | 1 | 5 | 199.458740234375 | 56.4012756347656 | 0 | 1295 | 660 | 1049 | 25.1368103027344 | 556 | 62.7198791503906 | 117 | 130.60811662674 | 1193 | 3 | 0 | 2076929024 | 3424251392 | 4115107072 | 1166660864 | 2621793792 | 4294967295 | 168 | 2123577856 | 1044126720 | 3173330688 | 600 | 3 | 1,1,0,1,1,0,1,1,0,1 | 0 | 59774 | 3508033280 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3508033280 | 3508033280 | 3508033280 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2621793792 | 2076929024 | 3 | 4294967295 | 168 | 2123577856 | 1044126720 | 3173330688 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
106 | PAwTO_ExcessVehSpdClrTimer_mS_M_u32==>Pos | 119.987228393555 | 1 | 0 | 3.56497794389725 | 1 | 1 | 0 | 1 | 1 | 202.350897610188 | 1 | 1 | 78.9939422607422 | 53.8225860595703 | 4 | 792 | 779 | 4430 | 179.803482055664 | 2347 | 29.1167755126953 | 508 | 56.8821752071381 | 164 | 0 | 1 | 351043328 | 2022242560 | 1044126720 | 278217728 | 736530688 | 883225344 | 3424251392 | 4115107072 | 2891607808 | 3752539648 | 650 | 4 | 0,1,1,0,1,1,0,1,1,0 | 1 | 6648 | 3262234112 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3262234112 | 3262234112 | 3262234112 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3262234112 | 3262234112 | 1 | 3262234112 | 3262234112 | 3262234112 | 3262234112 | 3262234112 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
107 | PAwTO_ExcessVehSpdTimer_mS_M_u32==>Min | 76.3303527832031 | 0 | 0 | -2.69551372528076 | 2 | 1 | 0 | 0 | 1 | 422.100028753281 | 3 | 2 | 20.1852111816406 | 82.7305297851563 | 4 | 801 | 456 | 2435 | 56.225341796875 | 622 | 174.097961425781 | 87 | 14.7623920440674 | 484 | 1 | 0 | 3650438656 | 3509049344 | 2891607808 | 1810822912 | 2470707712 | 4243923200 | 0 | 1044126720 | 1997239808 | 4243923200 | 700 | 5 | 1,0,1,1,0,1,1,0,1,1 | 1 | 28677 | 2025949440 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2025949440 | 2025949440 | 2025949440 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2025949440 | 2025949440 | 1 | 2025949440 | 2025949440 | 2025949440 | 2025949440 | 2025949440 | 3 | 1 | 2 | 10 | 5 | 1 | -- | ||
108 | PAwTO_ExcessVehSpdTimer_mS_M_u32==>Max | 159.410354614258 | 1 | 1 | -7.80692201852799 | 1 | 2 | 0 | 1 | 0 | 137.551793038845 | 1 | 5 | 225.220779418945 | 108.491073608398 | 1 | 1207 | 8 | 4922 | 93.6941375732422 | 789 | 38.6387786865234 | 282 | 102.264563798904 | 3764 | 2 | 1 | 192344320 | 1569143552 | 1997239808 | 342744576 | 341490944 | 2256756736 | 4294967295 | 2891607808 | 131358976 | 2256756736 | 750 | 0 | 0,1,0,0,1,0,0,1,0,0 | 0 | 42857 | 649996288 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 649996288 | 649996288 | 649996288 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 341490944 | 192344320 | 1 | 2256756736 | 4294967295 | 2891607808 | 131358976 | 2256756736 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
109 | PAwTO_ExcessVehSpdTimer_mS_M_u32==>Pos | 165.842224121094 | 1 | 1 | -6.10654723644257 | 3 | 3 | 0 | 1 | 1 | 348.036527037621 | 0 | 2 | 148.285949707031 | 189.756317138672 | 2 | 881 | 531 | 145 | 197.084625244141 | 2498 | 42.5632019042969 | 341 | 102.579581737518 | 3392 | 3 | 0 | 1715335168 | 3853849088 | 131358976 | 458041600 | 542240000 | 4120158976 | 883225344 | 1997239808 | 4075134976 | 4120158976 | 800 | 1 | 1,1,0,1,1,0,1,1,0,1 | 1 | 33946 | 1510230784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1510230784 | 131358976 | 1510230784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1510230784 | 1510230784 | 3 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||
110 | PAwTO_MovMismatchClrTimer_mS_M_u32==>Min | 67.5309906005859 | 1 | 1 | -8.36862128973007 | 2 | 2 | 0 | 1 | 0 | 203.249744474888 | 2 | 1 | 220.574813842773 | 30.3199615478516 | 5 | 2620 | 612 | 4861 | 55.5225372314453 | 4180 | 6.14930725097656 | 920 | 122.419928312302 | 4548 | 0 | 1 | 883225344 | 4115107072 | 4075134976 | 1973110784 | 1587346432 | 1965873664 | 3853849088 | 0 | 158196480 | 1965873664 | 850 | 2 | 0,1,1,0,1,1,0,1,1,0 | 1 | 54003 | 4168999424 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 4168999424 | 4168999424 | 4168999424 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 4168999424 | 4168999424 | 2 | 4168999424 | 4168999424 | 4168999424 | 4168999424 | 4168999424 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
111 | PAwTO_MovMismatchClrTimer_mS_M_u32==>Max | 71.5115661621094 | 0 | 0 | -0.912050008773804 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 5 | 207.255096435547 | 111.550903320313 | 4 | 4809 | 864 | 4246 | 86.3806762695313 | 3402 | 45.3128662109375 | 858 | 68.7926874160767 | 651 | 1 | 0 | 490465792 | 1044126720 | 1044126720 | 3387747072 | 1723322112 | 3221239040 | 4115107072 | 4294967295 | 782309888 | 3221239040 | 900 | 3 | 1,0,1,1,0,1,1,0,1,1 | 0 | 58916 | 2754419968 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2754419968 | 2754419968 | 2754419968 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1723322112 | 490465792 | 1 | 3221239040 | 4115107072 | 4294967295 | 782309888 | 3221239040 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
112 | PAwTO_MovMismatchClrTimer_mS_M_u32==>Pos | 212.429214477539 | 0 | 1 | 10 | 0 | 0 | 1 | 0 | 1 | 512 | 2 | 0 | 196.573623657227 | 211.09245300293 | 2 | 1971 | 315 | 1433 | 71.2906341552734 | 3869 | 58.0565643310547 | 212 | 7.24301362037659 | 4565 | 2 | 1 | 2551383296 | 2891607808 | 2891607808 | 2470707712 | 4117976576 | 4071760896 | 1044126720 | 883225344 | 3030611200 | 4071760896 | 950 | 4 | 0,1,0,0,1,0,0,1,0,0 | 1 | 41436 | 2076929024 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 2076929024 | 2076929024 | 2076929024 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2076929024 | 2076929024 | 2 | 2076929024 | 2076929024 | 2076929024 | 2076929024 | 2076929024 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
113 | PAwTO_MovMismatchTimer_mS_M_u32==>Min | 211.09814453125 | 1 | 1 | 1.38261449337006 | 1 | 1 | 1 | 1 | 0 | 135 | 1 | 0 | 236.539916992188 | 146.764678955078 | 5 | 1488 | 280 | 1027 | 124.107635498047 | 259 | 125.122344970703 | 79 | 69.4362244606018 | 3339 | 3 | 0 | 4189697024 | 1997239808 | 1997239808 | 341490944 | 2216476928 | 3508033280 | 2891607808 | 2982700032 | 0 | 3508033280 | 1000 | 5 | 1,1,0,1,1,0,1,1,0,1 | 1 | 48849 | 351043328 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 351043328 | 351043328 | 351043328 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 351043328 | 351043328 | 1 | 351043328 | 351043328 | 351043328 | 351043328 | 351043328 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
114 | PAwTO_MovMismatchTimer_mS_M_u32==>Max | 150.825729370117 | 0 | 1 | 0.381911098957062 | 1 | 2 | 0 | 0 | 0 | 112.237004578114 | 0 | 5 | 12.8754119873047 | 196.857376098633 | 2 | 3361 | 613 | 2216 | 247.016006469727 | 1150 | 168.034378051758 | 368 | 123.474023580551 | 3906 | 0 | 1 | 3650438656 | 131358976 | 131358976 | 131358976 | 2542567424 | 3262234112 | 1997239808 | 0 | 4294967295 | 3262234112 | 100 | 0 | 0,1,1,0,1,1,0,1,1,0 | 1 | 59295 | 3650438656 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3650438656 | 3650438656 | 131358976 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3650438656 | 3650438656 | 0 | 3650438656 | 3650438656 | 3650438656 | 3650438656 | 3650438656 | 3 | 1 | 3 | 9 | 5 | 1 | -- | ||
115 | PAwTO_MovMismatchTimer_mS_M_u32==>Pos | 252.439849853516 | 1 | 1 | 10 | 2 | 1 | 0 | 0 | 0 | 375.073055505753 | 3 | 5 | 211.165802001953 | 75.2511596679688 | 0 | 1156 | 365 | 3425 | 170.212768554688 | 2976 | 186.970153808594 | 767 | 87.7583312988281 | 1226 | 1 | 0 | 192344320 | 4075134976 | 4075134976 | 4075134976 | 3472442112 | 2025949440 | 131358976 | 4294967295 | 883225344 | 2025949440 | 200 | 1 | 1,0,1,1,0,1,1,0,1,1 | 0 | 40495 | 192344320 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 192344320 | 192344320 | 192344320 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3472442112 | 192344320 | 1 | 2025949440 | 131358976 | 4294967295 | 883225344 | 2025949440 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
116 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32==>Min | 233.20686340332 | 1 | 1 | -5.42620331048965 | 1 | 2 | 0 | 1 | 0 | 461.238669812679 | 0 | 4 | 58.4040069580078 | 18.0541839599609 | 5 | 3465 | 545 | 1405 | 212.856857299805 | 4942 | 119.147201538086 | 962 | 78.9622929096222 | 3143 | 2 | 1 | 1715335168 | 158196480 | 3853849088 | 3853849088 | 3279878656 | 649996288 | 4075134976 | 2123577856 | 493135104 | 0 | 300 | 2 | 0,1,0,0,1,0,0,1,0,0 | 1 | 55178 | 1715335168 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 158196480 | 3853849088 | 1715335168 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1715335168 | 1715335168 | 1 | 1715335168 | 1715335168 | 1715335168 | 1715335168 | 1715335168 | 3 | 1 | 5 | 8 | 5 | 1 | -- | ||
117 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32==>Max | 58.0776977539063 | 1 | 0 | -2.04118382930756 | 3 | 1 | 0 | 1 | 1 | 111.658025622368 | 1 | 0 | 70.3612670898438 | 159.691986083984 | 3 | 1642 | 637 | 4826 | 120.221466064453 | 3903 | 83.6629333496094 | 647 | 131.429753780365 | 2943 | 3 | 1 | 883225344 | 782309888 | 4115107072 | 4115107072 | 1166660864 | 1510230784 | 158196480 | 4115107072 | 3262234112 | 4294967295 | 400 | 3 | 1,1,0,1,1,0,1,1,0,1 | 1 | 17493 | 883225344 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 883225344 | 883225344 | 883225344 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 883225344 | 883225344 | 1 | 883225344 | 883225344 | 883225344 | 883225344 | 883225344 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
118 | PAwTO_VehicleSpeedMismatchTimer_mS_M_u32==>Pos | 177.949569702148 | 0 | 0 | -1.6872701048851 | 0 | 2 | 1 | 0 | 1 | 503.838862001896 | 2 | 5 | 13.4738616943359 | 128.637954711914 | 4 | 243 | 656 | 917 | 84.2370147705078 | 886 | 186.975112915039 | 476 | 81.0393340587616 | 329 | 0 | 0 | 2551383296 | 3030611200 | 1044126720 | 1044126720 | 278217728 | 4168999424 | 782309888 | 1044126720 | 2025949440 | 883225344 | 500 | 4 | 0,1,1,0,1,1,0,1,1,0 | 0 | 9057 | 490465792 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 490465792 | 490465792 | 490465792 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 278217728 | 2551383296 | 0 | 4168999424 | 782309888 | 1044126720 | 2025949440 | 883225344 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
119 | k_PAExcessVehSpdSetTime_mS_u16==>Min | 233.20686340332 | 1 | 1 | -5.42620331048965 | 1 | 2 | 0 | 1 | 0 | 461.238669812679 | 0 | 4 | 58.4040069580078 | 18.0541839599609 | 5 | 3465 | 545 | 1405 | 212.856857299805 | 4942 | 119.147201538086 | 962 | 78.9622929096222 | 3143 | 2 | 1 | 1715335168 | 158196480 | 3853849088 | 3853849088 | 3279878656 | 649996288 | 4075134976 | 2123577856 | 493135104 | 0 | 0 | 5 | 1,0,1,1,0,1,1,0,1,1 | 1 | 55178 | 1715335168 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 158196480 | 3853849088 | 1715335168 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 1715335168 | 1715335168 | 1 | 1715335168 | 1715335168 | 1715335168 | 1715335168 | 1715335168 | 3 | 1 | 5 | 8 | 5 | 1 | -- | ||
120 | k_PAExcessVehSpdSetTime_mS_u16==>Max | 58.0776977539063 | 1 | 0 | -2.04118382930756 | 3 | 1 | 0 | 1 | 1 | 111.658025622368 | 1 | 0 | 70.3612670898438 | 159.691986083984 | 3 | 1642 | 637 | 4826 | 120.221466064453 | 3903 | 83.6629333496094 | 647 | 131.429753780365 | 2943 | 3 | 1 | 883225344 | 782309888 | 4115107072 | 4115107072 | 1166660864 | 1510230784 | 158196480 | 4115107072 | 3262234112 | 4294967295 | 1000 | 0 | 0,1,0,0,1,0,0,1,0,0 | 1 | 17493 | 883225344 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 883225344 | 883225344 | 883225344 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 883225344 | 883225344 | 1 | 883225344 | 883225344 | 883225344 | 883225344 | 883225344 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
121 | k_PAExcessVehSpdSetTime_mS_u16==>Pos | 177.949569702148 | 0 | 0 | -1.6872701048851 | 0 | 2 | 1 | 0 | 1 | 503.838862001896 | 2 | 5 | 13.4738616943359 | 128.637954711914 | 4 | 243 | 656 | 917 | 84.2370147705078 | 886 | 186.975112915039 | 476 | 81.0393340587616 | 329 | 0 | 0 | 2551383296 | 3030611200 | 1044126720 | 1044126720 | 278217728 | 4168999424 | 782309888 | 1044126720 | 2025949440 | 883225344 | 500 | 1 | 1,1,0,1,1,0,1,1,0,1 | 0 | 9057 | 490465792 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 490465792 | 490465792 | 490465792 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 278217728 | 2551383296 | 0 | 4168999424 | 782309888 | 1044126720 | 2025949440 | 883225344 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
122 | k_PATrqOvNotZeroChkTime_mS_u16==>Min | 151.669311523438 | 1 | 0 | -7.44745075702667 | 3 | 3 | 0 | 0 | 1 | 50.0463477373123 | 1 | 5 | 199.458740234375 | 56.4012756347656 | 0 | 1295 | 660 | 1049 | 25.1368103027344 | 556 | 62.7198791503906 | 117 | 130.60811662674 | 1193 | 3 | 0 | 2076929024 | 3424251392 | 4115107072 | 1166660864 | 2621793792 | 4294967295 | 3877652224 | 2123577856 | 1044126720 | 3173330688 | 600 | 0 | 0,1,1,0,1,1,0,1,1,0 | 1 | 59774 | 3508033280 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 3508033280 | 3508033280 | 3508033280 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3508033280 | 3508033280 | 3 | 3508033280 | 3508033280 | 3508033280 | 3508033280 | 3508033280 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
123 | k_PATrqOvNotZeroChkTime_mS_u16==>Max | 119.987228393555 | 1 | 0 | 3.56497794389725 | 1 | 1 | 0 | 1 | 1 | 202.350897610188 | 1 | 1 | 78.9939422607422 | 53.8225860595703 | 4 | 792 | 779 | 4430 | 179.803482055664 | 2347 | 29.1167755126953 | 508 | 56.8821752071381 | 164 | 0 | 1 | 351043328 | 2022242560 | 1044126720 | 278217728 | 736530688 | 883225344 | 3424251392 | 4115107072 | 2891607808 | 3752539648 | 650 | 5 | 1,0,1,1,0,1,1,0,1,1 | 1 | 6648 | 3262234112 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3262234112 | 3262234112 | 3262234112 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 3262234112 | 3262234112 | 1 | 3262234112 | 3262234112 | 3262234112 | 3262234112 | 3262234112 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
124 | k_PATrqOvNotZeroChkTime_mS_u16==>pos | 76.3303527832031 | 0 | 0 | -2.69551372528076 | 2 | 1 | 0 | 0 | 1 | 422.100028753281 | 3 | 2 | 20.1852111816406 | 82.7305297851563 | 4 | 801 | 456 | 2435 | 56.225341796875 | 622 | 174.097961425781 | 87 | 14.7623920440674 | 484 | 1 | 0 | 3650438656 | 3509049344 | 2891607808 | 1810822912 | 2470707712 | 4243923200 | 0 | 1044126720 | 1997239808 | 4243923200 | 700 | 3 | 0,1,0,0,1,0,0,1,0,0 | 1 | 28677 | 2025949440 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2025949440 | 2025949440 | 2025949440 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2025949440 | 2025949440 | 1 | 2025949440 | 2025949440 | 2025949440 | 2025949440 | 2025949440 | 3 | 1 | 1 | 10 | 5 | 1 | -- | ||
125 | Rte_Call_NxtrDiagMgr_GetNTCFailed==>Min | 119.987228393555 | 1 | 0 | 3.56497794389725 | 1 | 1 | 0 | 1 | 1 | 202.350897610188 | 1 | 1 | 78.9939422607422 | 53.8225860595703 | 4 | 792 | 779 | 4430 | 179.803482055664 | 2347 | 29.1167755126953 | 508 | 56.8821752071381 | 164 | 0 | 1 | 351043328 | 2022242560 | 1044126720 | 278217728 | 736530688 | 883225344 | 3424251392 | 4115107072 | 2891607808 | 3752539648 | 650 | 5 | 0,0,0,0,0,0,0,0,0,0 | 0 | 6648 | 3262234112 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 1 | 3262234112 | 3262234112 | 3262234112 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 736530688 | 351043328 | 1 | 883225344 | 3424251392 | 4115107072 | 2891607808 | 3752539648 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
126 | Rte_Call_NxtrDiagMgr_GetNTCFailed==>Max | 76.3303527832031 | 0 | 0 | -2.69551372528076 | 2 | 1 | 0 | 0 | 1 | 422.100028753281 | 3 | 2 | 20.1852111816406 | 82.7305297851563 | 4 | 801 | 456 | 2435 | 56.225341796875 | 622 | 174.097961425781 | 87 | 14.7623920440674 | 484 | 1 | 0 | 3650438656 | 3509049344 | 2891607808 | 1810822912 | 2470707712 | 4243923200 | 0 | 1044126720 | 1997239808 | 4243923200 | 700 | 3 | 1,1,1,1,1,1,1,1,1,1 | 1 | 28677 | 2025949440 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 2025949440 | 2025949440 | 2025949440 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 2025949440 | 2025949440 | 1 | 2025949440 | 2025949440 | 2025949440 | 2025949440 | 2025949440 | 3 | 1 | 3 | 10 | 5 | 1 | -- | ||
127 | PrkAsstFuncPresent_Cnt_lgc=>Min | 165.842224121094 | 1 | 1 | -6.10654723644257 | 3 | 3 | 0 | 1 | 1 | 348.036527037621 | 0 | 2 | 148.285949707031 | 189.756317138672 | 2 | 881 | 531 | 145 | 197.084625244141 | 2498 | 42.5632019042969 | 341 | 102.579581737518 | 3392 | 3 | 0 | 1715335168 | 3853849088 | 131358976 | 458041600 | 542240000 | 4120158976 | 883225344 | 1997239808 | 4075134976 | 4120158976 | 800 | 1 | 1,1,0,1,1,0,1,1,0,1 | 0 | 33946 | 1510230784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1510230784 | 1510230784 | 1510230784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 542240000 | 1715335168 | 3 | 4120158976 | 883225344 | 1997239808 | 4075134976 | 4120158976 | 3 | 1 | 0 | 3 | 5 | 1 | -- | ||
128 | PrkAsstFuncPresent_Cnt_lgc==>Max | 165.842224121094 | 1 | 1 | -6.10654723644257 | 3 | 3 | 0 | 1 | 1 | 348.036527037621 | 0 | 2 | 148.285949707031 | 189.756317138672 | 2 | 881 | 531 | 145 | 197.084625244141 | 2498 | 42.5632019042969 | 341 | 102.579581737518 | 3392 | 3 | 0 | 1715335168 | 3853849088 | 131358976 | 458041600 | 542240000 | 4120158976 | 883225344 | 1997239808 | 4075134976 | 4120158976 | 800 | 1 | 1,1,0,1,1,0,1,1,0,1 | 1 | 33946 | 1510230784 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | 0 | 1510230784 | 131358976 | 1510230784 | 226, 229, 230, 231, 232, 0, 0, 0, 0, 0, 0, 0 | 4, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 | 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 | 1510230784 | 1510230784 | 3 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 1510230784 | 3 | 1 | 4 | 9 | 5 | 1 | -- | ||