Data_Window

This ENUM can be used to specify the ventilation method.

TYPE Data_Window :
(
  Window_Close  := 8,
  Window_Unlock := 9,
  Window_Open   := 16#0A,
  Window_20     := 16#0B,
  Window_40     := 16#0C,
  Window_60     := 16#0D,
  Window_80     := 16#0E,
  Window_100    := 16#0F,
  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 20%

Window_40: Opens the window 40%

Window_60: Opens the window 60%

Window_80: Opens the window 80%

Window_100: Opens the window 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

required TC3 PLC library

TwinCAT from v3.1.4020.14

Tc2_MPBus from 3.3.5.0