class documentation

class MachineryItemState(LocalizedTextEnum):

View In Hierarchy

Represents the state of a machinery item (BaseMachineryItem).

Documentation from https://reference.opcfoundation.org/Machinery/v103/docs/12.2

Constant EXECUTING The machine is available & functional and is actively performing an activity (pursues a purpose).
Constant NOT_AVAILABLE The machine is not available and does not perform any activity (e.g., switched off, in energy saving mode)
Constant NOT_EXECUTING The machine is available & functional and does not perform any activity. It waits for an action from outside to start or restart an activity.
Constant OUT_OF_SERVICE The machine is not functional and does not perform any activity (e.g., error, blocked)

Inherited from LocalizedTextEnum:

Property localized_text Return the OPC UA localized text of the enum member.
EXECUTING: str =

The machine is available & functional and is actively performing an activity (pursues a purpose).

Value
'Executing'
NOT_AVAILABLE: str =

The machine is not available and does not perform any activity (e.g., switched off, in energy saving mode)

Value
'NotAvailable'
NOT_EXECUTING: str =

The machine is available & functional and does not perform any activity. It waits for an action from outside to start or restart an activity.

Value
'NotExecuting'
OUT_OF_SERVICE: str =

The machine is not functional and does not perform any activity (e.g., error, blocked)

Value
'OutOfService'