Changes for page MS48-LR -- LoRaWAN To Modbus Gateway
Last modified by Kilight Cao on 2025/07/14 15:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -243,11 +243,18 @@ 243 243 244 244 245 245 246 -== =Step 7: Configure Modbus RTU Slave ===246 +== Step 7: Configure Modbus RTU Slave == 247 247 248 -The gateway can as a Modbus RTU slave to run ning, the user can248 +The gateway can as a Modbus RTU slave to run, the user can set a range of the register to write a sensor node uplink data. 249 249 250 250 251 +For example, there is a sensor node EUI is 70b3d57ed0051e22, the register start is 0xABCD and the register length is 14, which means the uplink data will be written to the register starting at 0xABCD register and the maximum write length not to exceed 14 registers. 252 + 253 +So the sensor node 70b3d57ed0051e22 uplink data will be written to the 0xABCD - 0xABE1 register. 254 + 255 +**Note: Since the length of the payload is the same for different sensor nodes if The length of the data is greater than the configuration length, the data will be replaced with FFFF.** 256 + 257 + 251 251 Enable Modbus Slave ~-~--> Enable Slave 252 252 253 253 Show Sensor History ~-~--> See the sensor data log ... ... @@ -258,7 +258,7 @@ 258 258 259 259 Register Start ~-~--> The 260 260 261 -Register Length ~-~--> 268 +Register Length ~-~--> 262 262 263 263 [[image:image-20231110175420-12.png||height="504" width="1161"]] 264 264