class documentation
class MachineryOperationMode(LocalizedTextEnum):
Represents the operation mode of a machinery item (BaseMachineryItem).
Documentation from https://reference.opcfoundation.org/Machinery/v103/docs/13.2
| Constant | MAINTENANCE |
Mode with the intention to carry out maintenance or servicing activities. |
| Constant | NONE |
No machinery operation mode available. |
| Constant | PROCESSING |
Mode with the intention to carry out the value adding activities. |
| Constant | SETUP |
Mode with the intention to carry out setup, preparation or postprocessing activities of a production process. |
Inherited from LocalizedTextEnum:
| Property | localized |
Return the OPC UA localized text of the enum member. |