
X - Execute
SYNTAX
X
Execute the command string.
DESCRIPTION
Commands sent to the Digital488/80A will result in no action until the unit is instructed to execute these commands.
This is done by issuing the Execute (
X) command, usually as the last character of a command string. Commands sent
without an
X are stored in an internal buffer and are not executed until an X is received.
Any number of Execute (
X) commands may be inserted into the same command string. For example, if the Bit Set (A)
command is used more than once in a command string, then the X command must be used after each use of the A
command.
EXAMPLE
PRINT#1,"CLEAR08"
Line 1: Reset the Digital488/80A.
PRINT#1,"OUTPUT08;F2"
Line 2: Send Data Format F2 to the Digital488/80A command input buffer.
PRINT#1,"OUTPUT08;X"
Line 3: Instruct the Digital488/80A to execute the F2 command.
PRINT#1,"OUTPUT08;A1XA2X"
Line 4: Send two Bit Set (A) commands within the same command string.
74 Digital488/80A Commands
967695 Digital488/80A User's Manual
Komentáře k této Příručce