VACS:Projects:Hardware:LPS:PowerSupply

From VACS
(Difference between revisions)
Jump to: navigation, search
(PCB)
(PCB)
 
(23 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{HardwareStatus|pChecked|pChecked|pChecked|pChecked|pUnchecked|pUnchecked}}
 +
 
==Description==
 
==Description==
 
The power supply controllers and the master power supply board need themselves a power supply.
 
The power supply controllers and the master power supply board need themselves a power supply.
Line 6: Line 8:
  
 
===Positive Power Supplies===
 
===Positive Power Supplies===
 +
We have the following needs on the positive supplies:
 
;Positive Rectifier Board: The positive rectifier board needs a power supply for the AOP that measure the output currents.  These AOP need a +24V and a -5V supply to ensure that the output can vary between 0 and +5V (while the inputs can reach 10/15V).
 
;Positive Rectifier Board: The positive rectifier board needs a power supply for the AOP that measure the output currents.  These AOP need a +24V and a -5V supply to ensure that the output can vary between 0 and +5V (while the inputs can reach 10/15V).
;Positive Power Supply Controller: The controller contains an ATMega8 controller, several AOP and a voltage reference.  The AOPs need a +9V and -5V supplies as their outputs need only be in the 0..+5V range.  The voltage reference generates a +5.000V from the +9V.  The board must also drive the two relays which are in the rectifier board.  The relays are driven by +5V and -5V (dV = 10V).
+
;Positive Power Supply Controller: The controller contains an ATMega16 controller, several AOPs and a voltage reference.  The AOPs need a +9V and -5V supplies as their outputs need only be in the 0..+5V range.  The voltage reference generates a +5.000V from the +9V.  The board must also drive the two relays which are in the rectifier board.  The relays are driven by +5V and -5V (dV = 10V).
 
;Positive Voltage Regulator: The voltage regulator drives the output power transistors using several AOPs.  The AOPs must be capable of having an output in the range 0..+20V.  For this they need a +24V and a -5V supply.
 
;Positive Voltage Regulator: The voltage regulator drives the output power transistors using several AOPs.  The AOPs must be capable of having an output in the range 0..+20V.  For this they need a +24V and a -5V supply.
  
 
===Negative Power Supplies===
 
===Negative Power Supplies===
 +
We have the following needs on the negative supplies:
 
;Negative Rectifier Board: The negative rectifier board is similar to the positive rectifier board but the AOPs need a -24V and a +9V supply.  The AOPs outputs are in the 0..+5V range and the inputs may be as low as -10/-15V.
 
;Negative Rectifier Board: The negative rectifier board is similar to the positive rectifier board but the AOPs need a -24V and a +9V supply.  The AOPs outputs are in the 0..+5V range and the inputs may be as low as -10/-15V.
 
;Negative Power Supply Controller: This is similar to the positive power supply controller.
 
;Negative Power Supply Controller: This is similar to the positive power supply controller.
;Negative Voltage Regulator: The voltage regulator drives the output power transistors using several AOPs.  The AOP must have the outputs that vary between 0 and -20V.  They need a -24V and a +9V supply.
+
;Negative Voltage Regulator: The voltage regulator drives the output power transistors using several AOPs.  The AOP must have the outputs that vary between 0 and -20V and 0 and +5V.  They need a -24V and a +9V supply.
  
  
 
===Master Controller===
 
===Master Controller===
;LPS Master Controller: The master controller contains the ATmega8 controller, drives the LCD panel, a relay and the fans.  The relay and fans are connected to the +5V and -5V.
+
;LPS Master Controller: The master controller contains the ATmega16 controller, drives the LCD panel, a relay and the fans.  The relay and fans are connected to the +5V and -5V.
The power supply controllers and the master power supply board need themselves a power supply. A positive power supply controller uses the following supplies:
+
  
 
==LPS Power Supply Regulation==
 
==LPS Power Supply Regulation==
 
