1 - Assist_Sum_Limit_CurrentMode_MDD

Module – Assist Sum and Limit (Current Mode)

High-Level Description

This module combines and limits the various assist command signals from EPS modules. It puts out several torque commands from different points in the summation and limiting process.

Figures

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.

Module InputsModule Outputs
AssistCmd_MtrNm_f32LimitPercentFiltered_Uls_f32
AssistEOTDamping_MtrNm_f32
AssistEOTGain_Uls_f32
AssistEOTLimit_MtrNm_f32PreLimitForStall_MtrNm_f32
PreLimitTorque_MtrNm_f32
AssistStallLimit_MtrNm_f32SumLimTrqCmd_MtrNm_T_f32
AssistVehSpdLimit_MtrNm_f32TrqLimitMin_MtrNm_f32
CombinedDamping_MtrNm_f32
DefeatLimitService_Cnt_lgc
LimitedReturn_MtrNm_f32
LrnPnCtrCCDisable_Cnt_lgc
LrnPnCtrEnable_Cnt_lgc
LrnPnCtrTCmd_MtrNm_f32
OpTrqOvr_MtrNm_f32
OutputRampMult_Uls_f32
PosServCCDisable_Cnt_lgc
PowerLimitPerc_Uls_f32
PrkAssistCmd_MtrNm_f32
PullCompCmd_MtrNm_f32
ThermalLimitPerc_Uls_f32
ThermalLimit_MtrNm_f32
VehSpd_Kph_f32
WheelImbalanceCmd_MtrNm_f32

Module Internal Variables

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

Variable NameResolution

Legal Range

(min)

Legal Range

(max)

Software Segment
AstLmt_ManualTrqCmd_MtrNm_M_f32Single Precision Float-8.88.8ASTLMT_START_SEC_VAR_CLEARED_32
AstLmt_ManualTrqCmdEn_Cnt_M_lgcn/aFALSETRUEASTLMT_START_SEC_VAR_CLEARED_BOOLEAN
AstLmt_SteeringAsstDefeat_Cnt_M_lgcn/aFALSETRUEASTLMT_START_SEC_VAR_CLEARED_BOOLEAN

User defined typedef definition/declaration

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

Typedef NameElement NameUser Defined Type

Legal Range

(min)

Legal Range

(max)

None

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_SumLimPlCmpLimit_MtrNm_f32

Program(fixed) Constants

Embedded Constants

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

Local

Constant NameResolutionUnitsValue
None

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_ZERO_CNT_S8
D_ONE_ULS_F32
D_MTRTRQCMDLOLMT_MTRNM_F32
D_MTRTRQCMDHILMT_MTRNM_F32
FLT_EPSILON

Module specific Lookup Tables Constants

Constant NameResolutionValueSoftware Segment
None


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,

  1. Abs_f32_m

  2. Sign_f32_m

  3. Min_m

  4. Max_m

  5. Limit_m

Data Hiding Functions

  1. Rte_Call_SteeringAsstDefeat_WriteBlock

  2. Rte_Pim_SteerAsstDefeat

Global Functions/Macros Defined by this Module

None

Local Functions/Macros Used by this MDD only

None

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.

DataValue
Rte_InitValue_AssistCmd_MtrNm_f320
Rte_InitValue_AssistEOTDamping_MtrNm_f320
Rte_InitValue_AssistEOTGain_Uls_f321
Rte_InitValue_AssistEOTLimit_MtrNm_f328.8
Rte_InitValue_AssistStallLimit_MtrNm_f328.8
Rte_InitValue_AssistVehSpdLimit_MtrNm_f328.8
Rte_InitValue_CombinedDamping_MtrNm_f320
Rte_InitValue_DefeatLimitService_Cnt_lgcFALSE
Rte_InitValue_LimitPercentFiltered_Uls_f320
Rte_InitValue_LimitedReturn_MtrNm_f320
Rte_InitValue_LrnPnCtrCCDisable_Cnt_lgcFALSE
Rte_InitValue_LrnPnCtrEnable_Cnt_lgcFALSE
Rte_InitValue_LrnPnCtrTCmd_MtrNm_f320
Rte_InitValue_OpTrqOvr_MtrNm_f320
Rte_InitValue_OutputRampMult_Uls_f320
Rte_InitValue_PosServCCDisable_Cnt_lgcFALSE
Rte_InitValue_PowerLimitPerc_Uls_f320
Rte_InitValue_SumLimTrqCmd_MtrNm_f320
Rte_InitValue_PreLimitForStall_MtrNm_f320
Rte_InitValue_PreLimitTorque_MtrNm_f320
Rte_InitValue_PrkAssistCmd_MtrNm_f320
Rte_InitValue_PullCompCmd_MtrNm_f320
Rte_InitValue_ThermalLimit_MtrNm_f328.8
Rte_InitValue_ThermalLimitPerc_Uls_f320
Rte_InitValue_VehSpd_Kph_f320
Rte_InitValue_WheelImbalanceCmd_MtrNm_f320

Initialization Functions

Init: AstLmt_Init

Design Rationale

Program Flow Start

N/A

Store Module Inputs to Local Copies

N/A

(Processing of function)…..

AstLmt_SteeringAsstDefeat_Cnt_M_lgc = *Rte_Pim_SteerAsstDefeat()

Store Local copy of outputs into Module Outputs

N/A

Program Flow End

N/A


Periodic Functions

Per: AstLmt_Per1

Design Rationale

While the FDD specifies the LimitPercentFiltered output to be populated every 10 ms, the overhead required for another periodic function would be greater than including the single Max_m() macro in the main 2 ms periodic function.

Program Flow Start

N/A

Store Module Inputs to Local copies

AssistCmd_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_AssistCmd_MtrNm_f32()

AssistEOTDamping_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_AssistEOTDamping_MtrNm_f32()

AssistEOTGain_Uls_T_f32 = Rte_IRead_AstLmt_Per1_AssistEOTGain_Uls_f32()

AssistEOTLimit_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_AssistEOTLimit_MtrNm_f32()

AssistStallLimit_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_AssistStallLimit_MtrNm_f32()

AssistVehSpdLimit_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_AssistVehSpdLimit_MtrNm_f32()

CombinedDamping_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_CombinedDamping_MtrNm_f32()

DefeatLimitService_Cnt_T_lgc = Rte_IRead_AstLmt_Per1_DefeatLimitService_Cnt_lgc()

LimitedReturn_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_LimitedReturn_MtrNm_f32()

LrnPnCtrCCDisable_Cnt_T_lgc = Rte_IRead_AstLmt_Per1_LrnPnCtrCCDisable_Cnt_lgc()

LrnPnCtrEnable_Cnt_T_lgc = Rte_IRead_AstLmt_Per1_LrnPnCtrEnable_Cnt_lgc()

LrnPnCtrTCmd_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_LrnPnCtrTCmd_MtrNm_f32()

OpTrqOvr_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_OpTrqOvr_MtrNm_f32()

OutputRampMult_Uls_T_f32 = Rte_IRead_AstLmt_Per1_OutputRampMult_Uls_f32()

PosServCCDisable_Cnt_T_lgc = Rte_IRead_AstLmt_Per1_PosServCCDisable_Cnt_lgc()

PowerLimitPerc_Uls_T_f32 = Rte_IRead_AstLmt_Per1_PowerLimitPerc_Uls_f32()

PrkAssistCmd_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_PrkAssistCmd_MtrNm_f32()

PullCompCmd_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_PullCompCmd_MtrNm_f32()

ThermalLimitPerc_Uls_T_f32 = Rte_IRead_AstLmt_Per1_ThermalLimitPerc_Uls_f32()

ThermalLimit_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_ThermalLimit_MtrNm_f32()

VehSpd_Kph_T_f32 = Rte_IRead_AstLmt_Per1_VehSpd_Kph_f32()

WheelImbalanceCmd_MtrNm_T_f32 = Rte_IRead_AstLmt_Per1_WheelImbalanceCmd_MtrNm_f32()

Preconditioning and Command summation

Apply Gain and Limit

Assist Reduction Level

Store Local copy of outputs into Module Outputs

Rte_IWrite_AstLmt_Per1_LimitPercentFiltered_Uls_f32(LimitPercentFiltered_Uls_T_f32)

Rte_IWrite_AstLmt_Per1_TrqLimitMin_MtrNm_f32(TrqLimitMin_MtrNm_T_f32);

Rte_IWrite_AstLmt_Per1_PostLimitForAssistSumCC_MtrNm_f32(PostLimitForAssistSumCC_MtrNm_T_f32)

Rte_IWrite_AstLmt_Per1_SumLimTrqCmd_MtrNm_f32(SumLimTrqCmd_MtrNm_T_f32)

Rte_IWrite_AstLmt_Per1_PreLimitForStall_MtrNm_f32(PreLimitForStall_MtrNm_T_f32)

Rte_IWrite_AstLmt_Per1_PreLimitTorque_MtrNm_f32(PreLimitTorque_MtrNm_T_f32)

Program Flow End

N/A


Fault Recovery Functions

None

Shutdown Functions

None

Interrupt Functions

None

Serial Communication Functions

SCom: AstLmt_SCom_ManualTrqCmd

TypeMinMaxUTP Tol.
Arguments PassedEnableManualCtrlbooleanFALSETRUE
MtrTrqCmd_MtrNm_f32float32-1615.9995
Return ValueRetCodeStd_ReturnType0340

Design Rationale

None

Program Flow Start

N/A

Store Module Inputs to Local copies

Rte_Read_VehSpd_Kph_f32(&VehSpd_Kph_T_f32)

Process Manual Torque Command

Store Local copy of outputs into Module Outputs

None

Program Flow End

N/A

SCom: AstLmt_Scom_GetSteeringAssistDefeat

TypeMinMaxUTP Tol.
Arguments PassedSteeringAsstDefeat_Cnt_lgc*booleanFALSETRUE
Return Valuenone

Design Rationale

None

Program Flow Start

N/A

Store Module Inputs to Local copies

N/A

Get Steering Assist Defeat Status

*SteeringAsstDefeat_Cnt_lgc = *Rte_Pim_SteerAsstDefeat()

Store Local copy of outputs into Module Outputs

None

Program Flow End

N/A

SCom: AstLmt_Scom_SetSteeringAssistDefeat

TypeMinMaxUTP Tol.
Arguments PassedSteeringAsstDefeat_Cnt_lgcbooleanFALSETRUE
Return Valuenone

Design Rationale

None

Program Flow Start

N/A

Store Module Inputs to Local copies

N/A

Get Steering Assist Defeat Status

*Rte_Pim_SteerAsstDefeat() = SteeringAsstDefeat_Cnt_lgc

Rte_Call_SteeringAsstDefeat_WriteBlock(NULL_PTR)

Store Local copy of outputs into Module Outputs

None

Program Flow End

N/A


Execution Requirements

Execution Rates for sub-modules called by the Scheduler

This table serves as reference for the Scheduler design

Function NameCalling FrequencySystem State(s) in which the function is called
AstLmt_InitExecuted Once after RTE is startedColdInit
AstLmt_Per12 msALL

Execution Requirements for Serial Communication Functions

Function NameSub-Module called by (Serial Comm Function Name)
AstLmt_Scom_ManualTrqCmd
AstLmt_Scom_GetSteeringAssistDefeat
AstLmt_Scom_SetSteeringAssistDefeat


Memory Map Definition Requirements

Sub Modules (Functions)

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

