<
From version < 79.24 >
edited by Xiaoling
on 2022/06/24 17:24
To version < 81.1 >
edited by Xiaoling
on 2022/06/24 17:58
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -78,7 +78,6 @@
78 78  * Cabinet.
79 79  
80 80  
81 -
82 82  == 2.2 How it works? ==
83 83  
84 84  (((
... ... @@ -98,7 +98,6 @@
98 98  1. WSC1-L will auto scan available weather sensors when power on or reboot.
99 99  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
100 100  
101 -
102 102  == 2.3 Example to use for LoRaWAN network ==
103 103  
104 104  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.
... ... @@ -157,7 +157,6 @@
157 157  * Valid Sensor Value: Use FPORT=2
158 158  * Other control command: Use FPORT other than 2.
159 159  
160 -
161 161  === 2.4.1 Uplink FPORT~=5, Device Status ===
162 162  
163 163  Uplink the device configures with FPORT=5. Once WSC1-L Joined the network, it will uplink this message to the server. After first uplink, WSC1-L will uplink Device Status every 12 hours
... ... @@ -456,7 +456,6 @@
456 456  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
457 457  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
458 458  
459 -
460 460  == 3.2 Set Emergency Mode ==
461 461  
462 462  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -471,28 +471,53 @@
471 471  * 0xE101     Same as: AT+ALARMMOD=1
472 472  * 0xE100     Same as: AT+ALARMMOD=0
473 473  
474 -
475 475  == 3.3 Add or Delete RS485 Sensor ==
476 476  
472 +(((
477 477  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.
474 +)))
478 478  
476 +(((
479 479  (% style="color:#037691" %)**AT Command: **
478 +)))
480 480  
480 +(((
481 481  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
482 +)))
482 482  
483 -* Type_Code range:  A1 ~~ A4
484 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
485 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
486 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
487 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
488 -* 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.
489 -* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
484 +* (((
485 +Type_Code range:  A1 ~~ A4
486 +)))
487 +* (((
488 +Query_Length:  RS485 Query frame length, Value cannot be greater than 10
489 +)))
490 +* (((
491 +Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
492 +)))
493 +* (((
494 +Read_Length:  RS485 response frame length supposed to receive. Max can receive
495 +)))
496 +* (((
497 +Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
498 +)))
499 +* (((
500 +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.
501 +)))
502 +* (((
503 +timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
504 +)))
490 490  
506 +(((
491 491  **Example:**
508 +)))
492 492  
510 +(((
493 493  User need to change external sensor use the type code as address code.
512 +)))
494 494  
514 +(((
495 495  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
516 +)))
496 496  
497 497  [[image:image-20220624143553-10.png]]
498 498  
... ... @@ -541,7 +541,6 @@
541 541  
542 542  * 0xE5FF  
543 543  
544 -
545 545  == 3.4 RS485 Test Command ==
546 546  
547 547  (% style="color:#037691" %)**AT Command:**
... ... @@ -563,7 +563,6 @@
563 563  
564 564  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
565 565  
566 -
567 567  == 3.5 RS485 response timeout ==
568 568  
569 569  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -587,7 +587,6 @@
587 587  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
588 588  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
589 589  
590 -
591 591  == 3.6 Set Sensor Type ==
592 592  
593 593  (((
... ... @@ -670,7 +670,6 @@
670 670  * IP Rating: IP65
671 671  * Support default sensors or 3rd party RS485 sensors
672 672  
673 -
674 674  == 5.2 Power Consumption ==
675 675  
676 676  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -738,7 +738,6 @@
738 738  * ABS enclosure.
739 739  * Horizontal adjustable.
740 740  
741 -
742 742  === 6.1.2 Specification ===
743 743  
744 744  * Resolution: 0.2mm
... ... @@ -750,7 +750,6 @@
750 750  * Working Humidity: <100% (no dewing)
751 751  * Power Consumption: 4mA @ 12v.
752 752  
753 -
754 754  === 6.1.3 Dimension ===
755 755  
756 756   [[image:1656054957406-980.png]]
... ... @@ -821,7 +821,6 @@
821 821  * RS485 wind speed / direction sensor
822 822  * PC enclosure, resist corrosion
823 823  
824 -
825 825  === 6.2.2 Specification ===
826 826  
827 827  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -835,7 +835,6 @@
835 835  * Power Consumption: 13mA ~~ 12v.
836 836  * Cable Length: 2 meters
837 837  
838 -
839 839  === 6.2.3 Dimension ===
840 840  
841 841  [[image:image-20220624152813-2.png]]
... ... @@ -886,7 +886,6 @@
886 886  * NDIR to measure CO2 with Internal Temperature Compensation
887 887  * Laser Beam Scattering to PM2.5 and PM10
888 888  
889 -
890 890  === 6.3.2 Specification ===
891 891  
892 892  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -904,7 +904,6 @@
904 904  ** CO2: 0~95%RH
905 905  * Power Consumption: 50mA@ 12v.
906 906  
907 -
908 908  === 6.3.3 Dimension ===
909 909  
910 910  [[image:1656056708366-230.png]]
... ... @@ -947,7 +947,6 @@
947 947  * Surface heating to dry
948 948  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
949 949  
950 -
951 951  === 6.4.2 Specification ===
952 952  
953 953  * Detect if there is rain or snow
... ... @@ -959,7 +959,6 @@
959 959  ** No heating: 12mA @ 12v,
960 960  ** heating: 94ma @ 12v.
961 961  
962 -
963 963  === 6.4.3 Dimension ===
964 964  
965 965  [[image:1656056844782-155.png]]
... ... @@ -1009,6 +1009,11 @@
1009 1009  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1010 1010  
1011 1011  
1021 +
1022 +
1023 +
1024 +
1025 +
1012 1012  === 6.5.2 Specification ===
1013 1013  
1014 1014  * Input Power: DC 12 ~~ 24v
... ... @@ -1034,6 +1034,11 @@
1034 1034  * Power Consumption: 4mA @ 12v
1035 1035  
1036 1036  
1051 +
1052 +
1053 +
1054 +
1055 +
1037 1037  === 6.5.3 Dimension ===
1038 1038  
1039 1039  [[image:1656057170639-522.png]]
... ... @@ -1078,6 +1078,10 @@
1078 1078  * Measure Reflected Radiation if sense area towards ground.
1079 1079  
1080 1080  
1100 +
1101 +
1102 +
1103 +
1081 1081  === 6.6.2 Specification ===
1082 1082  
1083 1083  * Input Power: DC 5 ~~ 24v
... ... @@ -1094,6 +1094,11 @@
1094 1094  * Power Consumption: 4mA @ 12v
1095 1095  
1096 1096  
1120 +
1121 +
1122 +
1123 +
1124 +
1097 1097  === 6.6.3 Dimension ===
1098 1098  
1099 1099  [[image:1656057348695-898.png]]
... ... @@ -1155,6 +1155,11 @@
1155 1155  * Power Consumption: 3mA @ 12v
1156 1156  
1157 1157  
1186 +
1187 +
1188 +
1189 +
1190 +
1158 1158  === 6.7.3 Dimension ===
1159 1159  
1160 1160  [[image:1656057538793-888.png]]
... ... @@ -1244,7 +1244,6 @@
1244 1244  
1245 1245  
1246 1246  
1247 -
1248 1248  == 9.2 Sensors ==
1249 1249  
1250 1250  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
... ... @@ -1261,7 +1261,6 @@
1261 1261  
1262 1262  
1263 1263  
1264 -
1265 1265  = 10. Support =
1266 1266  
1267 1267  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
... ... @@ -1270,7 +1270,6 @@
1270 1270  
1271 1271  
1272 1272  
1273 -
1274 1274  = 11. Appendix I: Field Installation Photo =
1275 1275  
1276 1276  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0