The content of this article is deprecated, and will be removed in the future
scrapUniqueProduct
ScrapUniqueProduct messages are sent whenever a unique product should be scrapped.
less than a minute
Topic
ia/<customerID>/<location>/<AssetID>/scrapUniqueProduct
ia.<customerID>.<location>.<AssetID>.scrapUniqueProduct
Usage
A message is sent here everytime a unique product is scrapped.
Content
key | data type | description |
---|---|---|
UID | string | unique ID of the current product |
JSON
Example
The product with the unique ID 22 is scrapped.
{
"UID": 22,
}
Producers
- Typically Node-RED
Consumers
Last modified November 12, 2024: Merge pull request #308 from united-manufacturing-hub/fix/xxx/correct-opc-ua-simulator-get-started (56093f1)