Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Mengting Qiu on 2025/06/04 18:42
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.pradeeka - Content
-
... ... @@ -124,12 +124,12 @@ 124 124 125 125 (% border="1" cellspacing="3" style="width:510px" %) 126 126 |(% style="background-color:#4f81bd; color:white; width:94px" %)**Model**|(% style="background-color:#4f81bd; color:white; width:172px" %)**Photo**|(% style="background-color:#4f81bd; color:white; width:244px" %)**Description** 127 -|(% style="width:94px" %)**LT- 33222-L**|(% style="width:172px" %)(((127 +|(% style="width:94px" %)**LT-22222-L**|(% style="width:172px" %)((( 128 128 (% style="text-align:center" %) 129 129 [[image:lt33222-l.jpg||height="110" width="95"]] 130 130 )))|(% style="width:256px" %)((( 131 -* 3x Digital Input (Bi-direction)132 -* 3x Digital Output131 +* 2 x Digital Input (Bi-direction) 132 +* 2 x Digital Output 133 133 * 2 x Relay Output (5A@250VAC / 30VDC) 134 134 * 2 x 0~~20mA Analog Input (res:0.01mA) 135 135 * 2 x 0~~30V Analog Input (res:0.01v) ... ... @@ -151,7 +151,7 @@ 151 151 == 2.2 Terminals == 152 152 153 153 154 -The LT-22222-L has two screw terminal blocks. The upper screw t erminal block has 6 screw terminals and the lower screw terminal block has 10 screw terminals.154 +The LT-22222-L has two screw terminal blocks. The upper screw treminal block has 6 screw terminals and the lower screw terminal block has 10 screw terminals. 155 155 156 156 **Upper screw terminal block (from left to right):** 157 157 ... ... @@ -201,7 +201,7 @@ 201 201 == 3.1 Prerequisites == 202 202 203 203 204 -The LT-22222-L comes with device registration information such as DevEUI, AppEUI, and AppKey whichallows you to register it with a LoRaWAN network. This registration information can be found on a sticker that can be found inside the package. Please keep the **registration information** sticker in a safe place for future reference.204 +The LT-22222-L comes with device registration information such as DevEUI, AppEUI, and AppKey that allows you to register it with a LoRaWAN network. These registration information can be found on a sticker that can be found inside the package. Please keep the **registration information** sticker in a safe place for future reference. 205 205 206 206 [[image:image-20230425173427-2.png||height="246" width="530"]] 207 207 ... ... @@ -261,18 +261,12 @@ 261 261 ** Enter the **AppEUI** in the **JoinEUI** field and click the **Confirm** button. If The Things Stack accepts the JoinEUI you provided, it will display the message 'This end device can be registered on the network'. 262 262 ** In the **DevEUI** field, enter the **DevEUI**. 263 263 ** In the **AppKey** field, enter the **AppKey.** 264 -** In the **End device ID** field, enter a unique name for your LT-22222- Lwithin this application.264 +** In the **End device ID** field, enter a unique name for your LT-22222-N within this application. 265 265 ** Under **After registration**, select the **View registered end device** option. 266 -** Click **Register end device** button. 267 267 268 268 [[image:lt-22222-l-dev-repo-reg-p2.png]] 269 269 270 270 271 -* You will be navigated to the **Device overview** page. 272 - 273 -[[image:lt-22222-device-overview.png]] 274 - 275 - 276 276 ==== 3.2.1.2 Adding device manually ==== 277 277 278 278 ... ... @@ -308,7 +308,7 @@ 308 308 === 3.2.2 Joining === 309 309 310 310 311 -On the e nd device's page(in this case,lt-22222-l),click on **Live data** tab. The Live data panel for your device will display.Initially, it is blank.305 +On the Device's page, click on **Live data** tab. The Live data panel for your device will display. 312 312 313 313 Now power on your LT-22222-L. The **TX LED** will **fast-blink 5 times** which means the LT-22222-L will enter the **work mode** and start to **join** The Things Stack network server. The **TX LED** will be on for **5 seconds** after joining the network. In the **Live data** panel, you can see the **join-request** and **join-accept** messages exchanged between the device and the network server. 314 314 ... ... @@ -319,14 +319,14 @@ 319 319 === 3.2.3 Uplinks === 320 320 321 321 322 -After successfully joining, the device will send its first **uplink data message** to TheThings Stack application it belongs to (in this example,it is**dragino-docs**). When the LT-22222-L sends an uplink message to the server, the **TX LED** turns on for **1 second**. By default, you will receive an uplink data message from the device every 10 minutes.316 +After successfully joining, the device will send its first **uplink data message** to the application it belongs to (in this example, **dragino-docs**). When the LT-22222-L sends an uplink message to the server, the **TX LED** turns on for **1 second**. By default, you will receive an uplink data message from the device every 10 minutes. 323 323 324 -Click on one of the**Forward uplink data messages **to see its payload content. The payload content is encapsulated within the**decode_payload {}**JSON object.318 +Click on one of a **Forward uplink data messages **to see its payload content. The payload content is encapsulated within the decode_payload {} JSON object. 325 325 326 326 [[image:lt-22222-ul-payload-decoded.png]] 327 327 328 328 329 -If you can't see the decoded payload, it is because you haven't added the uplink formatter code. To add the uplink formatter code, select **Applications > [your application]> End devices** >[**your end device]** > **Payload formatters** > **Uplink**. Then select **Use Device repository formatters** for the **Formatter type** dropdown. Click the **Save changes** button to apply the changes.323 +If you can't see the decoded payload, it is because you haven't added the uplink formatter code. To add the uplink formatter code, select **Applications > your application > End devices** > **your end device** > **Payload formatters** > **Uplink**. Then select **Use Device repository formatters** for the **Formatter type** dropdown. Click the **Save changes** button to apply the changes. 330 330 331 331 {{info}} 332 332 The Things Stack provides two levels of payload formatters: application level and device level. The device-level payload formatters **override **the application-level payload formatters. ... ... @@ -335,7 +335,7 @@ 335 335 [[image:lt-22222-ul-payload-fmt.png]] 336 336 337 337 338 -We have writtena payload formatter that resolves some decoding issues present inTheThings StackDevice Repositorypayloadformatter. You can add it under the**Custom JavaScript formatter**. It can be found [[here>>https://github.com/dragino/dragino-end-node-decoder/blob/main/LT22222-L/v1.6_decoder_ttn%20.txt]]:332 +We also have a payload formatter that resolves some decoding issues present in the Device Repository formatter. You can add it under the Custom JavaScript formatter. It can be found [[here>>https://github.com/dragino/dragino-end-node-decoder/blob/main/LT22222-L/v1.6_decoder_ttn%20.txt]]: 339 339 340 340 (% class="wikigeneratedid" %) 341 341 [[image:lt-22222-l-js-custom-payload-formatter.png]] ... ... @@ -344,7 +344,7 @@ 344 344 === 3.2.4 Downlinks === 345 345 346 346 347 -When the LT-22222-L receives a downlink message from the LoRaWAN Network Server, the **RX LED** turns on for **1 second**.341 +When the LT-22222-L receives a downlink message from the server, the **RX LED** turns on for **1 second**. 348 348 349 349 350 350 == 3.3 Working Modes and Uplink Payload formats == ... ... @@ -374,8 +374,11 @@ 374 374 This is the default mode. 375 375 376 376 The uplink payload is 11 bytes long. 377 -(% style="display:none" wfd-invisible="true" %) 378 378 372 +(% style="color:red" %)**Note:The maximum count depends on the bytes number of bytes. 373 +The maximum count for four bytes is FFFFFFFF (hex) = 4294967295 (dec). 374 +It starts counting again when it reaches the maximum value.**(% style="display:none" wfd-invisible="true" %) 375 + 379 379 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 380 380 |(% style="background-color:#4f81bd; color:white" %)**Size(bytes)**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**1**|(% style="background-color:#4f81bd; color:white" %)**1**|(% style="background-color:#4f81bd; color:white" %)**1** 381 381 |Value|((( ... ... @@ -644,7 +644,7 @@ 644 644 645 645 646 646 (% style="color:red" %)**Note:The maximum count depends on the bytes it is. 647 -The maximum count for four bytes is FFFF (hex) = 65 535(dec).644 +The maximum count for four bytes is FFFFFFFF (hex) = 4294967295 (dec). 648 648 It starts counting again when it reaches the maximum value.** 649 649 650 650 ... ... @@ -729,7 +729,7 @@ 729 729 730 730 AT+AVLIM=3000,6000,0,2000 (triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V) 731 731 732 -AT+AVLIM=5000,0,0,0 (triggers an uplink if AVI1 voltage islower than 5V. Use 0 for parameters that are not in use)729 +AT+AVLIM=5000,0,0,0 (triggers an uplink if AVI1 voltage lower than 5V. Use 0 for parameters that are not in use) 733 733 734 734 735 735 (% style="color:#4f81bd" %)**Trigger based on current**: ... ... @@ -785,7 +785,7 @@ 785 785 786 786 (% style="color:#4f81bd" %)**Trigger Settings Payload Explanation:** 787 787 788 -MOD6 Payload: atotal of 11 bytes785 +MOD6 Payload: total of 11 bytes 789 789 790 790 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %) 791 791 |(% style="background-color:#4f81bd; color:white; width:60px" %)**Size(bytes)**|(% style="background-color:#4f81bd; color:white; width:69px" %)**1**|(% style="background-color:#4f81bd; color:white; width:69px" %)**1**|(% style="background-color:#4f81bd; color:white; width:109px" %)**1**|(% style="background-color:#4f81bd; color:white; width:49px" %)**6**|(% style="background-color:#4f81bd; color:white; width:109px" %)**1**|(% style="background-color:#4f81bd; color:white; width:50px" %)**1** ... ... @@ -799,7 +799,7 @@ 799 799 MOD(6) 800 800 ))) 801 801 802 -(% style="color:#4f81bd" %)**TRI FLAG1**(%%) is a combination to show if the trigger is set for this part. Total 1 byte as below .799 +(% style="color:#4f81bd" %)**TRI FLAG1**(%%) is a combination to show if the trigger is set for this part. Totally 1 byte as below 803 803 804 804 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %) 805 805 |**bit 7**|**bit 6**|**bit 5**|**bit 4**|**bit 3**|**bit 2**|**bit 1**|**bit 0** ... ... @@ -828,7 +828,7 @@ 828 828 10100000: This means the system is configured to use the triggers AV1_LOW and AV2_LOW. 829 829 830 830 831 -(% style="color:#4f81bd" %)**TRI Status1**(%%) is a combination to show which condition is trigger ed. Total 1 byte as below.828 +(% style="color:#4f81bd" %)**TRI Status1**(%%) is a combination to show which condition is trigger. Totally 1 byte as below 832 832 833 833 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %) 834 834 |**bit 7**|**bit 6**|**bit 5**|**bit 4**|**bit 3**|**bit 2**|**bit 1**|**bit 0** ... ... @@ -857,7 +857,7 @@ 857 857 10000000: The uplink is triggered by AV1_LOW, indicating that the voltage is too low. 858 858 859 859 860 -(% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger ed. Total 1.857 +(% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger. Totally 1byte as below 861 861 862 862 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %) 863 863 |(% style="width:50px" %)**bit 7**|(% style="width:50px" %)**bit 6**|(% style="width:50px" %)**bit 5**|(% style="width:50px" %)**bit 4**|(% style="width:90px" %)**bit 3**|(% style="width:80px" %)**bit 2**|(% style="width:90px" %)**bit 1**|(% style="width:95px" %)**bit 0** ... ... @@ -867,7 +867,7 @@ 867 867 868 868 **Example:** 869 869 870 -00000111: This means both DI1 and DI2 triggers are enabled, and this packet is trigger edby DI1.867 +00000111: This means both DI1 and DI2 triggers are enabled, and this packet is trigger by DI1. 871 871 872 872 00000101: This means both DI1 and DI2 triggers are enabled. 873 873 ... ... @@ -878,7 +878,7 @@ 878 878 879 879 **AB 06** 880 880 881 -When thedevice receives this command, it will send the MOD6 payload.878 +When device receives this command, it will send the MOD6 payload. 882 882 883 883 884 884 === 3.3.7 Payload Decoder === ... ... @@ -899,7 +899,7 @@ 899 899 900 900 ((( 901 901 ((( 902 -There are two ty pes of commands:899 +There are two tytes of commands: 903 903 ))) 904 904 ))) 905 905 ... ... @@ -911,7 +911,7 @@ 911 911 912 912 913 913 ((( 914 -These are available for each sensor and include actions such as changing the uplink interval or resetting the device. For firmware v1.5.4, you can find the supported common commands under: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]s. 911 +These are available for each sensors and include actions such as changing the uplink interval or resetting the device. For firmware v1.5.4, you can find the supported common commands under: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]s. 915 915 916 916 917 917 ))) ... ... @@ -1102,7 +1102,7 @@ 1102 1102 |(% style="width:95px" %)**Example**|(% style="width:403px" %)((( 1103 1103 AB 06 1104 1104 1105 -Uplink the trigger settings. 1102 +Uplinks the trigger settings. 1106 1106 ))) 1107 1107 1108 1108 ==== 3.4.2.6 Enable/Disable DI1/DI2/DI3 as a trigger ==== ... ... @@ -1160,7 +1160,7 @@ 1160 1160 Enable DI1 trigger, disable DI2 trigger 1161 1161 ))) 1162 1162 1163 -==== 3.4.2.7 Trigger1 – Set DI 1or DI3 as a trigger ====1160 +==== 3.4.2.7 Trigger1 – Set DI or DI3 as a trigger ==== 1164 1164 1165 1165 1166 1166 Sets DI1 or DI3 (for LT-33222-L) as a trigger. ... ... @@ -1331,7 +1331,7 @@ 1331 1331 ))) 1332 1332 |(% style="width:104px" %)**Note**|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1333 1333 1334 -==== 3.4.2.11 Trigger – Set theminimum interval ====1331 +==== 3.4.2.11 Trigger – Set minimum interval ==== 1335 1335 1336 1336 1337 1337 Sets the AV and AC trigger minimum interval. The device won't respond to a second trigger within this set time after the first trigger. ... ... @@ -1349,7 +1349,7 @@ 1349 1349 1350 1350 The device won't respond to the second trigger within 5 minutes after the first trigger. 1351 1351 ))) 1352 -|(% style="width:113px" %) **Note**|(% style="width:385px" %)(% style="color:red" %)**The time must be greater than 5 minutes.**1349 +|(% style="width:113px" %)Note|(% style="width:385px" %)(% style="color:red" %)**The time must be greater than 5 minutes.** 1353 1353 1354 1354 (% style="color:#037691" %)**Downlink Payload** 1355 1355 ... ... @@ -1365,7 +1365,7 @@ 1365 1365 1366 1366 The device won't respond to the second trigger within 5 minutes after the first trigger. 1367 1367 ))) 1368 -|(% style="width:112px" %) **Note**|(% style="width:386px" %)(% style="color:red" %)**The time must be greater than 5 minutes.**1365 +|(% style="width:112px" %)Note|(% style="width:386px" %)(% style="color:red" %)**The time must be greater than 5 minutes.** 1369 1369 1370 1370 ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ==== 1371 1371 ... ... @@ -1428,6 +1428,7 @@ 1428 1428 1429 1429 (% style="color:#037691" %)**Downlink payload** 1430 1430 1428 + 1431 1431 (% border="2" style="width:500px" %) 1432 1432 |(% style="width:116px" %)**Prefix**|(% style="width:382px" %)0xA9 1433 1433 |(% style="width:116px" %)**Parameters**|(% style="width:382px" %)((( ... ... @@ -1468,7 +1468,7 @@ 1468 1468 1469 1469 (% style="color:red" %)**Note: ** 1470 1470 1471 - Since firmware v1.6.0, the latch time support s4 bytes or 2 bytes1469 + Since firmware v1.6.0, the latch time support 4 bytes or 2 bytes 1472 1472 1473 1473 Before firmware v1.6.0, the latch time only supported 2 bytes. 1474 1474 ... ... @@ -1493,7 +1493,7 @@ 1493 1493 1494 1494 **A9 00 11 01 00 07 D0** 1495 1495 1496 -DO1 pin takes no action, DO2 pin is set to low, and DO3 pin is set to high. This lasts for 2 seconds, after which theDO1 pin takes no action,theDO2 pin is set to high, andtheDO3 pin is set to low.1494 +DO1 pin takes no action, DO2 pin is set to low, and DO3 pin is set to high. This lasts for 2 seconds, after which DO1 pin takes no action, DO2 pin is set to high, and DO3 pin is set to low. 1497 1497 ))) 1498 1498 1499 1499 ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ==== ... ... @@ -1533,7 +1533,7 @@ 1533 1533 |03 00 11|Open|No action 1534 1534 |03 01 11|Close|No action 1535 1535 |03 11 00|No action|Open 1536 -|03 11 01|No action|Close1534 +|03 11 10|No action|Close 1537 1537 |03 00 00|Open|Open 1538 1538 |03 01 01|Close|Close 1539 1539 |03 01 00|Close|Open ... ... @@ -1565,9 +1565,9 @@ 1565 1565 1566 1566 (% style="color:#4f81bd" %)**Second byte (aa)**(%%): Inverter Mode 1567 1567 1568 -01: Relays will change back to their original state after atimeout.1566 +01: Relays will change back to their original state after timeout. 1569 1569 1570 -00: Relays will change to the inverter state after atimeout.1568 +00: Relays will change to the inverter state after timeout. 1571 1571 1572 1572 1573 1573 (% style="color:#4f81bd" %)**Third byte (bb)**(%%): Control Method and Ports status: ... ... @@ -1596,7 +1596,7 @@ 1596 1596 1597 1597 **2. 05 01 10 07 D0** 1598 1598 1599 -Relay1 will change to NC, Relay2 will change to NO, lasting 2 seconds, andthen both will revert to their original state.1597 +Relay1 will change to NC, Relay2 will change to NO, lasting 2 seconds, then both will revert to their original state. 1600 1600 1601 1601 **3. 05 00 01 07 D0** 1602 1602 ... ... @@ -1627,7 +1627,7 @@ 1627 1627 1628 1628 **1**: higher than 1629 1629 1630 -if you leave thelogic parameter blank, it is considered 01628 +if you leave logic parameter blank, it is considered 0 1631 1631 ))) 1632 1632 |(% style="width:137px" %)**Examples**|(% style="width:361px" %)((( 1633 1633 AT+VOLMAX=20000 ... ... @@ -1658,7 +1658,7 @@ 1658 1658 1659 1659 **1**: higher than 1660 1660 1661 -if you leave thelogic parameter blank, it is considered 1 (higher than)1659 +if you leave logic parameter blank, it is considered 1 (higher than) 1662 1662 ))) 1663 1663 |(% style="width:140px" %)**Example**|(% style="width:358px" %)((( 1664 1664 A5 **4E 20** ... ... @@ -1674,10 +1674,8 @@ 1674 1674 If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1 1675 1675 ))) 1676 1676 1677 - 1678 1678 ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ==== 1679 1679 1680 - 1681 1681 This command allows users to pre-configure specific count numbers for various counting parameters such as Count1, Count2, or AVI1 Count. Use the AT command to set the desired count number for each configuration. 1682 1682 1683 1683 (% style="color:#037691" %)**AT Command** ... ... @@ -1725,10 +1725,8 @@ 1725 1725 Sets the COUNT1 to 10. 1726 1726 ))) 1727 1727 1728 - 1729 1729 ==== 3.4.2.18 Counting ~-~- Clear Counting ==== 1730 1730 1731 - 1732 1732 This command clears the counting in counting mode. 1733 1733 1734 1734 (% style="color:#037691" %)**AT Command** ... ... @@ -1926,7 +1926,7 @@ 1926 1926 ==== 3.4.2.24 When the limit bytes are exceeded, upload in batches ==== 1927 1927 1928 1928 1929 -This command controls the behavior of the node when the combined size of the MAC commands (MACANS) from the server and the payload exceed the allowed byte limit for the current data rate (DR). The command provides two modes: one enables splitting the data into batches to ensure compliance with the byte limit, while the other prioritizes the payload and ignores the MACANS in cases of overflow. 1923 +This command controls the behavior of the node when the combined size of the MAC commands (MACANS) from the server and the payload exceeds the allowed byte limit for the current data rate (DR). The command provides two modes: one enables splitting the data into batches to ensure compliance with the byte limit, while the other prioritizes the payload and ignores the MACANS in cases of overflow. 1930 1930 1931 1931 (% style="color:#037691" %)**AT Command** 1932 1932 ... ... @@ -1995,16 +1995,17 @@ 1995 1995 There is no downlink option available for this feature. 1996 1996 1997 1997 1998 -==== 3.4.2.26 Query firmware version, frequency band, subband, and TDC time ==== 1992 +==== 3.4.2.26 Query firmware version, frequency band, sub band, and TDC time ==== 1999 1999 2000 2000 2001 -This command is used to query key information about the device, including its firmware version, frequency band, subband, and TDC time. By sending the specified payload as a downlink, the server can retrieve this essential data from the device. 1995 +This command is used to query key information about the device, including its firmware version, frequency band, sub band, and TDC time. By sending the specified payload as a downlink, the server can retrieve this essential data from the device. 2002 2002 2003 2003 * ((( 2004 2004 (% style="color:#037691" %)**Downlink Payload**(%%)**:** 2005 2005 2006 -(% style="color:blue" %)**26 01 ** (%%) ~/~/ The downlink payload 26 01 is used to query the device's firmware version, frequency band, subband, and TDC time. 2000 +(% style="color:blue" %)**26 01 ** (%%) ~/~/ The downlink payload 26 01 is used to query the device's firmware version, frequency band, sub band, and TDC time. 2007 2007 2002 + 2008 2008 2009 2009 ))) 2010 2010 ... ... @@ -2057,7 +2057,7 @@ 2057 2057 * Ensure the following options are turned on. 2058 2058 ** Enable integration 2059 2059 ** Debug mode 2060 -** Allow creat ingdevices or assets2055 +** Allow create devices or assets 2061 2061 * Click the **Next** button. you will be navigated to the **Uplink data converter** tab. 2062 2062 2063 2063 [[image:thingseye-io-step-2.png]] ... ... @@ -2102,6 +2102,7 @@ 2102 2102 2103 2103 Your integration has been added to the** Integrations** list and will be displayed on the **Integrations** page. Check whether the status is shown as **Active**. If not, review your configuration settings and correct any errors. 2104 2104 2100 + 2105 2105 [[image:thingseye.io_integrationsCenter_integrations.png]] 2106 2106 2107 2107 ... ... @@ -2145,8 +2145,10 @@ 2145 2145 ==== 3.5.2.4 Viewing sensor data on a dashboard ==== 2146 2146 2147 2147 2148 -You can create a dashboard with ThingsEye to visualize the sensor data coming from the LT- 22222-L. The following image shows a dashboard created for the LT-22222-L. See **Creating a dashboard** in ThingsEye documentation for more information.2144 +You can create a dashboard with ThingsEye to visualize the sensor data coming from the LHT65N-VIB. The following image shows a dashboard created for the LT-22222-L. See **Creating a dashboard** in ThingsEye documentation for more information. 2149 2149 2146 + 2147 + 2150 2150 [[image:lt-22222-l-dashboard.png]] 2151 2151 2152 2152 ... ... @@ -2352,7 +2352,7 @@ 2352 2352 ((( 2353 2353 The LT-22222-L has two relay interfaces, RO1 and RO2, each using two pins of the screw terminal (ROx-1 and ROx-2 where x is the port number, 1 or 2). You can connect a device's power line in series with one of the relay interfaces (e.g., RO1-1 and RO1-2 screw terminals). See the example below: 2354 2354 2355 - (% style="color:red" %)**Note:**(%%)The ROx pins will be in the Open (NO) state when the LT-22222-L is powered off.2353 +**Note**: The ROx pins will be in the Open (NO) state when the LT-22222-L is powered off. 2356 2356 ))) 2357 2357 2358 2358 [[image:image-20220524100215-9.png]] ... ... @@ -2364,7 +2364,7 @@ 2364 2364 == 3.7 LED Indicators == 2365 2365 2366 2366 2367 -The table below lists the behavio ur of LED indicators for each port function.2365 +The table below lists the behavior of LED indicators for each port function. 2368 2368 2369 2369 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 2370 2370 |(% style="background-color:#4f81bd; color:white; width:50px" %)**LEDs**|(% style="background-color:#4f81bd; color:white; width:460px" %)**Feature** ... ... @@ -2371,11 +2371,11 @@ 2371 2371 |**PWR**|Always on when there is power 2372 2372 |**TX**|((( 2373 2373 ((( 2374 -Device boot ing: TX blinks 5 times.2372 +Device boot: TX blinks 5 times. 2375 2375 ))) 2376 2376 2377 2377 ((( 2378 -Successful network join s: TX remains ON for 5 seconds.2376 +Successful network join: TX remains ON for 5 seconds. 2379 2379 ))) 2380 2380 2381 2381 ((( ... ... @@ -2411,6 +2411,7 @@ 2411 2411 2412 2412 ))) 2413 2413 2412 + 2414 2414 ((( 2415 2415 On the PC, you need to set the (% style="color:#4f81bd" %)**serial tool **(%%)(such as [[PuTTY>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]] or [[SecureCRT>>https://www.vandyke.com/cgi-bin/releases.php?product=securecrt]]) to a baud rate of (% style="color:green" %)**9600**(%%) to access the serial console of LT-22222-L. Access to AT commands is disabled by default, and a password (default: (% style="color:green" %)**123456**)(%%) must be entered to enable AT command access, as shown below: 2416 2416 ))) ... ... @@ -2419,6 +2419,9 @@ 2419 2419 2420 2420 2421 2421 ((( 2421 +You can find more details in the [[AT Command Manual>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/]] 2422 + 2423 + 2422 2422 == 4.2 LT-22222-L related AT commands == 2423 2423 2424 2424 ... ... @@ -2455,13 +2455,13 @@ 2455 2455 * ##**AT+FCU**##: Get or set the Frame Counter Uplink (FCntUp) 2456 2456 * ##**AT+FCD**##: Get or set the Frame Counter Downlink (FCntDown) 2457 2457 * ##**AT+CLASS**##: Get or set the Device Class 2458 -* ##**AT+JOIN**##: Join Network2460 +* ##**AT+JOIN**##: Join network 2459 2459 * ##**AT+NJS**##: Get OTAA Join Status 2460 2460 * ##**AT+SENDB**##: Send hexadecimal data along with the application port 2461 2461 * ##**AT+SEND**##: Send text data along with the application port 2462 -* ##**AT+RECVB**##: Print thelast received data in binary format (with hexadecimal values)2463 -* ##**AT+RECV**##: Print thelast received data in raw format2464 -* ##**AT+VER**##: Get thecurrent image version and Frequency Band2464 +* ##**AT+RECVB**##: Print last received data in binary format (with hexadecimal values) 2465 +* ##**AT+RECV**##: Print last received data in raw format 2466 +* ##**AT+VER**##: Get current image version and Frequency Band 2465 2465 * ##**AT+CFM**##: Get or Set the confirmation mode (0-1) 2466 2466 * ##**AT+CFS**##: Get confirmation status of the last AT+SEND (0-1) 2467 2467 * ##**AT+SNR**##: Get the SNR of the last received packet ... ... @@ -2489,7 +2489,7 @@ 2489 2489 ))) 2490 2490 2491 2491 ((( 2492 -(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT command access**## 2494 +(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT commands access**## 2493 2493 ))) 2494 2494 2495 2495 ((( ... ... @@ -2497,7 +2497,7 @@ 2497 2497 ))) 2498 2498 2499 2499 ((( 2500 -(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT command access**## 2502 +(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT commands access**## 2501 2501 ))) 2502 2502 2503 2503 ((( ... ... @@ -2528,7 +2528,7 @@ 2528 2528 2529 2529 2530 2530 ((( 2531 -(% style="background-color:#dcdcdc" %)**123456**(%%) ~/~/ Enter thepassword to enable AT commands access2533 +(% style="background-color:#dcdcdc" %)**123456**(%%) ~/~/ Enter password to enable AT commands access 2532 2532 ))) 2533 2533 ))) 2534 2534 ... ... @@ -2537,7 +2537,7 @@ 2537 2537 ))) 2538 2538 2539 2539 ((( 2540 -(% style="background-color:#dcdcdc" %)** 123456**(%%) ~/~/ Enter thepassword to enable AT command access2542 +(% style="background-color:#dcdcdc" %)** 123456**(%%) ~/~/ Enter password to enable AT commands access 2541 2541 ))) 2542 2542 2543 2543 ((( ... ... @@ -2591,7 +2591,8 @@ 2591 2591 2592 2592 **2. Verify that the LG01/02 gateway RX frequency matches the AT+CHS setting exactly.** 2593 2593 2594 -**3. Make sure the SF/bandwidth settings in the LG01/LG02 match the settings of AT+DR. Refer to [[this link>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.** 2596 +**3. Make sure the SF/bandwidth settings in the LG01/LG02 match the settings of AT+DR. Refer to [[this link>>url:http://www.dragino.com/downloads/index.php? 2597 +dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.** 2595 2595 2596 2596 **4. The commands AT+RX2FQ and AT+RX2DR enable downlink functionality. To set the correct parameters, you can check the actual downlink parameters to be used as shown below. Here, RX2FQ should be set to 868400000 and RX2DR should be set to 5.** 2597 2597 ))) ... ... @@ -2618,7 +2618,7 @@ 2618 2618 == 5.1 Counting how many objects pass through the flow line == 2619 2619 2620 2620 2621 -See [[How to set up to setup counting for objects passing through the flow line>>How to set up to count objects pass in flow line]] .2624 +See [[How to set up to setup counting for objects passing through the flow line>>How to set up to count objects pass in flow line]]? 2622 2622 2623 2623 2624 2624 = 6. FAQ = ... ... @@ -2688,13 +2688,13 @@ 2688 2688 ))) 2689 2689 2690 2690 ((( 2691 -You can follow the introductions on [[how to upgrade theimage>>||anchor="H6.1Howtoupdatethefirmware3F"]]. When downloading, select the required image file.2694 +You can follow the introductions on [[how to upgrade image>>||anchor="H5.1Howtoupgradetheimage3F"]]. When downloading, select the required image file. 2692 2692 ))) 2693 2693 2694 2694 ((( 2695 2695 2696 2696 2697 -== 6.3 How to set 2700 +== 6.3 How to setup LT-22222-L to work with a Single Channel Gateway, such as LG01/LG02? == 2698 2698 2699 2699 2700 2700 ))) ... ... @@ -2796,9 +2796,9 @@ 2796 2796 * If the device is not properly shut down and is directly powered off. 2797 2797 * It will default to a power-off state. 2798 2798 * In modes 2 to 5, the DO/RO status and pulse count are saved to flash memory. 2799 -* After a restart, the status before the power failure will be read from Flash.2802 +* After a restart, the status before the power failure will be read from flash. 2800 2800 2801 -== 6.8 Can I set nNC (Normally Closed) relay? ==2804 +== 6.8 Can I setup LT-22222-L as a NC (Normally Closed) relay? == 2802 2802 2803 2803 2804 2804 The LT-22222-L's built-in relay is Normally Open (NO). You can use an external relay to achieve a Normally Closed (NC) configuration. The circuit diagram is shown below: ... ... @@ -2868,7 +2868,7 @@ 2868 2868 2869 2869 2870 2870 The FCD count of the gateway is inconsistent with the FCD count of the node, causing the downlink to remain in the queue. 2871 -Use this command to synchronize their counts: [[Resets the downlink packet count>>||anchor="H3.4.2.23Resett ingthedownlinkpacketcount"]]2874 +Use this command to synchronize their counts: [[Resets the downlink packet count>>||anchor="H3.4.2.23Resetsthedownlinkpacketcount"]] 2872 2872 2873 2873 2874 2874 = 8. Ordering information =