Last modified by Karry Zhuang on 2024/07/11 11:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,7 +24,6 @@ 24 24 **Connection** 25 25 26 26 27 - 28 28 [[image:image-20220527091942-2.png]](% style="display:none" %) 29 29 30 30 **Connection** ... ... @@ -32,8 +32,10 @@ 32 32 33 33 (% style="color:blue" %)**Related documents:** 34 34 35 -* System Structure: [[Solar Pump with Dragino>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Relay_VFD/||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]] 34 +* System Structure: [[Solar Pump with Dragino>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Relay_VFD/||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]] 35 + 36 36 * Explanation on how to integrate to Node-red and to the Mobile Phone, and with link to the Github code: [[Configure Manual>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Relay_VFD/||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]] 37 + 37 37 * [[Video Demo>>url:https://www.youtube.com/watch?v=TAFZ5eaf-MY&t=6s&ab_channel=XavierFlorensaBerenguer]] 38 38 39 39 ... ... @@ -49,7 +49,6 @@ 49 49 **Connection** 50 50 51 51 52 - 53 53 [[image:image-20220527092146-4.png||height="507" width="906"]] 54 54 55 55 **Connection** ... ... @@ -58,6 +58,7 @@ 58 58 (% style="color:blue" %)**Related documents:** 59 59 60 60 * Configure Document: [[Pickdata MIO40 water pulse counter to LoRa with Dragino RS485-LN>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Pulse-Counter/||_mstmutation="1"]] 61 + 61 61 * [[Dragino Solution in Farm>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/&file=Dragino%20on%20Farms.pptx]] 62 62 63 63 ... ... @@ -73,8 +73,6 @@ 73 73 74 74 ((( 75 75 This example describes a single-phase meter.This is the connection between the RS485-LN and the energy meter. 76 - 77 - 78 78 ))) 79 79 80 80 [[image:image-20220527092419-5.png]] ... ... @@ -82,7 +82,6 @@ 82 82 **Connection1** 83 83 84 84 85 - 86 86 ((( 87 87 (% style="color:blue" %)**How to connect with Energy Meter:** 88 88 ... ... @@ -98,17 +98,15 @@ 98 98 ))) 99 99 100 100 ((( 101 -Power Source VIN to RS485-LN VIN+ 99 +Power Source **VIN** to RS485-LN **VIN+** 102 102 ))) 103 103 104 104 ((( 105 -Power Source GND to RS485-LN VIN- 103 +Power Source **GND** to RS485-LN **VIN-** 106 106 ))) 107 107 108 108 ((( 109 109 Once there is power, the RS485-LN will be on. 110 - 111 - 112 112 ))) 113 113 114 114 [[image:image-20220527092514-6.png]] ... ... @@ -116,7 +116,6 @@ 116 116 **Connection2** 117 117 118 118 119 - 120 120 [[image:image-20220527092555-7.png]] 121 121 122 122 **Connection3** ... ... @@ -133,9 +133,13 @@ 133 133 (% style="color:blue" %)**Example:**(%%) AT+COMMAND1=01 03 00 00 00 01 84 0A 134 134 135 135 * The first byte : slave address code (=001~247) 131 + 136 136 * The second byte : read register value function code 133 + 137 137 * 3rd and 4th bytes: start address of register to be read 135 + 138 138 * 5th and 6th bytes: Number of registers to read 137 + 139 139 * 7th and 8th bytes: CRC16 checksum from bytes 1 to 6. 140 140 141 141 ((( ... ... @@ -148,18 +148,18 @@ 148 148 ))) 149 149 150 150 * The first byte ARD: slave address code (=001~254) 150 + 151 151 * The second byte: Return to read function code 152 + 152 152 * 3rd byte: total number of bytes 154 + 153 153 * 4th~5th bytes: register data 156 + 154 154 * The 6th and 7th bytes: CRC16 checksum 158 + 155 155 * 08 FD is register data. Use short integer 16 bits to convert to decimal, get 2301, then 230.1V is the voltage. 156 156 157 -(% class="wikigeneratedid" %) 158 -((( 159 - 160 160 161 - 162 -))) 163 163 164 164 === 1.3.3 How to configure RS485-LN and parse output commands === 165 165 ... ... @@ -167,7 +167,7 @@ 167 167 RS485-LN provides two configuration methods: AT COMMAND and DOWNLINK. 168 168 169 169 170 -==== 1.3.3.1 via AT COMMAND ==== 169 +==== **1.3.3.1 via AT COMMAND** ==== 171 171 172 172 173 173 First, we can use (% style="color:blue" %)**AT+CFGDEV**(%%) to get the return value, and we can also judge whether the input parameters are correct. ... ... @@ -199,7 +199,6 @@ 199 199 **AT COMMAND** 200 200 201 201 202 - 203 203 PAYLOAD is available after the valid value is intercepted. 204 204 205 205 [[image:image-20220601143046-7.png]] ... ... @@ -207,7 +207,6 @@ 207 207 **AT COMMAND** 208 208 209 209 210 - 211 211 You can get configured PAYLOAD on TTN. 212 212 213 213 [[image:image-20220601143519-1.png]] ... ... @@ -223,7 +223,6 @@ 223 223 ((( 224 224 (% style="color:blue" %)**Example**: 225 225 226 - 227 227 (% style="color:red" %)**CMD1:**(%%) Read current data with MODBUS command. address: 0x03 AT+COMMAND1= 01 03 00 03 00 01,1 228 228 ))) 229 229 ... ... @@ -265,8 +265,6 @@ 265 265 266 266 ((( 267 267 Payload: 01 00 02 39 85 08 DC 00 00 00 44 268 - 269 - 270 270 ))) 271 271 272 272 [[image:image-20220601142936-6.png]] ... ... @@ -274,7 +274,6 @@ 274 274 AT COMMAND 275 275 276 276 277 - 278 278 (% style="color:blue" %)**01 is device address,00 02 is the current, 08 DC is the voltage,00 00 00 44 is the total active energy.** 279 279 280 280 ... ... @@ -283,10 +283,9 @@ 283 283 AT COMMAND 284 284 285 285 279 +==== **1.3.3.2 via LoRaWAN DOWNLINK** ==== 286 286 287 -==== 1.3.3.2 via LoRaWAN DOWNLINK ==== 288 288 289 - 290 290 [[image:image-20220527093358-15.png]] 291 291 292 292 ((( ... ... @@ -293,9 +293,6 @@ 293 293 **DOWNLINK** 294 294 ))) 295 295 296 -((( 297 - 298 -))) 299 299 300 300 ((( 301 301 (% style="color:blue" %)**Type Code 0xAF** ... ... @@ -310,8 +310,6 @@ 310 310 311 311 ((( 312 312 (% style="color:red" %)**Note: if user use AT+COMMANDx to add a new command, he also need to send AT+DATACUTx downlink.** 313 - 314 - 315 315 ))) 316 316 317 317 ((( ... ... @@ -346,9 +346,8 @@ 346 346 will execute an uplink after got this command. 347 347 ))) 348 348 349 -((( 350 - 351 351 337 +((( 352 352 (% style="color:blue" %)**Example:** 353 353 ))) 354 354 ... ... @@ -361,25 +361,21 @@ 361 361 **DOWNLINK** 362 362 363 363 364 - 365 365 [[image:image-20220601143803-3.png]] 366 366 367 367 **DOWNLINK** 368 368 369 369 370 - 371 371 [[image:image-20220601144053-5.png]] 372 372 373 373 **DOWNLINK** 374 374 375 375 376 - 377 377 [[image:image-20220601143921-4.png]] 378 378 379 379 **DOWNLINK** 380 380 381 381 382 - 383 383 [[image:image-20220601142805-5.png]] 384 384 385 385 **DOWNLINK** ... ... @@ -406,8 +406,6 @@ 406 406 407 407 ((( 408 408 check digit: Even 409 - 410 - 411 411 ))) 412 412 413 413 [[image:image-20220527093708-21.png]] ... ... @@ -415,7 +415,6 @@ 415 415 **USB** 416 416 417 417 418 - 419 419 [[image:image-20220527093747-22.png]] 420 420 421 421 **USB** ... ... @@ -424,8 +424,6 @@ 424 424 425 425 ((( 426 426 The configuration command is consistent with the AT command, input the hexadecimal command directly into the serial port, and the serial port will output the command. 427 - 428 - 429 429 ))) 430 430 431 431 ((( ... ... @@ -443,7 +443,6 @@ 443 443 **USB** 444 444 445 445 446 - 447 447 === 1.3.5 How to configure multiple devices and modify device addresses === 448 448 449 449 ... ... @@ -526,7 +526,6 @@ 526 526 527 527 (% style="display:none" %) (%%) 528 528 529 -(% style="display:none" %) (%%) 530 530 531 531 == 1.4 Example 4: Circuit Breaker Remote Open Close == 532 532 ... ... @@ -537,7 +537,7 @@ 537 537 538 538 [[image:image-20220527094330-30.png]] 539 539 540 -Connection 515 +**Connection** 541 541 542 542 543 543 * Configure Documen: [[Circuit Breaker Remote Open Close>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Circuit_Breaker_Remote_Open_Close/||_mstmutation="1"]] ... ... @@ -550,6 +550,7 @@ 550 550 This instruction is provided by Xavier Florensa Berenguer from [[NORIA GRUPO DE COMPRAS>>url:http://www.gruponovelec.com/]]. It is to show how to use RS485-BL to connect to SEM Three Energy Meter and send the data to mobile phone for remote minitor. The structure is like below: 551 551 552 552 * Configure Document For RS485-BL: [[Connect to SEM Three>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/RS485-BL/Application_Note/&file=Dragino%20RS485BL%20and%20pickdata%20SEM%20Three%20v1.pdf||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]] 528 + 553 553 * Configure Document for RS485-LN: [[Connect to SEM Three>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/SEM_Three_Energy_Meter/&file=SEM%20three%20and%20Dragino%20RS485-LN%20v1.pdf||_mstmutation="1"]] 554 554 555 555 ... ... @@ -568,7 +568,22 @@ 568 568 569 569 [[image:image-20220527094556-31.png]] 570 570 547 + 571 571 Network Structure 572 572 573 - 574 574 * [[Reference Instruction>>url:https://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Schneider%20Electric%20PLC/]] 551 + 552 + 553 + 554 +== 1.8 Example 8: This sketch is supposed to test Dragino RS485-BL (Modbus master), using an Arduino UNO as a Modbus slave. == 555 + 556 + 557 +This sketch uses 4 registers: some of them can be set by Dragino with a command, another is used to store value from a DS18B20 temperature sensor, or a random generated number. All data is 16bit uint, but the sketch shows also how to represent booleans and negative numbers. 558 + 559 +In the next days I will be adding more documentation, but I think it already explains users how to build their own modbus sensor to pair with Dragino RS485-BL. 560 + 561 +This is released the code under GNU LGPL licence on Github: 562 + 563 +[[https:~~/~~/github.com/zorbaproject/ArduinoModbusForDraginoRS485>>url:https://github.com/zorbaproject/ArduinoModbusForDraginoRS485]] 564 + 565 +