Data_Window

Mit diesem ENUM kann die Art des Lüftens vorgegeben werden.

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: Schließt das Fenster.

Window_Unlock: Wenn Sie "Unlock" benutzen, nehmen Sie den Schalter im Fenster, um die MP Bus Kommunikation neu zu starten.

Window_Open: Öffnet das Fenster.

Window_20: Öffnet das Fenster 20 %.

Window_40: Öffnet das Fenster 40 %.

Window_60: Öffnet das Fenster 60 %.

Window_80: Öffnet das Fenster 80 %.

Window_100: Öffnet das Fenster 100 %.

Auto_Close: Automatisches Schließen.

Auto_5_15min: Automatisches Lüften alle 5...15 min.

Auto_8_30min: Automatisches Lüften alle 8...30 min.

Auto_10_50min: Automatisches Lüften alle 10...50 min.

Auto_open: Automatisches Lüften öffnen.

Auto: Automatikbetrieb.