On 9/17/2016 12:43 AM, alpibucky wrote:
> Après mûre réflexion, John Nagle a écrit :
>> 555 timers are useful, but they have a limitation that they can't
>> have a duty cycle of < 50% in astable mode. I need 100KHz, about
>> 25% duty cycle for a switching power supply. John Nagle
That looks promising, so I modeled it in LTSpice IV.
Here's the file:
http://aetherltd.com/public/timerdutya04.asc
But the math in the article makes no sense. It says
"The duty cycle (n) is dependent on P1 and P2 in the following manner:
n = 1 + P2/P1
If P2 = 0 (n = 100%) then the frequency can be approximately calculated
with the following formula:
f = 0.69/((2*P1 + P2 + 4.7kO)*C1)"
So, for a 25% duty cycle,
0.25 = 1 + P2/P1
-0.75 = P2/P1
No way.
Actually, it seems that the setting of pot P2, from 0 to 1, directly
changes the duty cycle without affecting the frequency. In our
circuit, pot P2 is represented by R3 and R4, and the duty cycle seems to
be simply
n = R3 / (R3 +R4)
Changing R6 and C1 changes the frequency without affecting the duty
cycle, so this is convenient.
Here it is, set to 100KHz, 25% duty cycle.
http://aetherltd.com/public/timerdutya04.asc
Thanks.
I'm working on a switching power supply design for old Teletype
machines. These need a data signal at 120VDC (!) current limited
to 60mA to operate the selector magnet coil. The traditional solution
is to use a 120VDC supply with a 2K ballast resistor to drive the
55 ohm 4H (yes, 4 henries) selector coil. 95% of the energy goes
into heating the ballast resistor, and you need too much power
supply. The selector magnet only needs 120VDC for about the
first 2ms after turn-on; the high voltage is just to overcome
the huge inductance quickly. So an alternative is to charge
up a 1uf capacitor to 120V, and on turn-on, dump that into the
selector magnet. Then follow up with a low sustain voltage,
about 4V, to maintain 60mA.
Here's the current circuit:
http://aetherltd.com/public/ttydriver16.asc
V3 is simulating an input data stream at 45.45 baud, turning on and
off ever 22ms. L3 is the antique Teletype selector magnet.
(See
www.aetherltd.com for what I do with antique Teletypes.)
Switch S2 is a stand-in for an optoisolator. When V3 is off,
the charging circuit pumps up C1 to about 120V in about 22ms.
If the off time is longer than that, 120V zener Z1 prevents
overcharging. When V3 turns on and S2 closes, C1 is dumped
into L3. The charging circuit continues to run, but with
the 55 ohm resistive load on it, it can only put out about
4V continuous, which provides the needed 60mA holding current
for the selector magnet.
This seems to work in LTSpice, but I want to see if I can do it without
surface mount parts. Those are easier for hobbyists to build.
With this 555 circuit, I can get rid of the inverting LTC1693-5
MOSFET driver. The 555's power transistor has enough drive to trigger
the MOSFET in the switcher. Now to find a suitable through-hole
transformer and MOSFET.
This is my first switcher. Any comments?
John Nagle