Name of Sub ModuleSoftware Segment
AstLmt_InitRTE_START_SEC_AP_ASTLMT_APPL_CODE
AstLmt_Per1RTE_START_SEC_AP_ASTLMT_APPL_CODE
AstLmt_Scom_ManualTrqCmdRTE_START_SEC_AP_ASTLMT_APPL_CODE
AstLmt_Scom_GetSteeringAssistDefeatRTE_START_SEC_AP_ASTLMT_APPL_CODE
AstLmt_Scom_SetSteeringAssistDefeatRTE_START_SEC_AP_ASTLMT_APPL_CODE

Local Functions

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

Name of Sub ModuleSoftware Segment
None


Known Issues / Limitations With Design

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


Revision Control Log

Item #Rev #Change DescriptionDateAuthor Initials
11.0Initial Version (SF-04B v001)07-Aug-12OT
22.0Fixed UTP Issues (global constants)08-Aug-12OT
33.0Added ManualTrqCmd service16-Aug-12OT
44.0Replaced HwtrqPolarity with assistassembley polarity11-SEP-12SAH
55.0

- Removed Inputs: MRFMtrVel, AssistAssembly_Polarity, Assist_PowerLimit

- Removed Output: PostLimit_ForAssistSumCC

- Renamed Output: PreLimit_for_Power to SumLimTrqCmd_MtrNm

- Removed calibration: k_OvrSpdMtrTrq2QLmt_MtrNm

01-Dec-12Selva
66.0Updated output limit on sumlimtrqcmd from 0 to -8.8 to match FDD data dictionary14-Jan-13SAH
77.0Updates to add steering assist defeat03-Jun-13VK
88.0Update to v4 of FDD. Added new outputs and matched the naming conventions23-Nov-13Selva

2 - AstLmt_CM_IntegrationManual

1 Dependencies 2

1.1 SWCs 2

1.2 Global Functions(Non RTE) to be provided to Integration Project 2

2 Configuration 3

2.1 Build Time Config 3

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 Integration 4

3.1 Required Global Data Inputs 4

3.2 Required Global Data Outputs 4

3.3 Specific Include Path present 4

4 Runnable Scheduling 5

5 Memory Mapping 6

5.1 Mapping 6

5.2 Usage 6

5.3 Non RTE NvM Blocks 6

5.4 RTE NvM Blocks 6

6 Compiler Settings 6

6.1 Preprocessor MACRO 6

6.2 Optimization Settings 6

7 Revision Control Log 7

Dependencies

SWCs

ModuleRequired Feature
None

Note : Referencing the external components should be avoided in most cases. Only in unavoidable circumstance external components should be refered. Developer should track the references.

Global Functions(Non RTE) to be provided to Integration Project

None

Configuration

Build Time Config

ModulesNotes
None

Configuration Files to be provided by Integration Project

Ap_AstLmt_Cfg.h generated by Ap_AstLmt_Cfg.h.tt

Da Vinci Parameter Configuration Changes

ParameterNotesSWC
AstLmtGeneral/AstLmtCPEnableTo enable checkpointsAstLmt

DaVinci Interrupt Configuration Changes

ISR NameVIM #Priority DependencyNotes
None

Manual Configuration Changes

ConstantNotesSWC
None

Integration

Required Global Data Inputs

Required Global Data Outputs

TrqLimitMin_MtrNm_f32*

Used for TrqReasonable dianostics

Specific Include Path present

No

Runnable Scheduling

This section specifies the required runnable scheduling.

InitScheduling RequirementsTrigger
AstLmt_Init1Called from RTE before any call to the periodic functionsRTE init
RunnableScheduling RequirementsTrigger
AstLmt_Per1NoneRTE 2ms
AstLmt_Scom_ManualTrqCmdNoneServer invocation for OperationPrototype <ManualTrqCmd>

.

Memory Mapping

Mapping

Memory SectionContentsNotes
ASTLMT_START_SEC_VAR_CLEARED_32
ASTLMT_START_SEC_VAR_CLEARED_BOOLEAN
RTE_START_SEC_AP_ASTLMT_APPL_CODE

* Each …START_SEC… constant is terminated by a …STOP_SEC… constant as specified in the AUTOSAR Memory Mapping requirements.

Usage

Table 1: ARM Cortex R4 Memory Usage

FeatureRAMROM
<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
Rte_Pim_SteerAsstDefeat

Note : Size of the NVM block if configured in developer

Compiler Settings

Preprocessor MACRO

None

Optimization Settings

None.

Revision Control Log

Rev #Change DescriptionDateAuthor
1Initial version22-Nov-13Selva

3 - Data Dictionary


Overview

Change Log
Variable Dictionary
Calibration Dictionary
Global Constants
Template
Help


Sheet 1: Change Log

Assist Sum & Limit(Current Mode) - Rev 7<- Global Program / Module Name


RevisionAuthorDateChange Description

Data Dictionary Type:Component
1.0OT3-Aug-12Initial Version (SF-04B v001)



2OT8-Aug-12Fixed UTP Issues (global constants)



3OT9-Aug-12Fixed more UTP Issues (range of AssistPowerLimit)



4OT16-Aug-12Added ManualTrqCmd service



5Selva1-Dec-12Removed Inputs: MRFMtrVel, AssistAssembly_Polarity, Assist_PowerLimit
- Removed Output: PostLimit_ForAssistSumCC
- Renamed Output: PreLimit_for_Power to SumLimTrqCmd_MtrNm
- Removed calibration: k_OvrSpdMtrTrq2QLmt_MtrNm




6VK31-May-13Added steering assist defeat module internal variable



7Selva25-Nov-13Updated for v4 of the FDD. Added a output TrqLimitMin_MtrNm_f32 and updated module level variable names












































































































































































































































































































Sheet 2: Variable Dictionary

Assist Sum & Limit(Current Mode) - Rev 7

IOMDN
Variable Information

YN










Range











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






Variables




















AssistCmd_MtrNm_f32Assist_Cmd
Output assist command from Stability CompensationIN
0-8.88.8Single Precision Float
MtrNmfloat32







AssistEOTDamping_MtrNm_f32Assist_EOTDamping
indicates the damping command from End of Travel soft StopIN
0-8.88.8Single Precision Float
MtrNmfloat32







AssistEOTGain_Uls_f32Assist_EOTGain
indicates the gain command from End of Travel Soft StopIN
101Single Precision Float
Unitlessfloat32







AssistEOTLimit_MtrNm_f32Assist_EOTLimit
an assist limit based on end of travel conditionsIN
8.808.8Single Precision Float
MtrNmfloat32







AssistStallLimit_MtrNm_f32Assist_StallLimit
an assist limit based on high torque levels at low motor speedsIN
8.808.8Single Precision Float
MtrNmfloat32







AssistVehSpdLimit_MtrNm_f32Assist_VehSpdLimit
an assist limiting level based on vehicle speedIN
8.808.8Single Precision Float
MtrNmfloat32







CombinedDamping_MtrNm_f32CombinedDamping
Combined and limited damping path commandIN
0-8.88.8Single Precision Float
MtrNmfloat32







DefeatLimitService_Cnt_lgcDefeat Limit Service
allows all limiting to be defeatedIN
001n/a
Countsboolean







LimitedReturn_MtrNm_f32LimitedReturn
Return to Center assist torqueIN
0-8.88.8Single Precision Float
MtrNmfloat32







LrnPnCtrCCDisable_Cnt_lgcLrnPnCtr_CC_Disable
The output signal from Lk-to-Lk safety monitor functionIN
001n/a
Countsboolean







LrnPnCtrEnable_Cnt_lgcLrnPnCntr_Enable
Flag to indicate that the Learn Pinion Center function should be activeIN
001n/a
Countsboolean







LrnPnCtrTCmd_MtrNm_f32LrnPnCntr_T_Cmd
Motor torque command required to implement Learn Pinion CenterIN
0-8.88.8Single Precision Float
MtrNmfloat32







OpTrqOvr_MtrNm_f32OpTrqOver_MtrNm
Torque overlay commandIN
0-8.88.8Single Precision Float
MtrNmfloat32







OutputRampMult_Uls_f32OutputRampMult
Ramp control from State Output ControlIN
001Single Precision Float
Unitlessfloat32







PosServCCDisable_Cnt_lgcPosServ_CC_Disable
The output signal from thePMA/position based Mfg Services safety monitor functionIN
001n/a
Countsboolean







PowerLimitPerc_Uls_f32PowerLimitPerc
indicates the amount of limiting (in percent) based on customer limiting needsIN
001Single Precision Float
Unitlessfloat32







PrkAssistCmd_MtrNm_f32PrkAssist_Cmd
Command used to control the EPS output for parking assist featuresIN
0-8.88.8Single Precision Float
MtrNmfloat32







PullCompCmd_MtrNm_f32PullComp_Cmd
Command used to provide long term correction for small vehicle pulls and leadsIN
0-8.88.8Single Precision Float
MtrNmfloat32







ThermalLimitPerc_Uls_f32ThermalLimitPerc
indicates the amount of limiting (in percent) from the Thermal Duty Cycle designIN
001Single Precision Float
Unitlessfloat32







ThermalLimit_MtrNm_f32Thermal_Limit
an assist limit based on the thermal duty cycle performanceIN
8.808.8Single Precision Float
MtrNmfloat32







VehSpd_Kph_f32n/a
Vehicle SpeedIN
00512Single Precision Float
Kphfloat32







WheelImbalanceCmd_MtrNm_f32WheelImbalance_Cmd
Command used to control the EPS output for wheel imbalancesIN
0-8.88.8Single Precision Float
MtrNmfloat32







LimitPercentFiltered_Uls_f32Limit Percent FilteredSF04B AssistSummationandLimitingidentifies the amount of limitingON
001Single Precision Float3.05E-05Unitlessfloat32







SumLimTrqCmd_MtrNm_f32SumLimTrqCmd_MtrNmSF04B AssistSummationandLimitingSignal with some limiting – used for power limiting algorithmON
008.8Single Precision Float9.77E-04MtrNmfloat32







PreLimitForStall_MtrNm_f32PreLimit_ForStallSF04B AssistSummationandLimitingSignal with some limiting – used for stall algorithmON
008.8Single Precision Float9.77E-04MtrNmfloat32







PreLimitTorque_MtrNm_f32PreLimitTorqueSF04B AssistSummationandLimitingfinal summation of all torque command signals prior to any limitingON
0-8.88.8Single Precision Float9.77E-04MtrNmfloat32







AstLmt_ManualTrqCmd_MtrNm_M_f32n/aSF04B AssistSummationandLimitingManual Torque CommandMN
0-8.88.8Single Precision Float9.77E-04MtrNmfloat32







AstLmt_ManualTrqCmdEn_Cnt_M_lgcn/aSF04B AssistSummationandLimitingManual Torque Command EnableMN
001n/an/aCountsboolean







AstLmt_SteeringAsstDefeat_Cnt_M_lgcn/a

MN
001n/an/aCountsboolean







TrqLimitMin_MtrNm_f32TrqLimitMin_MtrNmSF04B AssistSummationandLimitingfinal summation of all torque command signals prior to any limitingON
008.8Single Precision Float9.77E-04MtrNmfloat32








Sheet 3: Calibration Dictionary

Assist Sum & Limit(Current Mode) - Rev 7


N
Calibration InformationAchieved in Software Design



Y








Range





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



Calibrations















k_SumLimPlCmpLimit_MtrNm_f32SumLim_k_PlCmpLimit_MtrNmSF04B AssistSummationandLimitingCalibration to firewall limit the pull compensation commandNN
8.808.8MtrNmfloat32





Sheet 4: Global Constants

Assist Sum & Limit(Current Mode) - Rev 7








































































Variable Information (Global Variables Only)

Achieved in Software DesignUsed in Module List





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

sint80








































































D_ZERO_ULS_F32

float320








































































D_ONE_ULS_F32

float321








































































D_MTRTRQCMDLOLMT_MTRNM_F32

float32-8.8








































































