5.1.89. Range check (put_RangeCheck)

Range check the input and provide fault information from the range check.

5.1.89.1. Supported targets

All targets

5.1.89.2. Required license

None (Main library). (See Section 2.3, “Licensed Features”.)

5.1.89.3. Description

5.1.89.4. Inports

  • u

    Value to range check.

  • max_value

    A value of u greater than this causes the outport max_range_fault to become set.

  • min_value

    A value of u less than this causes the outport min_range_fault to become set.

5.1.89.5. Outports

  • max_range_fault

    Set to 1 if inport u is greater than inport max_value, otherwise set to 0.

  • min_range_fault

    Set to 1 if inport u is less than inport max_value, otherwise set to 0.

5.1.89.6. Mask parameters

5.1.89.7. Notes

None.