E_HVAC2PointCtrlMode
TYPE E_HVAC2PointCtrlMode:
(
eHVAC2PointCtrlMode_Auto_BMS := 0,
eHVAC2PointCtrlMode_On_BMS := 1,
eHVAC2PointCtrlMode_Off_BMS := 2,
eHVAC2PointCtrlMode_Auto_OP := 3,
eHVAC2PointCtrlMode_On_OP := 4,
eHVAC2PointCtrlMode_Off_OP := 5
);
END_TYPE
.._BMS: Building Management System; remote control of the actuator from an BMS.
..OP: Operator Panel; local operation of the actuator from an OP.