B.114 system:remote? query, B.115 system:security:immediate command, B.116 system:set command – KEPCO BOP 1KW-MG Operator Manual, Firmware Ver.2.01 to 2.37 User Manual

Page 170: B.117 system:set? query, B.114, Syst, B.115, B.116, B.117, B.116, b.117

Advertising
background image

B-24

BOP-1K 022108

B.114 SYSTem:REMote? QUERY

SYST:REM?

Syntax:

Short Form: SYST:REM?

Long Form: SYSTem:REMote?

Return Value: {1 | 0}

Description: Identifies whether unit it in remote mode (1) or local mode (0) during serial (RS 232) communi-

cation. See PAR. 3.5.6.3 and Figure B-5.

FIGURE B-5. SETTING THE UNIT TO REMOTE MODE VIA SERIAL (RS 232) PORT

B.115 SYSTem:SECurity:IMMediate COMMAND

SYST:SEC:IMM

Syntax:

Short Form: SYST:SEC:IMM

Long Form: SYSTem:SECurity:IMMediate

Description: Initializes all NVRAM variable to factory defaults. Empties all memory locations. See PAR. 3.5.2.2

and Figure 3-16 for special programming considerations.

B.116 SYSTem:SET COMMAND

SYST:SET

Syntax:

Short Form: SYSTem:SET {CM0 | CM1 | DCL0 | DCL1 | LF0 | LF1 | RO0 | RO1 | OUT0 | OUT1}
Long Form: SYSTem:SET {CM0 | CM1 | DCL0 | DCL1 | LF0 | LF1 | RO0 | RO1 | OUT0 | OUT1}

Description: Establishes Device Clear, Line Feed, OUTP command and Reset functions. Sending

SYST:SEC:IMM sets LF1, DC0, and RO0 (as if CM0 was sent). Requires MEM:UPD (PAR. B.11) to
save for power up. See PAR. 3.5.2.2 and Figure 3-16 for special programming considerations.
DCL0

Device Clear functions per IEEE 488.2 Standard. (No effect on the device (power supply),
only clears internal status registers.)

DCL1

Device Clear functions identical to *RST (Output set to 0V, voltage mode and output set to
OFF except if RO1 (see below) is set.)

LF0

Line Feed not provided upon empty buffer condition

LF1

Line Feed provided if buffer is empty and a read is performed.

RO0

*RST and power up set output to OFF, 0V, 0A, voltage mode.

RO1

*RST sets output to ON, 0V, 0A, voltage mode. Subsequent VOLT and CURR commands
are immediately present at the output without sending OUTP ON (OUTP OFF and OUTP
ON function normally to turn the output off or on.)

OUT0

OUTP command functions per PAR. B.12

OUT1

OUTP command functions as described in PAR. B.12, however sending VOLT or CURR
command also turns the output on.

CM0

Establishes DCL0, LF0, RO0 conditions described above. (SCPI 1997 Standard compli-
ance)

CM1

Establishes DCL1, LF1, RO1 conditions described above. (Compatible with software ver-
sions 1.2 and earlier) (See example, Figure B-6.)

B.117 SYSTem:SET? QUERY

SYST:SET?

Syntax:

Short Form: SYST:SET?

Long Form: SYSTem:SET?

Return Value: DCL<n>,LF<n>,RO<n>,OUT<n> where n = 0 or 1

Description: Identifies functions established by SYST:SET command. (See example, Figure B-6.)

*IDN?

Unit responds with KEPCO,BOP 50-20,E1234,1.66 (typical).

outp?

Unit responds with 0 indicating output is off

syst:rem?

Unit responds with 0 indicating unit is in local mode.

syst:rem 1

Puts unit in remote mode.

outp on

Enables output

outp?

Unit responds with 1 (output on).

syst:rem 0

Unit set to local mode.

Advertising