To obtain the LPS power supplies we use the toric transformer of the positive power supply.
 
To obtain the LPS power supplies we use the toric transformer of the positive power supply.
The +24V and -24V are obtained by a [http://en.wikipedia.org/wiki/Voltage_multiplier voltage multiplier] from the 2x9V toric transformers.  In theory it can reach 36V so the decoupling capacitor is chosen to support at least 50V.
+
The +24V and -24V are obtained by a [http://en.wikipedia.org/wiki/Voltage_multiplier voltage multiplier] from the 2x9V toric transformers.  In theory it can reach 36V so the decoupling capacitor is chosen to support at least 50V.  The voltage multipliers use 1000uF electrolytic capacitors and the voltage rippling can be approximated to:
 +
<math>
 +
\Delta V =  \left ( \frac{i * \Delta T}{C} \right )
 +
</math>
 +
which should be arround 0.4V if we assume that the output current is less than 40mA.  On the other hand the maximum rippling being arround 8V, the time is given by the formula
 +
<math>
 +
\Delta T =  \left ( \frac{C * \Delta V}{i} \right )
 +
</math>
 +
which gives us arround 200ms during which we will continue to have a stable +24V/-24V.
  
 
==LPS Power Supply Summary==
 
==LPS Power Supply Summary==
Line 36: Line 47:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Positive Power Supply Rectifier</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RectifierBoard|Positive Power Supply Rectifier]]</td>
 
  <td>x</td>
 
  <td>x</td>
 
  <td></td>
 
  <td></td>
Line 44: Line 55:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Power Supply Rectifier</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RectifierBoard|Negative Power Supply Rectifier]]</td>
 
  <td></td>
 
  <td></td>
 
  <td>x</td>
 
  <td>x</td>
Line 52: Line 63:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Positive Voltage Regulator</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RegulatorBoard|Positive Voltage Regulator]]</td>
 
  <td>X</td>
 
  <td>X</td>
 
  <td></td>
 
  <td></td>
Line 60: Line 71:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Voltage Regulator</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RegulatorBoard|Negative Voltage Regulator]]</td>
 
  <td></td>
 
  <td></td>
 
  <td>X</td>
 
  <td>X</td>
Line 68: Line 79:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Positive Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Positive Power Supply Controller]]</td>
 
  <td>R</td>
 
  <td>R</td>
 
  <td>X</td>
 
  <td>X</td>
Line 76: Line 87:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Negative Power Supply Controller]]</td>
 
  <td></td>
 
  <td></td>
 
  <td>X</td>
 
  <td>X</td>
Line 84: Line 95:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>LPS Master Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:MasterBoard|LPS Master Controller]]</td>
 
  <td></td>
 
  <td></td>
 
  <td></td>
 
  <td></td>
Line 92: Line 103:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>LPS LCD Panel</td>
+
  <td>[[VACS:Projects:Hardware:LPS:LcdPanelBoard|LPS LCD Panel]]</td>
 
  <td></td>
 
  <td></td>
 
  <td></td>
 
  <td></td>
Line 103: Line 114:
 
;x: The supply voltage is used but passed throught a specific connector.
 
;x: The supply voltage is used but passed throught a specific connector.
 
;R: The supply voltage is not used but necessary (it is relayed to another board).
 
;R: The supply voltage is not used but necessary (it is relayed to another board).
 +
 +
The following tables indicates the maximum current rating for the boards and for each power supply.
  
 
<table width="100%" border="1" cellpadding="0" cellspacing="0">
 
<table width="100%" border="1" cellpadding="0" cellspacing="0">
 
<tr>
 
<tr>
 
  <td rowspan="3" valign="top">+24</td>
 
  <td rowspan="3" valign="top">+24</td>
  <td>Positive Power Supply Rectifier</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RectifierBoard|Positive Power Supply Rectifier]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>10mA</td>
 
  <td>10mA</td>
