E_BA_SeqState

TYPE E_BA_SeqState :
(
  Invalid            := 0,
  eInactive          := 1,
  eDetermineToken    := 2,
  eOperation         := 3
) BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

eInactive

No enabling a sequenced control.

eDetermineToken

Search of the token to determine the active loop object.

eOperation

The object is in operation.