OpenTracker USB User’s Manual
37
On Startup
Executes a block of code only once, immediately after the tracker is powered on.
On Second
Executes a block of code once per second.
On Interrupt
Executes a block of code whenever a low-going edge is detected on the CT
(counter/trigger) pin.
On GPS Fix
Executes the following block whenever a valid GPS position fix is obtained.
Set A = B
Sets a counter to the value in another counter.
Set A = C
Sets a counter to the value specified in box C.
Increment A / Decrement A
Increments or decrements the specified counter by one.
Port A Print / Port B Print
Sends a string to the specified serial port.
Execute T
Executes the text in T as if it was entered at the command line. The command’s
return value will be stored in the ‘Result’ variable.