Line 114: Line 127:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Positive Voltage Regulator</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RegulatorBoard|Positive Voltage Regulator]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>20mA</td>
 
  <td>20mA</td>
Line 123: Line 136:
 
<tr>
 
<tr>
 
  <td rowspan="4" valign="top">+9V</td>
 
  <td rowspan="4" valign="top">+9V</td>
  <td>Negative Power Supply Rectifier</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RectifierBoard|Negative Power Supply Rectifier]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>10mA</td>
 
  <td>10mA</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Voltage Regulator</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RegulatorBoard|Negative Voltage Regulator]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>20mA</td>
 
  <td>20mA</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Positive Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Positive Power Supply Controller]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>30mA</td>
 
  <td>30mA</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Negative Power Supply Controller]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>30mA</td>
 
  <td>30mA</td>
Line 144: Line 157:
 
<tr>
 
<tr>
 
  <td rowspan="4" valign="top">+5V</td>
 
  <td rowspan="4" valign="top">+5V</td>
  <td>Positive Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Positive Power Supply Controller]]</td>
 
  <td>Digital</td>
 
  <td>Digital</td>
 
  <td>80mA</td>
 
  <td>80mA</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Negative Power Supply Controller]]</td>
 
  <td>Digital</td>
 
  <td>Digital</td>
 
  <td>80mA</td>
 
  <td>80mA</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>LPS Master Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:MasterBoard|LPS Master Controller]]</td>
 
  <td>Digital</td>
 
  <td>Digital</td>
 
  <td>250mA</td>
 
  <td>250mA</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>LPS LCD Panel</td>
+
  <td>[[VACS:Projects:Hardware:LPS:LcdPanelBoard|LPS LCD Panel]]</td>
 
  <td>Digital</td>
 
  <td>Digital</td>
 
  <td>100mA</td>
 
  <td>100mA</td>
Line 165: Line 178:
 
<tr>
 
<tr>
 
  <td rowspan="4" valign="top">-5V</td>
 
  <td rowspan="4" valign="top">-5V</td>
  <td>Positive Power Supply Rectifier</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RectifierBoard|Positive Power Supply Rectifier]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>50mA</td>
 
  <td>50mA</td>
Line 171: Line 184:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Positive Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Positive Power Supply Controller]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>20mA</td>
 
  <td>20mA</td>
Line 177: Line 190:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Power Supply Rectifier</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RectifierBoard|Negative Power Supply Rectifier]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>50mA</td>
 
  <td>50mA</td>
Line 183: Line 196:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Power Supply Controller</td>
+
  <td>[[VACS:Projects:Hardware:LPS:ControllerBoard|Negative Power Supply Controller]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>50mA</td>
 
  <td>50mA</td>
Line 189: Line 202:
 
<tr>
 
<tr>
 
  <td rowspan="3" valign="top">-24V</td>
 
  <td rowspan="3" valign="top">-24V</td>
  <td>Negative Power Supply Rectifier</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RectifierBoard|Negative Power Supply Rectifier]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>20mA</td>
 
  <td>20mA</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td>Negative Power Supply Regulator</td>
+
  <td>[[VACS:Projects:Hardware:LPS:RegulatorBoard|Negative Voltage Regulator]]</td>
 
  <td>Analog</td>
 
  <td>Analog</td>
 
  <td>20mA</td>
 
  <td>20mA</td>
Line 201: Line 214:
  
 
<br clear="all"/>
 
<br clear="all"/>
 +
 
==Schematics==
 
==Schematics==
 
[[Image:lps_supply_schema.png|thumb|384px|left|LPS Power Supply]]
 
[[Image:lps_supply_schema.png|thumb|384px|left|LPS Power Supply]]
Line 206: Line 220:
 
<br clear="all"/>
 
<br clear="all"/>
 
==PCB==
 
