Controlling GPIB test equipment to automate reforming capacitors
- HP 6633A (Manual) - Programmable power supply with 0-50V, 0-2A range
- HP 34401A (Manual) - 6.5 digit multimeter
Capcitors need to be slowly brought up to their rated voltage at a limited current (10m max per this guide). The goal is to rebuild the oxide layer acting as a dialectric that forms on the aluminium foil. Too much current or too high a voltage on a weakened capacitor will short through the dialectric causing catestrophic failure. The amount of oxide is relative to the maximum voltage the capacitor can handle
Using the programmable power supply to automate this will allow the process to be more efficiently handled for larger quantities of capacitors.
The basic steps that need to be taken are as follows:
- Connect weak capctitor at zero voltage and current to PSU
- Increase voltage by a small percentage of maximum rated value, with current limited
- Watch current taken in by capacitor drop as capacitor reforms
- When current drops significantly it has been formed up to that voltage, go back to step 2.
- When the maximum volage rating has been reached and current rating reduces the capacitor reforming is complete
The 6633A uses a unique GP-IB command format. The basic control commands:
VSET #
: Sets the output voltage on the PSUISET #
: Sets the current limit on the PSUOUT [0,1]
: Enables or disables the outputVOUT?
: Returns the current voltage measured at the outputIOUT?
: Returns the current amprage measured at the output
The 34401A uses SCPI for programming which is a robust standard with many options. The following are relevant to this project:
CONF:VOLT:DC [range upper],[resolution minimum]
: Set DC voltage measurement mode and configure range settingCONF:RES [range upper],[resolution minimum]
: Set resistance measurement mode and configure range settingREAD?
: Take a measurement and read it backSYST:BEEP
: Make short beep sound