
- 269 -
Event
Category
Parm1
Parm2
Description
57
0 to
2147483647
Sends data over SMS to the fourth indexed SMS destination address con
figured via $SMSDA command.
58
0 to
2147483647
Sends data over SMS to the fifth indexed SMS destination address con
figured via $SMSDA command.
59
N/A
N/A
Reserved
60
0 to -1
See Bit-Field
Table
Generate and transmit message to main serial port based on Parm1 and
Parm2 values in ASCII format only.
61 - 124
N/A
N/A
Reserved
125
0 – 9
-2147483648 to
2147483647
Sets user variable indicated by parm1 to value of parm2 (for example, if
parm1 is 7 and parm2 is 50, this output event would set user variable 7 to
50)
126
0 – 9
-2147483648 to
2147483647
Increments user variable indicated by parm1 by value of parm2 (for
example, if parm1 is 4, parm2 is 100, and user variable 4 was 200 prior to
this event, user variable 4 would be incremented to 300 by this event)
127
0 – 9
-2147483648 to
2147483647
Decrements user variable indicated by parm1 by value of parm2 (for
example, if parm1 is 9, parm2 is 10, and user variable 9 was 50 prior to this
event, user variable 9 would be decremented to 40 by this event)
128
0 – 9
-2147483648 to
2147483647
Copies value of a system variable into user variable indicated by parm1.
Parm2 is used as an index to determine the system variable that will be
copied (see
).
129
0 – 9
0 – 9
Adds user variable indicated by parm1 to user variable indicated by parm2
and places result in user variable indicated by parm1.
For example, if parm1 is 4, parm2 is 5, and user variable 4 was 42 prior to
this event, and user variable 5 was 6, then user variable 4 would be 48 (42 +
6) following this event.
130
0 – 9
0 – 9
Multiplies user variable indicated by parm1 by user variable indicated by
parm2 and places result in user variable indicated by parm1.
For example, if parm1 is 4, parm2 is 5, and user variable 4 was 42 prior to
this event, and user variable 5 was 6, then user variable 4 would be 252 (42
x 6) following this event.
Note that multiplying by powers of 2 is the same as performing a bitwise
shift to the left.
For example, if parm1 is 4, user variable 4 is 23130 (0x00005A5A), parm2 is
5, and user variable 5 is 65536 (0x00010000), then user variable 4 would be
1515847680 (0x5A5A0000). This can be useful if you want to pack a single
user variable with multiple values prior to sending a message over the air.
131
0 – 9
0 – 9
Divides user variable indicated by parm1 by user variable indicated by
parm2 and places result in user variable indicated by parm1.
For example, if parm1 is 4, parm2 is 5, and user variable 4 was 42 prior to
this event, and user variable 5 was 6, then user variable 4 would be 7 (42 /
6) following this event.
Note that dividing by powers of 2 is the same as performing a bitwise shift
to the right.
132
0 – 9
0 – 9
Subtracts user variable indicated by parm2 from user variable indicated by
Содержание MT 3060 R
Страница 13: ...1 Introduction...
Страница 17: ...5 General Commands...
Страница 34: ...22 Network Commands...
Страница 41: ...29 AT MDSTAT Query Modem Status 6 bad message format 7 connect fail Notes...
Страница 62: ...50 ME TA Commands...
Страница 69: ...57 SMS Commands...
Страница 94: ...82 API Commands...
Страница 95: ...83 TCP API Commands...
Страница 107: ...95 Message Commands...
Страница 111: ...99 AT APIOPT Enable API Optional Header Fields MDMID 99 03 07 63 MDMID 999999999999999999A 03 07 00...
Страница 138: ...126 Event Commands...
Страница 157: ...145 RTC Commands...
Страница 164: ...152 FOTA Commands...
Страница 171: ...159 FTP Commands...
Страница 177: ...165 AT FFS Generic Flash File System Access OK...
Страница 188: ...176 IP Router Commands...
Страница 192: ...180 GPS Commands...
Страница 222: ...210...
Страница 223: ...211 Battery Commands...
Страница 227: ...215 OBD Commands...
Страница 246: ...234...
Страница 248: ...236 Miscellaneous Commands...
Страница 256: ...244 Accelerometer Commands...
Страница 269: ...257 Event Tables...
Страница 284: ...272 Bit Field Tables...
Страница 313: ...301 Appendix Result Codes...
Страница 314: ...302 Appendix A Result Codes...
Страница 318: ...306 Appendix Error Codes...
Страница 319: ...307 Appendix B Error Codes...