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
-
... ... @@ -16,7 +16,7 @@ 16 16 17 17 = 1. Introduction = 18 18 19 -== 1.1What is MS48-LR ==19 +== **What is MS48-LR** == 20 20 21 21 ((( 22 22 ((( ... ... @@ -37,6 +37,14 @@ 37 37 38 38 ((( 39 39 MS48-LR supports (% style="color:blue" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it. 40 + 41 + 42 + 43 +== **How does it work?** == 44 + 45 +The MS48-LR can run as a Modbus RS485-RTU slave, which writes the data from the LoRaWAN sensor uplink data into the registers of the 03 function code 46 + 47 +[[image:image-20231111103753-1.png||height="585" width="1031"]] 40 40 ))) 41 41 42 42 == 1.2 Specifications == ... ... @@ -248,7 +248,6 @@ 248 248 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 - 252 252 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. 253 253 254 254 So the sensor node 70b3d57ed0051e22 uplink data will be written to the 0xABCD - 0xABE1 register. ... ... @@ -273,9 +273,25 @@ 273 273 [[image:image-20231110175420-12.png||height="504" width="1161"]] 274 274 275 275 283 +After the sensor node is active at the built-in server Chirpstack, the user can add it to this page and enable the Modbus RS485-RTU Slave. 276 276 285 +Then MS48-LR will write the uplink data to the 03 code register and record the uplink data. 277 277 278 278 288 +**PLC read the MS48-LR register: ** 289 + 290 +[[image:image-20231111105300-3.png]] 291 + 292 + 293 +**History Data:** 294 + 295 +[[image:image-20231111105548-4.png||height="849" width="1173"]] 296 + 297 + 298 + 299 + 300 + 301 + 279 279 = 3. Web Configure Pages = 280 280 281 281 == 3.1 Home ==