Signal display level

Description

Specify the persistence level for MPT signal data objects.

Category: Code Generation > Code Placement

Settings

Default: 10

Specify an integer value indicating the persistence level for MPT signal data objects. This value indicates the level at which to declare signal data objects as global data in the generated code. The persistence level allows you to make intermediate variables global during initial development so you can remove them during later stages of development to gain efficiency.

This parameter is related to the Persistence level value that you can specify for a specific MPT signal data object in the mpt.Signal properties dialog.

Dependency

This parameter must be the same for top-level and referenced models.

Command-Line Information

Parameter: SignalDisplayLevel
Type: integer
Value: a valid integer
Default: 10

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityA valid integer
EfficiencyNo impact
Safety precautionNo impact

Related Topics