Last modified by Karry Zhuang on 2024/07/11 11:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,11 +13,13 @@ 13 13 This article provide the examples for RS485-LN to connect to different type of RS485 sensors. 14 14 15 15 16 + 16 16 == **1.1 Example 1: Connect to Leak relay and VFD** == 17 17 18 18 19 19 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-LN to connect to Relay and VFD and communicate with Mobile. The structure is like below: 20 20 22 + 21 21 [[image:image-20220527091852-1.png]] 22 22 23 23 Connection ... ... @@ -31,13 +31,12 @@ 31 31 32 32 (% style="color:blue" %)**Related documents:** 33 33 34 -* System Structure: [[Solar Pump with Dragino>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Relay_VFD/||style="background-color: rgb(255, 255, 255);"]] 35 -* 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/||style="background-color: rgb(255, 255, 255);"]] 36 +* 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);"]] 37 +* 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);"]] 36 36 * [[Video Demo>>url:https://www.youtube.com/watch?v=TAFZ5eaf-MY&t=6s&ab_channel=XavierFlorensaBerenguer]] 37 37 38 38 39 39 40 - 41 41 == **1.2 Example 2: Connect to Pulse Counter** == 42 42 43 43 ... ... @@ -57,12 +57,11 @@ 57 57 58 58 (% style="color:blue" %)**Related documents:** 59 59 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/]] 61 +* 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 * [[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 64 64 65 - 66 66 == **1.3 Example3: Use RS485-LN with energy meters** == 67 67 68 68 ... ... @@ -70,7 +70,7 @@ 70 70 71 71 72 72 ((( 73 -(% style="color:red" %)**Note**:The specifications of each energy meter are different, please refer to your own energy meter specifications. 73 +(% style="color:red" %)**Note**:**The specifications of each energy meter are different, please refer to your own energy meter specifications.** 74 74 ))) 75 75 76 76 ((( ... ... @@ -107,6 +107,8 @@ 107 107 108 108 ((( 109 109 Once there is power, the RS485-LN will be on. 110 + 111 + 110 110 ))) 111 111 112 112 [[image:image-20220527092514-6.png]] ... ... @@ -114,6 +114,7 @@ 114 114 Connection2 115 115 116 116 119 + 117 117 [[image:image-20220527092555-7.png]] 118 118 119 119 Connection3 ... ... @@ -183,7 +183,7 @@ 183 183 184 184 (% class="box infomessage" %) 185 185 ((( 186 - **AT+DATACUTx **: This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c 189 + (% _mstmutation="1" %)**AT+DATACUTx **(%%): This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c 187 187 ))) 188 188 189 189 a: length for the return of AT+COMMAND ... ... @@ -217,6 +217,8 @@ 217 217 218 218 ((( 219 219 223 + 224 + 220 220 ))) 221 221 222 222 ((( ... ... @@ -270,6 +270,7 @@ 270 270 AT COMMAND 271 271 272 272 278 + 273 273 (% style="color:#4f81bd" %)**01 is device address,00 02 is the current, 08 DC is the voltage,00 00 00 44 is the total active energy.** 274 274 275 275 ... ... @@ -305,6 +305,8 @@ 305 305 306 306 ((( 307 307 (% style="color:red" %)**Note: if user use AT+COMMANDx to add a new command, he also need to send AT+DATACUTx downlink.** 314 + 315 + 308 308 ))) 309 309 310 310 ((( ... ... @@ -381,6 +381,7 @@ 381 381 382 382 === **1.3.4 How to configure and output commands for RS485 to USB** === 383 383 392 + 384 384 ((( 385 385 This step is not necessary, it is just to show how to use a normal RS485 to USB adapter to connect to the meter to check the input and output. This can be used to test the connection and RS485 command of the meter without RS485-LN. 386 386 ))) ... ... @@ -516,9 +516,6 @@ 516 516 * 08 DF is the valid value of the meter with device address 02. 517 517 * 43 62 is the valid value of the meter with device address 01. 518 518 519 - 520 - 521 - 522 522 == 1.4 Example 4: Circuit Breaker Remote Open Close == 523 523 524 524 ... ... @@ -531,32 +531,26 @@ 531 531 Connection 532 532 533 533 534 -* 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/]] 540 +* 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"]] 535 535 536 536 537 - 538 - 539 539 == 1.5 Example 5: SEM Three Energy Meter with RS485-BL or RS485-LN == 540 540 541 541 542 542 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: 543 543 544 -* 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||style="background-color: rgb(255, 255, 255);"]] 545 -* 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]] 548 +* 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);"]] 549 +* 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"]] 546 546 547 547 548 - 549 - 550 550 == 1.6 Example 6: CEM C31 485-T1-MID Energy Meter with RS485-LN == 551 551 552 552 553 553 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-LN to connect to CEM C31 485-T1-MID and send the data for remote minitor. The structure is like below: 554 554 555 -* Configure Document For RS485-LN: [[CEM C31 485-T1-MID>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/ELECTRICAL%20CABINET/&file=ELECTRICAL%20CABINET%20READINGS.pdf||style="background-color: rgb(255, 255, 255);"]] 557 +* Configure Document For RS485-LN: [[CEM C31 485-T1-MID>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/ELECTRICAL%20CABINET/&file=ELECTRICAL%20CABINET%20READINGS.pdf||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]] 556 556 557 557 558 - 559 - 560 560 == 1.7 Example 7: Schneider Electric PLC M221 with RS485-BL == 561 561 562 562