Last modified by Mengting Qiu on 2025/07/03 15:42

From version 41.8
edited by Xiaoling
on 2023/02/01 16:07
Change comment: There is no comment for this version
To version 41.4
edited by Xiaoling
on 2023/02/01 15:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -297,7 +297,7 @@
297 297  
298 298  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
299 299  
300 -(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)__**aD0!**__(%%) to get return.
300 +(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)**aD0!**(%%) to get return.
301 301  
302 302  
303 303  The following is the display information on the serial port and the server.
... ... @@ -334,7 +334,7 @@
334 334  
335 335  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
336 336  
337 -(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)__**aD0!**__(%%)__ __to get return.
337 +(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)**aD0!**(%%) to get return.
338 338  
339 339  
340 340  The following is the display information on the serial port and the server.
... ... @@ -367,12 +367,13 @@
367 367  
368 368  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
369 369  
370 -(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)__**aD0!**__(%%) to get return.
370 +(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)**aD0!**(%%) to get return.
371 371  
372 372  
373 373  The following is the display information on the serial port and the server.
374 374  
375 375  
376 +
376 376  [[image:image-20230201092208-14.png]]
377 377  
378 378  
... ... @@ -458,7 +458,7 @@
458 458  
459 459  (% style="color:red" %)**1** (%%) Check if return chars are printable char(0x20 ~~ 0x7E);
460 460  
461 -(% style="color:red" %)**2**(%%)  Check if there is return from SDI-12 sensor
462 +(% style="color:#red" %)**2**(%%)  Check if there is return from SDI-12 sensor
462 462  
463 463  (% style="color:red" %)**3** (%%) Check if return pass CRC check ( SDI-12 command var1 must include CRC request);
464 464  
... ... @@ -542,7 +542,7 @@
542 542  (% style="color:blue" %)**AT+ALLDATAMOD**(%%) will simply get all return and don't do CRC check as result for SDI-12 command. AT+DATACUTx command has higher priority, if AT+DATACUTx has been set, AT+ALLDATAMOD will be ignore for this SDI-12 command.
543 543  
544 544  
545 -(% style="color:#4f81bd" %)**For example: **(%%) as below photo, AT+ALLDATAMOD=1, but AT+DATACUT1 has been set, AT+DATACUT1 will be still effect the result.
546 +(% style="color:#4f81bd" %)**For example: ** as below photo, AT+ALLDATAMOD=1, but AT+DATACUT1 has been set, AT+DATACUT1 will be still effect the result.
546 546  
547 547  
548 548  [[image:1675215782925-448.png]]
... ... @@ -557,9 +557,9 @@
557 557  
558 558  (% style="color:#4f81bd" %)**AT+DATAUP=0**
559 559  
560 -Compose the uplink payload with value returns in sequence and send with **__A SIGNLE UPLINK__**.
561 +Compose the uplink payload with value returns in sequence and send with A SIGNLE UPLINK.
561 561  
562 -Final Payload is **__Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx__**
563 +Final Payload is Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx
563 563  
564 564  Where PAYVER is defined by AT+PAYVER, below is an example screen shot.
565 565  
... ... @@ -569,10 +569,12 @@
569 569  
570 570  (% style="color:#4f81bd" %)**AT+DATAUP=1**
571 571  
572 -Compose the uplink payload with value returns in sequence and send with **__Multiply UPLINKs__**.
573 +Compose the uplink payload with value returns in sequence and send with Multiply UPLINKs.
573 573  
574 -Final Payload is __**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
575 +Final Payload is
575 575  
577 +__**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
578 +
576 576  1. Battery Info (2 bytes): Battery voltage
577 577  1. PAYVER (1 byte): Defined by AT+PAYVER
578 578  1. PAYLOAD COUNT (1 byte): Total how many uplinks of this sampling.