User guide

4-43
Commands
M-4662
1
2
3
4
5
6
7
App
Index
4.9 OutputCommands(RS-
422/485Commands)
ESCO Opensaninstrument
The ASCII code for ESC is 1BH. See appendix 3
for details.
Syntax
ESC
O p1<terminator>
p1
Instrument address (01 to 99)
Example Open the instrument at address 99, and enable
all commands.
ESC
O99
Description • Specifies the address of the instrument to
communicate with.
• You can only open one instrument.
• When you open an instrument with the ESC O
command, another instrument that is currently
open is automatically closed.
• When the MV receives this command
normally, the MV transmits the data “ESC O
.”
• Normally, either CR+LF or LF can be used for
the terminator in communication commands.
However, the terminator for this command
must be set to CR+LF.
ESCC Closesaninstrument
The ASCII code for ESC is 1BH. See appendix 3
for details.
Syntax
ESC
C p1<terminator>
p1
Instrument address (01 to 99)
Example Close the instrument with the address 77.
ESC
C77
Description • Releases the connection with the instrument.
• When the MV receives this command
normally, the MV transmits the data “ESC C
.”
• Normally, either CR+LF or LF can be used for
the terminator in communication commands.
However, the terminator for this command
must be set to CR+LF.
4.10 OutputCommands(Special
ResponseCommands)
*
I Transmits instrument
information
Syntax
*
I<terminator>
Description Transmits the maker, model, serial number, and
firmware version in a comma-separated ASCII
text with a terminator at the end.
Example
Omega,RD-MV1000,99AA0123,F1.01
4.9OutputCommands(RS-422/485Commands)/4.10OutputCommands(SpecialResponseCommands)