<
From version < 41.1 >
edited by Xiaoling
on 2022/05/27 09:56
To version < 55.2 >
edited by Xiaoling
on 2022/06/01 14:39
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,12 +3,17 @@
3 3  
4 4  {{toc/}}
5 5  
6 -= 1. Introduction =
7 7  
7 +
8 +
9 +
10 +
11 += **1. Introduction** =
12 +
8 8  This article provide the examples for RS485-LN to connect to different type of RS485 sensors.
9 9  
10 10  
11 -== 1.1 Example 1: Connect to Leak relay and VFD ==
16 +== **1.1 Example 1: Connect to Leak relay and VFD** ==
12 12  
13 13  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:
14 14  
... ... @@ -30,7 +30,7 @@
30 30  * [[Video Demo>>url:https://www.youtube.com/watch?v=TAFZ5eaf-MY&t=6s&ab_channel=XavierFlorensaBerenguer]]
31 31  
32 32  
33 -== 1.2 Example 2: Connect to Pulse Counter ==
38 +== **1.2 Example 2: Connect to Pulse Counter** ==
34 34  
35 35  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 Pulse Counter and communicate with Mobile. This example and example 2 compose the structure for a farm IoT solution. The structure is like below:
36 36  
... ... @@ -39,18 +39,20 @@
39 39  Connection
40 40  
41 41  
47 +
42 42  [[image:image-20220527092146-4.png]]
43 43  
44 44  Connection
45 45  
52 +
46 46  * [[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/]] : Configure Document
47 47  * [[Dragino Solution in Farm>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/&file=Dragino%20on%20Farms.pptx]]
48 48  
49 49  == ==
50 50  
51 -== 1.3 Example3: Use RS485-LN with energy meters ==
58 +== **1.3 Example3: Use RS485-LN with energy meters** ==
52 52  
53 -=== 1.3.1 OverView ===
60 +=== **1.3.1 OverView** ===
54 54  
55 55  (((
56 56  **Note**:The specifications of each energy meter are different, please refer to your own energy meter specifications.
... ... @@ -65,6 +65,7 @@
65 65  Connection1
66 66  
67 67  
75 +
68 68  (((
69 69  How to connect with Energy Meter:
70 70  )))
... ... @@ -94,16 +94,17 @@
94 94  Connection2
95 95  
96 96  
105 +
97 97  [[image:image-20220527092555-7.png]]
98 98  
99 99  Connection3
100 100  
101 101  
102 -=== 1.3.2 How to use the parameters of the energy meter and MODBUS commands ===
111 +=== **1.3.2 How to use the parameters of the energy meter and MODBUS commands** ===
103 103  
104 104  If the user needs to read the parameters of the electric energy meter and use the modbus command,please refer to the appendix of the MODBUS communication protocol in the user manual of the energy meter.
105 105  
106 -[[image:image-20220527092629-8.png]]
115 +[[image:image-20220601143257-10.png]]
107 107  
108 108  
109 109  (% class="box infomessage" %)
... ... @@ -138,12 +138,12 @@
138 138  
139 139  )))
140 140  
141 -=== 1.3.3 How to configure RS485-LN and parse output commands ===
150 +=== **1.3.3 How to configure RS485-LN and parse output commands** ===
142 142  
143 143  RS485-LN provides two configuration methods: AT COMMAND and DOWNLINK.
144 144  
145 145  
146 -==== 1.3.3.1 via AT COMMAND: ====
155 +==== **1.3.3.1 via AT COMMAND:** ====
147 147  
148 148  First, we can use **AT+CFGDEV** to get the return value, and we can also judge whether the input parameters are correct.
149 149  
... ... @@ -151,7 +151,7 @@
151 151  If the configured parameters and commands are incorrect, the return value is not obtained.
152 152  )))
153 153  
154 -[[image:image-20220527092748-9.png]]
163 +[[image:image-20220601143201-9.png]]
155 155  
156 156  AT COMMAND
157 157  
... ... @@ -161,28 +161,30 @@
161 161   AT+DATACUTx : This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c
162 162  )))
163 163  
164 -a: length for the return of AT+COMMAND
173 +a:  length for the return of AT+COMMAND
165 165  
166 -b:1: grab valid value by byte, max 6 bytes. 2: grab valid value by bytes section, max 3 sections.
175 +b: 1: grab valid value by byte, max 6 bytes 2: grab valid value by bytes section, max 3 sections.
167 167  
168 -c: define the position for valid value.
177 +c:  define the position for valid value.
169 169  
170 -[[image:image-20220527092936-10.png]]
179 +[[image:image-20220601143115-8.png]]
171 171  
172 172  AT COMMAND
173 173  
174 174  
184 +
175 175  PAYLOAD is available after the valid value is intercepted.
176 176  
177 177  
178 -[[image:image-20220527093059-11.png]]
188 +[[image:image-20220601143046-7.png]]
179 179  
180 180  AT COMMAND
181 181  
182 182  
193 +
183 183  You can get configured PAYLOAD on TTN.
184 184  
185 -[[image:image-20220527093133-12.png]]
196 +[[image:image-20220601143519-1.png]]
186 186  
187 187  (((
188 188  AT COMMAND
... ... @@ -238,7 +238,7 @@
238 238  Payload:01 00 02 39 85 08 DC 00 00 00 44
239 239  )))
240 240  
241 -[[image:image-20220527093204-13.png]]
252 +[[image:image-20220601142936-6.png]]
242 242  
243 243  AT COMMAND
244 244  
... ... @@ -245,12 +245,14 @@
245 245  
246 246  (% 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.**
247 247  
248 -[[image:image-20220527093251-14.png]]
249 249  
260 +
261 +[[image:image-20220601143642-2.png]]
262 +
250 250  AT COMMAND
251 251  
252 252  
253 -==== 1.3.3.2 via LoRaWAN DOWNLINK ====
266 +==== **1.3.3.2 via LoRaWAN DOWNLINK** ====
254 254  
255 255  [[image:image-20220527093358-15.png]]
256 256  
... ... @@ -310,6 +310,8 @@
310 310  )))
311 311  
312 312  (((
326 +
327 +
313 313  (% style="color:#4f81bd" %)**Example:**
314 314  )))
315 315  
... ... @@ -322,27 +322,31 @@
322 322  DOWNLINK
323 323  
324 324  
325 -[[image:image-20220527093508-17.png]]
326 326  
341 +[[image:image-20220601143803-3.png]]
342 +
327 327  DOWNLINK
328 328  
329 329  
346 +
330 330  [[image:image-20220527093530-18.png]]
331 331  
332 332  DOWNLINK
333 333  
334 334  
335 -[[image:image-20220527093607-19.png]]
336 336  
353 +[[image:image-20220601143921-4.png]]
354 +
337 337  DOWNLINK
338 338  
339 339  
340 -[[image:image-20220527093628-20.png]]
341 341  
359 +[[image:image-20220601142805-5.png]]
360 +
342 342  DOWNLINK
343 343  
344 344  
345 -=== 1.3.4 How to configure and output commands for RS485 to USB ===
364 +=== **1.3.4 How to configure and output commands for RS485 to USB** ===
346 346  
347 347  (((
348 348  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.
... ... @@ -369,11 +369,13 @@
369 369  USB
370 370  
371 371  
391 +
372 372  [[image:image-20220527093747-22.png]]
373 373  
374 374  USB
375 375  
376 376  
397 +
377 377  (((
378 378  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.
379 379  )))
... ... @@ -391,7 +391,7 @@
391 391  USB
392 392  
393 393  
394 -=== 1.3.5 How to configure multiple devices and modify device addresses ===
415 +=== **1.3.5 How to configure multiple devices and modify device addresses** ===
395 395  
396 396  If users need to read the parameters of multiple energy meters, they need to modify the device address, because the default device address of each energy meter is 01.
397 397  
... ... @@ -401,7 +401,7 @@
401 401  )))
402 402  )))
403 403  
404 -[[image:image-20220527093849-24.png]]
425 +[[image:image-20220601142044-1.png]]
405 405  
406 406  
407 407  **Example**:These two meters are examples of setting parameters and device addresses.
... ... @@ -428,7 +428,7 @@
428 428  )))
429 429  )))
430 430  
431 -[[image:image-20220527094100-27.png]]
452 +[[image:image-20220601142354-2.png]]
432 432  
433 433  (% class="box infomessage" %)
434 434  (((
... ... @@ -455,10 +455,10 @@
455 455  
456 456  Its default device address is 01, and the following are the parameters for configuring two energy meters.
457 457  
458 -[[image:image-20220527094150-28.png]]
479 +[[image:image-20220601142452-3.png]]
459 459  
460 460  
461 -[[image:image-20220527094224-29.png]]
482 +[[image:image-20220601142607-4.png]]
462 462  
463 463  **PAYLOAD:01 08 DF 43 62**
464 464  
... ... @@ -465,7 +465,6 @@
465 465  * 08 DF is the valid value of the meter with device address 02.
466 466  * 43 62 is the valid value of the meter with device address 01.
467 467  
468 -
469 469  == 1.4 Example 4: Circuit Breaker Remote Open Close ==
470 470  
471 471  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 SCHNEIDER SMART and Monitor and control your cabinet remotely with no wires and with Dragino RS485-LN LoRaWAN technology. The structure is like below:
... ... @@ -476,7 +476,6 @@
476 476  
477 477  * [[Circuit Breaker Remote Open Close>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Circuit_Breaker_Remote_Open_Close/]] : Configure Documen
478 478  
479 -
480 480  == 1.5 Example 5: SEM Three Energy Meter with RS485-BL or RS485-LN ==
481 481  
482 482  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:
image-20220601142044-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +3.7 KB
Content
image-20220601142354-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +2.8 KB
Content
image-20220601142452-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +28.1 KB
Content
image-20220601142607-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +26.9 KB
Content
image-20220601142805-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +35.8 KB
Content
image-20220601142936-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +26.7 KB
Content
image-20220601143046-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +11.2 KB
Content
image-20220601143115-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +11.9 KB
Content
image-20220601143201-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +16.5 KB
Content
image-20220601143257-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +9.1 KB
Content
image-20220601143519-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +13.2 KB
Content
image-20220601143642-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +41.4 KB
Content
image-20220601143803-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +22.8 KB
Content
image-20220601143921-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +29.2 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0