VACS:Projects:Hardware:LPS:RectifierBoard

From VACS
Revision as of 13:18, 2 December 2006 by Stephane.Carrez (Talk | contribs)
Jump to: navigation, search

Contents


Description

The rectifier board has the following roles:

  • It converts the alternating current into direct current,
  • It selects the best supply voltage for every power supply outputs,
  • It limits and measures the current.

The choice to have all these functionalities on one board was motivated by the PCB form factor, the available space in the final LPS box, a logical grouping of these functionalities and the ability to limit the number of interconnections on the power supply lines.

Rectifier

The rectifier board contains the diodes to convert the alternating current into direct current.

Rectifiers
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. The drop voltage arround the diode can reach 0.8V at 5A.

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

        ___
18V * \/ 2   - 1.6V = 23V

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

     I * 0.007
dV = ---------
        C

Voltage Switch and Filter

At the begining of LPS design, two fixed power supplies of +5V and -5V were defined. In that design, the +5V and -5V were driven by one of the middle voltage produced by the rectifiers (a 9V transformer producing 13V as DV voltage). But it turns out that it was easier to only have several variable power supplies and set them to these low voltages. The 2x9V transformer was kept and a voltage switch was introduced to optimize the power supplies.

Voltage Switch and Filter
A 1RT relay is used to switch the voltage and select either the +13V or the +26V DV voltage produced by the rectifier (respectively -13V and -26V for the negative supply). When the output supply is below 10V, the relay is activated to select the +13V unregulated DV voltage. This limits the dissipation heat on the power supply transistor. By default the relay selects the +26V.

The voltage switch is followed by a low pass LC filter. The intent of that filter is to

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 are 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 IRF9540 has an Rdson arround 0.117 ohm and some others have an Rdson that can reach 0.48 ohm. In that later case it is possible to remove the resistor to only have two parallel MOSFETs. The table gives the different values of R1 when at least one MOSFET is on.

R1 Rdson max I max V max (Rdson = 0) V max (Rdson max)
0.66 (3W) 0.117 2.13A 1.4V 1.65V
0.22 (3W) 0.117 3.69A 0.81V 1.24V
0.165 0.117 4.90A/5.28A 0.81V 1.24V

Two ways can be used to measure the current or voltage arround R1.

Current Measurement
The current is measured with an operational amplifier. The output current i creates a voltage drop in the resistor R1 that is used to measure the output current. The operational amplifier drives the transistor Q1 to maintain the same voltage drop on resistor R2. The current ic which flows in R2 is therefore proportional to the output current i. The current ic goes in R3 and creates a voltage which depends on i. The voltage on R3 is defined by the formula:
      R3 * R1
Vs = --------- * i
         R2

The operational amplifier has its inputs which can range from 0 to the maximum output voltage supported by the power supply. Therefore we must provide it a power supply that is 1 or 2 volts greater than the maximum output voltage.

A second issue more important occurs when the output power supply has a low voltage and high output current. We have a constraint that Vs < Vo. If this is not satisfied, then the transistor Q1 cannot drive the current in R3 from its collector. Due to the NPN transistor, the current that flows in R3 will come from the Q1 base and Vs will grow without any relation to the current i.

R1 R2 R3 i Vs
0.66 2.2K 15K 1.2A 5V
0.165 2.2K 15K 4.8A 5.4V
Current Measurement
The second method is not really inovative. We use an operational amplifier in differential mode. If we assume that R2 = R4 and R3 = R5, the output voltage Vs is defined by the formula:
       R3 * R1
  Vs = -------- * i
          R2

The gain created by R3/R2 is chosen to be near 4 to maximize the output voltage swing for the analog converter.

One advantage of the differential solution is that we do not have the limitation or constraint on the output voltage. It also offers a low impedance result due to the operational amplifier output.


Positive vs Negative Board

The positive and negative rectifier boards are very closes but they have small differences:

  • The negative board has its ground connected to the highest positive output of the rectifier (hence creating negative outputs).
  • The AOP used to measure the current is reversed to take into account the difference in current flow (positive vs negative).
  • The AOP uses different supply voltages to produce in both case an output in the range 0..+5V while the inputs have positive or negative values.
  • The switching current MOSFET transistors are N-channel for the negative board and P-channel for the positive board.
  • Capacitors have their polarity which is reversed.

Connectors

The rectifier board is connected to the power supply microcontroller board for the control and measurement of the output current. For the power distribution it has several one wire high power connectors (not described here).

POWER_CONTROL
1 IS11 MOSFET driver current selector 0.22 ohm (active low) Power supply 1
2 IS12 MOSFET driver current selector 0.66 ohm (active low)
3 RE1 Power supply relay selector (active high)
4 Io1 Output current measure
5 -24V AOP and relay supply
6 -5V
7 gndref Ground reference for current measurement
8 +9V/+24V The supply is selectable by a jumper on the power supply controller board.
9 Io2 Output current measure Power supply 2
10 RE2 Power supply relay selector (active high)
11 IS22 MOSFET driver current selector 0.66 ohm (active low)
12 IS21 MOSFET driver current selector 0.22 ohm (active low)
Open Source
Electronic projects