E_LON_flow_direction_t

Used by: SNVT_flow_dir

TYPE E_LON_flow_direction_t :
(
  eLON_FD_NUL   := -1,
  eLON_FD_NONE  := 0,
  eLON_FD_OUT   := 1,
  eLON_FD_IN    := 2,
  eLON_FD_ANY   := 3
)
END_TYPE

eLON_FD_NUL: Invalid Value

eLON_FD_NONE: No flow/movement allowed

eLON_FD_OUT: Exit/out/away direction only

eLON_FD_IN: Entry/in/toward direction only

eLON_FD_ANY: No restriction on flow/movement