E_BA_LoopSeqState

TYPE E_BA_LoopSeqState :
(
  Invalid        := 0,
  eNoSequence    := 1,
  eInactive      := 2,
  eWaiting       := 3,
  eActive        := 4,
  ePassed        := 5
) BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

eNoSequence

No sequence active

eInactive

Controller inactive

eWaiting

Waiting for tokens.

eActive

Operational (The current instance has the token.)

ePassed

The instance is at the maximum and has passed the token.