<
From version < 45.49 >
edited by Xiaoling
on 2024/08/06 13:56
To version < 45.47 >
edited by Xiaoling
on 2024/08/06 13:50
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,6 +24,7 @@
24 24  * **IP Rated**: IP68
25 25  * **Max Pressure**: 0.6MPa
26 26  
27 +
27 27  == 1.2 Application for Different Range ==
28 28  
29 29  
... ... @@ -88,6 +88,7 @@
88 88  * Cleaning of conductivity electrodes: Organic stains on the electrode can be cleaned with warm water containing detergent, or with alcohol. Calcium and magnesium precipitates are best cleaned with 10% citric acid. The electrode plate or pole can only be cleaned by chemical methods or by shaking in water. Wiping the electrode plate will damage the coating (platinum black) on the electrode surface.
89 89  * The equipment should be calibrated before each use. It is recommended to calibrate it every 3 months for long-term use. The calibration frequency should be adjusted appropriately according to different application conditions (degree of dirt in the application, deposition of chemical substances, etc.).
90 90  
92 +
91 91  == 1.7 RS485 Commands ==
92 92  
93 93  
... ... @@ -98,7 +98,7 @@
98 98  === 1.7.1 Query address ===
99 99  
100 100  
101 -**send:**
103 +**send**
102 102  
103 103  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
104 104  |=(% style="width: 74.75px;background-color:#4F81BD;color:white" %)Original address|=(% style="width: 64.75px; background-color: rgb(79, 129, 189); color: white;" %)Function code|=(% style="width: 64.75px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 64.75px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 64.75px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 64.75px;background-color:#4F81BD;color:white" %)Quantity low|=(% style="width: 59.75px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 59.75px;background-color:#4F81BD;color:white" %)CRC16 high
... ... @@ -107,12 +107,13 @@
107 107  If you forget the original address of the sensor, you can use the broadcast address 0XFE instead. When using 0XFE, the host can only connect to one slave, which can be used as a method of address query.
108 108  
109 109  
110 -**response:**
112 +**response**
111 111  
112 112  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:512px" %)
113 113  |=(% style="width: 100px;background-color:#4F81BD;color:white" %)New address|=(% style="width: 110px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 106px; background-color: rgb(79, 129, 189); color: white;" %)Data length|=(% style="width: 93px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 low|=(% style="width: 104px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 high
114 114  |(% style="width:99px" %)0X01|(% style="width:112px" %)0X03|(% style="width:106px" %)0X00|(% style="width:93px" %)0X20|(% style="width:104px" %)0XF0
115 115  
118 +
116 116  === 1.7.2 Change address ===
117 117  
118 118  
... ... @@ -130,7 +130,7 @@
130 130  === 1.7.3 Modify intercept ===
131 131  
132 132  
133 -**send:**
136 +send
134 134  
135 135  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:512px" %)
136 136  |=(% style="width: 64px;background-color:#4F81BD;color:white" %)Address|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 64px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 64px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 64px;background-color:#4F81BD;color:white" %)CRC16 high
... ... @@ -140,7 +140,7 @@
140 140  
141 141  Change the intercept of the sensor with address 1 to 10 (default 0), which is 0X000A in the command.
142 142  
143 -**response:**
146 +response
144 144  
145 145  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:512px" %)
146 146  |=(% style="width: 64px;background-color:#4F81BD;color:white" %)Address|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 64px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 64px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 64px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 64px;background-color:#4F81BD;color:white" %)CRC16 high
... ... @@ -169,7 +169,7 @@
169 169  
170 170  The query data command is 11 03 00 00 00 02 C6 9B
171 171  
172 -**For example**, the returned data is 11 03 04 (% style="color:red" %)**02 AE**(%%) 01 64 8B D0. 02 AE is converted to decimal 686,  K=10, EC: 6860uS/cm,temperature: 35.6℃ Convert the returned data to decimal and divide by 10.
175 +For example, the returned data is 11 03 04 (% style="color:red" %)**02 AE**(%%) 01 64 8B D0. 02 AE is converted to decimal 686,  K=10, EC: 6860uS/cm,temperature: 35.6℃ Convert the returned data to decimal and divide by 10.
173 173  
174 174  
175 175  Query the data (EC,temperature) of the sensor (address 11), host → slave
... ... @@ -188,7 +188,7 @@
188 188  
189 189  The query data command is 12 03 00 00 00 02 C6 A8
190 190  
191 -**For example**, the returned data is 12 03 04 (% style="color:red" %)**02 AE**(%%) 01 64 B8 D0. 02 AE is converted to decimal 686,  K=1, EC: 686uS/cm,temperature: 35.6℃ Convert the returned data to decimal and divide by 10.
194 +For example, the returned data is 12 03 04 (% style="color:red" %)**02 AE**(%%) 01 64 B8 D0. 02 AE is converted to decimal 686,  K=1, EC: 686uS/cm,temperature: 35.6℃ Convert the returned data to decimal and divide by 10.
192 192  
193 193  
194 194  === 1.7.5 Calibration Method ===
... ... @@ -196,7 +196,7 @@
196 196  
197 197  This device uses one-point calibration, and you need to prepare a known E standard solution. When mileage K=1, 1~~2000 uses 1413μS/cm standard solution, and when mileage K=10, 10~~20000 uses 12.88mS/cm standard solution.
198 198  
199 -**The calibration steps are as follows:**
202 +The calibration steps are as follows:
200 200  (1) Place the electrode in distilled water and clean it. When mileage 1~~2000 uses 1413μS/cm standard solution, enter the following calibration command after the data is stable.
201 201  
202 202  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
... ... @@ -210,7 +210,7 @@
210 210  
211 211  1413*10 gives 0X00003732
212 212  
213 -**response:**
216 +response
214 214  
215 215  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
216 216  |=(% style="width: 42px;background-color:#4F81BD;color:white" %)Address|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 68px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 68px;background-color:#4F81BD;color:white" %)CRC16 high
... ... @@ -229,7 +229,7 @@
229 229  
230 230  12880*10 gives 0X01F720
231 231  
232 -**response:**
235 +response
233 233  
234 234  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
235 235  |=(% style="width: 42px;background-color:#4F81BD;color:white" %)Address|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 68px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 68px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 68px;background-color:#4F81BD;color:white" %)CRC16 high
... ... @@ -236,6 +236,7 @@
236 236  |(% style="width:99px" %)0X11|(% style="width:112px" %)0X06|(% style="width:135px" %)0X00|(% style="width:126px" %)0X26|(% style="width:85px" %)0X00|(% style="width:1px" %)0X02|(% style="width:1px" %)0XEB|(% style="width:1px" %)0X50
237 237  
238 238  
242 +
239 239  = 2. DR-PH01 Water PH Sensor =
240 240  
241 241  == 2.1 Specification ==
... ... @@ -256,30 +256,27 @@
256 256  
257 257  == 2.2 Wiring ==
258 258  
259 -
260 260  [[image:image-20240720172548-2.png||height="348" width="571"]]
261 261  
262 262  
263 263  == (% style="color:inherit; font-family:inherit" %)2.3 (% style="color:inherit; font-family:inherit; font-size:26px" %)Mechinical Drawing(%%) ==
264 264  
265 -
266 266  [[image:image-20240714174241-2.png]]
267 267  
268 268  
269 269  == 2.4 Installation Notice ==
270 270  
271 -
272 272  Do not power on while connect the cables. Double check the wiring before power on.
273 273  
274 274  Installation Photo as reference:
275 275  
276 -**Submerged installation:**
277 +**~ Submerged installation:**
277 277  
278 278  The lead wire of the equipment passes through the waterproof pipe, and the 3/4 thread on the top of the equipment is connected to the 3/4 thread of the waterproof pipe with raw tape. Ensure that the top of the equipment and the equipment wire are not flooded.
279 279  
280 280  [[image:image-20240718191348-6.png]]
281 281  
282 -**Pipeline installation:**
283 +**~ Pipeline installation:**
283 283  
284 284  Connect the equipment to the pipeline through the 3/4 thread.
285 285  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0