The content of this article is deprecated, and will be removed in the future
productTag
ProductTag messages are sent to contextualize processValue messages.
less than a minute
Topic
ia/<customerID>/<location>/<AssetID>/productTag
ia.<customerID>.<location>.<AssetID>.productTag
Usage
productTagString
is usually generated by contextualizing a processValue
.
Content
key | data type | description |
---|---|---|
AID | string | AID of the product |
name | string | Name of the product |
value | float64 | key of the processValue |
timestamp_ms | int64 | unix timestamp of message creation |
JSON
Example
At the shown timestamp the product with the shown AID had 5 blemishes recorded.
{
"AID": "43298756",
"name": "blemishes",
"value": 5,
"timestamp_ms": 1588879689394
}
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)