1 - SF018A_EotProtn_Design_PeerReviewChkList

Nexteer_Template_V1.0

Overview

Project Info
Process
Safety
Software
Apps
SME
Master
Template Change Log


Sheet 1: Project Info

Peer Review Checklist - Component DesignTemplate Version: 3.0.0
Product NameElectric Power SteeringReview Scope
Component ID<SF018A>_<EotProtn>- Updated range of PIM PrevEotDampg to +-20.25
Component Long Name<End-of-Travel Protection>- Updated range of cal EotProtnHwDegDampgX to [0, 360]
Component OwnerXingye Zhang- Updated SF018A_EotProtn_SetupSim.m file
Version that you started from. NOT the version you hope to release. If this will be v1.0.0, enter NA. Starting Baseline<1.7.0>- Updated SF018A_EotProtn display variable dEotProtnDampg
The number that will be used when package is baselined in Synergy. For example, the first one will be 1.0.0. Intended Baseline<1.8.0>
Electrical ArchitectureEA4
CR NumberEA4#7877
Author: The person who edited the design. Usually the Resolver of a CR. AuthorXingye Zhang
Review TypeInspection



Author's Quality Statement:Author must provide an explanation of any deviation from an ideal Instpection process. This field may be used for analysis of anomalies.




Meeting DateAttendeesExamples: Initial Mtg, Follow-up. Reason for Meeting
7-Oct-16Xingye ZhangDesign peer review

Fei Yuan

Kathleen Creager




Sheet 2: Process

Peer Review Checklist - Component Design
Template Version:3.0.0






















YesClosedFR











NoRejectedFDD

Process Reviewer:Fei Yuan






NAOpenModel

(optional) Reviewer #2:









FMEA












*.m File















Cal Process
































Item No.Cross Ref.Description of CheckAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







1
Section 1: Data Dictionary














Are the following values correct for Runnables: .ContextYesYes












Are the following values correct for Runnables: .TimeStepYesYes












Are the following values correct for SrvRunnables: .ReturnNANA












Are the following values correct for SrvRunnables: .ArgumentsNANA












Are the following values correct for all Ip/Op/IrvSignals: .EngDTYesYes












Are the following values correct for all Ip/Op/IrvSignals: .DocUnitYesYes












Are the following values correct for all Ip/Op/IrvSignals: .EngInitYesYes












Are the following values correct for all Ip/Op/IrvSignals: .EngMinYesYes












Are the following values correct for all Ip/Op/IrvSignals: .EngMaxYesYes












Are the following values correct for all Ip/Op/IrvSignals: .ReadIn/WrittenInYesYes












Are the following values correct for all Ip/Op/IrvSignals: .ReadType/WriteTypeYesYes












Are the following values correct for all Calibrations: .DocUnitYesYes












Are the following values correct for all Calibrations: .PortNameYesYes












Are the following values correct for all NVM: .DocUnitNANA












Are the following values correct for all PIM: .DocUnitYesYes












Are the following values correct for all Constants: .DocUnitYesYes












Does FDD Long Name, Short Name, and Description match requirements?NoNoRequirement name is based on EA3, and it is acceptable to be different at this time











Do output signal ranges match requirements?YesYes












Are all clients from model defined in dictionary?NANA












Do client definitions match their corresponding server runnable?NANA












Is NVM defined in the appropriate number of blocks (separate for EOL vs saved at power-off)?NANA












Is NVM with multiple values defined as a structure?NANA












Are NVM structure members arranged largest-to-smallest datatype?NANA












Are local Constants unique from global constants available in xx999A dictionaries?YesYes












Are calibration tables named correctly (e.g. AssiX and AssiY)?YesYes












Are Constant names abbreviated properly (ALLCAPS are not checkable by tools)?YesYes












Is the Data Dictionary Verification report error free?NoNoDue to the tool of DD











Are all data types represented by released Data_Management classes?YesYes


























































































































































































2
Section 2: ModelAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Are all the Memory Store blocks for PIM and Display Variables located on the 2nd level of model?YesYes












Is each diagnostic (NTC) capable of being set to "PASS"?NANA












Does non-zero intialization of PIM occur in the function's Init runnable?NANA












Does design properly include Set Ram Block Status when NVM RAM values change?NANA












Are NTCs set only outside an IRQ (not related to the typical periodic OS)?NANA












Are NTCs set and read only at periodic steps no less than 2 ms?NANA












Does model execute without errors/warnings after loading NxtrMBDConfig configuration set?YesYes












Is filename of model in correct format?YesYes












Is Top level of model annotated with Requirements Baseline?YesYes












Is the Top level of the model annotated with Tool Dependencies?YesYes












Is Top level of model annotated with Change Log or History?YesYes












Is the 2nd level of model free from subsystems that are not Function-Call Subsystems?YesYes












Is the 2nd level of model free from arithmetic and logic operations?YesYes












Are the Runnable trigger signals named as "call_<Runnable>"?YesYes












Does 2nd level of model have a properly updated annotation with name, description, and intended baseline number?YesYes












Are all data flow layers free of Function-Call Subsystems and Memory Store blocks?YesYes












Does the Model have the confidentiality and copyright information inside all its Subsystems?YesYes












Are all requirements links of the format <FDDNumber>_<ObjectID>?YesYes












Does requirements HTML report reference only the DOORS module of this component for all links in the design?YesYes












Was Model Advisor run with the correct configuration settings?YesYes












Is the Model Advisor rerport free from "Fails".YesYes












Does the model execute?YesYes












If model has ADC input, is failure boolean input and appropriate fault response been included?NANA












Do cal ranges & logic ensure no incompatible values for their datatype?YesYes












Are "magic numbers" acceptable?YesYes












Do IF..ELSEIF blocks also contain an ELSE condition?YesYes












Do SWITCH CASE blocks also contain a DEFAULT condtion?YesYes










3
Are ELSE and DEFAULT branching conditions reachable when dependent on internal variables?Author: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Does review meet 'inspection' criteria?YesYes












Does Design folder contain only the model, data dictionary, and (optionally) a simulation setup script?YesYes












Does Doc folder contain a zipped HTML webview model?YesYes












Was webview model created without requirements highlighted?YesYes












Does Doc folder contain appropriate number of NTC Summary sheets?YesYes












Does Reports folder contain only the data dictionary verification report, Model Advisor report, and zipped requirements traceability report?YesYes


























































4
Section 4: Other Issus/Actions IdentifiedDocumentReferenceSummary of resolutionCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







4.1
The red color is not proper.
modelChange the red color block from the previous version back to black, and mark the current changed blocks to red.the red color is changed to blackClosed







4.2














4.3














4.4














4.5














4.6














4.7














4.8














4.9














4.10














4.11














4.12














4.13














4.14














4.15














4.16














4.17














4.18














4.19














4.20














4.21














4.22














4.23














4.24














4.25































Sheet 3: Safety

Peer Review Checklist - Component Design
Template Version:3.0.0






















YesClosedFR











NoRejectedFDD

Safety Reviewer:







NAOpenModel

(optional) Reviewer #2:









FMEA












*.m File















Cal Process
































Item No.Cross Ref.Description of CheckAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







1
Section 1: Data Dictionary














Are the following values correct for all Calibrations: .Impact














Are the following values correct for all Calibrations: .TuningOwner














Are the following values correct for all Calibrations: .Online














Does the FDD .DesignASIL property match requirements?














Are lookup tables using compatible table dimensions?












































































































































































































































































































































































































































































































































































2
Section 2: ModelAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Are Model Advisor report ISO26262 warnings acceptable?














Is model free from dynamic array size allocation?














Is model free from data type conversion blocks that do not explicitly state desired data type?














Does model refrain from using Display Variable values in downstream operations?














Are all GOTO/FROM blocks restricted in scope to their own subystem level?














If model has ADC input, is failure boolean input and appropriate fault response been included?














