C-32 Subject to Export Control, see Cover Page for details.
C-4. REMOTE OPERATION COMMANDS (cont)
Scripting
COMMAND RANGE DESCRIPTION
:scripting:alarm 0 to 1000 ms Sets the duration of the Alarm.
:scripting:checkkey? Returns Key Code.
:scripting:dialog:close Closes an open Dialog Box.
:scripting:dialog:create Creates a Dialog Box.
:scripting:entry:idle xpos (top left corner)
ypos (top left corner)
1 to 16 (size)
Create a box on a Dialog Screen to input data
and creates two Soft Keys (“ESC” and "DONE").
"ESC" returns an empty string. "DONE" returns
the inputted data. Size is the number of
characters to be read.
:scripting:event:enable 1 to 5
Lua Command
Sets the event for the Soft Key to a Lua
Command.
:scripting:event:idle Waits for Key Event.
:scripting:event:idle:dcib Waits for Key Event without closing Dialog Box.
:scripting:exit Signals the end of a running script.
:scripting:getkey? Returns Key Code
:scripting:log:print Prints diagnostic messages to the console via
PPC RS-232. The PPC RS-232 uses a fixed
setting of 115200N81.
:scripting:meter:clear Clears Meters on a Screen.
:scripting:meter:enable Enables Meters on a Screen.
:scripting:meter:place <position>
Meter Name
Places Meters on a Screen.
:scripting:rci:cmd Sends RCI Command.
:scripting:rci:resp Returns RCI Response.
:scripting:rs232:close Closes the RS-232 connection.
:scripting:rs232:config
Baud Rate:
1200, 2400, 4800,
9600, 19200, 38400,
57600, 115200,
230400
Byte Size:
5, 6, 7, 8
Parity:
0 (no parity),
1 (even parity),
2 (odd parity),
3 (space parity)
Stop Bits:
1, 2
Crtscts:
0 (flow off),
1 (flow on)
Timeout:
Integer
Term:
Terminating
character in hex
format
Configures the RS-232 Connector.
:scripting:rs232:open Opens the RS-232 connection.
:scripting:rs232:pacewrite <string>
in ms (pause time)
Writes to RS-232 Connector, pausing between
each character.
:scripting:rs232:read Reads in from RS-232 until the term character is
reached or timeout occurs.