D_MTRTRQCMDHILMT_MTRNM_F32

float328.8

























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































Sheet 5: Template

2.2aData File:












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









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










EOL Constants:












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









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










Global (Embedded) Constants:












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









A2L Name












Measurement:rte_<SWC>_<NAME>









Calibration Constants:












Tuning ID:



















Tuning:NIndex Range:










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









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










eCal:<NAME>























Tuning:YIndex Range:










Header:<NONCRITICAL>
#define <ROOTNAME><TAB>k_N_CalNC_Cnt_Str.<ROOTNAME>
<NONCRITICAL>
<SAFETYCRITICAL>
#define <ROOTNAME><TAB>k_S_CalSC_Cnt_Str.<ROOTNAME>
<SAFETYCRITICAL>










Source:










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
























Tuning:PIndex Range:










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










Source:










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

















Sheet 6: Help

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




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

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

DFD_PrintFormate and prepares to print the Data Flow Worksheet pages.

4 - Design Review_AssistSumLmt_CM


Overview

Summary Sheet
Davinci Files
Source Code
MDD
Data Dictionary
QAC
Integration Manual


Sheet 1: Summary Sheet
























Rev 2.026-Aug-13

Peer Review Summary Sheet



























Component Name:


kzshz2: Intended Use: Identify which component is being reviewed Rationale: Required for traceability. It will help to ensure this form is not attaced to the the wrong change request. AstLmt
Component Revision:


kzshz2: Intended Use: Identify which component is being reviewed Rationale: Required for traceability. It will help to ensure this form is not attaced to the the wrong change request. 4





























Change Owner:


kzshz2: Intended Use: Identify the developer who made the change(s) Rationale: A change request may have more than one resolver, this will help identify who made what change. Change owner identification may be required by indusrty standards. Selva Sengottaiyan
Change Request ID:


CR10951





























kzshz2: Intended Use: Intended to identify at a high level to the reviewers which areas of the component have been changed. Rationale: This will be good information to know when ensuring appropriate reviews have been completed. Modified File Types:
















































































































































kzshz2: Intended Use: Identify who where the reviewers, what they reviewed, and if the reviewed changes have been approved to release the code for testing. Comments here should be at a highlevel, the specific comments should be present on the specific review form sheet. Rationale: Since this Form will be attached to the Change Request it will confirm the approval and provides feedback in case of audits. ADD DR Level Move reviewer and approval to individual checklist form Review Checklist Summary:






















































Reviewed:































XMDD


XSource Code



XData Dictionary


XQAC



































XIntegration Manual


XDavinci Files








































































Comments:






























































































General Guidelines:
- The reviews should be performed over the portions of the component that were modified as a result of the Change Request. (Note: If this peer review form was not
completed for pervious versions of this component, the Change Owner should review the entire component and complete the checklist in its entirety prior and check
the form into Syngery. This should be done prior to reviewing the modifications for this Change Result)
- The Change Owner is responsible for completing the entire checklist (Pre and Group review items) prior holding the initial group review.
- New components should include FDD Owner and Intergator as apart of the Group Review Board (Source Code, Integration Manual, and Davinci Files)
- Select "Yes" and add "N/A" to the comments for checklist items that are not applicable for this change















Sheet 2: Davinci Files






















Rev 2.026-Aug-13
Peer Review Meeting Log (Davinci Review)


























Quality Check Items:

































YesNo
Rationale is required for all answers of No









Pre-review checklist for change ownersDCF: Latest StdDef imported








X
Comments:










































DCF: Only StdDef Port types are used (if not








X
Comments:




add justification)




































DCF: All unused definitions removed








X
Comments:










































*Cfg.arxml.TT: Verfied Davinci Configurator imported the








X
Comments:










change correctly
kzshz2: Either a generic sandbox or a baselined integration project can be used to verify












































*Cfg.h.TT: Verfied Davinci Configurator generates








X
Comments:










the configuration header(s) file correctly




kzshz2: Either a generic sandbox or a baselined integration project can be used to verify









































Group-review for review boardAll changed files have been compared against previous








X

Comments:

Initial revision

versions (If available)

kzshz2: Intended Use: Identify if previous version was compared and only the expected change(s) was present. This is for text files only, not binary or GUIs Rationale: This is helpful in identifying unapproved (intended or mistaken) changes.


































DCF:Automated validation check is performed








X
Comments:

























































DCF: Inputs/Outputs match names from requirements








X
Comments:

























































DCF: Inputs/Outputs configuration paremeters








X
Comments:










reviewedkzshz2: Intended Use: All changed inputs have been reviewed to ensure configuration parameters (i.e. Buffered vs Direct read/writes) are correct. This includes signal grouping when signal consistency is required by the FDD













































DCF: Sender/Reciever Ports type and default values








X
Comments:










macth their corresponding ports (internal/external)






kzshz2: Intended Use: Identify if all the Sender/Reciever ports are compatibale with there connecting ports. Rationale: This will help to avoid errors when this component is being integrated into a project.






































DCF: Ports prototype and default values








X
Comments:










macth their corresponding ports (internal/external)






kzshz2: Intended Use: Identify if all the Server/Client ports are compatibale with there connecting ports. Rationale: This will help to avoid errors when this component is being integrated into a project.






































DCF: Server runnable variables are using direct








X
Comments:










read/writes













































DCF: Runnable calling frequencies match requirements








X
Comments:



























































General Notes / Comments:



























































kzshz2: Intended Use: Identify who where the reviewers and if the reviewed changes have been approved. Rationale: Since this Form will be attached to the Change Request it will confirm the approval and provides feedback in case of audits. Group Review Level: There are four Design Review States that a document may have as follows: DR1 – Un-reviewed document. The DR1 reviews usually require larger, cross functional review teams (i.e. Management, Hardware Engineering, etc.) It is usually advisable, but not required to include outside representation as well such as system engineers. It is up to the document owner to decide on the scope of the review, however, the peer group can decide that a re-review with additional team member is required. DR2 – The Document has previously passed through the peer review process, but requires design changes significant enough to require another group peer review. DR3 – The Document has passed group peer review but needs minor corrections that can be re-reviewed with the Lead Peer Reviewer. DR4 – The document has passed all peer reviews and is ready for release. Review Board:


























Change Owner:

Selva Sengottaiyan
Review Date :

11/27/13
Group Review Level:


DR4



























Lead Peer Reviewer:


Jared Julien

Approved by Reviewer(s):



Yes































Other Reviewer(s):


Prerit Pramod






































































Sheet 3: Source Code






















Rev 2.026-Aug-13
Peer Review Meeting Log (Source Code Review)

























Source File Name:




kzshz2: Intended Use: Identify which component is being reviewed Rationale: Required for traceability. It will help to ensure this form is not attaced to the the wrong change request. Ap_AstLmt
Source File Revision:


kzshz2: Intended Use: Identify which version of the source file is being review. Rationale: Required for traceability between source code and review. Auditors will likely require this. 7

























Module Design Document Name:




kzshz2: Intended Use: Identify which version of the MDD this source file was written against. Rationale: Needed for traceability between source code and MDD Assist_Sum_Limit_CurrentMode_MDD
MDD Revision:


kzshz2: Intended Use: Identify which version of the MDD this source file was written against. Rationale: Needed for traceability between source code and MDD 8

































Data Dictionary Revision:



kzshz2: Intended Use: Identify which version of the Data Dictionary was referenced for ranges during the source file review. Rationale: Needed for traceability between source code and DD 7

































Quality Check Items:

































YesNo
Rationale is required for all answers of No









Pre-review checklist
(change owners only)
Analysis performed for divide by zero




kzshz2: Intended Use: To confirm this defensive coding strategy has been taken into consideration Rationale: Necessary since currently there is no place this is documented



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





kzshz2: Intended Use: Indicate that the the versioning was confirmed by the peer reviewer(s). Rationale: There have been many occassions where versions were not updated in files and as a result Unit Test were referencing wrong versions. This often time leads to the need to re-run of batch tests.


X
Comments:










































Change log contains detailed description of changes








X
Comments:










































Code compared vs requirements (Document or Model)







kzshz2: Intended Use: Identify if previous version was compared and only the expected change(s) was present. Rationale: This is helpful in identifying unapproved (intended or mistaken) changes.
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


kzshz2: Intended Use: To confirm the appropriate variable name formats have been used. Rationale: This is needed to ensure there will be no errors discovered at the time of integration. A Sandox project may be required to confirm there are no errors until the QAC tool has been evaultated to determine if it can automate this check.





X
Comments:
















































Type Casting and Fix Point Macros use reviewed








X
Comments:

N/A













































Function prototype and passed parameters are








X
Comments:

N/A







consistent






































General Notes / Comments:



























































kzshz2: Intended Use: Identify who where the reviewers and if the reviewed changes have been approved. Rationale: Since this Form will be attached to the Change Request it will confirm the approval and provides feedback in case of audits. Group Review Level: There are four Design Review States that a document may have as follows: DR1 – Un-reviewed document. The DR1 reviews usually require larger, cross functional review teams (i.e. Management, Hardware Engineering, etc.) It is usually advisable, but not required to include outside representation as well such as system engineers. It is up to the document owner to decide on the scope of the review, however, the peer group can decide that a re-review with additional team member is required. DR2 – The Document has previously passed through the peer review process, but requires design changes significant enough to require another group peer review. DR3 – The Document has passed group peer review but needs minor corrections that can be re-reviewed with the Lead Peer Reviewer. DR4 – The document has passed all peer reviews and is ready for release. Review Board:


























Change Owner:

Selva Sengottaiyan
Review Date :

11/27/13
Group Review Level:


DR4



























Lead Peer Reviewer:


Jared Julien

Approved by Reviewer(s):



Yes































Other Reviewer(s):


Prerit Pramod






































































Sheet 4: MDD






















Rev 2.026-Aug-13
Peer Review Meeting Log (MDD Review)






























Module Name:

kzshz2: Intended Use: Identify which file is has been reviewed Rationale: Required for traceability. It will help to ensure this sheet is not attached to the wrong design review form. Ap_AstLmt


Modulekzshz2: Intended Use: Identify how many source files are being reviewed and trace it to the appropriate MDD. Rationale: Required for traceability between source code and MDD
1of1





























MDD Revision:

kzshz2: Intended Use: Identify which version of the MDD has been reviewed. Rationale: Required for traceability between the MDD and review. Auditors will likely require this. 8


Source File Revision:


kzshz2: Intended Use: Identify which version of the source file was this MDD written for. Rationale: Needed for traceability between source code and MDD 7

Data Dictionary Revision:



kzshz2: Intended Use: Identify which version of the Data Dictionary was referenced for ranges during the review. Rationale: Needed for traceability between source code and DD. Note: Maybe this should be moved to the Summary sheet since there is only one Data Dictionary Version for all changes 7



















































Quality Check Items:

































YesNo
Rationale is required for all answers of No









Group-review Checklist (review board)Telelogic Synergy version matches header








X
Comments:










































Change log contains detailed description of changes








X
Comments:










































Changes Highlighted (for Unit Tester)








X

Comments:

Initial revision







































High-level Diagrams have been reviewed (Section 2)








X
Comments:

Only for the changes













































All Design Exceptions and Limitations are listed








X
Comments:
















































Design Rationale understood captured appropriately








X
Comments:

Only for the changes














































General Notes / Comments:



























































