E_BA_CtrlSttupMod
Indicates the start light value for constant light control.
TYPE E_BA_CtrlSttupMod :
(
eBA_SttMaxVal := 0,
eBA_SttMinVal := 1,
eBA_SttDctVal := 2
);
END_TYPE
eBA_SttMaxVal: starts with the maximum value. The control starts with 100% - this makes all connected light actuators jump to their maximum value.
eBA_SttMinVal: starts with the minimum value. The control starts with 1% - this makes all connected light actuators jump to their minimum value ( not OFF).
eBA_SttDctVal: starts with the value specified under lrSttDctVal.
Requirements
Development environment | Target system | required library | required supplement |
---|---|---|---|
TwinCAT 2.11 R3/x64 | PC/CX | TcBA library from V1.0.0 | TF8040 | TwinCAT Building Automation from V1.0.0 |