E_LON_fire_test_t

Used by: SNVT_fire_test

TYPE E_LON_fire_test_t :
(
  eLON_FT_NUL     := -1,
  eLON_FT_NORMAL  := 0,
  eLON_FT_RESET   := 1,
  eLON_FT_TEST    := 2,
  eLON_FT_NOTEST  := 3
)
END_TYPE

eLON_FT_NUL: Invalid Value

eLON_FT_NORMAL: Return object to normal status

eLON_FT_RESET: Perform a RESET function (for smoke detectors)

eLON_FT_TEST: Go into TEST mode

eLON_FT_NOTEST: Exit TEST mode