Specifying an Implementation (Master: Implementation)

  1. In the Type combo box, select the implementation data type.

    The combo box contains all available types for the element. If available, customized data type names are displayed in the combo box.

  2. In the Min and Max fields, enter the limits of the interval.

    Note

    If you selected a real* implementation data type, the code generation ignores the limits you entered and uses ±oo for model and implementation.

  3. To enter the default limits for the implementation data type, right-click in one of the fields and select Default Value from the context menu.

    The Closedmaximal values for the respective implementation data type are inserted.

    Type

    Min.

    Max.

    real64

    -∞

    +∞

    real32

    -∞

    +∞

    Note

    real64 and real32 are only available for model data type cont

    sint32

    -2147483648

    2147483647

    uint32

    0

    4294967295

    sint16

    -32768

    32767

    uint16

    0

    65535

    sint8

    -128

    127

    uint8

    0

    255

    The model values are updated automatically.

    Note

    The model interval, i.e. Min and Max on the model field, are used as limits in the ASAM-2MC file.

The values inserted for the model or implementation are checked for consistency, together with the formula. See Consistency Checks for details.

See also

Consistency Checks

Customizing Data Type Names

Global Changes in Implementations

ASCET Options Window – Implementation Options