User Manual

3-51
IM 04L21B01-17EN
Commands
1
2
3
4
5
6
App
Index
MO Manages and outputs the data
that has been written to internal
memory
Syntax
MOp1,p2,p3<terminator>
p1
Type of operation
DIR
Data list output
GET
Data output
SIZE
Data size output
p2
Output data type
MANUAL
Manual sampled data
REPORT
Report
p3
File name
Example Output report data file
000142_080102_004127H_.DAR
from the FX.
MOGET,REPORT,
000142_080102_004127H_.DAR
Description Parameter p3 is valid when p1 is set to GET or
SIZE.
3.9 Output Commands (RS-
422A/485 commands)
ESC O Opens an instrument
ESC is 1BH in ASCII code. For details, see
appendix 3.
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 Specify the address of the instrument that you
want to communicate with.
You can only open one instrument at any
given time.
If you execute ESC O, any instrument that is
already open is automatically closed.
When the FX receives this command
successfully, it returns “ESC
O(instrument
address)
.”
Normally, you can use CR+LF or LF as the
terminator for communication commands.
However, you must terminate this command
with CR+LF.
ESC C Closes an instrument
ESC is 1BH in ASCII code. For details, see
appendix 3.
Syntax
ESC
Cp1<terminator>
p1
Instrument address (01 to 99)
Example Close the instrument at address 77.
ESC
C77
Description This command closes the connection to the
instrument you are communicating with.
When the FX receives this command
successfully, it returns “ESC
C(instrument
address)
.”
Normally, you can use CR+LF or LF as the
terminator for communication commands.
However, you must terminate this command
with CR+LF.
3.8 Output Commands/3.9 Output Commands