The content of this article is deprecated, and will be removed in the future
modifyProducedPieces
ModifyProducesPieces messages are sent whenever the count of produced and scrapped items need to be modified.
less than a minute
Topic
ia/<customerID>/<location>/<AssetID>/modifyProducedPieces
ia.<customerID>.<location>.<AssetID>.modifyProducedPieces
Usage
modifyProducedPieces
is generated to change the count of produced items and scrapped items at the named timestamp.
Content
key | data type | description |
---|---|---|
timestamp_ms | int64 | unix timestamp of the time point whose count is to be modified |
count | int32 | number of produced items |
scrap | int32 | number of scrapped items |
JSON
Example
The count and scrap are overwritten to be to each at the timestamp.
{
"timestamp_ms": 1588879689394,
"count": 10,
"scrap": 10
}
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)