E_BA_SeqDirection

TYPE E_BA_SeqDirection :
(
  Invalid                   := 0,
  eNoSequence               := 1,
  eLeft_to_Right            := 2,
  eMiddle_to_LeftOrRight    := 3, 
  eRight_to_Left            := 4
) BYTE;
END_TYPE

Name

Description

eNoSequence

No sequence active

eLeft_to_Right

The sequence starts at the loop on the left side, the token moves to the next loops.

eMiddle_to_LeftOrRight

Sequence starts in the middle, the token is passed to the next OR previous loop (depending on the control direction of the sequence).

eRight_to_Left

The sequence starts at the loop on the right side, the token moves to the previous loops.