 | !GRAB time - Grabs
returning SERIAL data to be stored in a macro value, GRAB. Time is
the number of seconds to wait for incoming data. If not specified,
2 seconds will be used. Once data is arriving, GRAB will continue
to collect data until no further data is received for 100mS. All
carriage returns (ASCII 13) and commas will be replaced with
spaces in returning data. Note GRAB works only with serial
arriving data, not user entered or TCP data currently.
|
 | !WAIT time - Pauses
execution for the number of seconds given.
|
 | !SPLT data - Splits the data
based upon the Parse Character (!PCHR ;).
Data split may be retrieved using (PARSE0)
(PARSE1) etc.
|
 | !SRAW data - Sends the
string provided without adding a carriage return.
|
 | !MOFF ON/OFF - Disables the
message window from opening automatically.
!MOFF ON
|