EDGe 1
45
0x03 – Report each Enabled Input:
0x03
Total
length
Port ID[i]
Data[i]
length
Data[i]
value[]
…
Checksum
1 byte
1 byte
1 byte
1 byte
1 byte * n
1 byte
Command: 0x03
Purpose: A LoRa node is Uploading the status (data) of all enabled input ports to network server.
Similar to 0x02, but due to payload limitation issue on low data rate connection, up to 4 separate
packets could be transmitted. One for all DIs/AIs, and one for each Modbus device.
Port ID[i]: Identifier for each input port. Only those enabled input ports will appear in the payload.
DI-1
0x10
DI-2
0x11
AI-1
0x30
AI-2
0x31
AI-3
0x32
Modbus-1
0x50
Modbus-2
0x51
Modbus-3
0x52
Data[i] Length: the data length of the corresponding input port.
Data[i] Value: the data of the corresponding input port.