Using Remote Control
5-3
Numerical Data Formats
Chroma 66203/66204 Power Meter accepts the numerical data type listed in Table 5-1.
Table 5-1 Numerical Data Type
Symbol Description Example
<NR1> It is a digit with no decimal point. The decimal is assumed to
be at the right of the least significant digit.
123 , 0123
<NR2> It is a digit with a decimal point. 12.3 , .123
<NRf> Flexible decimal form that includes NR1 or NR2 or NR3. 123, 12.3,
1.23E+3
<NRf+> Expanded decimal form that includes NRf and MIN, MAX.
MIN and MAX are the minimum and maximum limit values
for the parameter.
123, 12.3,
1.23E+3, MIN,
MAX
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.
Arbitrary Block Data Format
The arbitrary block data returned by query command may take either of the following forms:
<DLABRD> Definite Length Arbitrary Block Response Data:
The <DLABRD> is formatted as:
#<x><yy...y><byte1><byte2><byte3><byte4>…<byteN><RMT>
Where,
<x> is the number of characters in <yy…y>.
<yy…y> is the number of bytes to transfer.
For example, if <yy…y> = 1024, then <x> = 4 and <byte1><byte2><byte3>…<byte1024>
<ILABRD> Indefinite Length Arbitrary Block Response Data:
The <ILABRD> is formatted as:
#<0><byte1><byte2><byte3><byte4>…<byteN><RMT>
5.5 Basic Definition
5.5.1 Command Tree Table
The commands of the Power meter are based on a hierarchical structure, also known as a
tree system. In order to obtain a particular command, the full path to that command must be
specified. This path is represented in the table by placing the highest node in the farthest left
position of the hierarchy. Lower nodes in the hierarchy are indented in the position to the
right, below the parent node.