FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
05-16-2023 11:17 AM
we want to publish a set of tags. They are samples at one rate (mayby once per second) and we want to publish them less frequent (maybe once per 10 seconds). Is this possible?
For each tag we want to publish the timestamp of when the data was sampled by the source, and the quality of the data: is it good or bad so we know if the data can be trusted. Where can we find info on these type of attributes?
Example: 3 tags sampled every 5s and published every 10s:
{
"timestamp": 1658316850507,
"values": [
{
"id": "tag1",
"v": 1,
"q": true,
"t": 1658316845507
},
{
"id": "tag2",
"v": 100,
"q": true,
"t": 1658316845507
},
{
"id": "tag3",
"v": true,
"q": true,
"t": 1658316845507
},
{
"id": "tag1",
"v": 12,
"q": true,
"t": 1658316850507
},
{
"id": "tag2",
"v": 101,
"q": false,
"t": 1658316850507
},
{
"id": "tag3",
"v": false,
"q": true,
"t": 1658316850507
}
]
}
Solved! Go to Solution.
05-17-2023 11:13 AM
Hello,
Thanks for your enquiry.
we understand that the data collection / sampling would be for every 1 sec and publish data for every 10sec.
we suggest you to choose the DeviceBridge -> Collector -> Bosch -> PPM -> Measurement Message Collector. Provisions are given to input the collection (Collection Interval in ms) and publish time (SendIntervalms)
Measurement data can be collected and published as per the defined interval.
Thanks
Product Support