HTTP POST sending first POST before Batching - RFID - FX9600

J Jean Robert 2 months 1 week ago
88 0 0

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"
 }
CONTACT
Can’t find what you’re looking for?