ST_ControlTable
TYPE ST_ControlTable :
STRUCT
nActualValue : UINT;
nControlValue : UINT;
nSwitchRange : UINT;
END_STRUCT
END_TYPE
nActualValue: Current brightness.
nControlValue: Corresponding switch point (control value).
nSwitchRange: Threshold value around the input value interpolation point at which switching takes place. The entry “0” marks the beginning of the unused area of the table.
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT from v3.1.4020.32 | Tc2_BABasic from v3.1.0.0 |