Page 1
Part No. Z1-002-532, IB002985 Sep. 2009 OPERATION MANUAL BIPOLAR POWER SUPPLY PBX Series PBX20-5 PBX20-10 PBX20-20 PBX40-2.5 PBX40-5 PBX40-10 www.valuetronics.com...
Page 2
If you find any incorrectly arranged or missing pages in this manual, they will be replaced. If the manual gets lost or soiled, a new copy can be provided for a fee. In either case, please contact Kikusui distributor/ agent, and provide the “Kikusui Part No.” given on the cover.
Page 3
AC power cable. • Do not remove the cover when performing maintenance or inspection. There are parts inside the product which may cause physical hazards. Consult your Kikusui distributor or agent before uncover the products in case if it is so necessary.
Page 5
ROM Version Number This manual is applicable to the power supplies which have the following version of ROM (read only mem- ory). 2.0* (* denotes 0 to 9.) When making any inquires on your power supply, please indicate the following: • Model No. •...
Page 37
Chapter 3 OPERATING METHOD The former half of this chapter introduces the names and functions of keys, indicators and other panel items, and the basic operating methods of the power supply; the latter half describes procedures for sequence operation and other applied types of operation. Contents Page Description of Front and Rear Panels ......
Page 39
Chapter 3. OPERATING METHOD 3.1 Descriptions of Front and Rear Panels 3.1.1 Front Panel Refer to chapter 5. "5.1 Front Panel". 3.1.2 Rear Panel Refer to chapter 5. "5.2 Rear Panel". www.valuetronics.com...
Page 80
RS-232C. Change programming of the sequence or control the Electronic Load via GPIB. • It takes several tens milliseconds for processing time when the output of PBX series is turned ON or OFF.
Page 102
Chapter 3. OPERATING METHOD 6: [Auto Protection] : To select an auto-protection level for V Limit (or I Limit) 1: 110% V Limit (110% I Limit) 2: 120% V Limit (120% I Limit) 3: 130% V Limit (130% I Limit) 8: [Interface] : Interface board setting menu 1: [GPIB Address] : For GPIB address setting 2: [MCB Address] : For MCB bus address setting...
Page 108
Chapter 3. OPERATING METHOD ③ Press the【ESC】key. • The root display will resume. 0.000V 0.00A NOTE • The auto-protect level can be set in terms of percentage of the voltage (or current) which has been set for the SET item. The allowable setting ranges for the software V Limit (or I Limit) is from 10% to 110% of the rated output voltage (or current).
Page 109
Chapter 3. OPERATING METHOD [5] Setting the operation parameters for interface boards This section describes the setting procedure of operation parameters of interface boards for GPIB, RS-232C, or MCB (multichannel bus). When using an interface board through which to control the power supply, you must set an address for the board.
Page 125
Chapter 4. REMOTE PROGRAMMING [4] Hold-off (GPIB) By suffixing an "@"(40h) at the end of a program message or a query message, the GPIB can be held off until the execution of the message is complete. However, in the event of a command message terminator with only EOI, use "@@".
Page 129
Chapter 4. REMOTE PROGRAMMING • For the operating procedures, refer to Section 4.7 "Examples of Remote Programming", NOTE [1] "Examples of Voltage Settings and Monitor Readback (C.V Operation)". 4-11 www.valuetronics.com...
Page 144
Chapter 4. REMOTE PROGRAMMING [12] Commands and special codes for GPIB only Multiline message <DCL>: To set the MCB path address to 0. To clear the error message. Multiline message <SDC>: The same as above. Multiline message <GET>: The same as the TRG command. "@"...
Page 151
(VISA COM) for the I/O library. You can use the following either VISA libraries. • Kikusui Corp.: KI-VISA (VER.3.0.x or later, Downloadable from http://www.kikusui.co.jp/download/) • National Instruments: NI-VISA (VER.3.0 or later, Windows 2000 and Windows XP: VER.3.2 or later) •...
Page 152
Chapter 4. REMOTE PROGRAMMING Common Modules 1. Communication IO open/close module The GPIB or RS232C IC open/close module is a basic operation for communication and should be included in the standard module. After calling the comm_open function at the start of the program, be sure to call the comm_close function to close the communication port before the end of the program.
Page 153
Chapter 4. REMOTE PROGRAMMING If io.HardwareInterfaceType = INTF_ASRL Then 'When IO resource is RS232C, execute following settings. Set serial = io 'RS232C serial.BaudRate = 9600 'Baud rate 9600 bps serial.DataBits = 8 'Data length 8 bits serial.StopBits = ASRL_STOP_ONE 'Sets stop bit to 1 bit. serial.Parity = ASRL_PAR_NONE 'Sets parity bit to NONE.
Page 154
Chapter 4. REMOTE PROGRAMMING Sample Program To use the following sample program, create a form, provide an optimum command button and use function call. • Example: Private Sub Command1_Click() Call comm_open 'Opens communication port. Call example001 'Executes sample program 001. Call comm_close 'Closes communication port.
Page 155
Chapter 4. REMOTE PROGRAMMING [2] Example of protection operation Sub example002() 'Sample program 2 '[2] Example of protection operation 'Query value is substituted for global variable g_strRxd. '<<Protection>> '------------Settings------------ Call Tx("VLIMOVP 1") 'Sets limit operation. Call Tx("PVLIMSET 20.0;MVLIMSET -20.0") 'Sets + and - voltage limits. Call Tx("PILIMSET 2.00;MILIMSET -2.00") 'Sets + and - current limits.
Page 156
Chapter 4. REMOTE PROGRAMMING [3] Example of fine adjustment setting Sub example003(d_setvoltage As Double) 'Sample program 3 '[3] Example of find adjustment setting: call example003(12.000V) 'This sample fine adjusts the output voltage to ±1 mV of the set value. 'To reach the set value quickly, the previously calculated fine setting value is sent and then subjected to fine adjustment. 'Software Auto Fine function 'FINE setting range: -128 to 127 'Command syntax: VFINE <set value>...
Page 157
Chapter 4. REMOTE PROGRAMMING [4] Example of use of memory function Sub example004() 'Sample program 4 '[4] Example of use of memory function 'Frequently used settings can be stored in memory (A, B, C and D). 'Settings stored in memory can be recalled later. 'The voltage and FINE set values are stored together.
Page 158
Chapter 4. REMOTE PROGRAMMING [5] Examples of register settings/recalling and SRQ operation Sub example005() 'Sample program 5 [Valid only in GPIB communication] '[5] Example of register settings/recalling and SRQ operation 'This sample program activates the current limit and generates SRQ at the Delayed Limit bit of FAU register bit 1 [DLIM]. 'This sample program checks the operation of SRQ by means of serial polling.
Page 159
Chapter 4. REMOTE PROGRAMMING Else spoll_data = spoll_data - 2 ^ I STBreg(i) = 1 End If Next '--------Fault register analysis------------ If STBreg(0) = 1 Then 'Fault register summary bit ON Call Tx("FAU?") 'Fault register query spoll_data = Val(g_strRxd) 'Converts FAU? query into numerical data. For i = 7 To 0 Step -1 'Decomposes query into 8 bits.
Page 160
Chapter 4. REMOTE PROGRAMMING Case 62 SRQ_analyze = "I/F No answer." Case 63 SRQ_analyze = "I/F worning data." Case 79 SRQ_analyze = "Data clip." Case 80 SRQ_analyze = "Prediction V Limit" Case 81 SRQ_analyze = "Prediction V Limit" Case Else SRQ_analyze = "Other error."...
Page 161
Chapter 4. REMOTE PROGRAMMING [7] Example 1 of sequence operation [C.V operation, NV mode] Sub example007() 'Set the short piece on rear panel to NORMAL. 'Sample program 7 [Normal sequence registration] 'This sample program registers a new sequence. '(1)Sequence mode setting 'NEWSEQ [1:NV 2:NI],[1:TimeUnit ms 2:TimeUnit sec 3:TimeUnit minute 4:TimeUnit hour] 'Mode query command: SEQMODE? query is answered in numerical data.[1:NV 2:NI]...
Page 162
Chapter 4. REMOTE PROGRAMMING Call Tx("STEP 1,0,0.00,0,0,0,1ms") Call Tx("EOS") 'Sends EOS. '------ SAVE to EEPROM ---------- Call Tx("FSAVE 0@") 'Saves file. Call Sequence_RUN 'Executes sequence. End Sub [8] Example 2 of sequence operation (C.V operation, FV mode) Sub example008() 'Set the short piece on rear panel to FAST. 'Sample program 8 [Fast sequence registration] 'This sample program registers a new sequence.
Page 165
Chapter 5 PANEL DESCRIPTION This chapter describes the functions of the switches, keys, indicators, and other panel items on the front and rear panels of the power supply. Contents Page Front Panel .............. 5-2 Rear Panel ............... 5-6 www.valuetronics.com...
Page 166
Chapter 5. PANEL DESCRIPTION 5.1 Front Panel Mode indicator Handle (left) Protection key [OUTPUT] key Amplitude setting key CONTRAST control JOG/SHUTTLE dials Numeric keys and Voltage and current function keys setting key Arrow keys AUX OUT POWER switch Air intake terminals Handle (right) STATUS indicators...
Page 167
Chapter 5. PANEL DESCRIPTION 6 LCD A liquid crystal display which shows voltage and current settings, parameters, menus, messages, and other information and data. 7 Numeric keys and function keys These keys are used to enter numeric data and to select menu items and functions. [ESC] To cancel the currently proceeding procedure and return to the preceding menu.
Page 168
Chapter 5. PANEL DESCRIPTION 8 Mode inindicator Illuminates to indicate that the power supply is in the Fast C.V mode or Dynamic C.C mode. 9 Protection key [PROTECT] To set the software ±V limit or software ±I limit, or to select the actions to be taken when one of these limiters has tripped.
Page 169
Chapter 5. PANEL DESCRIPTION 15 AUX OUT terminals The rated output current of the power supply is the sum of the current that is delivered through these output terminals plus that delivered through the output terminals on the rear panel. NOTE •...
Page 170
Chapter 5. PANEL DESCRIPTION 5.2 Rear Panel Board slot Analog remote control terminal Mode select terminals INPUT Remote sensing OUTPUT terminals terminals terminals Product Air outlet Cooling fan AC input ratings Instrument weight Note: Items 2 , 3 , 4 , 5 and 7 are as they appear when their covers are removed. An example of Front Panel of PBX40-2.5 Board slot Analog remote control terminals...
Page 171
Chapter 5. PANEL DESCRIPTION 2 Analog remote control terminals These terminals are for the analog remote control signals and monitor signals as follows: • Voltage signal for output voltage control • Resistance signal for output voltage control • Voltage signal for Output current control •...
Page 172
Chapter 5. PANEL DESCRIPTION 7 INPUT terminals The terminals of the AC input power circuit of the power supply. Live Neutral Ground FILTER GND Noise filter ground WARNINGS • In order to prevent electric shock hazards, be sure to ground the GND terminal of the power supply by connecting to it the GND wire (green) of the AC input power cable which accompanies the power supply.
Need help?
Do you have a question about the PBX Series and is the answer not in the manual?
Questions and answers