STATE (ENUM)ΒΆ

TYPE STATE :

The PubSubState is used to expose and control the operation of the PubSub components:

Take a look to the state transition Diagram:

../../_images/StateDiagram.png

See: PubSubState at OPC Foundation

Attributes:
qualified_only
InOut:

Name

Comment

DISABLED

The PubSub component is configured but currently disabled.

PAUSED

The PubSub component is enabled but currently paused by a parent component.
The parent component is either Disabled or Paused.

OPERATIONAL

The PubSub component is operational

ERROR

The PubSub component is in an error state.