Reference Standard RS 2x30, RS 1x30
User’s Guide
RS-UG91-EN
www.appliedp.com
44
5.17.3 Commands
SYSTem:TALKonly {0 | 1}
General disabling (0) or ena
bling (1) of ‘TALK ONLY’ mode.
SYSTem:TALKonly?
Request for state of ‘TALK ONLY’ mode. Reply is 0 if disabled or 1 if enabled.
SYSTem:TALKonly:COM1 {0 | 1}
Disabling (0) or enabling (1) of COM1 (RS-
232) output in ‘TALK ONLY’ mode.
SYSTem:TALKonly:COM1?
Request for state of COM1 (RS-
232) output in ‘TALK ONLY’ mode. Reply is 0 if disabled or 1 if enabled.
SYSTem:TALKonly:COM1:FORMat {0 | 1}
Setting LONG format (0) or SHORT format (1) of COM1 output in ‘TALK ONLY’ mode.
SYSTem:TALKonly:COM1:FORMat?
Request for
format setting of COM1 output in ‘TALK ONLY’ mode. Reply is 0 for LONG format or 1 for
SHORT format.
SYSTem:TALKonly:COM1:QUANtities {<qParam>}
Setting of quantities sent on COM1 output in ‘TALK ONLY’ mode. Quantities parameter (qParam) is
decimal number containing binary information about enabled/disabled quantities. For format of
parameter see detailed description in Mode ‘TALK ONLY’ chapter.
SYSTem:TALKonly:COM1:QUANtities?
Request for setting of quantities sent on COM1 output in ‘TALK ONLY’ mode. Reply is decimal number
containing binary information about enabled/disabled quantities. For format of parameter see detailed
description in Mode ‘TALK ONLY’ chapter.
5.17.4 Quantities parameter
Quantities parameter is 32-bit decimal word, used in commands for enabling/disabling of quantities.
Every quantity Qx is represented by bit X. Value 0 of this bit X disables quantity Qx and value 1 of bit
X enables quantity Qx.
Format of quantities parameter:
bit #
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
Q #
Q21
Q20
Q19
Q18
Q17
Q16
Q15
Q14
Q13
Q12
Q11
Q10
Q09
Q08
Q07
Q06
Q05
Q04
Q03
Q02
Q01
Example: For enabling Q01(Active Power), Q02(Voltage), Q03(Current) and Q11(Frequency) has
quantity parameter value 2055 (= 2
1
+ 2
2
+ 2
3
+ 2
11
).