kzshz2: Intended Use: Identify who where the reviewers and if the reviewed changes have been approved. Rationale: Since this Form will be attached to the Change Request it will confirm the approval and provides feedback in case of audits. Group Review Level: There are four Design Review States that a document may have as follows: DR1 – Un-reviewed document. The DR1 reviews usually require larger, cross functional review teams (i.e. Management, Hardware Engineering, etc.) It is usually advisable, but not required to include outside representation as well such as system engineers. It is up to the document owner to decide on the scope of the review, however, the peer group can decide that a re-review with additional team member is required. DR2 – The Document has previously passed through the peer review process, but requires design changes significant enough to require another group peer review. DR3 – The Document has passed group peer review but needs minor corrections that can be re-reviewed with the Lead Peer Reviewer. DR4 – The document has passed all peer reviews and is ready for release. Review Board:


























Change Owner:

Selva Sengottaiyan
Review Date :

11/27/13
Group Review Level:


DR4



























Lead Peer Reviewer:


Jared Julien

Approved by Reviewer(s):



Yes































Other Reviewer(s):


Prerit Pramod






































































Sheet 5: Data Dictionary






















Rev 2.026-Aug-13
Peer Review Meeting Log (Data Dictionary Review)


























Data Dictionary Revision:



kzshz2: Intended Use: Identify which version of the file is being reviewed Rationale: Required for traceability. 7









































kzshz2: Intended Use: Indicate to the reviewers the type of variable changes. This should be filled out prior to the review by the change owner. Rationale: This will be good information to know to both reviewers and post reviewers of the change. Variables:



























XNewly Added


XName Changes


Range Changes


Deleted
































NVM Changes


Other:


































































kzshz2: Intended Use: Indicate to the reviewers the type of calibration changes. This should be filled out prior to the review by the change owner. Rationale: This will be good information to know to both reviewers and post reviewers of the change. Calibrations:



























Newly Added


Name Changes


Range Changes


Default Value Changes
































Deleted


Other:


































































Quality Check Items:

































YesNo
Rationale is required for all answers of No









Group-review Checklist (review board)Telelogic Synergy version matches header








X
Comments:










































Change log contains detailed description of changes








X
Comments:










































All Changes Identified (for Unit Tester)








X

Comments:










































Calibration and NVM names, ranges, and default values








X
Comments:

N/A

compared against FDD




































Global variables names, ranges, and default values








X
Comments:

Only for the changes

compared against FDD Data Dictionary






























































General Notes / Comments:



























































kzshz2: Intended Use: Identify who where the reviewers and if the reviewed changes have been approved. Rationale: Since this Form will be attached to the Change Request it will confirm the approval and provides feedback in case of audits. Group Review Level: There are four Design Review States that a document may have as follows: DR1 – Un-reviewed document. The DR1 reviews usually require larger, cross functional review teams (i.e. Management, Hardware Engineering, etc.) It is usually advisable, but not required to include outside representation as well such as system engineers. It is up to the document owner to decide on the scope of the review, however, the peer group can decide that a re-review with additional team member is required. DR2 – The Document has previously passed through the peer review process, but requires design changes significant enough to require another group peer review. DR3 – The Document has passed group peer review but needs minor corrections that can be re-reviewed with the Lead Peer Reviewer. DR4 – The document has passed all peer reviews and is ready for release. Review Board:


























Change Owner:

Selva Sengottaiyan
Review Date :

11/27/13
Group Review Level:


DR4



























Lead Peer Reviewer:


Jared Julien

Approved by Reviewer(s):



Yes































Other Reviewer(s):


Prerit Pramod






































































Sheet 6: QAC






















Rev 2.026-Aug-13
Peer Review Meeting Log (QAC Review)


























Module Name:

kzshz2: Intended Use: Identify which .c file is being analyzed Rationale: Required for traceability. It will help to ensure this sheet is not attached to the wrong design review form. Ap_AstLmt

Source File Revision:


7

Module
1of1


























Compliance Document Version:




Unreleased









































kzshz2: Intended Use: Identify specific changes in results (new violation present, previous violation corrected, etc.). Changes to the version of the tool or the way the results were gathered should be described here also. This should be filled out prior to the review by the change owner. Rationale: Gives reviewers an what needs to be focused on. Forces the change owner to compare with previous results to catch any differences that may otherwise go unoticed Brief Summary of Changes (In Results or Tool):


































































Quality Check Items:

































YesNo
Rationale is required for all answers of No









Pre-review
checklist for change owners
QAC version is correct and did not change (List version)







kzshz2: Intended Use: Identify which version of the QAC Subproject was used and if any of the personalities may have changed. Rationale: Will help ensure this is factored into evaluating the results
X
Comments:










































Contract Folder's header files are appropriate





kzshz2: Intended Use: Identify that the contract folder contains only the information required for this component. All other variables, constants, function prototypes, etc. should be removed. Rationale: This will help avoid unit testers having to considers object not used. It will also avoid having other files required for QAC.


X
Comments:












































G Group-review Checklist (review board)100% Compliance to the MISRA Compliance DocumentX
Comments:













































General Notes / Comments:



























































kzshz2: Intended Use: Identify who where the reviewers and if the reviewed changes have been approved. Rationale: Since this Form will be attached to the Change Request it will confirm the approval and provides feedback in case of audits. Group Review Level: There are four Design Review States that a document may have as follows: DR1 – Un-reviewed document. The DR1 reviews usually require larger, cross functional review teams (i.e. Management, Hardware Engineering, etc.) It is usually advisable, but not required to include outside representation as well such as system engineers. It is up to the document owner to decide on the scope of the review, however, the peer group can decide that a re-review with additional team member is required. DR2 – The Document has previously passed through the peer review process, but requires design changes significant enough to require another group peer review. DR3 – The Document has passed group peer review but needs minor corrections that can be re-reviewed with the Lead Peer Reviewer. DR4 – The document has passed all peer reviews and is ready for release. Review Board:


























Change Owner:

Selva Sengottaiyan
Review Date :

11/27/13
Group Review Level:


DR4



























Lead Peer Reviewer:


Jared Julien

Approved by Reviewer(s):



Yes































Other Reviewer(s):










































































Sheet 7: Integration Manual






















Rev 2.026-Aug-13
Peer Review Meeting Log (Integration Manual Review)


























Integration Manual Name:



kzshz2: Intended Use: Identify which file is being reviewed Rationale: Required for traceability. It will help to ensure this sheet is not attached to the wrong design review form. AstLmt_CM_IntegrationManual

Integration Manual Revision:



kzshz2: Intended Use: Identify which version of the integration manual has been reviewed. Rationale: Required for traceability between the MDD and review. Auditors will likely require this. 1





























Quality Check Items:

































YesNo
Rationale is required for all answers of No









Group-review Checklist (review board)Telelogic Synergy version matches header








X
Comments:










































Latest template used








X
Comments:










































Change log contains detailed description of changes








X
Comments:










































Changes Highlighted (for Integrator)








X
Comments:

Initial version








































General Notes / Comments:



























































kzshz2: Intended Use: Identify who where the reviewers and if the reviewed changes have been approved. Rationale: Since this Form will be attached to the Change Request it will confirm the approval and provides feedback in case of audits. Group Review Level: There are four Design Review States that a document may have as follows: DR1 – Un-reviewed document. The DR1 reviews usually require larger, cross functional review teams (i.e. Management, Hardware Engineering, etc.) It is usually advisable, but not required to include outside representation as well such as system engineers. It is up to the document owner to decide on the scope of the review, however, the peer group can decide that a re-review with additional team member is required. DR2 – The Document has previously passed through the peer review process, but requires design changes significant enough to require another group peer review. DR3 – The Document has passed group peer review but needs minor corrections that can be re-reviewed with the Lead Peer Reviewer. DR4 – The document has passed all peer reviews and is ready for release. Review Board:


























Change Owner:

Selva Sengottaiyan
Review Date :

11/27/13
Group Review Level:


DR4



























Lead Peer Reviewer:


Jared Julien

Approved by Reviewer(s):



Yes































Other Reviewer(s):









































































5 - AstLmt_CM_UnitTestResults


Overview

Unit Test Information
Module Definitions
Variable Range
AstLmt_Per1
AstLmt_Per1() P
AstLmt_Per1() B
AstLmt_SCom_ManualTrqCmd
AstLmt_SCom_ManualTrqCmd() p
AstLmt_SCom_ManualTrqCmd() B
AstLmt_Init
AstLmt_Init() B
GetSteeringAssistDefeat
AstLmt_Scom_GetSteeringAssist B
SetSteeringAssistDefeat
AstLmt_Scom_SetSteeringAssist B


Sheet 1: Unit Test Information

1.0a






















Nexteer EPS Unit Test Tool






Rev:2.7b












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

Code File(s) Under Test:Ap_AstLmt.c



Code File(s) Version:6



Module Design Document:Assist_Sum_Limit_CurrentMode_MDD.docx



Module Design Document Version:7



Unit Test Plan Version:3



Optimization Level:Level 2



Compiler (CodeGen) Version:Nexteer EPS Unit Test Tool 2.7b/EPS Library 1.29



Model Type:Excel Macro



Model Version:2



Special Test Requirements:




Test Date:6/15/2013



Comments:NOTE 1: Inline functions defined in "GlobalMacro.h" are not Unit Tested.



Index of Tests:




Test Set upTest WorksheetsTest StatusRun TS

AstLmt_Per1AstLmt_Per1() P----
18
99AstLmt_Per1() B----
99






AstLmt_SCom_ManualTrqCmdAstLmt_SCom_ManualTrqCmd() B----
12
3AstLmt_SCom_ManualTrqCmd() p----
3






AstLmt_InitAstLmt_Init() B----
2






GetSteeringAssistDefeatAstLmt_Scom_GetSteeringAssist B----
2






SetSteeringAssistDefeatAstLmt_Scom_SetSteeringAssist B----
2




















































































































































































































Sheet 2: Module Definitions












































Nexteer EPS Unit Test Tool












Rev:2.7b












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

voidRte_Call_AstLmt_Per1_CP0_CheckpointReached(void)
uint8AstLmt_SCom_ManualTrqCmd(Boolean EnableManualCtrl, float MtrTrqCmd_MtrNm_f32)
GfloatAssistEOTDamping_MtrNm_f32

voidRte_Call_AstLmt_Per1_CP1_CheckpointReached(void)
voidAstLmt_Init(void)
GfloatAssistEOTGain_Uls_f32

voidRte_Call_SteeringAsstDefeat_WriteBlock(void)
voidAstLmt_Scom_GetSteeringAssistDefeat(void)
GfloatAssistEOTLimit_MtrNm_f32




voidAstLmt_Scom_SetSteeringAssistDefeat(Boolean SteeringAsstDefeat1_Cnt_lgc)
GfloatAssistStallLimit_MtrNm_f32








GfloatAssistVehSpdLimit_MtrNm_f32








GfloatCombinedDamping_MtrNm_f32








GBooleanDefeatLimitService_Cnt_lgc








GfloatLimitedReturn_MtrNm_f32








GBooleanLrnPnCtrCCDisable_Cnt_lgc








GBooleanLrnPnCtrEnable_Cnt_lgc








GfloatLrnPnCtrTCmd_MtrNm_f32








GfloatOpTrqOvr_MtrNm_f32








GfloatOutputRampMult_Uls_f32








GBooleanPosServCCDisable_Cnt_lgc








GfloatPowerLimitPerc_Uls_f32








GfloatPrkAssistCmd_MtrNm_f32








GfloatPullCompCmd_MtrNm_f32








GfloatThermalLimitPerc_Uls_f32








GfloatThermalLimit_MtrNm_f32








GfloatWheelImbalanceCmd_MtrNm_f32








GfloatLimitPercentFiltered_Uls_f32








GfloatPostLimitForAssistSumCC_MtrNm_f32








GfloatPreLimitForPower_MtrNm_f32








GfloatPreLimitForStall_MtrNm_f32








GfloatPreLimitTorque_MtrNm_f32








Gfloatk_SumLimPlCmpLimit_MtrNm_f32








