E_BA_AC_PlantStep01
Plant steps in the start program of an air conditioning system
TYPE E_BA_AC_PlantStep01 :
(
eOff := 1,
eErc := 2,
ePreRinse := 3,
eDamperOuA := 4,
eFanSupplyAir := 5,
eDamperExhA := 6,
eFanExtractAir := 7,
eCooler := 8,
eReheater := 9,
eMixedAir := 10,
eEnablingTemperatureControl := 11,
eEnablingHumidityControl := 12,
eOn := 13
) UDINT;
END_TYPE
Name | Description |
---|---|
eOff | Plant step Off. |
eErc | Plant step Energy recovery. |
ePreRinse | Pant step Pre-rinse. |
eDamperOuA | Plant step Exhaust air damper. |
eFanSupplyAir | Plant step Supply air fan. |
eDamperExhA | Plant step External air damper. |
eFanExtractAir | Plant step Exhaust air fan. |
eCooler | Plant step Cooler. |
eReHeater | Plant step Reheater. |
eMixedAir | Plant step Mixed air. |
eEnablingTemperatureControl | Plant step Enabling temperature control. |
eEnablingHumidityControl | Plant step Enabling humidity control. |
eOn | On |