Remote Operation
NRf Flexible decimal form that includes NR1, NR2, NR3 12, 12.3, 1.23E2
NRf+ Expanded decimal form that includes NRf, MINimum
and MAXimum. MINimum and MAXimum are the
minimum and maximum limit values for the
parameters.
12, 12.3, 1.23E2
MIN,
MAXimum
Suffixes :
Numeric data may be followed by an optional suffix such as a multiplier and/or a unit . If the
suffix is omitted, default units are used.
The default units of Frequency, Voltage, and Current are Hz, Volt, and Ampere respectively. The
valid suffixes (units and multipliers) are as follows :
Units
Class Preferred
Suffix
Referenced Unit
Frequency Hz Hertz
Voltage V Volt
Current A Ampere
6.3.3 Boolean Data Format
The boolean parameter <Boolean> takes the form ON|OFF|<NRf>. Boolean parameter has a
value of “0” or “1”, and it is unitless. Any input value of <NRf> is rounded to an integer, and
the non-zero result is interpreted as “1”. The values of “ON” and “OFF” are also acceptable
upon the input commands for increase of readability. “ON” represents “1” and “OFF” “0”.
Queries will return “1” or “0”, not “ON” or “OFF”.
6.3.4 Character Data Format
The character strings returned by query command may take either of the following forms:
<CRD> Character Response Data: character string with maximum length of 12.
<SRD> String Response Data: character string enclosed in double quotes.
6-3