<
From version < 20.1 >
edited by Xiaoling
on 2022/05/27 09:32
To version < 21.2 >
edited by Xiaoling
on 2022/05/27 09:34
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,7 +28,6 @@
28 28  * [[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.
29 29  * [[Video Demo>>url:https://www.youtube.com/watch?v=TAFZ5eaf-MY&t=6s&ab_channel=XavierFlorensaBerenguer]]
30 30  
31 -
32 32  == 1.2 Example 2: Connect to Pulse Counter ==
33 33  
34 34  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:
... ... @@ -45,7 +45,6 @@
45 45  * [[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
46 46  * [[Dragino Solution in Farm>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/Application_Note/&file=Dragino%20on%20Farms.pptx]]
47 47  
48 -(% class="wikigeneratedid" %)
49 49  == ==
50 50  
51 51  == 1.3 Example3: Use RS485-LN with energy meters ==
... ... @@ -94,6 +94,7 @@
94 94  Connection2
95 95  
96 96  
95 +[[image:image-20220527092555-7.png]]
97 97  
98 98  Connection3
99 99  
... ... @@ -102,11 +102,12 @@
102 102  
103 103  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.
104 104  
105 -[[image:https://wiki.dragino.com/images/thumb/3/35/Meter4.png/600px-Meter4.png||alt="Meter4.png" height="193" width="600"]]
104 +[[image:image-20220527092629-8.png]]
106 106  
106 +
107 107  (% class="box infomessage" %)
108 108  (((
109 -Example:AT+COMMAND1=01 03 00 00 00 01 84 0A
109 +**Example:** AT+COMMAND1=01 03 00 00 00 01 84 0A
110 110  )))
111 111  
112 112  * The first byte : slave address code (=001~247)
... ... @@ -121,7 +121,7 @@
121 121  
122 122  (% class="box infomessage" %)
123 123  (((
124 -Example:RETURN1:01 03 02 08 FD 7E 05
124 +**Example:** RETURN1:01 03 02 08 FD 7E 05
125 125  )))
126 126  
127 127  * The first byte ARD: slave address code (=001~254)
... ... @@ -131,10 +131,16 @@
131 131  * The 6th and 7th bytes: CRC16 checksum
132 132  * 08 FD is register data. Use short integer 16 bits to convert to decimal, get 2301, then 230.1V is the voltage.
133 133  
134 +(% class="wikigeneratedid" %)
135 +(((
136 +
137 +)))
138 +
134 134  === 1.3.3 How to configure RS485-LN and parse output commands ===
135 135  
136 136  RS485-LN provides two configuration methods: AT COMMAND and DOWNLINK.
137 137  
143 +
138 138  ==== 1.3.3.1 via AT COMMAND: ====
139 139  
140 140  First, we can use **AT+CFGDEV** to get the return value, and we can also judge whether the input parameters are correct.
... ... @@ -143,10 +143,11 @@
143 143  If the configured parameters and commands are incorrect, the return value is not obtained.
144 144  )))
145 145  
146 -[[image:https://wiki.dragino.com/images/b/bc/AT_COMMAND1.png||height="358" width="456"]]
152 +[[image:image-20220527092748-9.png]]
147 147  
148 148  AT COMMAND
149 149  
156 +
150 150  (% class="box infomessage" %)
151 151  (((
152 152   AT+DATACUTx : This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c
... ... @@ -158,22 +158,23 @@
158 158  
159 159  c: define the position for valid value.
160 160  
161 -[[image:https://wiki.dragino.com/images/7/7d/AT_COMMAND2.png||height="278" width="477"]]
168 +[[image:image-20220527092936-10.png]]
162 162  
163 163  AT COMMAND
164 164  
172 +
165 165  PAYLOAD is available after the valid value is intercepted.
166 166  
167 167  
168 -[[image:https://wiki.dragino.com/images/3/3a/AT_COMMAND4.png||height="219" width="576"]]
176 +[[image:image-20220527093059-11.png]]
169 169  
170 170  AT COMMAND
171 171  
180 +
172 172  You can get configured PAYLOAD on TTN.
173 173  
183 +[[image:image-20220527093133-12.png]]
174 174  
175 -[[image:https://wiki.dragino.com/images/thumb/c/c2/AT_COMMAND3.png/600px-AT_COMMAND3.png||height="138" width="600"]]
176 -
177 177  (((
178 178  AT COMMAND
179 179  )))
... ... @@ -222,14 +222,14 @@
222 222  Payload:01 00 02 39 85 08 DC 00 00 00 44
223 223  )))
224 224  
225 -[[image:https://wiki.dragino.com/images/thumb/9/9b/AT_COMMAND10.png/600px-AT_COMMAND10.png||height="278" width="600"]]
233 +[[image:image-20220527093204-13.png]]
226 226  
227 227  AT COMMAND
228 228  
229 -01 is device address,00 02 is the current, 08 DC is the voltage,00 00 00 44 is the total active energy.
230 230  
238 +(% 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.**
231 231  
232 -[[~[~[image:https://wiki.dragino.com/images/thumb/b/b8/AT_COMMAND11.png/600px-AT_COMMAND11.png~|~|height="271" width="600"~]~]>>url:https://wiki.dragino.com/index.php/File:AT_COMMAND11.png]]
240 +[[image:image-20220527093251-14.png]]
233 233  
234 234  AT COMMAND
235 235  
... ... @@ -236,7 +236,7 @@
236 236  
237 237  ==== 1.3.3.2 via LoRaWAN DOWNLINK ====
238 238  
239 -[[image:image-20220512104358-3.png]]
247 +[[image:image-20220527093358-15.png]]
240 240  
241 241  (((
242 242  DOWNLINK
image-20220527093358-15.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +62.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0