E_BA_ComState

TYPE E_BA_ComState :
(
  Invalid            := 0,
  Error              := 1,
  eUnused            := 10,
  eInitialization    := 11,
  eOperation         := 12
) BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

Error

A problem has occurred and the object has been excluded from execution.

eUnused

The communication object is not used by any other object.

eInitialization

The object is initialized.

eOperation

The object is in operation.