Reference Standard RS 2x30, RS 1x30
User’s Guide
www.appliedp.com
RS-UG91-EN
43
5.17 Mode 'TALK ONLY'
The 'TALK ONLY' mode enables to continuously send (at Time Base rate) measured values to
communication port COM1 (RS-232).
All quantities measured by device can be enabled / disabled for automatic sending. For details see
separate chapter Quantities.
Format of sent information can be LONG or SHORT. LONG format was used in older versions of
firmware and is supported for compatibility reasons. New SHORT format is more effective because of
fewer characters used in it.
All configuration parameters of this mode are saved in configuration and can be controlled in
Measure / Talk Only menu or by commands.
5.17.1 LONG format description
"<codeLF>:<channel>=<value><SI><cr><If>"
Explanation of expressions:
<codeLF>
measuring function long format code,
<channel>
label of the measuring channel: L1, L2 or L3,
<value>
real number of the measured value in the SI units in the exponential format,
<SI>
label of an SI unit of the measuring function,
<cr><If>
End of line characters
Example :
"VOLT:AC:L1=+1.08 V"
5.17.2 SHORT format description
"<codeSF>=<valueL1>,<valueL2>,<valueL3><cr><If>"
or
"<codeSF>=<value><cr><If>"
Explanation of expressions:
<codeSF>
measuring function short format code,
<valueLx>
real number of the measured value in channel Lx - if 3 phase information
<value>
real number of the measured value - if information common for all phases
<cr><If>
End of line characters
Example:
"U=+2.01,+2.01,+2.01"
or
"sP=+1.04"