Does design include output limiting blocks?














Do cal ranges & logic ensure freedom from divide-by-zero?














Are the following values correct for all NTC: .NtcTyp














Does model include appropriate logic for dealing with missing or corrupted NVM data?




























































































































































































































































































3
Section 3: Delivery PackageAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Does review meet 'inspection' criteria?












































































































































4
Section 4: Other Issus/Actions IdentifiedDocumentReferenceSummary of resolutionCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







4.1














4.2














4.3














4.4














4.5














4.6














4.7














4.8














4.9














4.10














4.11














4.12














4.13














4.14














4.15














4.16














4.17














4.18














4.19














4.20














4.21














4.22














4.23














4.24














4.25































Sheet 4: Software

Peer Review Checklist - Component Design
Template Version:3.0.0






















YesClosedFR











NoRejectedFDD

Software Reviewer:Kathleen Creager






NAOpenModel

(optional) Reviewer #2:









FMEA












*.m File















Cal Process
































Item No.Cross Ref.Description of CheckAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







1
Section 1: Data Dictionary














Are the following values correct for Runnables: .ContextYesYes












Are the following values correct for SrvRunnables: .ReturnYesNA












Are the following values correct for SrvRunnables: .ArgumentsYesNA












Are the following values correct for all Calibrations: .PortNameYesYes












Are the following values correct for all NVM: .EngInitNANA












Are the following values correct for all NVM: .AliasNANA












Are the following values correct for all NVM: .InitRowColNANA












Are the following values correct for all Display Variables: .EngMinYesNodEotProtnDampg should have same range as PrevEotDampgupdate range of dEotProtnDampgClosed









Are the following values correct for all Display Variables: .EngMaxYesNodEotProtnDampg should have same range as PrevEotDampgupdate range of dEotProtnDampgClosed









Are the following values correct for all Display Variables: .InitRowColYesYes












Are the following values correct for all PIM: .EngMinYesYes












Are the following values correct for all PIM: .EngMaxYesYes












Are the following values correct for all PIM: .InitRowColYesYes












Are lookup tables using compatible table dimensions?YesYes












Are all clients from model defined in dictionary?NANA












Do client definitions match their corresponding server runnable?NANA












Is NVM defined in the appropriate number of blocks (separate for EOL vs saved at power-off)?NANA












Is NVM with multiple values defined as a structure?NANA












Are NVM structure members arranged largest-to-smallest datatype?NANA












Are local Constants unique from global constants available in xx999A dictionaries?YesYes




























































































































































































































































































































Section 2: ModelAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist.
Author: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist.
Author: Detailed Description of the finding shall be provided by the reviewer.
Corrective Action: What action is taken to fix the issue?
Author: Data in this column shall be filled by reviewer after checking whether the rework is completed.










Are all the Memory Store blocks for PIM and Display Variables located on the 2nd level of model?YesYes












Is each diagnostic (NTC) capable of being set to "PASS"?NANA












Does non-zero intialization of PIM occur in the function's Init runnable?NANA












Does design properly include Set Ram Block Status when NVM RAM values change?NANA












Are NTCs set only outside an IRQ (not related to the typical periodic OS)?NANA












Are NTCs set and read only at periodic steps no less than 2 ms?NANA












Is model free from dynamic array size allocation?YesYes












Is model free from data type conversion blocks that do not explicitly state desired data type?YesYes












Does model refrain from using Display Variable values in downstream operations?YesYes












Are all GOTO/FROM blocks restricted in scope to their own subystem level?YesYes












Does design calculate PIM values only within their defined range?YesYes












Does design include output limiting blocks?YesYes












Do cal ranges & logic ensure freedom from divide-by-zero?YesYes












Do cal ranges & logic ensure no incompatible values for their datatype?YesYes












Are Model Advisor report MISRA warnings acceptable?YesYes












Is design free of unreachable logic?YesYes












Do state machines provide exits of all non-latch states?NANA












Is design free from recursive logic that could cause indefinate waits?NoNo












Does design maintain data size consistency?YesYes












Are "magic numbers" acceptable?YesYes












Is design of a managable size and easy to understand?YesYes












Is Stateflow used only for state machines not easily represented in Simulink?NANA












Is model free from over-nested IF logic or redundant IF..ELSEIF..ELSEIF.. Conditions?YesYes












Is model free from arithmetic operations on Boolean values?YesYes


























































3
Section 3: Delivery PackageAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status























































































































































4

DocumentReferenceSummary of resolutionCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







4.1














4.2














4.3














4.4














4.5














4.6














4.7














4.8














4.9














4.10














4.11














4.12














4.13














4.14














4.15














4.16














4.17














4.18














4.19














4.20














4.21














4.22














4.23














4.24














4.25































Sheet 5: Apps

Peer Review Checklist - Component Design
Template Version:3.0.0






















YesClosedFR











NoRejectedFDD

Applications Reviewer:







NAOpenModel

(optional) Reviewer #2:









FMEA












*.m File















Cal Process
































Item No.Cross Ref.Description of CheckAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







1
Section 1: Data Dictionary














Are the following values correct for Runnables: .TimeStep














Are the following values correct for all Calibrations: .DocUnit














Are the following values correct for all Calibrations: .EngMax














Are the following values correct for all Calibrations: .Cardinality














Are the following values correct for all Calibrations: .CustomerVisible














Are the following values correct for all Calibrations: .Impact














Are the following values correct for all Calibrations: .GraphLink














Are the following values correct for all Calibrations: .Monotony














Are the following values correct for all NVM: .DocUnit














Are the following values correct for all Display Variables: .DocUnit














Are the following values correct for all Calibrations: .EngVal














Are the following values correct for all Calibrations: .EngMin














Are the following values correct for all Calibrations: .TuningOwner














Are the following values correct for all Calibrations: .Online














Does FDD Long Name, Short Name, and Description match requirements?














Do output signal ranges match requirements?














Do signal and parameter names accurately describe their purpose?














Do all .Description properties provide useful information?














Are calibration tables named correctly (e.g. AssiX and AssiY)?












































































































































































































































































































































2
Section 2: ModelAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Does model execute without errors/warnings after loading NxtrMBDConfig configuration set?














Does model include adequate annotation throughout?














Are the following values correct for all NTC: .NtcTyp














Are display variables appropriately placed?














Does design provide appropriate tuning flexibility?














Are blocks linked to the correct requirements? (watch for problems due to copy/pasted blocks)














Is the list of unlinked blocks acceptable?














Does design account for all requirements?














Is design of a managable size and easy to understand?














Is design easily disabled via calibration?














Does design either work with global signal units or contain necessary unit-conversion logic?












































































































































































































































































3
Section 3: Delivery PackageAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Does NTC Summary sheet adequately describe NTC usage?












































































































































4
Section 4: Other Issus/Actions IdentifiedDocumentReferenceSummary of resolutionCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







4.1














4.2














4.3














4.4














4.5














4.6














4.7














4.8














4.9














4.10














4.11














4.12














4.13














4.14














4.15














4.16














4.17














4.18














4.19














4.20














4.21














4.22














4.23














4.24














4.25































Sheet 6: SME

Peer Review Checklist - Component Design
Template Version:3.0.0






















YesClosedFR











NoRejectedFDD

SME Reviewer:







NAOpenModel

(optional) Reviewer #2:









FMEA












*.m File















Cal Process
































Item No.Cross Ref.Description of CheckAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







1
Section 1: Data Dictionary














Are the following values correct for all Calibrations: .EngDT














Are the following values correct for all NVM: .EngDT














Are the following values correct for all Display Variables: .EngDT














Are the following values correct for all PIM: .EngDT














Are the following values correct for all Constants: .EngDT














Has Static Register evaluation has been completed and updated for any register data that is written to?




























































































































































































































































































































































































































































































































































