FXconnect Compatibility

The IoT Connector only supports the JSON formats. Refer Tag Data Events Format for IoT connector data format.

The Data formats in FxConnect

  1. In IoT Connector when endpoint is configured to HTTP-POST it Displays the Data formats as:

    {"reader_name":"FX75006A0C60 FX7500 RFID READER", "mac_address":"C4:7D:CC:6A:0C:60", "tag_reads":[{"epc":"F50100021606FFFFFFFFFFFF",
      "pc":"3000", "antennaPort":"1", "peakRssi":"-51", "timeStamp":"15/02/2023 16:38:03:997", "phase":"0.00", "channelIndex":"38",
       "isHeartBeat":"false"}]}
    
  2. In IoT Connector when endpoint is configured to TCPIP it Displays the Data formats as:

    {"mac_address":"C4:7D:CC:6A:0C:60", "tag_reads":[{"epc":"F50100021606FFFFADCFFFFFFF", "pc":"3045", "antennaPort":"1", "peakRssi":"-48",
      "timeStamp":"15/02/2023 16:38:03:997", "phase":"0.00", "channelIndex":"11", "isHeartBeat":"false"}]}
    
  3. In IoT Connector when endpoint is configured to KEYBOARD-EMULATION it Displays the Data formats as:

    epc=F501067021606FFFFADCFFFFFFF, pc=3000, antennaPort=1, peakRssi=-52, timeStamp=15/02/2023 16:38:03:997, phase=0.00, channelIndex=11,
    isHeartBeat=false
    

The Data Formats in IoT Connector

The Data formats for all the endpoints that is HTTP-POST, TCPIP and KEYBOARD-EMULATION are same.

The sample IoT Connector Format

[{"data":{"CRC":"518e","PC":"3000","antenna":1,"channel":927.25,"eventNum":194,"format":"epc","idHex":"ad99160040aac99525000025","peakRssi":-54,
"phase":0.0,"reads":9},"timestamp":"2023-02-24T10:14:42.851+0000","type":"INVENTORY"}]

To convert IoT Connector data to fxconnect compatible format, Download the DA app here

source code for the application can be downloaded from here

Important

The provided DA App can reformat the data to fxconnect compatible formats on HTTP-POST, TCPIP and KEYBOARD-EMULATION endpoint types mapped to Tag data interface 1.

for instructions on how to install application refer to Packaging and Deployment