A.8 *opc? — operation complete query, Figure a-1. gpib commands, Gure a-1.) – KEPCO BOP-GL 1KW Operator Manual Firmware Ver.3.05 and higher User Manual

Page 125: A-1.), Figure a-1.), A-1.) as, Re a-1

Advertising
background image

BOP-1KW-GL 022814

A-3

A.8

*OPC? — OPERATION COMPLETE QUERY

*OPC?

Syntax:

*OPC?
Return value: <1 or 0> (ASCII)
0 placed in output queue if power supply has not completed operation after prior *OPC command.
1 placed in output queue when power supply has completed operation.

Description: Indicates when pending operations have been completed. *OPC command must be sent to first to

clear status bit 0 (Operation Complete). *OPC? will return “0” until all pending operations are complete
(all previous commands have been executed and changes in output level have been completed) At
that time *OPC? will return “1.” Unlike the *WAI command (see PAR. A.18), subsequent commands
are not inhibited while status bit 0 is “0.” *OPC? is intended to be used at the end of a command line
so that the application program can monitor the bus for data until it receives the “1” from the power
supply Output Queue. (See example, Figure A-1.)

FIGURE A-1. GPIB COMMANDS

*CLS

Power supply clears status data.

*ESE 60

Power supply enables bits 5, 4, 3 and 2, allowing command error, execution
error, device dependent error and query error to set the Event Status
Summary bit when an STB command is executed.

*ESE?

Returns 60, (value of the mask) verifying that bits 5, 4, 3 and 2 are enabled.

*ES

Unknown command will set command error (Bit 5).

*ESR?

Returns 33 (bit 5 set), indicating Command Error has occurred since the last
time the register was read. Bit 1 indicates operation complete (OPC).

*IDN?

Power supply returns: KEPCO,BOP1KW 36-28 09/30/2001,123456,4.01

*OPC

Allows status bit 0 to be set when pending operations complete.

OUTP ON;:VOLT 21;CURR 3;*WAI;*OPC?

If unit is in voltage mode, sets output voltage to 21V, output current protection
limit to 3A. *OPC? will return a 1 indicating the command has been processed.
by the BOP.

*ESR?

Returns 1, (operation complete, bit 1 = 1).

*ESR?

Returns 0 (event status register cleared by prior *ESR?).

VOLT 15;CURR 5;*OPC? Sets output voltage to 15V, output current protection limit to 5A, puts “1” on

output bus when command operations are complete.

*RST

Power supply reset to power on default state including TRIG:SOUR IMM.

*SRE 40

When ESB or QUES bits are set (Table A-3), the Request for Service bit will
be set.

*SRE?

Returns the value of the mask (40).

*STB?

For example, the Power supply responds with 96 (64 + 32) if MSS and the
Event Status Byte (Table A-3) summary bit have been set. The power
supply returns 00 if no bits have been set.

OUTP ON

Programmed voltage will be applied to output terminals.

VOLT 25

Power supply voltage commanded to 25V.

*WAI

Next command (VOLT:TRIG 12) cannot be executed until VOLT 25
is complete.

TRIG:SOUR BUS

Selects *TRG commands to be used to trigger the unit.

VOLT:TRIG 12

Programs power supply voltage to 12V when *TRG received.

INIT

Trigger event is initialized.

*TRG

Power supply reverts to commanded output voltage of 12V.
** LOAD DISCONNECTED

*TST?

Power supply executes self test and responds with 0 if test completed
successfully, with 1 if test failed.

Advertising