ST_GENIbusReplyDataEntry
Contents of an element of a response APDU: value and information.
TYPE ST_GENIbusReplyDataEntry :
STRUCT
byValue : BYTE;
byInfoHead : BYTE;
byUnitIndex : BYTE;
byZeroH : BYTE;
byRangeZeroL : BYTE;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
byValue | BYTE | Raw value. |
byInfoHead | BYTE | Information head containing among other things the scaling information. |
byUnitIndex | BYTE | Sign and unit code |
byZeroH | BYTE | Zero point in the case of normal range zero-point scaling OR high-byte zero point in the case of extended scaling. |
byRangeZeroL | BYTE | Range in the case of normal range zero-point scaling OR low-byte zero point in the case of extended scaling. |
Requirements
Development environment | PLC library to include |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_GENIbus from v3.3.0.0 |