Yokogawa Data Acquisition with PID Control CX2000 User Manual
Page 187

6-58
IM 04L31A01-17E
MI
Outputs display data and event
data in the internal memory
Syntax
MI p1,p2,p3,p4
p1: Operation type
DIR
Put the data on standby for
communication output and output
data list
GET
Output (first time)
NEXT
Output (succeeding times). This
parameter is used to output the
remaining data when the first
output operation is not adequate.
RESEND Retransmit the previous output
SIZE
Output the data size (capacity)
p2: Output data type
DISPLAY
Display data
EVENT
Event data
p3: Block number (1 to 16)
p4: Output format (FILE, DATA)
Example
Output the data in block number 1 containing
display data using the file output format.
MIGET,DISPLAY,1,FILE
Description • Parameter p2 is valid when p1 is set to DIR,
GET, or SIZE.
• Parameters p3 and p4 are valid when p1 is
set to GET or SIZE.
• This command can be used to output data
over the communication interface (Ethernet or
serial) that was selected with the XO
command.
• This command outputs the data, which have
been put on standby using (p1=) DIR, using
(p1=) GET. Make sure to put the data on
standby using DIR before outputting the data
using GET.
MO
Outputs TLOG data, manual
sample data, and report data in
the internal memory
Syntax
MO p1,p2,p3
p1: Operation type
DIR
Put the data on standby for
communication output and
output data list
GET
Output (first time)
NEXT
Output (succeeding times).
This parameter is used to
output the remaining data when
the first output operation is not
adequate.
RESEND
Retransmit the previous output
SIZE
Output the data size (capacity)
p2: Output data type
TLOG
TLOG data
MANUAL
Manual sampled data
REPORT
Report
p3: Block number
When p2 is set to TLOG
1 to 16
When p2 is set to MANUAL
1 to 50
When p2 is set to REPORT
1 to 40
Example
Output the data in block number 1 containing
TLOG data from the CX.
MOGET,TLOG,1
Description • Parameter p2 is valid when p1 is set to DIR,
GET, or SIZE.
• Parameter p3 is valid when p1 is set to GET
or SIZE.
• This command can be used to output data
over the communication interface (Ethernet or
serial) that was selected with the XO
command.
• This command outputs the data, which have
been put on standby using (p1=) DIR, using
(p1=) GET. Make sure to put the data on
standby using DIR before outputting the data
using GET.
6.11 Output Commands (Setup, Measurement, and Computation Data Output)