ST_DALIV2ControlTable
TYPE ST_DALIV2ControlTable :
STRUCT
nActualValue : UINT;
nControlValue : BYTE;
nSwitchRange : UINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
nActualValue | UINT | Measured brightness value. |
nControlValue | BYTE | Associated switch point/interpolation point for the control value. Valid value range: 0 or nMinLevelMasterDev ... nMaxLevelMasterDev. |
nSwitchRange | UINT | Threshold value around the interpolation point at which switching takes place. The entry "0" marks the beginning of the unused range of the table. |
Requirements
Development Environment | PLC library to include |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_DALI from v3.4.3.0 |