4 output format of instrument information, Response, Output example – Yokogawa Data Acquisition with PID Control CX2000 User Manual
Page 231

7-39
IM 04L31A01-17E
7
Response
7.4
Output Format of Instrument Information
This section describes the instrument information output format of the instrument
information server.
Note
The “
CRLF
” used in this section denotes carriage return line feed.
Response
The parameters of the packet that are returned as a response are lined up according to
the following format.
EA
CRLF
(Parameter 1)_=_(value of parameter 1)
CRLF
(Parameter 2)_=_(value of parameter 2)
CRLF
.....................................
EN
CRLF
• The parameter values are output in the order specified by the command parameter.
• The output order of the parameters when “all” is specified is not constant.
• Even if the same parameters are specified numerous times, only the first
occurrence is output.
• Lower-case characters are used for the parameters.
• “_” indicates a space.
The following table shows the parameter types.
Parameter
Output Information
all
All information that are output using the parameters (serial, model, host, ip) below
serial
Serial number
model
Manufacturer, model, and firmware version
host
Host name
ip
IP address
Output Example
Several output examples are indicated below.
Packet Parameter Sent as Commands
Response
The “all” parameter can be used to output all information for parameters serial, model, host, and ip.
all
EA
serial = 12V636848
model = YOKOGAWA,CX2000,1.01
host = CX2000-1
ip = 192.168.111.24
EN
Parameters are not case sensitive.
ip HoSt
EA
ip = 192.168.111.24
host = CX2000-1
EN
Even if the same parameters are specified numerous times, only the first occurrence is output.
host ip host ip host model
EA
host = CX2000-1
ip = 192.168.111.24
model = YOKOGAWA,CX2000,1.01
EN
Undefined parameters will be ignored.
(Space)
EA
EN