2
Section 2: ModelAuthor: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Does model include appropriate logic for dealing with missing or corrupted NVM data?














Does design either work with global signal units or contain necessary unit-conversion logic?














Does the design prevent Integrator drifting?














Does design make proper use of limiters to prevent integrator windup and runaway values?














Are all IIR filters free of potential instability over their defined calibration ranges?












































































































































































































































































































































































3

Author: This column is for Self review. Author shall fill Yes/No/NA against each point in checklist. AuthorAuthor: This column is for reviewer. Reviewer shall fill Yes/No/NA against each point in checklist. ReviewerAuthor: Detailed Description of the finding shall be provided by the reviewer. Description of finding by reviewerCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status









Has author performed basic simulations to screen for problems?












































































































































4

DocumentReferenceSummary of resolutionCorrective Action: What action is taken to fix the issue? Corrective ActionAuthor: Data in this column shall be filled by reviewer after checking whether the rework is completed. Status







4.1














4.2














4.3














4.4














4.5














4.6














4.7














4.8














4.9














4.10














4.11














4.12














4.13














4.14














4.15














4.16














4.17














4.18














4.19














4.20














4.21














4.22














4.23














4.24














4.25































Sheet 7: Master

This is the master list of questions.


ADVANCED FILTER CRITERIA

A macro is used to filter and populate separate spreadsheets for each engineering discipline.

ArtifactDomain1Domain2















NumberArtifactChecklist ItemDomain1Domain2



1dictIs Filename of Data Dictionary in correct format?Processnone



2dictIs the FDD.Version property correctly updated?Processnone



3dictAre the following values correct for Runnables: .ContextProcessSoftwareShould be Architect


4dictAre the following values correct for Runnables: .TimeStepProcessAppsShould be Architect


5dictAre the following values correct for SrvRunnables: .ReturnProcessSoftwareShould be Architect


6dictAre the following values correct for SrvRunnables: .ArgumentsProcessSoftwareShould be Architect


7dictAre the following values correct for all Ip/Op/IrvSignals: .EngDTProcessnoneShould be Architect


8dictAre the following values correct for all Ip/Op/IrvSignals: .DocUnitProcessnoneShould be Architect


9dictAre the following values correct for all Ip/Op/IrvSignals: .EngInitProcessnoneShould be Architect


10dictAre the following values correct for all Ip/Op/IrvSignals: .EngMinProcessnoneShould be Architect


11dictAre the following values correct for all Ip/Op/IrvSignals: .EngMaxProcessnoneShould be Architect


12dictAre the following values correct for all Ip/Op/IrvSignals: .ReadIn/WrittenInProcessnone



13dictAre the following values correct for all Ip/Op/IrvSignals: .ReadType/WriteTypeProcessnone



14dictAre the following values correct for all Calibrations: .EngDTSMEnone



15dictAre the following values correct for all Calibrations: .DocUnitAppsProcess



16dictAre the following values correct for all Calibrations: .EngMaxAppsnone



17dictAre the following values correct for all Calibrations: .CardinalityAppsnone



18dictAre the following values correct for all Calibrations: .CustomerVisibleAppsnone



19dictAre the following values correct for all Calibrations: .ImpactAppsSafety



20dictAre the following values correct for all Calibrations: .GraphLinkAppsnone



21dictAre the following values correct for all Calibrations: .MonotonyAppsnone



22dictAre the following values correct for all Calibrations: .PortNameSoftwareProcess



23dictAre the following values correct for all NVM: .EngDTSMEnone



24dictAre the following values correct for all NVM: .DocUnitProcessApps



25dictAre the following values correct for all NVM: .EngInitSoftwarenone



26dictAre the following values correct for all NVM: .AliasSoftwarenone



27dictAre the following values correct for all NVM: .InitRowColSoftwarenone



28dictAre the following values correct for all Display Variables: .EngDTSMEnone



29dictAre the following values correct for all Display Variables: .DocUnitAppsnone



30dictAre the following values correct for all Display Variables: .EngMinSoftwarenone



31dictAre the following values correct for all Display Variables: .EngMaxSoftwarenone



32dictAre the following values correct for all Display Variables: .InitRowColSoftwarenone



33dictAre the following values correct for all PIM: .EngDTSMEnone



34dictAre the following values correct for all PIM: .DocUnitProcessnone



35dictAre the following values correct for all PIM: .EngMinSoftwarenone



36dictAre the following values correct for all PIM: .EngMaxSoftwarenone



37dictAre the following values correct for all PIM: .InitRowColSoftwarenone



38dictAre the following values correct for all Constants: .EngDTSMEnone



39dictAre the following values correct for all Constants: .DocUnitProcessnone



40dictAre the following values correct for all Calibrations: .EngValAppsnone



41dictAre the following values correct for all Calibrations: .EngMinAppsnone



43dictAre the following values correct for all Calibrations: .TuningOwnerSafetyApps



47dictAre the following values correct for all Calibrations: .OnlineSafetyApps



44dictDoes the FDD .DesignASIL property match requirements?Safetynone



45dictDoes FDD Long Name, Short Name, and Description match requirements?AppsProcess



46dictDo output signal ranges match requirements?AppsProcess



42dictAre lookup tables using compatible table dimensions?SafetySoftware



48dictDo signal and parameter names accurately describe their purpose?Appsnone



49dictDo all .Description properties provide useful information?Appsnone



50dictHas Static Register evaluation has been completed and updated for any register data that is written to?SMEnone



51dictAre all clients from model defined in dictionary?ProcessSoftware



52dictDo client definitions match their corresponding server runnable?ProcessSoftware



53dictIs NVM defined in the appropriate number of blocks (separate for EOL vs saved at power-off)?ProcessSoftware



54dictIs NVM with multiple values defined as a structure?ProcessSoftware



55dictAre NVM structure members arranged largest-to-smallest datatype?ProcessSoftware



56dictAre local Constants unique from global constants available in xx999A dictionaries?ProcessSoftware



57dictAre calibration tables named correctly (e.g. AssiX and AssiY)?ProcessApps



58dictAre Constant names abbreviated properly (ALLCAPS are not checkable by tools)?Processnone



59dictIs the Data Dictionary Verification report error free?Processnone



60dictAre all data types represented by released Data_Management classes?Processnone



61modelAre all the Memory Store blocks for PIM and Display Variables located on the 2nd level of model?ProcessSoftware



62modelIs each diagnostic (NTC) capable of being set to "PASS"?ProcessSoftware



63modelDoes non-zero intialization of PIM occur in the function's Init runnable?ProcessSoftware



64modelDoes design properly include Set Ram Block Status when NVM RAM values change?ProcessSoftware



65modelAre NTCs set only outside an IRQ (not related to the typical periodic OS)?ProcessSoftware



66modelAre NTCs set and read only at periodic steps no less than 2 ms?ProcessSoftware



67modelDoes model execute without errors/warnings after loading NxtrMBDConfig configuration set?ProcessApps



68modelIs filename of model in correct format?Processnone



69modelIs Top level of model annotated with Requirements Baseline?Processnone



70modelIs the Top level of the model annotated with Tool Dependencies?Processnone



71modelIs Top level of model annotated with Change Log or History?Processnone



72modelIs the 2nd level of model free from subsystems that are not Function-Call Subsystems?Processnone



73modelIs the 2nd level of model free from arithmetic and logic operations?Processnone



74modelAre the Runnable trigger signals named as "call_<Runnable>"?Processnone



75modelDoes 2nd level of model have a properly updated annotation with name, description, and intended baseline number?Processnone



76modelAre all data flow layers free of Function-Call Subsystems and Memory Store blocks?Processnone



77modelDoes the Model have the confidentiality and copyright information inside all its Subsystems?Processnone



78modelAre all requirements links of the format <FDDNumber>_<ObjectID>?Processnone



79modelDoes requirements HTML report reference only the DOORS module of this component for all links in the design?Processnone