Gfloatk_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32








GfloatVehSpd_Kph_f32








MfloatManualTrqCmd_MtrNm_M_f32








MBooleanManualTrqCmdEn_Cnt_M_lgc








GfloatSumLimTrqCmd_MtrNm_f32








GbooleanSteeringAsstDefeat_Cnt_M_lgc0







GbooleanRte_Pim_SteerAsstDefeat0







GbooleanSteeringAsstDefeat_Cnt_lgc





























































































































































































































































































































































































































































































































































































































































































































































































































Sheet 3: Variable Range















































Nexteer EPS Unit Test Tool












Rev:2.7b
























Variable Range Definitions








Variable NameMax ValueMin Value








AssistCmd_MtrNm_f32










AssistEOTDamping_MtrNm_f32










AssistEOTGain_Uls_f32










AssistEOTLimit_MtrNm_f32










AssistPowerLimit_MtrNm_f32










AssistStallLimit_MtrNm_f32










AssistVehSpdLimit_MtrNm_f32










CombinedDamping_MtrNm_f32










DefeatLimitService_Cnt_lgc










HwTrqPolarity_Cnt_s08










LimitedReturn_MtrNm_f32










LrnPnCtrCCDisable_Cnt_lgc










LrnPnCtrEnable_Cnt_lgc










LrnPnCtrTCmd_MtrNm_f32










MRFMtrVel_MtrRadpS_f32










OpTrqOvr_MtrNm_f32










OutputRampMult_Uls_f32










PosServCCDisable_Cnt_lgc










PowerLimitPerc_Uls_f32










PrkAssistCmd_MtrNm_f32










PullCompCmd_MtrNm_f32










ThermalLimitPerc_Uls_f32










ThermalLimit_MtrNm_f32










WheelImbalanceCmd_MtrNm_f32










LimitPercentFiltered_Uls_f32










PostLimitForAssistSumCC_MtrNm_f32










PreLimitForPower_MtrNm_f32










PreLimitForStall_MtrNm_f32










PreLimitTorque_MtrNm_f32










k_SumLimPlCmpLimit_MtrNm_f32










k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32










HwTrqPolarity_Cnt_s8










VehSpd_Kph_f32










ManualTrqCmd_MtrNm_M_f32










ManualTrqCmdEn_Cnt_M_lgc










EnableManualCtrl










MtrTrqCmd_MtrNm_f32










SumLimTrqCmd_MtrNm_f32










SteeringAsstDefeat_Cnt_M_lgc










Rte_Pim_SteerAsstDefeat










SteeringAsstDefeat_Cnt_lgc










SteeringAsstDefeat1_Cnt_lgc











Sheet 4: AstLmt_Per1




















Nexteer EPS Unit Test Tool






Rev:2.7b






Test Setup


Number Of Calibrations0


Number Of Calibration Sets0


Calibration Sheet















Function(s) Under TestVariablesFunction Stubs
Function NameTestTypeTest VectorsSetReadFunction Name
AstLmt_Per1P18AssistCmd_MtrNm_f32LimitPercentFiltered_Uls_f32Rte_Call_AstLmt_Per1_CP0_CheckpointReached
AstLmt_Per1B99AssistEOTDamping_MtrNm_f32PostLimitForAssistSumCC_MtrNm_f32Rte_Call_AstLmt_Per1_CP1_CheckpointReached



AssistEOTGain_Uls_f32PreLimitForStall_MtrNm_f32



AssistEOTLimit_MtrNm_f32PreLimitTorque_MtrNm_f32



AssistStallLimit_MtrNm_f32SumLimTrqCmd_MtrNm_f32



AssistVehSpdLimit_MtrNm_f32




CombinedDamping_MtrNm_f32




DefeatLimitService_Cnt_lgc




LimitedReturn_MtrNm_f32




LrnPnCtrCCDisable_Cnt_lgc




LrnPnCtrEnable_Cnt_lgc




LrnPnCtrTCmd_MtrNm_f32




OpTrqOvr_MtrNm_f32




OutputRampMult_Uls_f32




PosServCCDisable_Cnt_lgc




PowerLimitPerc_Uls_f32




PrkAssistCmd_MtrNm_f32




PullCompCmd_MtrNm_f32




ThermalLimitPerc_Uls_f32




ThermalLimit_MtrNm_f32




WheelImbalanceCmd_MtrNm_f32




k_SumLimPlCmpLimit_MtrNm_f32




k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32




VehSpd_Kph_f32




ManualTrqCmdEn_Cnt_M_lgc




ManualTrqCmd_MtrNm_M_f32




SteeringAsstDefeat_Cnt_M_lgc


Sheet 5: AstLmt_Per1() P

AstLmt_Per1TS--









































PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PO/PO/PO/PO/PO/PFunc Stub
Counter
Func Stub
Counter
Expected
O/P
Expected
O/P
Expected
O/P
Expected
O/P
Expected
O/P
Expected
Stub Cnt
Expected
Stub Cnt
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionAssistCmd_MtrNm_f32AssistEOTDamping_MtrNm_f32AssistEOTGain_Uls_f32AssistEOTLimit_MtrNm_f32AssistStallLimit_MtrNm_f32AssistVehSpdLimit_MtrNm_f32CombinedDamping_MtrNm_f32DefeatLimitService_Cnt_lgcLimitedReturn_MtrNm_f32LrnPnCtrCCDisable_Cnt_lgcLrnPnCtrEnable_Cnt_lgcLrnPnCtrTCmd_MtrNm_f32OpTrqOvr_MtrNm_f32OutputRampMult_Uls_f32PosServCCDisable_Cnt_lgcPowerLimitPerc_Uls_f32PrkAssistCmd_MtrNm_f32PullCompCmd_MtrNm_f32ThermalLimitPerc_Uls_f32ThermalLimit_MtrNm_f32WheelImbalanceCmd_MtrNm_f32k_SumLimPlCmpLimit_MtrNm_f32k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32VehSpd_Kph_f32ManualTrqCmdEn_Cnt_M_lgcManualTrqCmd_MtrNm_M_f32SteeringAsstDefeat_Cnt_M_lgcLimitPercentFiltered_Uls_f32PostLimitForAssistSumCC_MtrNm_f32PreLimitForStall_MtrNm_f32PreLimitTorque_MtrNm_f32SumLimTrqCmd_MtrNm_f32Rte_Call_AstLmt_Per1_CP0_CheckpointReachedRte_Call_AstLmt_Per1_CP1_CheckpointReachedLimitPercentFiltered_Uls_f32PostLimitForAssistSumCC_MtrNm_f32PreLimitForStall_MtrNm_f32PreLimitTorque_MtrNm_f32SumLimTrqCmd_MtrNm_f32Rte_Call_AstLmt_Per1_CP0_CheckpointReachedRte_Call_AstLmt_Per1_CP1_CheckpointReachedP/FCPU Cycles
1( PosServCCDisable_Cnt_T_lgc == TRUE )=True
and
( LrnPnCtrCCDisable_Cnt_T_lgc == TRUE )=True
and
(PullCompCmd_MtrNm_T_f32 >= k_SumLimPlCmpLimit_MtrNm_f32) = True
and
( (ManualTrqCmdEn_Cnt_M_lgc == TRUE) =False && (VehSpd_Kph_T_f32 < FLT_EPSILON) )
and
( LrnPnCtrEnable_Cnt_T_lgc == TRUE )=True
and
(PreLimitTorque_MtrNm_T_f32 >= 0)=True
and
(AbsPreLimitTorque_MtrNm_T_f32<= AssistEOTLimit_MtrNm_T_f32) = True
and
(PreLimitForStall_MtrNm_T_f32 <= AssistVehSpdLimit_MtrNm_T_f32)=True
and
( DefeatLimitService_Cnt_T_lgc == TRUE )=True
and
760.566641511570.810.7660.577571010--------------0.699999988079071-3.03045812590298E+07600011--

2(PullCompCmd_MtrNm_T_f32 >= k_SumLimPlCmpLimit_MtrNm_f32) = False
and
(PullCompCmd_MtrNm_T_f32 <= -k_SumLimPlCmpLimit_MtrNm_f32) = false
and
( (ManualTrqCmdEn_Cnt_M_lgc == TRUE) =True && (VehSpd_Kph_T_f32 < FLT_EPSILON) )=False
and
( Sign_f32_m(AssistPowerLimit_MtrNm_T_f32) >= D_ZERO_CNT_S8 )=False
and(ThermalLimitPerc_Uls_T_f32 >= PowerLimitPerc_Uls_T_f32) = True
650.475551611660.710.6550.6666651-11--------------0.600000023841858-5.50480734973867E+07600011--

3( (HwTrqPolarity_Cnt_T_f32 * SignMRFMtrVel_Cnt_T_f32 * SignPreLimitForPower_Cnt_T_f32) >= D_ZERO_ULS_F32 )=False
and
(AssistPowerLimit_MtrNm_T_f32 >= Abs_f32_m(k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32))=False
and
(AbsPreLimitForPower_MtrNm_T_f32 <= ForPowerLimit_MtrNm_T_f32 )=True
460.667351711770.410.4770.777778020--------------0.6999999880790711.10730721160883E+07600011--

4( DefeatLimitService_Cnt_T_lgc == TRUE )= False
and
(PreLimitForStall_MtrNm_T_f32 <= AssistStallLimit_MtrNm_T_f32) = True
and
(AbsLimitedTorque_MtrNm_T_f32 <= ThermalLimit_MtrNm_T_f32) = True
340.424560511350.310.3540.665653481-21--------------0.6000000238418583.16220418156759E+07600011--

5( LrnPnCtrEnable_Cnt_T_lgc == TRUE )=False
and
(AbsPreLimitTorque_MtrNm_T_f32<= AssistEOTLimit_MtrNm_T_f32) = False
and
(PreLimitForStall_MtrNm_T_f32 <= 0)=False
and
(PreLimitForPower_MtrNm_T_f32 <= 0)=False
740.533751710640.510.4670.6767634030--------------0.6000000238418581.73403823316965E+07634.52.2511--

6( LrnPnCtrCCDisable_Cnt_T_lgc == TRUE )=False
and
(AbsPreLimitForPower_MtrNm_T_f32 <= AssistPowerLimit_MtrNm_T_f32 )=False
450.446561601750.710.6540.767542451-31--------------0.6999999880790714.41930551553789E+075474.9000000953674311--

7( PosServCCDisable_Cnt_T_lgc == TRUE )=False230.457571711660.500.2760.43456166040--------------0.400000005960464-1.24991523567402E+07600011--

8(PreLimitTorque_MtrNm_T_f32 >= 8.8) = True
and
(PreLimitForStall_MtrNm_T_f32 >= 8.8)=True
760.58.868.8415018.870.810.7660.577574371-41--------------0.699999988079071-9.3655524629069E+0758.800000190734868.800000190734867.0399999618530311--

9(PreLimitForStall_MtrNm_T_f32 <= AssistVehSpdLimit_MtrNm_T_f32)=False
650.4755516018.86110.6550.66666367050--------------0.6000000238418584.09862622415379E+07658.800000190734868.8000001907348611--

10(PostLimitForAssistSumCC_MtrNm_T_f32 >= 8.8)=True450.4465616018.85110.6540.76754751-51--------------0.699999988079071-4.51613494625946E+07648.800000190734868.8000001907348611--

11(PreLimitTorque_MtrNm_T_f32 >= 0)=False
and
and(PreLimitTorque_MtrNm_T_f32 <= -8.8) = True
460.667351701-8.87110.4770.7777724060--------------0.6999999880790713.22861692596422E+0763-8.80000019073486-8.8000001907348611--

