<
From version < 45.52 >
edited by Xiaoling
on 2024/08/06 14:11
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,12 +229,14 @@
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 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  
241 +
242 +
238 238  = 2. DR-PH01 Water PH Sensor =
239 239  
240 240  == 2.1 Specification ==
... ... @@ -255,40 +255,37 @@
255 255  
256 256  == 2.2 Wiring ==
257 257  
258 -
259 259  [[image:image-20240720172548-2.png||height="348" width="571"]]
260 260  
261 261  
262 262  == (% style="color:inherit; font-family:inherit" %)2.3 (% style="color:inherit; font-family:inherit; font-size:26px" %)Mechinical Drawing(%%) ==
263 263  
264 -
265 265  [[image:image-20240714174241-2.png]]
266 266  
267 267  
268 268  == 2.4 Installation Notice ==
269 269  
270 -
271 271  Do not power on while connect the cables. Double check the wiring before power on.
272 272  
273 273  Installation Photo as reference:
274 274  
275 -(% style="color:blue" %)**Submerged installation:**
277 +**~ Submerged installation:**
276 276  
277 277  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.
278 278  
279 279  [[image:image-20240718191348-6.png]]
280 280  
281 -(% style="color:blue" %)**Pipeline installation:**
283 +**~ Pipeline installation:**
282 282  
283 283  Connect the equipment to the pipeline through the 3/4 thread.
284 284  
285 285  [[image:image-20240718191336-5.png||height="239" width="326"]]
286 286  
287 -(% style="color:blue" %)**Sampling:**
289 +**Sampling:**
288 288  
289 289  Take representative water samples according to sampling requirements. If it is inconvenient to take samples, you can also put the electrode into the solution to be tested and read the output data. After a period of time, take out the electrode and clean it.
290 290  
291 -(% style="color:blue" %)**Measure the pH of the water sample:**
293 +**Measure the pH of the water sample:**
292 292  
293 293  First rinse the electrode with distilled water, then rinse it with the water sample, then immerse the electrode in the sample, carefully shake the test cup or stir it to accelerate the electrode balance, let it stand, and record the pH value when the reading is stable.
294 294  
... ... @@ -310,46 +310,41 @@
310 310  
311 311  == 2.6 RS485 Commands ==
312 312  
313 -
314 314  RS485 signaldefault address 0x10
315 315  Standard Modbus-RTU protocol, baud rate: 9600; check bit: none; data bit: 8; stop bit: 1
316 316  
317 -
318 318  === 2.6.1 Query address ===
319 319  
320 +send
320 320  
321 -**send:**
322 -
323 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
322 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:676.25px" %)
324 324  |=(% style="width: 50px;background-color:#4F81BD;color:white" %)Original address|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 1px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)CRC16 high
325 325  |(% style="width:99px" %)0XFE |(% style="width:112px" %)0X03|(% style="width:135px" %)0X00|(% style="width:126px" %)0X50|(% style="width:85px" %)0X00|(% style="width:1px" %)0X00|(% style="width:1px" %)0X51|(% style="width:1px" %)0XD4
326 326  
327 -**response:**
326 +response
328 328  
329 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
328 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:561.333px" %)
330 330  |=(% style="width: 50px;background-color:#4F81BD;color:white" %)New address|=(% style="width: 50px;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
331 331  |(% style="width:99px" %)0X01|(% style="width:112px" %)0X03|(% style="width:106px" %)0X00|(% style="width:93px" %)0X20|(% style="width:104px" %)0XF0
332 332  
333 333  === 2.6.2 Change address ===
334 334  
335 -
336 336  For example: Change the address of the sensor with address 1 to 2, master → slave
337 337  
338 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
336 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:676.25px" %)
339 339  |=(% style="width: 50px;background-color:#4F81BD;color:white" %)Original address|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 1px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)CRC16 high
340 340  |(% style="width:99px" %)0X01|(% style="width:112px" %)0X06|(% style="width:135px" %)0X00|(% style="width:126px" %)0X50|(% style="width:85px" %)0X00|(% style="width:1px" %)0X02|(% style="width:1px" %)0X08|(% style="width:1px" %)0X1A
341 341  
342 342  If the sensor receives correctly, the data is returned along the original path.
341 +Note: 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, and the return address is still the original address, which can be used as a method of address query.
343 343  
344 -(% style="color:red" %)**Note: 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, and the return address is still the original address, which can be used as a method of address query.**
345 345  
346 -
347 347  === 2.6.3 Modify intercept ===
348 348  
349 349  
350 -**send:**
347 +send
351 351  
352 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
349 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:570.333px" %)
353 353  |=(% style="width: 71px; background-color: rgb(79, 129, 189); color: white;" %)Address|=(% style="width: 74px; background-color: rgb(79, 129, 189); color: white;" %)Function code|=(% style="width: 67px; background-color: rgb(79, 129, 189); color: white;" %)Starting register address high|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Starting register address  low|=(% style="width: 69px; background-color: rgb(79, 129, 189); color: white;" %)Register Length high|=(% style="width: 66px; background-color: rgb(79, 129, 189); color: white;" %)Register Length low|=(% style="width: 57px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 low|=(% style="width: 57px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 high
354 354  |(% style="width:71px" %)0X10|(% style="width:74px" %)0X06|(% style="width:67px" %)0X00|(% style="width:68px" %)0X10|(% style="width:69px" %)0X00|(% style="width:66px" %)0X64|(% style="width:57px" %)0X8A|(% style="width:57px" %)(((
355 355  0XA5
... ... @@ -357,9 +357,9 @@
357 357  
358 358  Change the intercept of the sensor at address 10 to 1 (default is 0). You need to pass the intercept 1*100 =100 into the command 0x006.
359 359  
360 -**response:**
357 +response
361 361  
362 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
359 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:676.25px" %)
363 363  |=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Function code|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address high|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)Quantity high|=(% style="width: 1px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)CRC16 low|=(% style="width: 50px;background-color:#4F81BD;color:white" %)CRC16 high
364 364  |(% style="width:99px" %)0X10|(% style="width:112px" %)0X06|(% style="width:135px" %)(((
365 365  0X00
... ... @@ -372,13 +372,13 @@
372 372  
373 373  Query the data (PH) of the sensor (address 10), host → slave
374 374  
375 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
372 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:599.333px" %)
376 376  |=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Function code|=(% style="width: 64px; background-color: rgb(79, 129, 189); color: white;" %)Starting register address high|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Starting register address low|=(% style="width: 70px; background-color: rgb(79, 129, 189); color: white;" %)Register length high|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Register length low|=(% style="width: 56px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 low|=(% style="width: 56px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 high
377 377  |(% style="width:99px" %)0X10|(% style="width:72px" %)0X03|(% style="width:64px" %)0X00|(% style="width:68px" %)0X00|(% style="width:70px" %)0X00|(% style="width:72px" %)0X01|(% style="width:56px" %)0X87|(% style="width:56px" %)0X4B
378 378  
379 379  If the sensor receives correctly, the following data will be returned, slave → host
380 380  
381 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
378 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:599.333px" %)
382 382  |=(% style="width: 50px;background-color:#4F81BD;color:white" %)Address|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Function code|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Data length|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Register 0 Data high|=(% style="width: 70px; background-color: rgb(79, 129, 189); color: white;" %)Register 0 Data low|=(% style="width: 56px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 low|=(% style="width: 56px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 high
383 383  |(% style="width:99px" %)0X10|(% style="width:72px" %)0X03|(% style="width:68px" %)0X02|(% style="width:70px" %)0X02|(% style="width:72px" %)0XAE|(% style="width:56px" %)0XC4|(% style="width:56px" %)0X9B
384 384  
... ... @@ -393,10 +393,10 @@
393 393  
394 394  
395 395  This device uses three-point calibration, and three known pH standard solutions need to be prepared.
396 -**The calibration steps are as follows:**
393 +The calibration steps are as follows:
397 397  (1) Place the electrode in distilled water to clean it, and then place it in 9.18 standard buffer solution. After the data stabilizes, enter the following calibration command, and the 9.18 calibration is completed.
398 398  
399 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
396 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:575.333px" %)
400 400  |=(% style="width: 64px; background-color: rgb(79, 129, 189); color: white;" %)Address|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Function code|=(% style="width: 66px; background-color: rgb(79, 129, 189); color: white;" %)Address high|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Address low|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Quantity high|=(% style="width: 70px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 55px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 low|=(% style="width: 55px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 high
401 401  |(% style="width:64px" %)0X10|(% style="width:72px" %)0X06|(% style="width:66px" %)(((
402 402  0X00
... ... @@ -406,7 +406,7 @@
406 406  
407 407  (2) Wash the electrode in distilled water and place it in 6.86 standard buffer. After the data stabilizes, enter the following calibration command. The 6.86 calibration is completed.
408 408  
409 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
406 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:575.333px" %)
410 410  |=(% style="width: 64px; background-color: rgb(79, 129, 189); color: white;" %)Address|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Function code|=(% style="width: 66px; background-color: rgb(79, 129, 189); color: white;" %)Address high|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Address low|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Quantity high|=(% style="width: 70px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 55px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 low|=(% style="width: 55px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 high
411 411  |(% style="width:64px" %)0X10|(% style="width:72px" %)0X06|(% style="width:66px" %)(((
412 412  0X00
... ... @@ -416,7 +416,7 @@
416 416  
417 417  (3) Wash the electrode in distilled water and place it in 4.01 standard buffer. After the data stabilizes, enter the following calibration command, and the 4.00 calibration is completed.
418 418  
419 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:518px" %)
416 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:575.333px" %)
420 420  |=(% style="width: 64px; background-color: rgb(79, 129, 189); color: white;" %)Address|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Function code|=(% style="width: 66px; background-color: rgb(79, 129, 189); color: white;" %)Address high|=(% style="width: 68px; background-color: rgb(79, 129, 189); color: white;" %)Address low|=(% style="width: 72px; background-color: rgb(79, 129, 189); color: white;" %)Quantity high|=(% style="width: 70px; background-color: rgb(79, 129, 189); color: white;" %)Quantity low|=(% style="width: 55px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 low|=(% style="width: 55px; background-color: rgb(79, 129, 189); color: white;" %)CRC16 high
421 421  |(% style="width:64px" %)0X10|(% style="width:72px" %)0X06|(% style="width:66px" %)(((
422 422  0X00
... ... @@ -429,6 +429,7 @@
429 429  
430 430  = 3. DR-ORP1 Water ORP Sensor =
431 431  
429 +
432 432  == 3.1 Specification ==
433 433  
434 434  * **Power Input**: DC7~~30
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0