class documentation
class MachineryItemState(LocalizedTextEnum):
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 |
The machine is not available and does not perform any activity (e.g., switched off, in energy saving mode) |
| Constant | NOT |
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 |
The machine is not functional and does not perform any activity (e.g., error, blocked) |
Inherited from LocalizedTextEnum:
| Property | localized |
Return the OPC UA localized text of the enum member. |
The machine is available & functional and is actively performing an activity (pursues a purpose).
| Value |
|
The machine is not available and does not perform any activity (e.g., switched off, in energy saving mode)
| Value |
|
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 |
|