12(PullCompCmd_MtrNm_T_f32 <= -k_SumLimPlCmpLimit_MtrNm_f32) = True-550.70.82.52.241-2.101-4.5-6.50.800.82-1.20.82.830.84341-8.50--------------0.800000011920929-3.51564951373308E+0760.800000011920929-4.5-3.5999999046325711--

13(PreLimitForStall_MtrNm_T_f32 <= AssistStallLimit_MtrNm_T_f32) = False-8201.10.82.5703.3105.6-10.210.25-6.50.23.160.277507.51--------------0.2000000029802325.06996075063523E+07500011--

14(LimitPercentFiltered_Uls_T_f32 >=1)=True3.3-10.16.55.96.3-6.517017-20.501-430.57.1-50.9-6.526120--------------12.34406288752342E+0766.3000001907348673.511--

15(AbsLimitedTorque_MtrNm_T_f32 <= ThermalLimit_MtrNm_T_f32) = False680.78.000000000000017.400000000000017.8000000000000150-810-8-1.20.210.8-4.570.10-6.50.858505.51--------------0.800000011920929-1.9495535449438E+07600011--

16(LimitPercentFiltered_Uls_T_f32 <= 0) = True-8.8-8.80000-8.80-8.800-8.8-8.8000-8.8-8.800-8.80-8.800-8.80--------------04.48814008272761E+07600011--

17( (ManualTrqCmdEn_Cnt_M_lgc == TRUE)=True && (VehSpd_Kph_T_f32 < FLT_EPSILON) )=True
(SteeringAsstDefeat_Cnt_M_lgc == TRUE)=False
-6-80.454.44.8-505.6105.65.60.810.83-2.10.87.3000000000000140.8-50.00000000537331-8.80--------------0.8000000119209296.1037319254429E+0754.80000019073486-8.80000019073486-3.5199999809265111--

18(SteeringAsstDefeat_Cnt_M_lgc == TRUE)=True-6-80.454.44.8-505.6105.65.60.810.83-2.10.87.3000000000000140.8-50.00000000537331-8.81--------------0.800000011920929-2.39031977188888E+0764.80000019073486-8.80000019073486-3.5199999809265111--














































































































































































































































































































































































































































































Sheet 6: AstLmt_Per1() B

AstLmt_Per1TS--









































BI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PI/PO/PO/PO/PO/PO/PFunc Stub
Counter
Func Stub
Counter
Expected
O/P
Expected
O/P
Expected
O/P
Expected
O/P
Expected
O/P
Expected
Stub Cnt
Expected
Stub Cnt
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionAssistCmd_MtrNm_f32AssistEOTDamping_MtrNm_f32AssistEOTGain_Uls_f32AssistEOTLimit_MtrNm_f32AssistStallLimit_MtrNm_f32AssistVehSpdLimit_MtrNm_f32CombinedDamping_MtrNm_f32DefeatLimitService_Cnt_lgcLimitedReturn_MtrNm_f32LrnPnCtrCCDisable_Cnt_lgcLrnPnCtrEnable_Cnt_lgcLrnPnCtrTCmd_MtrNm_f32OpTrqOvr_MtrNm_f32OutputRampMult_Uls_f32PosServCCDisable_Cnt_lgcPowerLimitPerc_Uls_f32PrkAssistCmd_MtrNm_f32PullCompCmd_MtrNm_f32ThermalLimitPerc_Uls_f32ThermalLimit_MtrNm_f32WheelImbalanceCmd_MtrNm_f32k_SumLimPlCmpLimit_MtrNm_f32k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32VehSpd_Kph_f32ManualTrqCmdEn_Cnt_M_lgcManualTrqCmd_MtrNm_M_f32SteeringAsstDefeat_Cnt_M_lgcLimitPercentFiltered_Uls_f32PostLimitForAssistSumCC_MtrNm_f32PreLimitForStall_MtrNm_f32PreLimitTorque_MtrNm_f32SumLimTrqCmd_MtrNm_f32Rte_Call_AstLmt_Per1_CP0_CheckpointReachedRte_Call_AstLmt_Per1_CP1_CheckpointReachedLimitPercentFiltered_Uls_f32PostLimitForAssistSumCC_MtrNm_f32PreLimitForStall_MtrNm_f32PreLimitTorque_MtrNm_f32SumLimTrqCmd_MtrNm_f32Rte_Call_AstLmt_Per1_CP0_CheckpointReachedRte_Call_AstLmt_Per1_CP1_CheckpointReachedP/FCPU Cycles
1AssistCmd_MtrNm_f32 = Min-8.8-300.11.81.5-50310450.110.1-320.12.1-40.1-5420-7.360--------------0.1000000014901161.94266905296287E+0750.1000000014901166.099999904632570.0099999997764825811--

2AssistCmd_MtrNm_f32 = Max8.8-40.10.21.91.6-61401560.200.2-430.22.2-50.2-63815.371--------------0.200000002980232-5.31347161611587E+0760.2000000029802325111--

3AssistCmd_MtrNm_f32 = Mid5-50.20.321.7-70510670.310.3-540.32.3-60.3-7260-4.350--------------0.300000011920929-1.68050414745613E+0760.3000000119209298.800000190734860.090000003576278711--

4AssistCmd_MtrNm_f32 = Pos1-60.30.42.11.8-81601780.400.4-650.42.4-70.4-81413.471--------------0.400000005960464-1.42397037679373E+0760.40000000596046472.7999999523162811--

5AssistCmd_MtrNm_f32 = Neg-2-70.40.52.21.9107108-1.20.510.5-760.52.5-80.513802.260--------------0.5-3.57572645498336E+0760.5-8.80000019073486-0.2511--

6AssistEOTDamping_MtrNm_f32 = Min-3-8.80.50.62.3221801-1.2-2.10.600.6-870.62.610.62361-1.771--------------0.600000023841858-3.36997780446455E+0750.600000023841858-1.20000004768372-0.72000002861022911--

7AssistEOTDamping_MtrNm_f32 = Max-48.80.60.72.42.130-1.210-2.1-4.50.710.7180.72.720.732601.760--------------0.6999999880790717.52637509641415E+0750.699999988079071-8.80000019073486-0.49000000953674311--

8AssistEOTDamping_MtrNm_f32 = Mid-550.70.82.52.241-2.101-4.5-6.50.800.82-1.20.82.830.84341-8.51--------------0.800000011920929-4.3906908751841E+0750.800000011920929-4.5-3.5999999046325711--

9AssistEOTDamping_MtrNm_f32 = Pos-610.80.92.62.350-4.510-6.53.30.910.93-2.10.92.940.956508.50--------------0.899999976158142-4.60339648602047E+0760.1000000238418580.1000000238418580.090000018477439911--

10AssistEOTDamping_MtrNm_f32 = Neg-7-20.910.72.461-6.5013.35.60.100.14-4.50.1350.16251-7.51--------------0.1000000014901162.97033563312682E+07613.299999952316280.33000001311302211--

11AssistEOTGain_Uls_f32 = Min-8201.10.82.5703.3105.6-10.210.25-6.50.23.160.277507.50--------------0.200000002980232-7.12415512281589E+0751.10000002384186-7.5-0.15999999642372111--

12AssistEOTGain_Uls_f32 = Max1311.20.92.6815.601-1-20.300.363.30.33.270.38281-6.51--------------0.3000000119209298.52733536908919E+0751-1-0.30000001192092911--

13AssistEOTGain_Uls_f32 = Mid240.51.30.40.7-1.20-110-2-30.410.475.60.43.380.4-1.28506.560--------------0.400000005960464-1.28868648595175E+0760.6999999880790714.599999904632570.15999999642372111--

14AssistEOTLimit_MtrNm_f32 = Min350.100.50.8-2.11-201-3-40.500.58-10.53.4-1.20.5-2.1761-5.561--------------0.52.81623896209275E+0760-3-1.511--

15AssistEOTLimit_MtrNm_f32 = Max460.28.80.60.9-4.50-310-4-50.610.6-1.2-20.63.5-2.10.6-4.542505.50--------------0.600000023841858-1.49034171071228E+0760.899999976158142-5.40000009536743-0.36000001430511511--

16AssistEOTLimit_MtrNm_f32 = Mid570.35.50.71.8-6.51-401-5-60.700.7-2.1-30.73.6-4.50.7-6.51531-4.51--------------0.6999999880790712.92071207689339E+0761.79999995231628-5-3.511--

17AssistStallLimit_MtrNm_f32 = Min-1.2-4.50.71.702.2-4.51-801-1.2-2.10.200.25.6-70.24-10.2-4.5121-1.51--------------0.200000002980232-4.87722465267866E+0761.20000004768372-1.20000004768372-0.23999999463558211--

18AssistStallLimit_MtrNm_f32 = Max-2.1-6.50.81.88.82.3-6.50-1.210-2.1-4.50.310.3-1-80.34.1-20.3-6.551301.50--------------0.300000011920929-5.30545454755943E+0761.799999952316285.719999790191650.54000002145767211--

19AssistStallLimit_MtrNm_f32 = Mid-4.53.30.91.95.52.43.31-2.101-4.5-6.50.400.4-210.44.2-30.43.34251-71--------------0.400000005960464-1.15709779010384E+0761.89999997615814-4.5-1.7999999523162811--

20AssistVehSpdLimit_MtrNm_f32 = Min-6.55.60.121.405.60-4.510-6.53.30.510.5-320.54.3-40.55.6373070--------------0.56.25461790407644E+0750-7.55000019073486011--

21AssistVehSpdLimit_MtrNm_f32 = Max3.3-10.22.11.58.8-11-6.5013.35.60.600.6-430.64.4-50.6-13241-61--------------0.6000000238418581.06690714919325E+0762.099999904632573.299999952316281.9800000190734911--

22AssistVehSpdLimit_MtrNm_f32 = Mid5.6-20.32.21.65.5-203.3105.6-10.710.7-540.74.5-60.7-2456060--------------0.6999999880790713.33233567988915E+0752.20000004768372-3.92000007629395-1.1200000047683711--

23CombinedDamping_MtrNm_f32 = Min-1-30.42.31.72.1-8.815.601-1-20.800.8-650.84.6-70.8-83451-51--------------0.8000000119209292.33968579999029E+0761-1-0.80000001192092911--

24CombinedDamping_MtrNm_f32 = Max-2-40.52.41.82.28.80-110-2-30.910.9-760.94.7-80.91234050--------------0.8999999761581425.87711998589238E+0752.20000004768372-8.80000019073486-1.6200000047683711--

25CombinedDamping_MtrNm_f32 = Mid-3-50.62.51.92.351-201-3-40.100.1-870.14.810.121231-41--------------0.100000001490116-3.02447569216958E+0762.29999995231628-3-0.30000001192092911--

26CombinedDamping_MtrNm_f32 = Pos-4-60.72.622.410-310-4-50.210.2180.24.920.23500040--------------0.2000000029802324.008777909862E+0762.400000095367432.400000095367430.40000000596046411--

27CombinedDamping_MtrNm_f32 = Neg-5-70.82.72.12.5-21-401-5-60.300.32-1.20.3530.344001-31--------------0.300000011920929-4.68810852068098E+0762.5-5-1.511--

28DefeatLimitService_Cnt_lgc = Min-6-80.92.82.22.6-50-510-6-70.410.43-2.10.45.140.4-5300030--------------0.4000000059604643.81951270014323E+0762.599999904632578.800000190734860.87999999523162811--

29DefeatLimitService_Cnt_lgc = Max-710.12.92.32.7-61-601-7-80.500.54-4.50.55.250.5-62001-21--------------0.52.5411974684268E+0762.70000004768372-7-3.511--

