Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Xiaoling on 2025/04/25 09:08
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -401,11 +401,13 @@ 401 401 402 402 Feature: In emergency mode, WSC1-L will uplink data every 1 minute. 403 403 404 + 404 404 (% style="color:#037691" %)**AT Command:** 405 405 406 -[[image:image-20220624142956-9.png]] 407 +|**Command Example**|**Function**|**Response** 408 +|AT+ALARMMOD=1|Enter emergency mode. Uplink every 1 minute|OK 409 +|AT+ALARMMOD=0|Exit emergency mode. Uplink base on TDC time|OK 407 407 408 - 409 409 (% style="color:#037691" %)**Downlink Command:** 410 410 411 411 * 0xE101 Same as: AT+ALARMMOD=1 ... ... @@ -422,13 +422,13 @@ 422 422 423 423 AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout 424 424 425 -* Type_Code range: 426 -* Query_Length: 427 -* Query_Command: 428 -* Read_Length: 429 -* Valid_Data: 430 -* has_CRC: 431 -* timeout: 427 +* Type_Code range: A1 ~~ A4 428 +* Query_Length: RS485 Query frame length, Value cannot be greater than 10 429 +* Query_Command: RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes 430 +* Read_Length: RS485 response frame length supposed to receive. Max can receive 431 +* Valid_Data: valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN. 432 +* 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. 433 +* timeout: RS485 receive timeout (uint:ms). Device will close receive window after timeout 432 432 433 433 Example: 434 434