EasyManua.ls Logo

Xirgo XT6350 - Appendix D: Actions Table; Scripting Actions Reference

Xirgo XT6350
31 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
21
Sales Engineering
support@xirgotech.com
AppendixD ACTIONSTABLE
Action
Syntax
Reset Device
ResetDevice()
Reset Modem
ResetModem()
Reset GPS
ResetGPS()
Turn Off GPS
TurnOffGPS()
Turn On GPS
TurnOnGPS()
Set User Variable
SetUserVar(<type>, <index>, <value>)
type is in the range 0 - 2 where:
0 = 8bit variable
1 = 16bit variable
2 = 32bit variable
index is in the range:
0 - 15 for 8bit variables
0 - 7 for 16bit variables
0 - 7 for 32bit variables
value is in the range:
-128 to 127 for 8bit variables
-32768 to 32767 for 16bit variables
–2147483648 to 2147483647 for 32 bit variables
Adjust User Variable
AdjustUserVar(<type>, <index>, <adjust_amount>)
type is in the range 0 - 2 where:
0 = 8bit variable
1 = 16bit variable
2 = 32bit variable
index is in the range:
0 - 15 for 8bit variables
0 - 7 for 16bit variables
0 - 7 for 32bit variables
adjust_amount is in the range:
-128 to 127 for 8bit variables
-32768 to 32767 for 16bit variables
–2147483648 to 2147483647 for 32 bit variables
Set Flag
SetFlag(<flag_index>)
index is in the range 0 - 31.
Clear Flag
ClearFlag<flag_index>)
index is in the range 0 - 31.
Start Timer
StartTimer(<timer_index>)
index is in the range 0 - 31.
Stop Timer
StopTimer<timer_index>)
index is in the range 0 - 31.
Rest Timer
ResetTimer(<timer_index>)
index is in the range 0 - 31.