30LimitedReturn_MtrNm_f32 = Min570.73.52.93.341-8.801-1.2-2.10.200.2-2.1-30.25.8-4.50.245812.260--------------0.2000000029802324.65258937328186E+0761.20000004768372-1.20000004768372-0.23999999463558211--

31LimitedReturn_MtrNm_f32 = Max680.83.633.4508.810-2.1-4.50.310.3-4.5-40.35.9-6.50.35420-1.771--------------0.3000000119209294.37354693725867E+07500011--

32LimitedReturn_MtrNm_f32 = Mid7-1.20.93.73.13.561501-4.5-6.50.400.4-6.5-50.463.30.463811.760--------------0.400000005960464-6.53698905236268E+0743.5-4.5-1.7999999523162811--

33LimitedReturn_MtrNm_f32 = Pos8-2.10.13.83.23.670110-6.53.30.510.53.3-60.56.15.60.57260-8.51--------------0.51.45239452894836E+07600011--

34LimitedReturn_MtrNm_f32 = Neg-1.2-4.50.23.93.33.781-2013.35.60.600.65.6-70.66.2-10.68318.50--------------0.600000023841858-1.51779823802908E+0763.299999952316283.299999952316281.9800000190734911--

35LrnPnCtrCCDisable_Cnt_lgc = Min-2.1-6.50.343.43.8-1.204005.6-10.700.7-1-80.76.3-20.7-1.22530-7.51--------------0.6999999880790711.49500591089344E+07600011--

36LrnPnCtrCCDisable_Cnt_lgc = Max-4.53.30.44.13.53.9-2.11511-1-20.810.8-210.86.4-30.8-2.134217.50--------------0.800000011920929-3.90343103397386E+07600011--

37LrnPnCtrEnable_Cnt_lgc = Min-6.55.60.54.23.64-4.50610-2-50.910.9-320.96.5-40.9-4.54840-6.51--------------0.8999999761581425.07912972065694E+07600011--

38LrnPnCtrEnable_Cnt_lgc = Max3.3-10.64.33.74.1-6.51701-53.30.100.1-430.16.6-50.1-6.515516.560--------------0.100000001490116-3.62991482625055E+0764.09999990463257-5-0.511--

39LrnPnCtrTCmd_MtrNm_f32 = Min5.6-20.74.43.84.23.30810-8.85.60.210.2-540.26.7-60.23.32780-5.561--------------0.200000002980232-4.52868922286427E+07600011--

40LrnPnCtrTCmd_MtrNm_f32 = Max-1-30.84.53.94.35.61-1.2018.8-10.300.3-650.36.8-70.35.631215.50--------------0.300000011920929-3.50240851336677E+0754.300000190734868.800000190734862.6400001049041711--

41LrnPnCtrTCmd_MtrNm_f32 = Mid-2-40.94.644.4-10-2.1105-20.410.4-760.46.90000000000001-80.4-13280-4.51--------------0.4000000059604643.66523451318025E+07500011--

42LrnPnCtrTCmd_MtrNm_f32 = Pos-3-50.14.74.14.5-21-4.5011-30.500.5-870.5710.5-242914.51--------------0.5-5.1043763087935E+076110.511--

43LrnPnCtrTCmd_MtrNm_f32 = Neg-4-60.24.84.24.6-30-6.510-2-40.610.6180.67.120.6-3520-3.50--------------0.600000023841858-1.6501254207361E+0764.599999904632578.800000190734862.5199999809265111--

44OpTrqOvr_MtrNm_f32 = Min240.85.44.85.210-410-4-8.80.310.375.60.37.7000000000000180.31370-70--------------0.3000000119209297.50742290094586E+0750.1000000089406970.1000000089406970.03000000305473811--

45OpTrqOvr_MtrNm_f32 = Max350.95.54.95.321-501-58.80.400.48-10.47.80000000000001-1.20.4283171--------------0.4000000059604641.94124246199299E+0765-5-211--

46OpTrqOvr_MtrNm_f32 = Mid460.15.655.430-610-650.510.5-1.2-20.57.90000000000001-2.10.53730-61--------------0.55.29313769102895E+07600011--

47OpTrqOvr_MtrNm_f32 = Pos570.25.75.15.541-701-710.600.6-2.1-30.68.00000000000001-4.50.6464160--------------0.6000000238418584.58421101152566E+0765.5-7-4.1999998092651411--

48OpTrqOvr_MtrNm_f32 = Neg680.35.85.25.650-810-8-20.710.7-4.5-40.78.10000000000001-6.50.75580-51--------------0.6999999880790711.31619408619152E+07600011--

49OutputRampMult_Uls_f32 = Min7-1.20.45.95.35.7611011-2.1000.8-6.5-50.88.200000000000013.30.8642150--------------0.8000000119209295.05967024683216E+07311011--

50OutputRampMult_Uls_f32 = Max8-2.10.565.45.8702102-4.5110.93.3-60.98.300000000000015.60.97380-41--------------0.8999999761581421.34544368720922E+07600011--

51OutputRampMult_Uls_f32 = Mid-1.2-4.50.66.15.55.9813013-6.50.500.15.6-70.18.40000000000001-10.1826140--------------0.1000000014901164.46655556120266E+076331.511--

52PosServCCDisable_Cnt_lgc = Min-2.1-6.50.76.25.66-1.2041043.30.200.2-1-80.28.50000000000001-20.2-1.2140-31--------------0.200000002980232-2.34588908960678E+07600011--

53PosServCCDisable_Cnt_lgc = Max-4.53.30.86.35.76.1-2.1150155.60.310.3-210.38.60000000000001-30.3-2.138131--------------0.3000000119209298.6208540320882E+075551.511--

54PowerLimitPerc_Uls_f32 = Min-6.55.60.96.45.86.2-4.506106-10.410-320.48.70000000000001-40.8-4.5360-20--------------0.400000005960464-5.3512876646992E+0766.19999980926514-8.80000019073486-2.319999933242811--

55PowerLimitPerc_Uls_f32 = Max3.3-10.16.55.96.3-6.517017-20.501-430.57.1-50.9-6.526121--------------11.4966788942079E+0766.3000001907348673.511--

56PowerLimitPerc_Uls_f32 = Mid5.6-20.26.666.43.308108-30.610.5-540.67.2000000000000170.13.3340-7.360--------------0.600000023841858-2.16737680069632E+0764.07999992370605-4.07999992370605-2.4479999542236311--

57PrkAssistCmd_MtrNm_f32 = Min-1-30.36.76.16.55.61-1.201-1.2-40.700.4-8.850.77.3000000000000180.45.66515.371--------------0.699999988079071-2.02925491175654E+0761.20000004768372-1.20000004768372-0.83999997377395611--

58PrkAssistCmd_MtrNm_f32 = Max-2-40.46.86.26.6-10-2.110-2.1-50.810.58.860.87.40000000000001-1.20.5-1250-4.350--------------0.8000000119209295.66444612308921E+0760.6000000238418580.6000000238418580.47999998927116411--

59PrkAssistCmd_MtrNm_f32 = Mid-3-50.56.900000000000016.36.7-21-4.501-4.5-60.900.6570.97.5-2.10.6-27513.471--------------0.899999976158142-4.98692653051162E+0764.5-4.5-4.0500001907348611--

60PrkAssistCmd_MtrNm_f32 = Pos-4-60.676.46.8-30-6.510-6.5-70.110.7180.17.60000000000001-4.50.7-32802.260--------------0.6999999880790714.31118206709444E+0762.299999952316282.299999952316280.23000000417232511--

61PrkAssistCmd_MtrNm_f32 = Neg-5-70.77.16.56.90000000000001-413.3013.3-80.200.8-2-1.20.27.7000000000000130.8-4851-1.771--------------0.8000000119209298.91801562279561E+0753.299999952316283.299999952316280.66000002622604411--

62PullCompCmd_MtrNm_f32 = Min-6-80.87.200000000000016.67-505.6105.610.310.93-8.80.37.8000000000000140.9-57601.760--------------0.8999999761581423.38302900680633E+0746.699999809265146.699999809265141.9800000190734911--

63PullCompCmd_MtrNm_f32 = Max-710.97.300000000000016.77.1-61-101-120.400.148.80.47.9000000000000150.1-64251-8.51--------------0.400000005960464-2.43823307537757E+0761-1-0.40000000596046411--

64PullCompCmd_MtrNm_f32 = Mid-820.17.400000000000016.87.20000000000001-70-210-230.510.2550.58.0000000000000160.2-736308.50--------------0.5-3.42825408009295E+0767.199999809265148.800000190734863.4000000953674311--

65PullCompCmd_MtrNm_f32 = Pos130.27.56.900000000000017.30000000000001-81-301-340.600.3610.68.1000000000000170.3-82461-7.51--------------0.600000023841858-5.23887616125048E+0763-3-1.7999999523162811--

66PullCompCmd_MtrNm_f32 = Neg240.37.6000000000000177.4000000000000110-410-450.710.47-20.78.2000000000000180.4115307.51--------------0.699999988079071-1.4197823971105E+07600011--

67ThermalLimitPerc_Uls_f32 = Min350.47.700000000000017.17.521-501-560.800.58408.30000000000001-1.20.52841-6.50--------------0.5-5.63090915724088E+0765-5-411--

68ThermalLimitPerc_Uls_f32 = Max460.57.800000000000017.200000000000017.6000000000000130-610-670.910.6-1.2518.40000000000001-2.10.632706.561--------------1-5.19557046362291E+07600011--

69ThermalLimitPerc_Uls_f32 = Mid570.67.900000000000017.300000000000017.7000000000000141-701-780.100.7-2.160.58.50000000000001-4.50.7421-5.560--------------0.6999999880790713.97533618811326E+0767-7-0.69999998807907111--

70ThermalLimit_MtrNm_f32 = Min680.78.000000000000017.400000000000017.8000000000000150-810-8-1.20.210.8-4.570.10-6.50.858505.51--------------0.8000000119209292.04427035110861E+07600011--

71ThermalLimit_MtrNm_f32 = Max7-1.20.88.100000000000017.57.90000000000001611011-2.10.300.9-6.580.28.83.30.96531-4.50--------------0.899999976158142-4.55187909058949E+076110.30000001192092911--

72ThermalLimit_MtrNm_f32 = Mid8-2.10.98.200000000000017.600000000000018.00000000000001702102-4.50.410.13.3-1.20.355.60.171204.51--------------0.300000011920929-3.77814501288984E+07600011--

73WheelImbalanceCmd_MtrNm_f32 = Min-1.2-4.50.18.300000000000017.700000000000018.10000000000001813013-6.50.500.25.6-2.10.42.1-8.80.285131-3.50--------------0.4000000059604645.3477512098711E+076331.511--

74WheelImbalanceCmd_MtrNm_f32 = Max-2.1-6.50.28.400000000000017.800000000000018.20000000000001-1.2041043.30.610.3450.52.28.80.3-1.242503.51--------------0.5-3.12643519095072E+07600011--

75WheelImbalanceCmd_MtrNm_f32 = Mid-4.53.30.38.500000000000017.900000000000018.30000000000001-2.1150155.60.700.4560.62.350.4-2.13731-2.50--------------0.600000023841858-4.92855432060901E+076553.511--

76WheelImbalanceCmd_MtrNm_f32 = Pos-6.55.60.48.600000000000018.000000000000018.40000000000001-4.50610640.810.56-1.20.72.410.5-4.532402.51--------------0.6999999880790714.00717394401101E+07600011--

77WheelImbalanceCmd_MtrNm_f32 = Neg3.340.58.700000000000018.100000000000018.50000000000001-6.51701750.900.67-2.10.82.5-20.6-6.54561-1.50--------------0.8000000119209293.37322783681925E+076776.3000001907348611--

