Test hardware is the same as production hardware
Option to indicate whether same hardware used in test and production
Model Configuration Pane: Hardware Implementation
Description
The Test hardware is the same as production hardware parameter specifies whether the hardware you use to test the code generated from the model is the same or has the same characteristics as the production hardware on which the code will run. When the test and production hardware differ, clear this parameter to generate additional code that emulates the production hardware on the test hardware.
Settings
on
(default) | off
on
Selecting this parameter indicates that the hardware you use to test the code you generate from the model is the same as or has the same characteristics as the production hardware on which the generated code will run.
off
Clearing this parameter indicates that the hardware you use to test the code you generate from the model is not the same or has different characteristics from the production hardware.
When you clear this parameter, the software generates additional code to emulate the production hardware on the test hardware.
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | On |
Programmatic Use
Parameter:
ProdEqTarget |
Type: string | character vector |
Values:
'on' | 'off' |
Default:
'on' |
Version History
Introduced in R2006b
See Also
Topics
- Specifying Test Hardware Characteristics (Simulink Coder)
- Hardware Implementation Options (Simulink Coder)
- Hardware Implementation Pane