U_AcsiAnalogueCtlVal
Analog value as UNION type (integer or floating point number).
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE U_AcsiAnalogueCtlVal :
UNION
i : DINT;
f : REAL;
END_UNION
END_TYPE
Components
Name | Type | Description |
---|---|---|
i | DINT | Analog value as integer |
f | REAL | Analog value as floating point number |