78k_SumLimPlCmpLimit_MtrNm_f32 = Min5.650.67.18.200000000000018.600000000000013.30810860.110.78-4.50.92.6-1.203.334501.51--------------0.899999976158142-4.25017753113516E+07600011--

79k_SumLimPlCmpLimit_MtrNm_f32 = Max460.77.200000000000018.300000000000018.700000000000015.61-1.201-1.270.200.8-1.2-6.50.12.7-2.115.62341-70--------------0.8000000119209297.19188886146329E+0751.20000004768372-1.20000004768372-0.23999999463558211--

80k_SumLimPlCmpLimit_MtrNm_f32 = Mid570.87.300000000000018.400000000000017.140-2.110-2.180.310.9-2.13.30.22.83.30.54123071--------------0.899999976158142-1.63395462904557E+07600011--

81k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32 = Min680.97.400000000000018.500000000000017.2000000000000151-4.501-4.5-1.20.400.13.35.60.32.95.60.1-8.85001-60--------------0.3000000119209291.28014902572077E+0764.5-4.5-1.7999999523162811--

82k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32 = Max7-1.20.17.58.600000000000017.3000000000000160-6.510-6.5-2.10.510.25.640.4340.28.8400061--------------0.400000005960464-2.93832119252259E+07600011--

83k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32 = Mid8-2.10.27.600000000000018.700000000000017.40000000000001713.3013.370.600.3450.53.150.353001-51--------------0.54.13098713242462E+0763.299999952316283.299999952316281.9800000190734911--

84k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32 = Pos-1.250.37.700000000000017.17.5805.6105.680.710.4560.63.260.41200050--------------0.6000000238418582.12284604309219E+0754.55999994277954-4.55999994277954-2.2400000095367411--

85k_SumLimOvrSpdMtrTrq2QLmt_MtrNm_f32 = Neg-2.160.47.800000000000017.200000000000016.7-5.814014-1.20.800.5670.73.370.5-21001-41--------------0.699999988079071-4.75918270456023E+076443.2000000476837211--

86VehSpd_Kph_f32 min-1-30.84.53.94.35.61-1.2018.8-10.300.3-650.36.8-70.35.60040--------------0.3000000119209292.2734966721753E+0764.300000190734868.800000190734862.6400001049041711--

87VehSpd_Kph_f32 max-2-40.94.644.4-10-2.1105-20.410.4-760.46.90000000000001-80.4-15121-30--------------0.400000005960464-1.32519672412627E+0764.30000019073486-4.30000019073486-1.6000000238418611--

88VehSpd_Kph_f32 pos-3-50.14.74.14.5-21-4.5011-30.500.5-870.5710.5-2125031--------------0.5-4.09699465131741E+076110.511--

89ManualTrqCmdEn_Cnt_M_lgc min-4-60.24.84.24.6-30-6.510-2-40.610.6180.67.120.6-3750-20--------------0.6000000238418583.31947703627045E+0764.599999904632578.800000190734862.5199999809265111--

90ManualTrqCmdEn_Cnt_M_lgc max-5-70.34.94.34.7-413.3013.3-50.700.72-1.20.77.2000000000000130.7-437121--------------0.699999988079071-1.44344710498438E+0763.299999952316283.299999952316282.3099999427795411--

91ManualTrqCmd_MtrNm_M_f32 min-6-80.454.44.8-505.6105.65.60.810.83-2.10.87.3000000000000140.8-50.00000000537331-8.80--------------0.800000011920929-3.28426018536131E+0764.80000019073486-8.80000019073486-3.5199999809265111--

92ManualTrqCmd_MtrNm_M_f32 max-710.55.14.54.9-61-101-1-10.900.94-4.50.97.4000000000000150.9-60.0000000538318.81--------------0.8999999761581429.24268757444133E+0754.900000095367438.800000190734867.9200000762939511--

93ManualTrqCmd_MtrNm_M_f32 zero-820.65.24.65-70-210-2-20.110.15-6.50.17.560.1-70.00000003783101--------------0.1000000014901161.78666542941319E+07600011--

94ManualTrqCmd_MtrNm_M_f32 neg130.75.34.75.1-81-301-3-50.200.263.30.27.6000000000000170.2-80.0000000063831-10--------------0.200000002980232-6.83730474115058E+0751-1-0.20000000298023211--

95ManualTrqCmd_MtrNm_M_f32 pos240.85.44.85.210-410-4-8.80.310.375.60.37.7000000000000180.310.00000007282111--------------0.3000000119209296.68016578032685E+075110.30000001192092911--

96SteeringAsstDefeat_Cnt_M_lgc = True130.75.34.75.1-81-301-3-50.200.263.30.27.6000000000000170.2-852311.51--------------0.200000002980232-3.79456564779812E+0763-3-0.60000002384185811--

97SteeringAsstDefeat_Cnt_M_lgc = False240.85.44.85.210-410-4-8.80.310.375.60.37.7000000000000180.31370-70--------------0.3000000119209293.84070451230105E+0750.1000000089406970.1000000089406970.03000000305473811--

98All Min-8.8-8.80000-8.80-8.800-8.8-8.8000-8.8-8.800-8.80-8.800-8.80--------------03.66498259943859E+07600011--

99All max8.88.818.88.88.88.818.8118.88.81118.88.818.88.818.851218.81--------------1-2.79463373532876E+07600011--














































































































































































































































































































































































































































































Sheet 7: AstLmt_SCom_ManualTrqCmd




















Nexteer EPS Unit Test Tool






Rev:2.7b






Test Setup


Number Of Calibrations0


Number Of Calibration Sets0


Calibration Sheet















Function(s) Under TestVariablesFunction Stubs
Function NameTestTypeTest VectorsSetReadFunction Name
AstLmt_SCom_ManualTrqCmdB12VehSpd_Kph_f32ManualTrqCmd_MtrNm_M_f32
AstLmt_SCom_ManualTrqCmdp3ManualTrqCmd_MtrNm_M_f32ManualTrqCmdEn_Cnt_M_lgc



ManualTrqCmdEn_Cnt_M_lgc


Sheet 8: AstLmt_SCom_ManualTrqCmd() p

AstLmt_SCom_ManualTrqCmdTS--











pParamParamI/PI/PI/PFunction
Return Val
O/PO/PExpected
Return Val
Expected
O/P
Expected
O/P
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionEnableManualCtrlMtrTrqCmd_MtrNm_f32VehSpd_Kph_f32ManualTrqCmd_MtrNm_M_f32ManualTrqCmdEn_Cnt_M_lgcAstLmt_SCom_ManualTrqCmdManualTrqCmd_MtrNm_M_f32ManualTrqCmdEn_Cnt_M_lgcAstLmt_SCom_ManualTrqCmdManualTrqCmd_MtrNm_M_f32ManualTrqCmdEn_Cnt_M_lgcP/FCPU Cycles
1( TRUE == EnableManualCtrl ) = false035410------100--

2( TRUE == EnableManualCtrl ) = True
and( VehSpd_Kph_T_f32 < FLT_EPSILON )=False
1-62921------3421--

3( VehSpd_Kph_T_f32 < FLT_EPSILON )=True1-160.0000000345530------1-161--


































































































































































Sheet 9: AstLmt_SCom_ManualTrqCmd() B

AstLmt_SCom_ManualTrqCmdTS--











BParamParamI/PI/PI/PFunction
Return Val
O/PO/PExpected
Return Val
Expected
O/P
Expected
O/P
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionEnableManualCtrlMtrTrqCmd_MtrNm_f32VehSpd_Kph_f32ManualTrqCmd_MtrNm_M_f32ManualTrqCmdEn_Cnt_M_lgcAstLmt_SCom_ManualTrqCmdManualTrqCmd_MtrNm_M_f32ManualTrqCmdEn_Cnt_M_lgcAstLmt_SCom_ManualTrqCmdManualTrqCmd_MtrNm_M_f32ManualTrqCmdEn_Cnt_M_lgcP/FCPU Cycles
1EnableManualCtrl min035410------100--

2EnableManualCtrl max1-62921------3421--

3MtrTrqCmd_MtrNm_f32 min1-160.0000000345530------1-161--

4MtrTrqCmd_MtrNm_f32 max115.99950.0000000637841------115.99951--

5MtrTrqCmd_MtrNm_f32 zero100.0000000728250------101--

6MtrTrqCmd_MtrNm_f32 neg1-20.0000000528261------1-21--

7MtrTrqCmd_MtrNm_f32 pos140.0000000838370------141--

8VehSpd_Kph_f32 min115081------1151--

9VehSpd_Kph_f32 max1-351210------3410--

10VehSpd_Kph_f32 pos1912321------3421--

11All min0-160-8.80------100--

12All max115.99955128.81------348.81--


































































































































































Sheet 10: AstLmt_Init




















Nexteer EPS Unit Test Tool






Rev:2.7b






Test Setup


Number Of Calibrations0


Number Of Calibration Sets0


Calibration Sheet















Function(s) Under TestVariablesFunction Stubs
Function NameTestTypeTest VectorsSetReadFunction Name
AstLmt_InitB2Rte_Pim_SteerAsstDefeatSteeringAsstDefeat_Cnt_M_lgc

Sheet 11: AstLmt_Init() B

AstLmt_InitTS--



BI/PO/PExpected
O/P
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionRte_Pim_SteerAsstDefeatSteeringAsstDefeat_Cnt_M_lgcSteeringAsstDefeat_Cnt_M_lgcP/FCPU Cycles
1Rte_Pim_SteerAsstDefeat = True1--1--

2Rte_Pim_SteerAsstDefeat = False0--0--


















































































Sheet 12: GetSteeringAssistDefeat




















Nexteer EPS Unit Test Tool






Rev:2.7b






Test Setup


Number Of Calibrations0


Number Of Calibration Sets0


Calibration Sheet















Function(s) Under TestVariablesFunction Stubs
Function NameTestTypeTest VectorsSetReadFunction Name
AstLmt_Scom_GetSteeringAssistDefeatB2Rte_Pim_SteerAsstDefeatSteeringAsstDefeat_Cnt_lgc

Sheet 13: AstLmt_Scom_GetSteeringAssist B

AstLmt_Scom_GetSteeringAssistDefeatTS--



BI/PO/PExpected
O/P
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionRte_Pim_SteerAsstDefeatSteeringAsstDefeat_Cnt_lgcSteeringAsstDefeat_Cnt_lgcP/FCPU Cycles
1Rte_Pim_SteerAsstDefeat = True1--1--

2Rte_Pim_SteerAsstDefeat = False0--0--


















































































Sheet 14: SetSteeringAssistDefeat




















Nexteer EPS Unit Test Tool






Rev:2.7b






Test Setup


Number Of Calibrations0


Number Of Calibration Sets0


Calibration Sheet















Function(s) Under TestVariablesFunction Stubs
Function NameTestTypeTest VectorsSetReadFunction Name
AstLmt_Scom_SetSteeringAssistDefeatB2
Rte_Pim_SteerAsstDefeatRte_Call_SteeringAsstDefeat_WriteBlock

Sheet 15: AstLmt_Scom_SetSteeringAssist B

AstLmt_Scom_SetSteeringAssistDefeatTS--





BParamO/PFunc Stub
Counter
Expected
O/P
Expected
Stub Cnt
Test StatusPerf. MetricsComments
Vector NumberVector DescriptionSteeringAsstDefeat1_Cnt_lgcRte_Pim_SteerAsstDefeatRte_Call_SteeringAsstDefeat_WriteBlockRte_Pim_SteerAsstDefeatRte_Call_SteeringAsstDefeat_WriteBlockP/FCPU Cycles
1SteeringAsstDefeat1_Cnt_lgc = True1----11--

2SteeringAsstDefeat1_Cnt_lgc = False0----01--