<
From version < 195.1 >
edited by Dilisi S
on 2024/11/16 06:34
To version < 194.1 >
edited by Dilisi S
on 2024/11/16 00:01
>
Change comment: a few edits on nov 15

Summary

Details

Page properties
Content
... ... @@ -836,7 +836,6 @@
836 836  
837 837  These commands are specially designed for the LT-22222-L. Commands can be sent to the device using options such as an AT command or a LoRaWAN downlink payload.
838 838  
839 -
840 840  ==== 3.4.2.1 Set Transmit Interval ====
841 841  
842 842  Sets the uplink interval of the device. The default uplink transmission interval is 10 minutes.
... ... @@ -846,7 +846,7 @@
846 846  (% style="width:500px" %)
847 847  |**Command**|AT+TDC<time>
848 848  |**Response**|
849 -|**Parameters**|time : uplink interval is in milliseconds
848 +|**Parameters**|<time> uplink interval is in milliseconds
850 850  |**Example**|(((
851 851  AT+TDC=30000
852 852  
... ... @@ -860,9 +860,9 @@
860 860  <prefix><time>
861 861  )))
862 862  |**Parameters**|(((
863 -prefix : 0x01
862 +<prefix> 0x01
864 864  
865 -time : uplink interval is in milliseconds, represented by 3  bytes in hexadecimal.
864 +<time> uplink interval is in milliseconds, represented by 3  bytes in hexadecimal.
866 866  )))
867 867  |**Example**|(((
868 868  01 **00 75 30**
... ... @@ -874,113 +874,56 @@
874 874  See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30000]]
875 875  )))
876 876  
876 +==== 3.4.2.2 Set the Work Mode (AT+MOD) ====
877 877  
878 -==== 3.4.2.2 Set the Working Mode (AT+MOD) ====
879 879  
880 -Sets the working mode.
879 +Sets the work mode.
881 881  
882 -(% style="color:#037691" %)**AT command**
881 +* (% style="color:#037691" %)**AT command:**(%%) (% style="color:blue" %)**AT+MOD=N  **
883 883  
884 -(% style="width:500px" %)
885 -|(% style="width:97px" %)**Command**|(% style="width:413px" %)AT+MODE<working_mode>
886 -|(% style="width:97px" %)**Response**|(% style="width:413px" %)
887 -|(% style="width:97px" %)**Parameters**|(% style="width:413px" %)(((
888 -working_mode :
883 +Where N is the work mode.
889 889  
890 -1 = (Default mode/factory set):  2ACI + 2AVI + DI + DO + RO
885 +**Example**: AT+MOD=2. This will set the work mode to Double DI counting mode.
891 891  
892 -2 = Double DI Counting + DO + RO
893 893  
894 -3 = Single DI Counting + 2 x ACI + DO + RO
888 +* (% style="color:#037691" %)**Downlink payload (prefix 0x0A):**
895 895  
896 -4 = Single DI Counting + 1 x Voltage Counting + DO + RO
890 +(% style="color:blue" %)**0x0A aa  **(%%)** ** ~/~/ Same as AT+MOD=aa
897 897  
898 -5 = Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
899 899  
900 -6 = Trigger Mode, Optional, used together with MOD1 ~~ MOD5
901 -)))
902 -|(% style="width:97px" %)**Example**|(% style="width:413px" %)(((
903 -AT+MOD=2
904 904  
905 -Sets the device to working mode 2 (Double DI Counting + DO + RO)
906 -)))
907 -
908 -
909 -(% class="wikigeneratedid" %)
910 -(% style="color:#037691" %)**Downlink payload**
911 -
912 -(% style="width:500px" %)
913 -|(% style="width:98px" %)**Payload**|(% style="width:400px" %)<prefix><working_mode>
914 -|(% style="width:98px" %)**Parameters**|(% style="width:400px" %)(((
915 -prefix : 0x0A
916 -
917 -working_mode : Working mode, represented by 1 byte in hexadecimal.
918 -)))
919 -|(% style="width:98px" %)**Example**|(% style="width:400px" %)(((
920 -0A **02**
921 -
922 -Sets the device to working mode 2 (Double DI Counting + DO + RO)
923 -)))
924 -
925 -
926 926  ==== 3.4.2.3 Poll an uplink ====
927 927  
928 -Requests an uplink from LT-22222-L.
896 +Requests the device to send an uplink.
929 929  
930 -(% style="color:#037691" %)**AT command**
931 931  
932 -There is no AT Command to request an uplink from LT-22222-L
899 +* (% style="color:#037691" %)**AT command:**(%%) There is no AT Command to poll uplink
933 933  
934 -(% style="color:#037691" %)**Downlink payload**
901 +* (% style="color:#037691" %)**Downlink payload (prefix 0x08):**
935 935  
936 -(% style="width:500px" %)
937 -|(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix>FF
938 -|(% style="width:101px" %)**Parameters**|(% style="width:397px" %)prefix : 0x08
939 -|(% style="width:101px" %)**Example**|(% style="width:397px" %)(((
940 -08 FF
903 +(% style="color:blue" %)**0x08 FF  **(%%)** **~/~/ Poll an uplink
941 941  
942 -Requests an uplink from LT-22222-L.
943 -)))
905 +**Example**: 0x08FF, ask device to send an Uplink
944 944  
945 945  
908 +
946 946  ==== 3.4.2.4 Enable/Disable Trigger Mode ====
947 947  
948 -Enable or disable the trigger mode for the current working mode (see also [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]).
911 +Enable or disable the trigger mode (see also [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]).
949 949  
950 -(% style="color:#037691" %)**AT Command**
913 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+ADDMOD6=1 or 0**
951 951  
952 -(% style="width:500px" %)
953 -|(% style="width:95px" %)**Command**|(% style="width:403px" %)AT+ADDMOD6=<enable/disable trigger_mode>
954 -|(% style="width:95px" %)**Response**|(% style="width:403px" %)
955 -|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)(((
956 -enable/disable trigger_mode :
915 +(% style="color:red" %)**1:** (%%)Enable the trigger mode
957 957  
958 -1 = enable trigger mode
917 +(% style="color:red" %)**0: **(%%)Disable the trigger mode
959 959  
960 -0 = disable trigger mode
961 -)))
962 -|(% style="width:95px" %)**Example**|(% style="width:403px" %)(((
963 -AT+ADDMOD6=1
964 964  
965 -Enable trigger mode for the current working mode
966 -)))
920 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):**
967 967  
968 -(% style="color:#037691" %)**Downlink payload**
922 +(% style="color:blue" %)**0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
969 969  
970 -(% style="width:500px" %)
971 -|(% style="width:97px" %)**Payload**|(% style="width:401px" %)<prefix><enable/disable trigger_mode>
972 -|(% style="width:97px" %)**Parameters**|(% style="width:401px" %)(((
973 -prefix : 0x0A 06
974 974  
975 -working mode : enable (1) or disable (0), represented by 1 byte in hexadecimal.
976 -)))
977 -|(% style="width:97px" %)**Example**|(% style="width:401px" %)(((
978 -0A 06 **01**
979 979  
980 -Enable trigger mode for the current working mode
981 -)))
982 -
983 -
984 984  ==== 3.4.2.5 Poll trigger settings ====
985 985  
986 986  Polls the trigger settings.
... ... @@ -994,16 +994,11 @@
994 994  (% style="color:blue" %)**0xAB 06  ** (%%) ~/~/ Poll the trigger settings. Device will uplink trigger settings once receive this command
995 995  
996 996  
997 -(% style="width:500px" %)
998 -|(% style="width:95px" %)**Payload**|(% style="width:403px" %)<prefix>
999 -|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)prefix : AB 06
1000 -|(% style="width:95px" %)**Example**|(% style="width:403px" %)AB 06
1001 1001  
940 +==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as a trigger ====
1002 1002  
1003 -==== 3.4.2.6 Enable / Disable DI1/DI2 as a trigger ====
942 +Enable or disable DI1/DI2/DI2 as a trigger.
1004 1004  
1005 -Enable or disable DI1/DI2 as a trigger.
1006 -
1007 1007  * (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
1008 1008  
1009 1009  **Example:** AT+ DTRI =1,0 (Enable DI1 trigger / disable DI2 trigger)
... ... @@ -1014,25 +1014,7 @@
1014 1014  (% style="color:blue" %)**0xAA 02 aa bb   ** (%%) ~/~/ Same as AT+DTRI=aa,bb
1015 1015  
1016 1016  
1017 -(% style="width:500px" %)
1018 -|(% style="width:98px" %)Command|(% style="width:400px" %)AT+DTRI=<DI1_trigger><DI2_trigger>
1019 -|(% style="width:98px" %)Response|(% style="width:400px" %)
1020 -|(% style="width:98px" %)Parameters|(% style="width:400px" %)(((
1021 -DI1_trigger:
1022 1022  
1023 -1 = enable DI_1 trigger
1024 -
1025 -0 = disable DI_1 trigger
1026 -
1027 -DI2 _trigger
1028 -
1029 -1 = enable D2_1 trigger
1030 -
1031 -0 = disable D2_1 trigger
1032 -)))
1033 -|(% style="width:98px" %)Example|(% style="width:400px" %)
1034 -
1035 -
1036 1036  ==== 3.4.2.7 Trigger1 – Set DI or DI3 as a trigger ====
1037 1037  
1038 1038  Sets DI1 or DI3 (for LT-33222-L) as a trigger.
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0