<
From version < 57.7 >
edited by Xiaoling
on 2022/07/14 09:20
To version < 57.12 >
edited by Xiaoling
on 2022/07/14 09:48
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,6 @@
1 1  (% class="wikigeneratedid" %)
2 - ** Table of** **Contents:**
2 +*
3 +** Table of** **Contents:
3 3  
4 4  {{toc/}}
5 5  
... ... @@ -36,9 +36,6 @@
36 36  * [[Configure Manual>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/Relay_VFD/]] : Explanation on how to integrate to Node-red and to the Mobile Phone, and with link to the Github code.
37 37  * [[Video Demo>>url:https://www.youtube.com/watch?v=TAFZ5eaf-MY&t=6s&ab_channel=XavierFlorensaBerenguer]]
38 38  
39 -
40 -
41 -
42 42  == **1.2 Example 2: Connect to Pulse Counter** ==
43 43  
44 44  
... ... @@ -59,15 +59,13 @@
59 59  * 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/]]
60 60  * [[Dragino Solution in Farm>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/&file=Dragino%20on%20Farms.pptx]]
61 61  
62 -
63 -
64 -
65 65  == **1.3 Example3: Use RS485-LN with energy meters** ==
66 66  
67 67  === **1.3.1 OverView** ===
68 68  
64 +
69 69  (((
70 -**Note**:The specifications of each energy meter are different, please refer to your own energy meter specifications.
66 +(% style="color:red" %)**Note**:The specifications of each energy meter are different, please refer to your own energy meter specifications.
71 71  )))
72 72  
73 73  (((
... ... @@ -81,7 +81,9 @@
81 81  
82 82  
83 83  (((
84 -How to connect with Energy Meter:
80 +**How to connect with Energy Meter:**
81 +
82 +
85 85  )))
86 86  
87 87  (((
... ... @@ -117,15 +117,13 @@
117 117  
118 118  === **1.3.2 How to use the parameters of the energy meter and MODBUS commands** ===
119 119  
118 +
120 120  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.
121 121  
122 122  [[image:image-20220601143257-10.png]]
123 123  
124 124  
125 -(% class="box infomessage" %)
126 -(((
127 -**Example:** AT+COMMAND1=01 03 00 00 00 01 84 0A
128 -)))
124 +(% style="color:blue" %)**Example:**(%%)  AT+COMMAND1=01 03 00 00 00 01 84 0A
129 129  
130 130  * The first byte : slave address code (=001~247)
131 131  * The second byte : read register value function code
... ... @@ -134,12 +134,12 @@
134 134  * 7th and 8th bytes: CRC16 checksum from bytes 1 to 6.
135 135  
136 136  (((
133 +
134 +
135 +
137 137  How to parse the reading of the return command of the parameter:
138 -)))
139 139  
140 -(% class="box infomessage" %)
141 -(((
142 -**Example:** RETURN1:01 03 02 08 FD 7E 05
138 +(% style="color:blue" %)**Example:**(%%) RETURN1:01 03 02 08 FD 7E 05
143 143  )))
144 144  
145 145  * The first byte ARD: slave address code (=001~254)
... ... @@ -152,17 +152,22 @@
152 152  (% class="wikigeneratedid" %)
153 153  (((
154 154  
151 +
152 +
153 +
155 155  )))
156 156  
157 157  === **1.3.3 How to configure RS485-LN and parse output commands** ===
158 158  
158 +
159 159  RS485-LN provides two configuration methods: AT COMMAND and DOWNLINK.
160 160  
161 161  
162 -==== **1.3.3.1 via AT COMMAND:** ====
162 +==== **1.3.3.1 via AT COMMAND** ====
163 163  
164 -First, we can use **AT+CFGDEV** to get the return value, and we can also judge whether the input parameters are correct.
165 165  
165 +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.
166 +
166 166  (((
167 167  If the configured parameters and commands are incorrect, the return value is not obtained.
168 168  )))
... ... @@ -174,7 +174,7 @@
174 174  
175 175  (% class="box infomessage" %)
176 176  (((
177 - AT+DATACUTx : This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c
178 + **AT+DATACUTx **:  This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c
178 178  )))
179 179  
180 180  a:  length for the return of AT+COMMAND
... ... @@ -211,49 +211,49 @@
211 211  )))
212 212  
213 213  (((
214 -(% style="color:#4f81bd" %)**Example**:
215 +(% style="color:blue" %)**Example**:
215 215  
216 -CMD1:Read current data with MODBUS command. address:0x03 AT+COMMAND1= 01 03 00 03 00 01,1
217 +CMD1: Read current data with MODBUS command. address: 0x03 AT+COMMAND1= 01 03 00 03 00 01,1
217 217  )))
218 218  
219 219  (((
220 -RETURN1:01 03 02 00 02 39 85 00 00(return data)
221 +RETURN1: 01 03 02 00 02 39 85 00 00(return data)
221 221  )))
222 222  
223 223  (((
224 -AT+DATACUT1:9,1,4+5+6+7 Take the return value 00 02 39 85 as the valid value of reading current data and used to splice payload.
225 +AT+DATACUT1: 9,1,4+5+6+7 Take the return value 00 02 39 85 as the valid value of reading current data and used to splice payload.
225 225  
226 226  
227 227  )))
228 228  
229 229  (((
230 -CMD2:Read voltage data with MODBUS command. address:0x00 AT+COMMAND2= 01 03 00 00 00 01,1
231 +CMD2: Read voltage data with MODBUS command. address: 0x00 AT+COMMAND2= 01 03 00 00 00 01,1
231 231  )))
232 232  
233 233  (((
234 -RETURN2:01 03 02 08 DC BE 1D(return data)
235 +RETURN2: 01 03 02 08 DC BE 1D(return data)
235 235  )))
236 236  
237 237  (((
238 -AT+DATACUT2:7,1,4+5 Take the return value 08 DC as the valid value of reading voltage data and used to splice payload.
239 +AT+DATACUT2: 7,1,4+5 Take the return value 08 DC as the valid value of reading voltage data and used to splice payload.
239 239  
240 240  
241 241  )))
242 242  
243 243  (((
244 -CMD3:Read total active energy data with MODBUS command. address:0x0031 AT+COMMAND3= 01 03 00 31 00 02,1
245 +CMD3: Read total active energy data with MODBUS command. address: 0x0031 AT+COMMAND3= 01 03 00 31 00 02,1
245 245  )))
246 246  
247 247  (((
248 -RETURN3:01 03 04 00 00 00 44 FA 00(return data)
249 +RETURN3: 01 03 04 00 00 00 44 FA 00(return data)
249 249  )))
250 250  
251 251  (((
252 -AT+DATACUT3:9,1,4+5+6+7 Take the return value 00 00 00 44 as the valid value of reading total active energy data and used to splice payload.
253 +AT+DATACUT3: 9,1,4+5+6+7 Take the return value 00 00 00 44 as the valid value of reading total active energy data and used to splice payload.
253 253  )))
254 254  
255 255  (((
256 -Payload:01 00 02 39 85 08 DC 00 00 00 44
257 +Payload: 01 00 02 39 85 08 DC 00 00 00 44
257 257  )))
258 258  
259 259  [[image:image-20220601142936-6.png]]
... ... @@ -264,7 +264,6 @@
264 264  (% 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.**
265 265  
266 266  
267 -
268 268  [[image:image-20220601143642-2.png]]
269 269  
270 270  AT COMMAND
... ... @@ -272,6 +272,7 @@
272 272  
273 273  ==== **1.3.3.2 via LoRaWAN DOWNLINK** ====
274 274  
275 +
275 275  [[image:image-20220527093358-15.png]]
276 276  
277 277  (((
... ... @@ -294,7 +294,7 @@
294 294  )))
295 295  
296 296  (((
297 -Note: if user use AT+COMMANDx to add a new command, he also need to send AT+DATACUTx downlink.
298 +(% style="color:red" %)Note: if user use AT+COMMANDx to add a new command, he also need to send AT+DATACUTx downlink.
298 298  )))
299 299  
300 300  (((
... ... @@ -332,7 +332,7 @@
332 332  (((
333 333  
334 334  
335 -(% style="color:#4f81bd" %)**Example:**
336 +(% style="color:blue" %)**Example:**
336 336  )))
337 337  
338 338  (((
... ... @@ -388,6 +388,8 @@
388 388  
389 389  (((
390 390  check digit: Even
392 +
393 +
391 391  )))
392 392  
393 393  [[image:image-20220527093708-21.png]]
... ... @@ -404,14 +404,18 @@
404 404  
405 405  (((
406 406  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.
410 +
411 +
407 407  )))
408 408  
409 409  (((
410 -(% style="color:#4f81bd" %)**Example:**  (%%)input:01 03 00 31 00 02 95 c4
415 +(% style="color:blue" %)**Example:**  (%%)input:01 03 00 31 00 02 95 c4
411 411  )))
412 412  
413 413  (((
414 414   output:01 03 04 00 00 00 42 7A 02
420 +
421 +
415 415  )))
416 416  
417 417  [[image:image-20220527093821-23.png]]
... ... @@ -421,6 +421,7 @@
421 421  
422 422  === **1.3.5 How to configure multiple devices and modify device addresses** ===
423 423  
431 +
424 424  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.
425 425  
426 426  (((
... ... @@ -432,7 +432,7 @@
432 432  [[image:image-20220601142044-1.png]]
433 433  
434 434  
435 -**Example**:These two meters are examples of setting parameters and device addresses.
443 +(% style="color:blue" %)**Example**(%%): These two meters are examples of setting parameters and device addresses.
436 436  
437 437  [[image:image-20220527093950-25.png]]
438 438  
... ... @@ -439,6 +439,7 @@
439 439  
440 440  [[image:image-20220527094028-26.png]]
441 441  
450 +
442 442  (((
443 443  (((
444 444  First of all, since the default device address of the energy meter is 01, the configuration of two energy meters will conflict, so we first connect an energy meter and configure the device address.
... ... @@ -447,7 +447,7 @@
447 447  
448 448  (((
449 449  (((
450 -We can use AT+CFGDEV to set the device address.
459 +We can use **AT+CFGDEV** to set the device address.
451 451  )))
452 452  )))
453 453  
... ... @@ -459,6 +459,7 @@
459 459  
460 460  [[image:image-20220601142354-2.png]]
461 461  
471 +
462 462  (% class="box infomessage" %)
463 463  (((
464 464  **AT+CFGDEV:01 10 00 61 00 01 02 00 02,1**
... ... @@ -489,6 +489,7 @@
489 489  
490 490  [[image:image-20220601142607-4.png]]
491 491  
502 +
492 492  **PAYLOAD:01 08 DF 43 62**
493 493  
494 494  * 08 DF is the valid value of the meter with device address 02.
... ... @@ -495,24 +495,36 @@
495 495  * 43 62 is the valid value of the meter with device address 01.
496 496  
497 497  
509 +
510 +
498 498  == 1.4 Example 4: Circuit Breaker Remote Open Close ==
499 499  
500 -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:
501 501  
514 +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.
515 +
516 +The structure is like below:
517 +
502 502  [[image:image-20220527094330-30.png]]
503 503  
504 504  Connection
505 505  
506 -* [[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
507 507  
523 +* 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/]]
524 +
525 +
526 +
527 +
508 508  == 1.5 Example 5: SEM Three Energy Meter with RS485-BL or RS485-LN ==
509 509  
530 +
510 510  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:
511 511  
512 -* [[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]] : Configure Document For RS485-BL
533 +* 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);"]]
534 +* 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]]
513 513  
514 -* [[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]] : Configure Document for RS485-LN
515 515  
537 +
538 +
516 516  == 1.6 Example 6:CEM C31 485-T1-MID Energy Meter with RS485-LN ==
517 517  
518 518  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:
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0