class documentation

class MachineryOperationMode(LocalizedTextEnum):

View In Hierarchy

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_text Return the OPC UA localized text of the enum member.
MAINTENANCE: str =

Mode with the intention to carry out maintenance or servicing activities.

Value
'Maintenance'
NONE: str =

No machinery operation mode available.

Value
'None'
PROCESSING: str =

Mode with the intention to carry out the value adding activities.

Value
'Processing'
SETUP: str =

Mode with the intention to carry out setup, preparation or postprocessing activities of a production process.

Value
'Setup'