Data_Window

This ENUM can be used to specify the ventilation method.

TYPE Data_Window :
(
  Window_Close  := 8,
  Window_Unlock := 9,
  Window_Open   := 10,
  Window_20     := 11,
  Window_40     := 12,
  Window_60     := 13,
  Window_80     := 14,
  Window_100    := 15,
  Auto_Close    := 1,
  Auto_5_15min  := 2,
  Auto_8_30min  := 3,
  Auto_10_50min := 4,
  Auto_open     := 5,
  Auto          := 0
)
END_TYPE

Window_Close: Closes the window

Window_Unlock: If you use "Unlock", use the switch in the window to restart the MP-Bus communication

Window_Open: Opens the window

Window_20: Opens the window by 20 %

Window_40: Opens the window by 40 %

Window_60: Opens the window by 60 %

Window_80: Opens the window by 80 %

Window_100: Opens the window by 100 %

Auto_Close: Automatic closing

Auto_5_15min: Automatic ventilation every 5...15 minutes

Auto_8_30min: Automatic ventilation every 8...30 minutes

Auto_10_50min: Automatic ventilation every 10...50 minutes

Auto_open: Automatic ventilation open

Auto: Automatic mode

Requirements

Development environment

PLC library to include

TwinCAT from v3.1.4020.14

Tc2_MPBus from 3.3.5.0