VACS:Projects:Hardware:LPS

From VACS
Revision as of 00:40, 3 November 2006 by Stephane.Carrez (Talk | contribs)
Jump to: navigation, search

Contents

Transformers

Toric Transformer
Two toric transformers are used: one for the positive voltage and one for the negative voltage. This choice was motivated by:
  • the low profile of these transformers
  • the need for at least 4x9V supply to optimize the 4 output supplies while reducing the total heat dissipation (for low voltage outputs)
  • the room available in the final LPS case

Each transformer will deliver 80VA on 2x9V. This represents a maximum current arround 4.4A. The toric transformer used for positive voltage is also used for the power supply of LPS itself. This means that it is possible to use a single toric transformer but LPS will only deliver positive voltage.


LPS Power Supply

The power supply controllers and the master power supply board need themselves a power supply. A positive power supply controller uses the following supplies:

+24V, -5V
A power supply controller contains operational amplifiers to drive the output power supply transistor. The +24V and -5V was chosen so that the outputs of the operational amplifiers will have a full range of 0 to more than 18V. The AOP that is used is a TL074 whose maximum supply voltage is 36V.
+5V
The ATmega8 and other control logic power supply.

The negative power supply controller will use a different voltage for the operational amplifiers. A +5V and -24V is used so that the outputs can follow the required voltage to drive the power supply transistors.

To obtain the LPS power supplies we use the toric transformer of the positive power supply. The +24V and -24V are obtained by a voltage multiplier from the 2x9V toric transformers. In theory it can reach 36V so the decoupling capacitor is chosen to support at least 50V.

Rectifiers

The rectifier board contains the diodes to convert the alternating current into direct current. Four diodes are used to convert the 2x9V into two positive unregulated outputs. The diodes form a bridge rectifier connected to the 2x9V transformer outputs which are in serial.

Two 22000uF capacitors are present on each output to produce a steady DC. The DC outputs may vary between 11V and 13V due to the toric transformer. Indeed the toric transformer has an output that could be 10% higher without any load.

<math> 18 \times \sqrt{2} - 1.4V = 24V </math>

11.7V .. 12.9V 23.4V .. 25.7V

Under a maximum load of 3A (thus overloading the transformer) the output voltage swing will be arround 2.7V for the 25V output and 1.3V for the 12V output (at 100Hz).

<math> dV = \frac{I \times 0.007}{C} </math>

Positive Power Supply Controller Board

The Power Supply Controller Board controls two power supplies. One is a fixed voltage and the other is variable.

Fixed Power Supply

This power supply has a fixed output voltage that is adjusted by a small trimmer at the rear of LPS. The trimmer will not allow a full range of output voltage. This power supply is either connected to the 11V unregulated supply or to the 22V supply. In the first case, it will allow a fixed power supply in the range 0..9V and in the second case a fixed power supply in the range 9..20V.

Variable Power Supply

The variable power supply allows a full voltage range of 0 to 20V. The voltage is controlled by a 8-bit DAC that controls a current between 0 and 2mA. That current is sinked from a resistor that is connected to the output voltage. The higher the current the higher the output voltage. The resistor value is chosen with the following formulae: <math> R = \frac{Vmax}{2mA}

Vmax = 20V => R = 10K </math>

The current reference is created from the 2.5V reference voltage. The DAC resistor is chosen with the following formulae: <math> R = \frac{Vref}{Iref} </math> Vref = 2.5V, Iref = 2mA => R = 1250

Measuring the current

To measure the output current a resistor is used in the path of the power transistor controlling the output voltage. In fact the resistor is composed of two parallel networks composed of a resistor followed by a high power MOSFET transistor. Each MOSFET transistor can be switched on or off. When both a off, the corresponding output voltage is switched off. This feature is used by the protection system controlled by the power supply controller. To compute the current we just need to measure the voltage of the resistor. We must take into account the Rdson of each MOSFET because they are in the current path. The IRF9xxx has an Rdson arround 0.48 ohm and it is possible to remove the resistor to only have two parallel MOSFETs.

Open Source
Electronic projects