Last modified by Mengting Qiu on 2025/06/04 18:42

From version 241.1
edited by Mengting Qiu
on 2025/02/24 10:23
Change comment: There is no comment for this version
To version 236.1
edited by Dilisi S
on 2024/12/18 06:03
Change comment: Dec 17 - some minor edits

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ting
1 +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 -* 3 x Digital Input (Bi-direction)
132 -* 3 x Digital Output
131 +* 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 terminal 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 which allows 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-L within 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  
... ... @@ -321,12 +321,12 @@
321 321  
322 322  After successfully joining, the device will send its first **uplink data message** to The Things 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.
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.
... ... @@ -732,7 +732,7 @@
732 732  
733 733  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)
734 734  
735 -AT+AVLIM=5000,0,0,0 (triggers an uplink if AVI1 voltage is lower 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)
736 736  
737 737  
738 738  (% style="color:#4f81bd" %)**Trigger based on current**:
... ... @@ -788,7 +788,7 @@
788 788  
789 789  (% style="color:#4f81bd" %)**Trigger Settings Payload Explanation:**
790 790  
791 -MOD6 Payload: a total of 11 bytes
785 +MOD6 Payload: total of 11 bytes
792 792  
793 793  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %)
794 794  |(% 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**
... ... @@ -802,7 +802,7 @@
802 802  MOD(6)
803 803  )))
804 804  
805 -(% 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
806 806  
807 807  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %)
808 808  |**bit 7**|**bit 6**|**bit 5**|**bit 4**|**bit 3**|**bit 2**|**bit 1**|**bit 0**
... ... @@ -831,7 +831,7 @@
831 831  10100000: This means the system is configured to use the triggers AV1_LOW and AV2_LOW.
832 832  
833 833  
834 -(% style="color:#4f81bd" %)**TRI Status1**(%%) is a combination to show which condition is triggered. 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
835 835  
836 836  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %)
837 837  |**bit 7**|**bit 6**|**bit 5**|**bit 4**|**bit 3**|**bit 2**|**bit 1**|**bit 0**
... ... @@ -860,7 +860,7 @@
860 860  10000000: The uplink is triggered by AV1_LOW, indicating that the voltage is too low.
861 861  
862 862  
863 -(% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is triggered. Total 1 byte as below.
857 +(% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger. Totally 1byte as below
864 864  
865 865  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:515px" %)
866 866  |(% 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**
... ... @@ -870,7 +870,7 @@
870 870  
871 871  **Example:**
872 872  
873 -00000111: This means both DI1 and DI2 triggers are enabled, and this packet is triggered by DI1.
867 +00000111: This means both DI1 and DI2 triggers are enabled, and this packet is trigger by DI1.
874 874  
875 875  00000101: This means both DI1 and DI2 triggers are enabled.
876 876  
... ... @@ -881,7 +881,7 @@
881 881  
882 882  **AB 06**
883 883  
884 -When the device receives this command, it will send the MOD6 payload.
878 +When device receives this command, it will send the MOD6 payload.
885 885  
886 886  
887 887  === 3.3.7 Payload Decoder ===
... ... @@ -902,7 +902,7 @@
902 902  
903 903  (((
904 904  (((
905 -There are two types of commands:
899 +There are two tytes of commands:
906 906  )))
907 907  )))
908 908  
... ... @@ -914,7 +914,7 @@
914 914  
915 915  
916 916  (((
917 -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.
918 918  
919 919  
920 920  )))
... ... @@ -1105,7 +1105,7 @@
1105 1105  |(% style="width:95px" %)**Example**|(% style="width:403px" %)(((
1106 1106  AB 06
1107 1107  
1108 -Uplink the trigger settings.
1102 +Uplinks the trigger settings.
1109 1109  )))
1110 1110  
1111 1111  ==== 3.4.2.6 Enable/Disable DI1/DI2/DI3 as a trigger ====
... ... @@ -1163,7 +1163,7 @@
1163 1163  Enable DI1 trigger, disable DI2 trigger
1164 1164  )))
1165 1165  
1166 -==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as a trigger ====
1160 +==== 3.4.2.7 Trigger1 – Set DI or DI3 as a trigger ====
1167 1167  
1168 1168  
1169 1169  Sets DI1 or DI3 (for LT-33222-L) as a trigger.
... ... @@ -1334,7 +1334,7 @@
1334 1334  )))
1335 1335  |(% style="width:104px" %)**Note**|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
1336 1336  
1337 -==== 3.4.2.11 Trigger – Set the minimum interval ====
1331 +==== 3.4.2.11 Trigger – Set minimum interval ====
1338 1338  
1339 1339  
1340 1340  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.
... ... @@ -1472,7 +1472,7 @@
1472 1472  
1473 1473  (% style="color:red" %)**Note: **
1474 1474  
1475 - Since firmware v1.6.0, the latch time supports 4 bytes or 2 bytes
1469 + Since firmware v1.6.0, the latch time support 4 bytes or 2 bytes
1476 1476  
1477 1477   Before firmware v1.6.0, the latch time only supported 2 bytes.
1478 1478  
... ... @@ -1497,7 +1497,7 @@
1497 1497  
1498 1498  **A9 00 11 01 00 07 D0**
1499 1499  
1500 -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 the DO1 pin takes no action, the DO2 pin is set to high, and the DO3 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.
1501 1501  )))
1502 1502  
1503 1503  ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
... ... @@ -1568,9 +1568,9 @@
1568 1568  
1569 1569  (% style="color:#4f81bd" %)**Second byte (aa)**(%%): Inverter Mode
1570 1570  
1571 -01: Relays will change back to their original state after a timeout.
1565 +01: Relays will change back to their original state after timeout.
1572 1572  
1573 -00: Relays will change to the inverter state after a timeout.
1567 +00: Relays will change to the inverter state after timeout.
1574 1574  
1575 1575  
1576 1576  (% style="color:#4f81bd" %)**Third byte (bb)**(%%): Control Method and Ports status:
... ... @@ -1599,7 +1599,7 @@
1599 1599  
1600 1600  **2. 05 01 10 07 D0**
1601 1601  
1602 -Relay1 will change to NC, Relay2 will change to NO, lasting 2 seconds, and then both will revert to their original state.
1596 +Relay1 will change to NC, Relay2 will change to NO, lasting 2 seconds, then both will revert to their original state.
1603 1603  
1604 1604  **3. 05 00 01 07 D0**
1605 1605  
... ... @@ -1630,7 +1630,7 @@
1630 1630  
1631 1631  **1**: higher than
1632 1632  
1633 -if you leave the logic parameter blank, it is considered 0
1627 +if you leave logic parameter blank, it is considered 0
1634 1634  )))
1635 1635  |(% style="width:137px" %)**Examples**|(% style="width:361px" %)(((
1636 1636  AT+VOLMAX=20000
... ... @@ -1661,7 +1661,7 @@
1661 1661  
1662 1662  **1**: higher than
1663 1663  
1664 -if you leave the logic parameter blank, it is considered 1 (higher than)
1658 +if you leave logic parameter blank, it is considered 1 (higher than)
1665 1665  )))
1666 1666  |(% style="width:140px" %)**Example**|(% style="width:358px" %)(((
1667 1667  A5 **4E 20**
... ... @@ -1925,7 +1925,7 @@
1925 1925  ==== 3.4.2.24 When the limit bytes are exceeded, upload in batches ====
1926 1926  
1927 1927  
1928 -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.
1922 +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.
1929 1929  
1930 1930  (% style="color:#037691" %)**AT Command**
1931 1931  
... ... @@ -1994,15 +1994,15 @@
1994 1994  There is no downlink option available for this feature.
1995 1995  
1996 1996  
1997 -==== 3.4.2.26 Query firmware version, frequency band, subband, and TDC time ====
1991 +==== 3.4.2.26 Query firmware version, frequency band, sub band, and TDC time ====
1998 1998  
1999 1999  
2000 -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.
1994 +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.
2001 2001  
2002 2002  * (((
2003 2003  (% style="color:#037691" %)**Downlink Payload**(%%)**:**
2004 2004  
2005 -(% 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.
1999 +(% 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.
2006 2006  
2007 2007  
2008 2008  
... ... @@ -2057,7 +2057,7 @@
2057 2057  * Ensure the following options are turned on.
2058 2058  ** Enable integration
2059 2059  ** Debug mode
2060 -** Allow creating devices or assets
2054 +** 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]]
... ... @@ -2146,7 +2146,7 @@
2146 2146  ==== 3.5.2.4 Viewing sensor data on a dashboard ====
2147 2147  
2148 2148  
2149 -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.
2143 +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.
2150 2150  
2151 2151  
2152 2152  
... ... @@ -2367,7 +2367,7 @@
2367 2367  == 3.7 LED Indicators ==
2368 2368  
2369 2369  
2370 -The table below lists the behaviour of LED indicators for each port function.
2364 +The table below lists the behavior of LED indicators for each port function.
2371 2371  
2372 2372  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
2373 2373  |(% style="background-color:#4f81bd; color:white; width:50px" %)**LEDs**|(% style="background-color:#4f81bd; color:white; width:460px" %)**Feature**
... ... @@ -2374,11 +2374,11 @@
2374 2374  |**PWR**|Always on when there is power
2375 2375  |**TX**|(((
2376 2376  (((
2377 -Device booting: TX blinks 5 times.
2371 +Device boot: TX blinks 5 times.
2378 2378  )))
2379 2379  
2380 2380  (((
2381 -Successful network joins: TX remains ON for 5 seconds.
2375 +Successful network join: TX remains ON for 5 seconds.
2382 2382  )))
2383 2383  
2384 2384  (((
... ... @@ -2462,13 +2462,13 @@
2462 2462  * ##**AT+FCU**##: Get or set the Frame Counter Uplink (FCntUp)
2463 2463  * ##**AT+FCD**##: Get or set the Frame Counter Downlink (FCntDown)
2464 2464  * ##**AT+CLASS**##: Get or set the Device Class
2465 -* ##**AT+JOIN**##: Join Network
2459 +* ##**AT+JOIN**##: Join network
2466 2466  * ##**AT+NJS**##: Get OTAA Join Status
2467 2467  * ##**AT+SENDB**##: Send hexadecimal data along with the application port
2468 2468  * ##**AT+SEND**##: Send text data along with the application port
2469 -* ##**AT+RECVB**##: Print the last received data in binary format (with hexadecimal values)
2470 -* ##**AT+RECV**##: Print the last received data in raw format
2471 -* ##**AT+VER**##: Get the current image version and Frequency Band
2463 +* ##**AT+RECVB**##: Print last received data in binary format (with hexadecimal values)
2464 +* ##**AT+RECV**##: Print last received data in raw format
2465 +* ##**AT+VER**##: Get current image version and Frequency Band
2472 2472  * ##**AT+CFM**##: Get or Set the confirmation mode (0-1)
2473 2473  * ##**AT+CFS**##: Get confirmation status of the last AT+SEND (0-1)
2474 2474  * ##**AT+SNR**##: Get the SNR of the last received packet
... ... @@ -2496,7 +2496,7 @@
2496 2496  )))
2497 2497  
2498 2498  (((
2499 -(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT command access**##
2493 +(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT commands access**##
2500 2500  )))
2501 2501  
2502 2502  (((
... ... @@ -2504,7 +2504,7 @@
2504 2504  )))
2505 2505  
2506 2506  (((
2507 -(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT command access**##
2501 +(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT commands access**##
2508 2508  )))
2509 2509  
2510 2510  (((
... ... @@ -2535,7 +2535,7 @@
2535 2535  
2536 2536  
2537 2537  (((
2538 -(% style="background-color:#dcdcdc" %)**123456**(%%)  ~/~/ Enter the password to enable AT commands access
2532 +(% style="background-color:#dcdcdc" %)**123456**(%%)  ~/~/ Enter password to enable AT commands access
2539 2539  )))
2540 2540  )))
2541 2541  
... ... @@ -2544,7 +2544,7 @@
2544 2544  )))
2545 2545  
2546 2546  (((
2547 -(% style="background-color:#dcdcdc" %)** 123456**(%%)  ~/~/ Enter the password to enable AT command access
2541 +(% style="background-color:#dcdcdc" %)** 123456**(%%)  ~/~/ Enter password to enable AT commands access
2548 2548  )))
2549 2549  
2550 2550  (((
... ... @@ -2626,7 +2626,7 @@
2626 2626  == 5.1 Counting how many objects pass through the flow line ==
2627 2627  
2628 2628  
2629 -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]].
2623 +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]]?
2630 2630  
2631 2631  
2632 2632  = 6. FAQ =
... ... @@ -2696,13 +2696,13 @@
2696 2696  )))
2697 2697  
2698 2698  (((
2699 -You can follow the introductions on [[how to upgrade the image>>||anchor="H5.1Howtoupgradetheimage3F"]]. When downloading, select the required image file.
2693 +You can follow the introductions on [[how to upgrade image>>||anchor="H5.1Howtoupgradetheimage3F"]]. When downloading, select the required image file.
2700 2700  )))
2701 2701  
2702 2702  (((
2703 2703  
2704 2704  
2705 -== 6.3 How to set up LT-22222-L to work with a Single Channel Gateway, such as LG01/LG02? ==
2699 +== 6.3 How to setup LT-22222-L to work with a Single Channel Gateway, such as LG01/LG02? ==
2706 2706  
2707 2707  
2708 2708  )))
... ... @@ -2804,9 +2804,9 @@
2804 2804  * If the device is not properly shut down and is directly powered off.
2805 2805  * It will default to a power-off state.
2806 2806  * In modes 2 to 5, the DO/RO status and pulse count are saved to flash memory.
2807 -* After a restart, the status before the power failure will be read from Flash.
2801 +* After a restart, the status before the power failure will be read from flash.
2808 2808  
2809 -== 6.8 Can I set up LT-22222-L as an NC (Normally Closed) relay? ==
2803 +== 6.8 Can I setup LT-22222-L as a NC (Normally Closed) relay? ==
2810 2810  
2811 2811  
2812 2812  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: