52
WIKA operating instructions hydraulic high pressure controller, model CPC8000-H
PN 0018708001B 11/2020 EN
EN
7.6 Mensor Command Set
This Mensor command set is the default on the CPC8000-H. For queries (ending with a ?), the Data column represents the
response of the CPC8000-H. All response strings begin with a space character or an “E” representing that there is an error in the
error queue. All response strings are terminated with a termination character set in the Remote Settings Screen (Section 6.4.2.4
Remote Settings). The error queue holds the last 10 errors identified.
For all commands (no ?), the data column represents the required parameters to be sent to the CPC8000-H following the string
in the command column. For any command that requires multiple parameters to be sent, the parameters must be separated by
commas.
7.6.1 Command and Query Format
Commands must be sent in ASCII format and terminated with either a carriage return (<cr>), linefeed (<lf>), or both. Commands
are not case sensitive. Each query returns a response. If an error is detected the response will include an error flag.
Command or Query field: Unless otherwise specified, commands are typically converted to queries by appending a question mark
to the command. Table 7.10 lists all of the CPC8000-H command or query keywords.
Data field: The data field is either in ASCII {string} or numeric {value} form. In the case of multiple data fields, commas are required
to separate the fields. Queries do not have a data field. String (text) or value (numeric) data are acceptable in any of the following
formats:
Examples of {string} data: ON, OFF, mBar, inHg
Examples of {value} data: 1, 1.0, -5.678, 25.68324e-5
7.6.2 Command Set Definitions
In this manual a data entry made up of alpha characters is defined as a string, as opposed to data containing only numbers, such
as “Enter 1" for ON or "0" for OFF where 1 and 0 are defined as values.
Command
: Any command or query listed in Table 7.6.4. For commands that take boolean data the following strings are
acceptable:
0 1
False True
No
Yes
Off
On
Separator
: Space (SP).
Data:
ASCII representations of numbers, {value}, or alpha characters, {string}, data as defined above. When sending code a literal
variable replaces the brackets and the enclosed character(s) shown in the following examples.
Termination:
Linefeed (LF) or carriage return (CR) is used to signal the end of a command statement. For IEEE-488.2 operation
“EOI” is an acceptable alternative.
Always send commands in one of the following formats:
1. [Command] [Termination];
2. [Command] [Separator] [Data] [Termination];
3. Queries are special instructions in the form: [Command?] [Termination] where the question mark, “?”, immediately precedes the
terminator.
When a valid query is received, the CPC8000-H will return {data} terminated by termination character set in the Remote Settings
Screen (Section 6.4.2.4 Remote Settings) . Floating point data is returned in the current engineering units in exponential format.
7.6.3 Output Formats
Pressure readings are returned in exponential notation in a format according to the OUTFORM command as follows.
Output formats
1. <sp> pressure value <cr><lf>
2. <sp> pressure, units, mode <cr><lf>
3. <sp> pressure, pressure rate <cr><lf>
4. <sp> pressure, minimum peak, maximum peak <cr><lf>
5. <sp> pressure, active sensor (P or S), active turndown (1-4) <cr><lf>
6. <sp> pressure, control point, "stable" or "slewing" <cr><lf>
7. <sp> pressure, "no barometer" or baro reading <cr><lf>
7. Remote Operation