activity
activity messages can be part of machine state workflow.
less than a minute
For each message topic you will find a short description what the message is used for and which structure it has, as well as what structure the payload is excepted to have.
activity messages can be part of machine state workflow.
AddOrder messages are sent when a new order is added.
AddParentToChild messages are sent when child products are added to a parent product.
AddProduct messages are sent when a new product type is added.
AddShift messages are sent to add a shift with start and end timestamp.
Count Messages are sent everytime an asset has counted a new item.
DeleteShift messages are sent to delete a shift that starts at the designated timestamp.
detectedAnomaly messages can be sent when an asset has stopped and the reason is identified.
EndOrder messages are sent when an order of products is finished.
ModifyProducedPieces messages are sent whenever the count of produced and scrapped items need to be modified.
ModifyState messages can be sent when a state of an asset during a certain timeframe needs to be modified.
newTopic messages are sent when a new topic is created. This allows new topics to be almost immediatly detected, instead of waiting for the consumers to automatically refresh.
ProcessValue messages are sent whenever a custom process value with unique name has been prepared. The value is numerical.
ProcessValueString messages are sent whenever a custom process value is prepared. The value is a string.
ProductTag messages are sent to contextualize processValue messages.
Recommendation messages are sent whenever rapid actions would quickly improve efficiency on the shop floor.
ScrapCount messages are sent whenever a product is to be marked as scrap.
ScrapUniqueProduct messages are sent whenever a unique product should be scrapped.
StartOrder messages are sent whenever a new (already added) order is started.
State messages are sent every time an asset changes status.
UniqueProduct messages are sent whenever a unique product was produced or modified.