==PCB==
[[Image:lps_supply_placement.png|thumb|384px|left|LPS Power Supply PCB Placement]] The LPS power supply placement board is 102mm x 80mm wide on a single sided 35um copper board.
+
[[Image:lps_supply_placement.png|thumb|384px|left|LPS Power Supply PCB Placement]] The LPS power supply placement board is 102mm x 80mm wide on a single sided 35um copper board.  The placement of VPOS_UNREG and VNEG_UNREG are not the best we could find as they are more or less in the middle of the board.  They were added quite late, after all the schema was successfully routed on the single sided board.
  
 
<br clear="all"/>
 
<br clear="all"/>
Line 243: Line 257:
 
</tr>
 
</tr>
 
</table>
 
</table>
 +
<br clear="all"/>
 +
[[Image:lps_supply_picture.jpg|thumb|384px|left|LPS Power Supply PCB Picture]]
 +
<br clear="all"/>
 +
 +
==Datasheets==
 +
Below is a collection of datasheets, white papers and articles related to the parts used in the board.
 +
===Resistors===
 +
* {{HardwareDoc|rcl/metal-film-resistor.pdf|Metal Film Resistor}}
 +
 +
===Capacitors===
 +
* {{HardwareDoc|rcl/solid-polymerium-alu-capacitor.pdf|SOLID POLYMER ALUMINUM CAPACITOR CHIPS IN DC-DC CONVERTER MODULES REDUCE COST AND SIZE AND IMPROVE HIGH-FREQUENCY PERFORMANCE}}
 +
* {{HardwareDoc|rcl/alu-solid-electrolytic-capacitor.pdf|CONDUCTIVE POLYMER ALUMINUM SOLID ELECTROLYTIC CAPACITORS}}
 +
* {{HardwareDoc|rcl/capacitor-appguide.pdf|Electrolytic Capacitor Guide}}
 +
* {{HardwareDoc|epcos-cap-02100222.pdf|EPCOS Electrolytic Aluminium Capacitor (22000uF/25V)}}
 +
* {{HardwareDoc|epcos-cap-02100222.pdf|EPCOS Electrolytic Aluminium Capacitor (22000uF/16V)}}
 +
 +
===Semiconductors===
 +
* {{HardwareDoc|vreg/L7800.pdf|L7800 series voltage regulator}}
 +
* {{HardwareDoc|diode/zener-bzx85.pdf|BZX85 Zener Diode}}
 +
* {{HardwareDoc|transistors/BD139.pdf|BD139 NPN Transistor}}
 +
* {{HardwareDoc|transistors/BD140.pdf|BD140 PNP Transistor}}
 +
* {{HardwareDoc|vreg/MC34064-D.PDF|Undervoltage Sensing Circuit}}
 +
 +
===Others===
 +
* {{HardwareDoc|design/texas-pcb-layout-advices.pdf|PCB Layout Guidelines for Power Controllers (Texas Instrument)}}
 +
* {{HardwareDoc|connectors/connecteur-molex.pdf|Molex Connectors}}
 +
* {{HardwareDoc|connectors/connecteur-molex2.pdf|Molex Connectors}}

Latest revision as of 12:28, 4 November 2007

Contents

Description

The power supply controllers and the master power supply board need themselves a power supply. To drive the output power supply transistors a specific power supply is used. By doing this it decouples the interactions of the power supply loads on the voltage regulator.

LPS Power Supply

Positive Power Supplies

We have the following needs on the positive supplies:

Positive Rectifier Board
The positive rectifier board needs a power supply for the AOP that measure the output currents. These AOP need a +24V and a -5V supply to ensure that the output can vary between 0 and +5V (while the inputs can reach 10/15V).
Positive Power Supply Controller
The controller contains an ATMega16 controller, several AOPs and a voltage reference. The AOPs need a +9V and -5V supplies as their outputs need only be in the 0..+5V range. The voltage reference generates a +5.000V from the +9V. The board must also drive the two relays which are in the rectifier board. The relays are driven by +5V and -5V (dV = 10V).
Positive Voltage Regulator
The voltage regulator drives the output power transistors using several AOPs. The AOPs must be capable of having an output in the range 0..+20V. For this they need a +24V and a -5V supply.

