EquipmentChangeState

Description: An event has changed the state of the equipment.

Topic: Asset/A1000/EquipmentChangeState

Example Message:
{"dateTime":"2020-02-24T23:59:59.923Z",
"assetId":"A1000",
"dataItemId":"EquipmentChangeState",
"value":"SETUP"}

Message Parameters

Parameter Description
dateTime Date and time of the event
assetId The Id of the entity that is generating the message data
dataItemId The Id of the secondary classification of the data
value The current state after the event.

Acceptable entries include:
“DOWN”
“FEED_HOLD”
“INTERRUPTED”
“OFF”
“OPTIONAL_STOP”
“PROGRAM_COMPLETED”
“PROGRAM_OPTIONAL_STOP”
“PROGRAM_STOPPED”
“READY-IDLE-BLOCKED”
“READY-IDLE-STARVED”
“READY-PROCESSING-ACTIVE”
“READY-PROCESSING-EXECUTING”
“READY”
“SETUP”
“STOPPED”
“UNAVAILABLE”
“UNKNOWN”