80modelWas Model Advisor run with the correct configuration settings?Processnone



81modelIs the Model Advisor rerport free from "Fails".Processnone



82modelDoes the model execute?Processnone



83modelAre Model Advisor report ISO26262 warnings acceptable?Safetynone



84modelIs model free from dynamic array size allocation?SafetySoftware



85modelDoes model include adequate annotation throughout?Appsnone



86modelIs model free from data type conversion blocks that do not explicitly state desired data type?SafetySoftware



87modelDoes model refrain from using Display Variable values in downstream operations?SafetySoftware



88modelAre all GOTO/FROM blocks restricted in scope to their own subystem level?SafetySoftware



89modelIf model has ADC input, is failure boolean input and appropriate fault response been included?SafetyProcess



90modelDoes design calculate PIM values only within their defined range?Softwarenone



91modelDoes design include output limiting blocks?SoftwareSafety



92modelDo cal ranges & logic ensure freedom from divide-by-zero?SoftwareSafety



93modelDo cal ranges & logic ensure no incompatible values for their datatype?SoftwareProcess



94modelAre Model Advisor report MISRA warnings acceptable?Softwarenone



95modelIs design free of unreachable logic?Softwarenone



96modelDo state machines provide exits of all non-latch states?Softwarenone



97modelIs design free from recursive logic that could cause indefinate waits?Softwarenone



98modelDoes design maintain data size consistency?Softwarenone



99modelAre "magic numbers" acceptable?ProcessSoftware



100modelAre the following values correct for all NTC: .NtcTypAppsSafety



101modelAre display variables appropriately placed?Appsnone



102modelDoes design provide appropriate tuning flexibility?Appsnone



103modelAre blocks linked to the correct requirements? (watch for problems due to copy/pasted blocks)Appsnone



104modelIs the list of unlinked blocks acceptable?Appsnone



105modelDoes design account for all requirements?Appsnone



106modelIs design of a managable size and easy to understand?AppsSoftware



107modelIs design easily disabled via calibration?Appsnone



108modelDoes model include appropriate logic for dealing with missing or corrupted NVM data?SMESafety



109modelDoes design either work with global signal units or contain necessary unit-conversion logic?SMEApps



110modelDoes the design prevent Integrator drifting?SMEnone



111modelDoes design make proper use of limiters to prevent integrator windup and runaway values?SMEnone



112modelAre all IIR filters free of potential instability over their defined calibration ranges?SMEnone



113modelIs Stateflow used only for state machines not easily represented in Simulink?Softwarenone



114modelDo IF..ELSEIF blocks also contain an ELSE condition?Processnone



115modelDo SWITCH CASE blocks also contain a DEFAULT condtion?Processnone



116modelAre ELSE and DEFAULT branching conditions reachable when dependent on internal variables?Processnone



117modelIs model free from over-nested IF logic or redundant IF..ELSEIF..ELSEIF.. Conditions?Softwarenone



118modelIs model free from arithmetic operations on Boolean values?Softwarenone



119modelIs model optimized to minimize redundant calculations?Processnone



120packageDoes NTC Summary sheet adequately describe NTC usage?Appsnone



121packageDoes review meet 'inspection' criteria?SafetyProcess



122packageDoes Design folder contain only the model, data dictionary, and (optionally) a simulation setup script?Processnone



123packageDoes Doc folder contain a zipped HTML webview model?Processnone



124packageWas webview model created without requirements highlighted?Processnone



125packageDoes Doc folder contain appropriate number of NTC Summary sheets?Processnone



126packageDoes Reports folder contain only the data dictionary verification report, Model Advisor report, and zipped requirements traceability report?Processnone



127packageHas author performed basic simulations to screen for problems?SMEnone




Sheet 8: Template Change Log

RevChangeAuthor
01.00.05Added lesson learned #3.5MDK
01.00.06Added lesson learned #3.6, 3.7 - Structure and writing of NVM in mfiles and models.MDK
02.00.00Combined ESG and Systems into one, compatible with Data_Management 2.13.0 of CreateDD and VerifyDD.K. Derry
02.01.00Added: Does FDD.DesignASIL match requirements?
Added: Was webview model created without requirements highlighted?
Removed: Redundant row in Data Dictionary section.
Formatting: Column C now consistently center-justified.
K. Derry
02.02.00Added: Are all data types represented by released Data_Management classes?
Removed: Are all runnables defined? Rationale: Automated tools checking.
Removed: Does the Component shortname match data dictionary FDD metadata?
Removed: "Data store name must resolve to Simulink signal object"
Edited: Model Advisor report should now be left unzipped.
K. Derry
3.0.0New concept of discipline-specific checklists.
New sheets for Project Info, Safety, Software, Apps, SME, and Master.
New VBA code to distribute master list onto appropriate discipline sheets.
Major reformatting, many line item checks added/deleted/modified.
K. Derry








































































2 - SF018A_EotProtn_ModelAdvisor

Model Advisor Report for 'SF018A_EotProtn'
Model Advisor Report - SF018A_EotProtn.slx
Simulink version: 8.2Model version: 1.7
System: SF018A_EotProtnCurrent run: 05-Oct-2016 17:52:57
 Model Advisor configuration: ...NxtrModelAdvisorConfig.mat

Run Summary
PassFailWarningNot RunTotal
   49   0   18   292359


Model Advisor

    By Product

        Simulink

        Simulink Coder


        Embedded Coder


        Simscape


        Simulink Verification and Validation

            Modeling Standards

                DO-178C/DO-331 Checks


                IEC 61508, ISO 26262, and EN 50128 Checks


                MathWorks Automotive Advisory Board Checks


            Requirements Consistency


        Simulink Control Design


    By Task

        Code Generation Efficiency


 Check optimization settings

