UA_Range

This PLC data type maps the "Range" node [i=884]: reference.opcfoundation.org
This structured data type defines a value range with a lower (low) and an upper (high) double value.

Syntax

{attribute 'pack_mode' := '1'}
TYPE UA_Range :
STRUCT
    fLow : UA_Double;
    fHigh: UA_Double;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

fLow

Tc3_OpcUa.UA_Double

Lower limit of the value range

fHigh

Tc3_OpcUa.UA_Double

Upper limit of the value range