<
From version < 31.4 >
edited by Xiaoling
on 2022/06/24 14:41
To version < 31.1 >
edited by Xiaoling
on 2022/06/24 14:36
>
Change comment: Uploaded new attachment "image-20220624143618-11.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -77,6 +77,7 @@
77 77  * Mounting Kit includes pole and mast assembly. Each weather sensor has it’s own mounting assembly, user can check the sensor section in this manual.
78 78  * Cabinet.
79 79  
80 +
80 80  == 2.2 How it works? ==
81 81  
82 82  (((
... ... @@ -94,6 +94,7 @@
94 94  1. WSC1-L will auto scan available weather sensors when power on or reboot.
95 95  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
96 96  
98 +
97 97  == 2.3 Example to use for LoRaWAN network ==
98 98  
99 99  This section shows an example for how to join the TTN V3 LoRaWAN IoT server. Usages with other LoRaWAN IoT servers are of similar procedure.
... ... @@ -394,6 +394,7 @@
394 394  
395 395  
396 396  
399 +
397 397  == 3.2 Set Emergency Mode ==
398 398  
399 399  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -410,6 +410,7 @@
410 410  
411 411  
412 412  
416 +
413 413  == 3.3 Add or Delete RS485 Sensor ==
414 414  
415 415  Feature: User can add or delete 3^^rd^^ party sensor as long they are RS485/Modbus interface,baud rate support 9600.Maximum can add 4 sensors.
... ... @@ -416,7 +416,7 @@
416 416  
417 417  (% style="color:#037691" %)**AT Command: **
418 418  
419 -(% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
423 +AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout
420 420  
421 421  * Type_Code range:  A1 ~~ A4
422 422  * Query_Length:  RS485 Query frame length, Value cannot be greater than 10
... ... @@ -426,21 +426,22 @@
426 426  * has_CRC:  RS485 Response crc check  (0: no verification required 1: verification required). If CRC=1 and CRC error, valid data will be set to 0.
427 427  * timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
428 428  
433 +Example:
429 429  
430 -**Example:**
431 -
432 432  User need to change external sensor use the type code as address code.
433 433  
434 434  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
435 435  
436 -[[image:image-20220624143553-10.png]]
439 +|Address Code|Function Code|(% colspan="2" %)Start Register|(% colspan="2" %)Data Length|CRC Check Low|CRC Check High
440 +|0xA1|0x03|0x00|0x00|0x00|0x01|0x9C|0xAA
441 +| | | | | | | |
437 437  
438 -
439 439  The response frame of the sensor is as follows:
440 440  
441 -[[image:image-20220624143618-11.png]]
445 +|Address Code|Function Code|(% colspan="2" %)Data Length|(% colspan="2" %)Data|CRC Check Low|CRC Check High
446 +|0xA1|0x03|0x00|0x02|0x00|0x0A|0x7C|0xAD
447 +| | | | | | | |
442 442  
443 -
444 444  Then the following parameters should be:
445 445  
446 446  * Address_Code range: A1
... ... @@ -480,6 +480,7 @@
480 480  
481 481  
482 482  
488 +
483 483  == 3.4 RS485 Test Command ==
484 484  
485 485  (% style="color:#037691" %)**AT Command:**
... ... @@ -502,6 +502,7 @@
502 502  
503 503  
504 504  
511 +
505 505  == 3.5 RS485 response timeout ==
506 506  
507 507  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -526,6 +526,7 @@
526 526  
527 527  
528 528  
536 +
529 529  == 3.6 Set Sensor Type ==
530 530  
531 531  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0