Negative Power Supplies

We have the following needs on the negative supplies:

Negative Rectifier Board
The negative rectifier board is similar to the positive rectifier board but the AOPs need a -24V and a +9V supply. The AOPs outputs are in the 0..+5V range and the inputs may be as low as -10/-15V.
Negative Power Supply Controller
This is similar to the positive power supply controller.
Negative Voltage Regulator
The voltage regulator drives the output power transistors using several AOPs. The AOP must have the outputs that vary between 0 and -20V and 0 and +5V. They need a -24V and a +9V supply.


Master Controller

LPS Master Controller
The master controller contains the ATmega16 controller, drives the LCD panel, a relay and the fans. The relay and fans are connected to the +5V and -5V.

LPS Power Supply Regulation

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. The voltage multipliers use 1000uF electrolytic capacitors and the voltage rippling can be approximated to: <math> \Delta V = \left ( \frac{i * \Delta T}{C} \right ) </math> which should be arround 0.4V if we assume that the output current is less than 40mA. On the other hand the maximum rippling being arround 8V, the time is given by the formula <math> \Delta T = \left ( \frac{C * \Delta V}{i} \right ) </math> which gives us arround 200ms during which we will continue to have a stable +24V/-24V.

LPS Power Supply Summary

+24V +9V +5V -5V -24V
Positive Power Supply Rectifier x x
Negative Power Supply Rectifier x x x
Positive Voltage Regulator X X
Negative Voltage Regulator X X
Positive Power Supply Controller R X X X
Negative Power Supply Controller X X X R
LPS Master Controller X X
LPS LCD Panel x x
X
The supply voltage is used by the board.
x
The supply voltage is used but passed throught a specific connector.
R
The supply voltage is not used but necessary (it is relayed to another board).

The following tables indicates the maximum current rating for the boards and for each power supply.

+24 Positive Power Supply Rectifier Analog 10mA Analog power supply for operational amplifiers.
Positive Voltage Regulator Analog 20mA
+9V Negative Power Supply Rectifier Analog 10mA
Negative Voltage Regulator Analog 20mA
Positive Power Supply Controller Analog 30mA
Negative Power Supply Controller Analog 30mA
+5V Positive Power Supply Controller Digital 80mA
Negative Power Supply Controller Digital 80mA
LPS Master Controller Digital 250mA
LPS LCD Panel Digital 100mA
-5V Positive Power Supply Rectifier Analog 50mA Used by the AOPs and the relays.
Positive Power Supply Controller Analog 20mA Used by 2 TL074
Negative Power Supply Rectifier Analog 50mA Used by the AOPs and the relays.
Negative Power Supply Controller Analog 50mA
-24V Negative Power Supply Rectifier Analog 20mA
Negative Voltage Regulator Analog 20mA


Schematics

LPS Power Supply


PCB

LPS Power Supply PCB Placement
The LPS power supply placement board is 102mm x 80mm wide on a single sided 35um copper board. The placement of VPOS_UNREG and VNEG_UNREG are not the best we could find as they are more or less in the middle of the board. They were added quite late, after all the schema was successfully routed on the single sided board.


LPS Power Supply PCB
For the auto-layout the following class have been used in Eagle:
Signal class Width Clearance Drill
Supply 1.4mm 0.3mm 1mm
GND 1.8mm 0.4mm 1mm
Supply24 1mm 0.3mm 1mm
Signal and others 0.8mm 0.3mm 0.8mm


LPS Power Supply PCB Picture


Datasheets

Below is a collection of datasheets, white papers and articles related to the parts used in the board.

Resistors

Capacitors

Semiconductors

Others

Personal tools
Open Source
Electronic projects