Hi,
For my integration, I need the reader to send read tags within a single HTTP POST request. I've attempted various configurations, but without success. Currently, I'm encountering at least two separate HTTP POST calls.
When I utilize the Batch function of the IoT connector, it does work, but only after the first POST. For example, if Batching is set at 5 seconds, the reader sends the first POST somewhere between 0.5 and 2 seconds, and after this initial POST, subsequent POSTs occur every 5 seconds.
However, what I aim for is to have no POSTs initially, and then have one POST at 5 seconds, 10 seconds, 15 seconds, and so forth.
Does anyone have an idea of how to achieve this?
{
"antennas": [
1,
2
],
"radioStopConditions" : {
"duration" : 5
},
"environment":"AUTO_DETECT",
"reportFilter":{
"duration" : 10,
"type":"RADIO_WIDE"
},
"transmitPower": [
29.2,
29.2
],
"tagMetaData": [
"ANTENNA",
{"userDefined": "23177010550651-1"}
],
"type": "CUSTOM"
}
1 Replies
The IOT Post/Batch Posting does not provide what you seek as a "Startup" condition - the IOT will always send the initial data FIRST - when started up and then postings will follow the timing you seek.
Also please make sure you are operating with Up-To-Date Firmware - improvements to the IoT Framework on the FX-Series readers is steadily ongoing.