You should turn on the following optimization(s):

  • Block reduction
  • Remove code from floating-point to integer conversions that wraps out-of-range values
  • Inline invariant signals
  • The Simulation range checking diagnostic is enabled. Because this diagnostic can increase the time it takes to simulate your model, you should consider turning it off, by setting its value to none.
  • Ignore testpoints when generating code
  • Pass reusable subsystem outputs as individual arguments



  •         Frequency Response Estimation


            Managing Data Store Memory Blocks


            Managing Library Links And Variants


            Model Referencing


            Modeling Guidelines for MISRA-C:2004

            Modeling Physical Systems


            Modeling Signals and Parameters using Buses


            Modeling Single-Precision Systems


            Modeling Standards for DO-178C/DO-331


            Modeling Standards for EN 50128


            Modeling Standards for IEC 61508


            Modeling Standards for ISO 26262


     Display model metrics and complexity report

    Display number of elements and name, level, and depth of subsystems for the model or subsystem

    Model metrics information
    Display number of elements for Simulink blocks and Stateflow constructs


    Summary

    Element TypeCount
    Inport198
    Outport117
    SubSystem166


    Simulink

    Block TypeCount
    Inport198
    SubSystem166
    Constant137
    Outport117
    From74
    S-Function56
    ActionPort43
    Goto33
    RelationalOperator25
    Math23
    DataStoreWrite22
    Sum22
    Logic18
    Merge18
    DataStoreMemory17
    Product16
    DataStoreRead15
    If15
    UnaryMinus12
    DataTypeConversion10
    Width10
    SwitchCase3
    TriggerPort2
    Reshape2
    Selector2
    Step1
    EnablePort1
    ∧ Less

    Model complexity information
    Display name, level, and depth of subsystems


    Maximum Subsystem Depth: 7

    Subsystem Depth

    Subsystem NameLevelDepth
    CopyRight211
    EotProtn16
    EotProtn/CopyRight221
    EotProtn/EotProtnInit122
    EotProtn/EotProtnInit1/CopyRight231
    EotProtn/EotProtnInit1/EotAssiScaLpFil31
    EotProtn/EotProtnInit1/HwTqLpFil31
    EotProtn/EotProtnPer125
    EotProtn/EotProtnPer1/CopyRight231
    EotProtn/EotProtnPer1/EotDetd32
    EotProtn/EotProtnPer1/EotDetd/CopyRight241
    EotProtn/EotProtnPer1/EotVelImpct34
    EotProtn/EotProtnPer1/EotVelImpct/Compare To Zero41
    EotProtn/EotProtnPer1/EotVelImpct/CopyRight241
    EotProtn/EotProtnPer1/EotVelImpct/FixdToFloat_f32_u1641
    EotProtn/EotProtnPer1/EotVelImpct/FloatToFixd_u16_f141
    EotProtn/EotProtnPer1/EotVelImpct/FloatToFixd_u16_f241
    EotProtn/EotProtnPer1/EotVelImpct/FloatToFixd_u16_f3241
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem42
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem/CopyRight251
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem142
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem1/CopyRight251
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem242
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem2/CopyRight251
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem342
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem3/CopyRight251
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem442
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem4/CopyRight251
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem542
    EotProtn/EotProtnPer1/EotVelImpct/If Action Subsystem5/CopyRight251
    EotProtn/EotProtnPer1/EotVelImpct/LimStat_f3241
    EotProtn/EotProtnPer1/EotVelImpct/MotSpdIncptDyn41
    EotProtn/EotProtnPer1/EotVelImpct/Ramp43
    EotProtn/EotProtnPer1/EotVelImpct/Ramp/CopyRight251
    EotProtn/EotProtnPer1/EotVelImpct/Ramp/If Action Subsystem52
    EotProtn/EotProtnPer1/EotVelImpct/Ramp/If Action Subsystem/CopyRight261
    EotProtn/EotProtnPer1/EotVelImpct/Ramp/If Action Subsystem152
    EotProtn/EotProtnPer1/EotVelImpct/Ramp/If Action Subsystem1/CopyRight261
    EotProtn/EotProtnPer1/If Action Subsystem32
    EotProtn/EotProtnPer1/If Action Subsystem/CopyRight241
    EotProtn/EotProtnPer1/If Action Subsystem532
    EotProtn/EotProtnPer1/If Action Subsystem5/CopyRight241
    EotProtn/EotProtnPer1/SoftEndStop34
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain43
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/EntrGainIncpt51
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/FixdToFloat_f32_u1651
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/FloatToFixd_u16_f151
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/FloatToFixd_u16_f3251
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/If Action Subsystem52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/If Action Subsystem/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/If Action Subsystem152
    EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/If Action Subsystem1/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg43
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Disabled52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Disabled/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Exiting52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Exiting/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Exiting/ExitEotDampgIncpt61
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Exiting/FixdToFloat_f32_u1661
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Exiting/FloatToFixd_u16_f161
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Exiting/FloatToFixd_u16_f3261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Normal OR Entering52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Normal OR Entering/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Normal OR Entering/EntrEotDampgIncpt61
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Normal OR Entering/FixdToFloat_f32_u1661
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Normal OR Entering/FloatToFixd_u16_f161
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/ Normal OR Entering/FloatToFixd_u16_f3261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/Compare To Zero51
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/DampgRateLim51
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/DampgRngLim51
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/FloatToFixd_u16_f151
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/FloatToFixd_u16_f251
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/If Action Subsystem52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/If Action Subsystem/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/If Action Subsystem152
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotDampg/If Action Subsystem1/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain43
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain/ Disabled52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain/ Disabled/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain/ Exiting52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain/ Exiting/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain/Entering or Normal52
    EotProtn/EotProtnPer1/SoftEndStop/CalcEotGain/Entering or Normal/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/CalcExitGain42
    EotProtn/EotProtnPer1/SoftEndStop/CalcExitGain/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/CalcExitGain/FilLpUpdOutp51
    EotProtn/EotProtnPer1/SoftEndStop/CalcExitGain/FixdToFloat_f32_u1651
    EotProtn/EotProtnPer1/SoftEndStop/CalcExitGain/FloatToFixd_u16_f3251
    EotProtn/EotProtnPer1/SoftEndStop/CalcExitGain/TqGainTbl51
    EotProtn/EotProtnPer1/SoftEndStop/CopyRight241
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain43
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/FilLpUpdGain51
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/FilLpUpdOutp51
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/If Action Subsystem352
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/If Action Subsystem3/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/If Action Subsystem452
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/If Action Subsystem4/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/If Action Subsystem552
    EotProtn/EotProtnPer1/SoftEndStop/FildEotGain/If Action Subsystem5/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/If Action Subsystem242
    EotProtn/EotProtnPer1/SoftEndStop/If Action Subsystem2/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/If Action Subsystem442
    EotProtn/EotProtnPer1/SoftEndStop/If Action Subsystem4/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd43
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem52
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem152
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem1/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem252
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem2/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem352
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem3/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem452
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem4/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem552
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem5/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem652
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem6/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem752
    EotProtn/EotProtnPer1/SoftEndStop/LimPosnDetd/If Action Subsystem7/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/LimStat_f3241
    EotProtn/EotProtnPer1/SoftEndStop/PosnCtrl43
    EotProtn/EotProtnPer1/SoftEndStop/PosnCtrl/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/PosnCtrl/If Action Subsystem52
    EotProtn/EotProtnPer1/SoftEndStop/PosnCtrl/If Action Subsystem/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/PosnCtrl/If Action Subsystem152
    EotProtn/EotProtnPer1/SoftEndStop/PosnCtrl/If Action Subsystem1/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/PosnCtrl/LimStat_f3251
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrDi42
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrDi/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin43
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin/If Action Subsystem52
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin/If Action Subsystem/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin/If Action Subsystem152
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin/If Action Subsystem1/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin/If Action Subsystem252
    EotProtn/EotProtnPer1/SoftEndStop/RackTrvlLimrInin/If Action Subsystem2/CopyRight261
    EotProtn/EotProtnPer1/SoftEndStopStCtrl33
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/CopyRight241
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/EotDampgIncpt by VehSpd41
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/EotEntrGainIncpt by VehSpd41
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/FixdToFloat_f32_u1641
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/FloatToFixd_u16_f141
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/FloatToFixd_u16_f3241
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/Keep State42
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/Keep State/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec142
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec1/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec242
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec2/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec342
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec3/CopyRight251
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec442
    EotProtn/EotProtnPer1/SoftEndStopStCtrl/PriorityVec4/CopyRight251
    call_EotProtnInit112
    call_EotProtnInit1/CopyRight221
    ∧ Less



     Check for root Inports with missing properties

    Identify Inport blocks in the top-level of the model with missing or inherited sample times, data types, or port dimensions

    Warning
    The following Inport blocks have undefined or inherited sample times, data types or port dimensions

    InportLinkConditions
    1SF018A_EotProtn/VehSpdMissing port dimension
    Missing signal data type
    Missing port sample time
    2SF018A_EotProtn/EotProtnDiMissing port dimension
    Missing signal data type
    Missing port sample time
    3SF018A_EotProtn/HwAgMissing port dimension
    Missing signal data type
    Missing port sample time
    4SF018A_EotProtn/HwAgEotCwMissing port dimension
    Missing signal data type
    Missing port sample time
    5SF018A_EotProtn/HwAgEotCcwMissing port dimension
    Missing signal data type
    Missing port sample time
    6SF018A_EotProtn/HwAgAuthyMissing port dimension
    Missing signal data type
    Missing port sample time
    7SF018A_EotProtn/MotVelCrfMissing port dimension
    Missing signal data type
    Missing port sample time
    8SF018A_EotProtn/HwAgCwDetdMissing port dimension
    Missing signal data type
    Missing port sample time
    9SF018A_EotProtn/HwAgCcwDetdMissing port dimension
    Missing signal data type
    Missing port sample time
    10SF018A_EotProtn/HwTqMissing port dimension
    Missing signal data type
    Missing port sample time
    11SF018A_EotProtn/SysMotTqCmdScaMissing port dimension
    Missing signal data type
    Missing port sample time
    ∧ Less


    Recommended Action
    Explicitly define all missing Inport block properties identified in the results
    • Missing port dimension: Model contains Inport blocks with inherited port dimension (-1). Specify port dimension for the listed Inport blocks.
    • Missing signal data type: Model contains Inport blocks with inherited data type. Specify a data type for the listed Inport blocks.
    • Missing port sample time: Model contains Inport blocks with inherited sample time (-1). Specify sample time information for the listed Inport blocks. Note: The sample time of root Inports with bus type must match the sample times specified at the leaf elements of the bus object.


     Check for model objects that do not link to requirements

    Check Simulink blocks and Stateflow objects that do not link to a requirements document

    Warning
    The following blocks do not link to a requirement document:

    ∧ Less
    Recommended Action
    For each object in the list, in the Model Editor, right-click the block, select Requirements, and specify a requirement.



            Modeling Standards for MAAB

                Naming Conventions


     Check subsystem names

    Identify subsystem names that use characters that are not correct in C code.

    See Also

    Warning
    The following subsystem names contain incorrect characters:

    ErrorSubsystem block
    Name contains incorrect characters...../EotVelImpct/If Action Subsystem
    Name contains incorrect characters...../EotVelImpct/If Action Subsystem1
    Name contains incorrect characters...../EotVelImpct/If Action Subsystem2
    Name contains incorrect characters...../EotVelImpct/If Action Subsystem3
    Name contains incorrect characters...../EotVelImpct/If Action Subsystem4
    Name contains incorrect characters...../EotVelImpct/If Action Subsystem5
    Name contains incorrect characters...../EotVelImpct/Ramp/If Action Subsystem
    Name contains incorrect characters...../EotVelImpct/Ramp/If Action Subsystem1
    Name contains incorrect characters...../EotProtnPer1/If Action Subsystem
    Name contains incorrect characters...../EotProtnPer1/If Action Subsystem5
    Name contains incorrect characters...../CalcEntrGain/If Action Subsystem
    Name contains incorrect characters...../CalcEntrGain/If Action Subsystem1
    Name contains incorrect characters...../SoftEndStop/CalcEotDampg/ Disabled
    Name contains incorrect characters...../SoftEndStop/CalcEotDampg/ Exiting
    Name contains incorrect characters...../CalcEotDampg/ Normal OR Entering
    Name contains incorrect characters...../CalcEotDampg/If Action Subsystem
    Name contains incorrect characters...../CalcEotDampg/If Action Subsystem1
    Name contains incorrect characters...../SoftEndStop/CalcEotGain/ Disabled
    Name contains incorrect characters...../SoftEndStop/CalcEotGain/ Exiting
    Name contains incorrect characters...../CalcEotGain/Entering or Normal
    Name contains incorrect characters...../FildEotGain/If Action Subsystem3
    Name contains incorrect characters...../FildEotGain/If Action Subsystem4
    Name contains incorrect characters...../FildEotGain/If Action Subsystem5
    Name contains incorrect characters...../SoftEndStop/If Action Subsystem2
    Name contains incorrect characters...../SoftEndStop/If Action Subsystem4
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem1
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem2
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem3
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem4
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem5
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem6
    Name contains incorrect characters...../LimPosnDetd/If Action Subsystem7
    Name contains incorrect characters...../SoftEndStop/PosnCtrl/If Action Subsystem
    Name contains incorrect characters...../PosnCtrl/If Action Subsystem1
    Name contains incorrect characters...../RackTrvlLimrInin/If Action Subsystem
    Name contains incorrect characters...../RackTrvlLimrInin/If Action Subsystem1
    Name contains incorrect characters...../RackTrvlLimrInin/If Action Subsystem2
    Name contains incorrect characters...../SoftEndStopStCtrl/Keep State
    ∧ Less


    Recommended Action
    Rename the subsystem blocks using correct characters.



                Model Architecture


     Check for mixing basic blocks and subsystems

    Identify levels in the model that include basic blocks and subsystems. Each level of a model must be designed with blocks of the same level (for example, only subsystems or only basic blocks).

    See Also

    Warning
    The following level(s) in the model include basic blocks and subsystems:

    SystemBlock path
    SF018A_EotProtnSF018A_EotProtn/CopyRight2
    SF018A_EotProtnSF018A_EotProtn/Data Store Read
    SF018A_EotProtnSF018A_EotProtn/Data Store Read1
    SF018A_EotProtnSF018A_EotProtn/Data Store Read2
    SF018A_EotProtnSF018A_EotProtn/Step
    SF018A_EotProtn/EotProtnSF018A_EotProtn/EotProtn/CopyRight2
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Constant4
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Constant5
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Constant7
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/CopyRight2
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Data Store Read
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Data Store Read1
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Data Store Write1
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Logical Operator
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Logical Operator1
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtn/EotProtnPer1/Logical Operator2
    SF018A_EotProtn/EotProtn/EotProtnPer1..../EotProtnPer1/Relational Operator1
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Abslt_f32_f1
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Abslt_f32_f2
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Abslt_f32_f32
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtn/EotProtnPer1/EotVelImpct/Add
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Compare To Zero
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant1
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant2
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant3
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant4
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant5
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant6
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Constant7
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/CopyRight2
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Data Store Read
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/Data Store Read2
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/Data Store Write1
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/FixdToFloat_f32_u16
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/FloatToFixd_u16_f1
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/FloatToFixd_u16_f2
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/FloatToFixd_u16_f32
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/LimStat_f32
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/Logical Operator
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Max_f32
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/MotSpdIncptDyn
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Product
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotVelImpct/Relational Operator
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Subtract
    ..../EotProtn/EotProtnPer1/EotVelImpct..../EotProtnPer1/EotVelImpct/Subtract1
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotVelImpct/Ramp/Abslt_f32_f32
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotProtnPer1/EotVelImpct/Ramp/Add
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotProtnPer1/EotVelImpct/Ramp/Constant
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotProtnPer1/EotVelImpct/Ramp/CopyRight2
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotProtnPer1/EotVelImpct/Ramp/Product
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotVelImpct/Ramp/Relational Operator1
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotVelImpct/Ramp/Sign_s08_f32
    ..../EotProtn/EotProtnPer1/EotVelImpct/Ramp..../EotProtnPer1/EotVelImpct/Ramp/Subtract
    ..../EotProtn/EotProtnPer1/SoftEndStop..../EotProtnPer1/SoftEndStop/Constant2
    ..../EotProtn/EotProtnPer1/SoftEndStop..../EotProtnPer1/SoftEndStop/CopyRight2
    ..../EotProtn/EotProtnPer1/SoftEndStop..../SoftEndStop/Data Store Read1
    ..../EotProtn/EotProtnPer1/SoftEndStop..../SoftEndStop/Data Store Write1
    ..../EotProtn/EotProtnPer1/SoftEndStop..../SoftEndStop/Data Store Write2
    ..../EotProtn/EotProtnPer1/SoftEndStop..../SoftEndStop/Data Store Write3
    ..../EotProtn/EotProtnPer1/SoftEndStop..../SoftEndStop/Data Store Write4
    ..../EotProtn/EotProtnPer1/SoftEndStop..../EotProtnPer1/SoftEndStop/LimStat_f32
    ..../EotProtn/EotProtnPer1/SoftEndStop..../SoftEndStop/Logical Operator
    ..../EotProtn/EotProtnPer1/SoftEndStop..../SoftEndStop/Logical Operator1
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/Abslt_f32_f1
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/Abslt_f32_f32
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/Constant
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/Constant1
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/Constant3
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/CopyRight2
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../CalcEntrGain/Data Store Write1
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/EntrGainIncpt
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../CalcEntrGain/FixdToFloat_f32_u16
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../CalcEntrGain/FloatToFixd_u16_f1
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../CalcEntrGain/FloatToFixd_u16_f32
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/Max_f32
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../CalcEntrGain/Relational Operator
    ..../EotProtnPer1/SoftEndStop/CalcEntrGain..../SoftEndStop/CalcEntrGain/Subtract
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Abslt_f32_f32
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Compare To Zero
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Constant
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Constant1
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Constant3
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/CopyRight2
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/DampgRateLim
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/DampgRngLim
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../CalcEotDampg/Data Store Write1
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../CalcEotDampg/FloatToFixd_u16_f1
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../CalcEotDampg/FloatToFixd_u16_f2
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Product
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Subtract
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Subtract1
    ..../EotProtnPer1/SoftEndStop/CalcEotDampg..../SoftEndStop/CalcEotDampg/Unary Minus
    ..../EotProtnPer1/SoftEndStop/CalcEotGain..../SoftEndStop/CalcEotGain/Constant
    ..../EotProtnPer1/SoftEndStop/CalcEotGain..../SoftEndStop/CalcEotGain/CopyRight2
    ..../EotProtnPer1/SoftEndStop/CalcEotGain..../CalcEotGain/Data Store Write1
    ..../EotProtnPer1/SoftEndStop/FildEotGain..../SoftEndStop/FildEotGain/Constant
    ..../EotProtnPer1/SoftEndStop/FildEotGain..../SoftEndStop/FildEotGain/Constant1
    ..../EotProtnPer1/SoftEndStop/FildEotGain..../SoftEndStop/FildEotGain/Constant2
    ..../EotProtnPer1/SoftEndStop/FildEotGain..../SoftEndStop/FildEotGain/CopyRight2
    ..../EotProtnPer1/SoftEndStop/FildEotGain..../FildEotGain/Data Store Write2
    ..../EotProtnPer1/SoftEndStop/FildEotGain..../SoftEndStop/FildEotGain/FilLpUpdGain
    ..../EotProtnPer1/SoftEndStop/FildEotGain..../SoftEndStop/FildEotGain/FilLpUpdOutp
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant1
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant2
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant3
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant4
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant5
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant6
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Constant8
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/CopyRight2
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../LimPosnDetd/Data Store Write1
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Logical Operator
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../LimPosnDetd/Logical Operator1
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../LimPosnDetd/Relational Operator
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../LimPosnDetd/Relational Operator1
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../LimPosnDetd/Relational Operator2
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../LimPosnDetd/Relational Operator3
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Subtract
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Subtract1
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Unary Minus
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Unary Minus1
    ..../EotProtnPer1/SoftEndStop/LimPosnDetd..../SoftEndStop/LimPosnDetd/Unary Minus2
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Abslt_f32_f1
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Abslt_f32_f32
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Constant
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Constant1
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Constant2
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/CopyRight2
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/LimStat_f32
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Product
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Product1
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Relational Operator
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Subtract
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Subtract1
    ..../EotProtnPer1/SoftEndStop/PosnCtrl..../SoftEndStop/PosnCtrl/Unary Minus
    ..../SoftEndStop/RackTrvlLimrInin..../RackTrvlLimrInin/Abslt_f32_f1
    ..../SoftEndStop/RackTrvlLimrInin..../RackTrvlLimrInin/Abslt_f32_f32
    ..../SoftEndStop/RackTrvlLimrInin..../SoftEndStop/RackTrvlLimrInin/CopyRight2
    ..../SoftEndStop/RackTrvlLimrInin..../RackTrvlLimrInin/Data Store Read
    ..../SoftEndStop/RackTrvlLimrInin..../RackTrvlLimrInin/Relational Operator3
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Abslt_f32_f1
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Abslt_f32_f32
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant1
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant10
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant11
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant12
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant13
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant14
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant15
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant16
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant17
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Constant18
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant2
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant3
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant4
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant5
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant6
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant7
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant8
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Constant9
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/CopyRight2
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Data Store Read
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Data Store Read1
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Data Store Read2
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Data Store Write
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotDampgIncpt by VehSpd
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotEntrGainIncpt by VehSpd
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/FixdToFloat_f32_u16
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/FloatToFixd_u16_f1
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/FloatToFixd_u16_f32
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Logical Operator
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Logical Operator1
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Logical Operator2
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Logical Operator3
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Logical Operator4
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Logical Operator5
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Max_u16
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator1
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator2
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator3
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator4
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator5
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator6
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Relational Operator7
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Reshape
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Reshape1
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../EotProtnPer1/SoftEndStopStCtrl/Subtract
    ..../EotProtn/EotProtnPer1/SoftEndStopStCtrl..../SoftEndStopStCtrl/Unary Minus
    ∧ Less


    Recommended Action
    If possible, replace blocks at the identified level of the model hierarchy with basic blocks. Move nonvirtual blocks into the identified subsystem.



                Model Configuration Options

                Simulink


     Check for Simulink diagrams using nonstandard display attributes

    Identify nonstandard display attributes in Simulink diagrams.

    See Also

    _________________________________________________________________________________________

    Check format settings
    Identify incorrect model-level format options.

    Passed
    The format options are correct.
    _________________________________________________________________________________________

    Check block colors
    Identify blocks using nonstandard colors.

    Warning
    The following blocks use nonstandard colors:

    ∧ Less
    Recommended Action
    Set the block foreground color to black and the background color to white.
    _________________________________________________________________________________________

    Check canvas colors
    Identify canvases that are not white.

    Passed
    All diagrams use a white canvas.
    _________________________________________________________________________________________

    Check diagram zoom
    Identify diagrams that do not have zoom factor set to 100 %.

    Warning
    The following diagrams do not have zoom factor set to 100 percent:

    Recommended Action
    For each listed diagram, select View > Zoom > Normal View (100%).


     Check font formatting

    Identify inconsistent formatting of text.

    See Also

    Warning
    Font formatting is not consistent.

    The following font characteristics are used in the model/subsystem. Font characteristics are sorted by number of occurrences. The most common characteristics are bold.
    Font NameFont SizeFont Style

    Helvetica
    Arial

    10
    14
    9

    normal



    Recommended Action
    To have consistent font formatting, click Modify All Fonts to apply the font formatting selected in the input parameters above to all objects.

    Input Parameters Selection
    NameValue
    Font NameCommon
    Font SizeCommon
    Font StyleCommon


     Check positioning and configuration of ports

    Identify input and output ports with incorrect positioning and configurations.

    See Also

    _________________________________________________________________________________________

    Check Inport blocks position
    Identify Inport blocks that result in left-flowing signals.

    Passed
    There are no Inport blocks in the model that result in left-flowing signals.
    _________________________________________________________________________________________

    Check Outport block position
    Identify Outport blocks that result in left-flowing signals.

    Passed
    There are no Outport blocks in the model that result in left-flowing signals.
    _________________________________________________________________________________________

    Check port orientation
    Identify port blocks with nondefault orientation.

    Passed
    All ports use the default orientation.
    _________________________________________________________________________________________

    Check for duplicate Inports blocks
    Identify duplicate Inport blocks.

    Passed
    All Inport blocks in the model are used once.


     Check visibility of block port names

    Identify port block names that are not uniformly displayed. The block names must all be displayed or none displayed. Library blocks are an exception to this rule. This check ignores masked and subsystem blocks.

    See Also

    _________________________________________________________________________________________

    Check for incorrect port name display
    Identify ports that are incorrectly displaying names.

    Passed
    Subsystem blocks are correctly displayed.
    _________________________________________________________________________________________

    Check for incorrect subsystem port name display
    Identify subsystems that are incorrectly displaying names.

    Passed
    Subsystem blocks are correctly displayed.

    Input Parameters Selection
    NameValue
    Display all port names (Diagram > Format > Show Block Name).true


     Check the display attributes of block names

    Identify whether to display block names.

    See Also

    _________________________________________________________________________________________

    Check for blocks with hidden names and obvious function
    Identify block names that are displayed but can be hidden due to obvious behavior.

    Warning
    The following block names can be hidden:

    ∧ Less
    Recommended Action
    Hide the block name by deselecting (Diagram > Format > Show Block Name).
    _________________________________________________________________________________________

    Check for non-descriptive displayed block names
    Identify block names that are displayed but should be hidden due to a lack of a descriptive name.

    Warning
    The following blocks have a name displayed, however, the name is not descriptive:

    ∧ Less
    Recommended Action
    Modify the block name to provide descriptive information, or hide the block name by deselecting (Diagram > Format > Show Block Name).
    _________________________________________________________________________________________

    Check for missing block names
    Identify block names that are hidden but should be displayed to show a descriptive name.

    Warning
    The following blocks have descriptive names, however, the names are hidden:

    ∧ Less
    Recommended Action
    Modify the blocks to show the block name (Diagram > Format > Show Block Name).


     Check position of Trigger and Enable blocks

    Identify Trigger and Enable blocks that are not centered in the upper third of the model diagram.

    See Also

    Warning
    The following Trigger and Enable blocks are not centered in the upper third of the model diagram:∧ Less
    Recommended Action
    Move the above Trigger or Enable blocks such that it is centered in the upper third of the model diagram.


     Check signal line labels

    Identify blocks that require labeled signals. A subset of source and destination blocks require labeled signals.

    See Also

    _________________________________________________________________________________________

    Check source block labels
    The following source blocks require labeled signals; Inport, From, Data Store Read, Constant, Bus Selector, Demux, Selector. If the signal name is visible on the block, this rule is considered met.

    Warning
    The following signals have no label:

    ∧ Less
    Recommended Action
    Add a new or propagated label to the signal line.
    _________________________________________________________________________________________

    Check destination block labels
    The following destination blocks require labeled signals; Outport, Goto, Data Store Write, Bus Creator, Mux, Subsystem, Chart. If the signal name is visible on the source block, this rule is considered met.

    Warning
    The following signals have no label:

    ∧ Less
    Recommended Action
    Add a new or propagated label to the signal line.


     Check for propagated signal labels

    Identify propagated labels on signal lines.

    See Also

    _________________________________________________________________________________________

    Check subsystem input labels
    Identify subsystem inputs that are labeled and display propagated signals.

    Passed
    All inputs to the subsystem have labels and display propagated signals.
    _________________________________________________________________________________________

    Check subsystem output labels
    Identify outputs from subsystems that are labeled and display signal propagation.

    Passed
    All outputs from the subsystem have labels and display propagated signals.
    _________________________________________________________________________________________

    Signal propagation for nonsubsystem blocks
    Identify the signal propagation status for both transformative and nontransformative blocks.

    Passed
    All outputs from non subsystem blocks correctly use labels and display propagated signals.



                Stateflow


     Check usage of exclusive and default states in state machines

    Identify Stateflow charts and substates that incorrectly use or define exclusive and default states.
    Note: This check does not support charts that use MATLAB as the action language.

    See Also

    _________________________________________________________________________________________

    Check Stateflow charts for exclusive states
    Identify Stateflow charts that have singular exclusive (OR) states.

    Passed
    The Stateflow charts do not have singular exclusive (OR) states.
    _________________________________________________________________________________________

    Check Stateflow charts for undefined default states
    Identify Stateflow charts that do not define default states.

    Passed
    Each Stateflow chart defines a default state.
    _________________________________________________________________________________________

    Check for multiple states assigned as the default state
    At the root level in the Stateflow hierarchy only one state should be assigned as the default.

    Passed
    The root level of the chart has only one default state assigned.
    _________________________________________________________________________________________

    Check for substates with singular OR states
    States configured as OR should always be part of a group of states.

    Passed
    No singular OR states were detected.
    _________________________________________________________________________________________

    Check for substates without default states defined
    At every level in the Stateflow hierarchy a default state should be assigned.

    Passed
    All substates have default states assigned.
    _________________________________________________________________________________________

    Check for substates with multiple default states defined
    At every level in the Stateflow hierarchy only one state should be assigned as the default.

    Passed
    All levels of the chart have only one default state assigned.


     Check transition orientations in flowcharts

    Identify transitions in Stateflow flowcharts that are drawn incorrectly.

    See Also

    _________________________________________________________________________________________

    Check for conditions drawn vertically
    Condition expressions should be drawn on the horizontal segments of flowcharts.

    Passed
    All conditions expressions were drawn horizontally.
    _________________________________________________________________________________________

    Check for action transitions drawn vertically
    Transition actions should be drawn on the vertical segments of flowcharts.

    Passed
    All transitions actions where drawn vertically.
    _________________________________________________________________________________________

    Check for junctions for default transitions
    All Junctions in a flow chart should have a default exit transition.

    Passed
    All Junctions have a default exit transition.
    _________________________________________________________________________________________

    Check for transitions that combine condition and action
    Flowcharts should not combine condition evaluations and action expressions in a single transition.

    Passed
    No combined expressions where found in the chart.



                MATLAB Functions


            Requirements Consistency Checking


            Simulation Accuracy


            Simulation Runtime Accuracy Diagnostics


     Runtime diagnostics for S-functions

    This model contains the following C-MEX S-functions:

    IDS-FunctionBlock
    1C:\Users\hzq8v7\Documents\MATLAB\FDD_lib\Nexteer_Utilities v4.10.0\Libraries\EA4_Library\Math\Abslt_f32_f32.mexw64SF018A_EotProtn/EotProtn/EotProtnPer1/EotVelImpct/Abslt_f32_f1
      SF018A_EotProtn/EotProtn/EotProtnPer1/EotVelImpct/Abslt_f32_f2
      ...
    2C:\Users\hzq8v7\Documents\MATLAB\FDD_lib\Nexteer_Utilities v4.10.0\Libraries\EA4_Library\Math\Max_f32.mexw64SF018A_EotProtn/EotProtn/EotProtnPer1/EotVelImpct/Max_f32
      SF018A_EotProtn/EotProtn/EotProtnPer1/SoftEndStop/CalcEntrGain/Max_f32
      ...
    3C:\Users\hzq8v7\Documents\MATLAB\FDD_lib\Nexteer_Utilities v4.10.0\Libraries\EA4_Library\Math\Max_u16.mexw64SF018A_EotProtn/EotProtn/EotProtnPer1/SoftEndStopStCtrl/Max_u16
    4C:\Users\hzq8v7\Documents\MATLAB\FDD_lib\Nexteer_Utilities v4.10.0\Libraries\EA4_Library\Math\Sign_s08_f32.mexw64SF018A_EotProtn/EotProtn/EotProtnPer1/EotVelImpct/Ramp/Sign_s08_f32
      SF018A_EotProtn/EotProtn/EotProtnPer1/SoftEndStop/CalcExitGain/Sign_s08_f32

    Consider setting Solver data inconsistency [?] to either error or warning (currently set to none) to validate whether S-functions adhere to the ODE solver consistency rules that Simulink applies to its built-in blocks.

    Consider setting ArrayBounds exceeded [?]to either error or warning (currently set to none) to check if S-functions are writing outside array boundaries.

    Note: These runtime diagnostics may slow down simulation considerably. You should set them back to none once you have verified that they do not cause any warnings or errors during simulation.


     Check if Read/Write diagnostics are enabled for Data Store blocks

    Note: These runtime diagnostics may slow down simulation considerably. You should set them back to Disable all once you have verified that they do not cause any warnings or errors during simulation.



            Simulink Model File Integrity

            Upgrading to the Current Simulink Version