Friday, March 27, 2020

An attempt to improve the output of the DSKY power supply module, attempt 1

Since the power supply was not delivering the target voltage even with boosted voltages for both the +13 and +24 inputs to the module, I decided to try a change in how I am delivering the 800 Hz reference clock input. If there was not enough drive in the method I first used, it could result in smaller waveforms with a lower peak voltage.

HOW THE CLOCK SIGNAL IS GENERATED IN THE APOLLO SPACECRAFT

The 800 Hz signal is produced by a counter that ticks to alternate the binary state of an output signal. That essentially produces a square wave at 800 Hz. The type C interface circuit delivering that signal out of the AGC consists of a PNP transistor with its emitter at ground and a 2K resistor in series between the collector and the output pin.

Thus, it acts to pull the external line down to ground or let it float depending on whether the clock signal is on or off. Within the DSKY power supply, +13V passes through half of a center tapped transformer and out to the circuit I just described. Thus, 800 times per second it is alternately pulling 13V down through the transformer towards ground or letting the transformer pull up to 13V.

FIRST ALTERNATIVE, GIVEN THE SHORTAGE OF APOLLO GUIDANCE COMPUTERS

I set up a function generator to produce an 800 Hz square wave, 0 to 5V, which I fed into an interface circuit I had built for use with the restoration of the Apollo Guidance Computer we undertook last year. The surface mount transistor that I used on those interface boards were designed to drive very small currents for inputs to Arduino or similar devices. It was not engineered for higher current levels such as the use of the clock to drive the DSKY power supply.

NEW APPROACH TO DRIVE THE POWER SUPPLY MODULE

I constructed a replacement to the interface circuit since my first approach may not have had enough current capacity to adequately drive the transformer in the power supply module. This was a 74F05 integrated circuit, an open collector chip which takes a TTL input signal (from my function generator) and whose output is hooked through a 2K resistor to the DSKY supply.

RESULTS OF NEW APPROACH 1

Before I put this into the circuit to drive the power supply module, I set up the open collector inverter with the 2K resistor pulling it up to +5V and observed the signal on the oscilloscope. The results show that this chip is inadequate, having too high an internal resistance.

Yellow is input square wave and blue is output pin of the inverter
As you can see the input is a well formed square wave between 0 and 5V while the pulled up output bobs over a very small range near 4.5V. Back to my parts bin to look for a more suitable buffer that will handle 13V with enough drive to kick energy into the power supply transformer.

3 comments:

  1. Just curious... Is that upper trace at the IC's output or at the DSKY supply's input?
    Blessings and be well!

    ReplyDelete
    Replies
    1. The upper trace is at the output pin of the inverter, with only a 2K resistor hooked to +5V. Therefore it should drop to near zero instead of having only a tiny movement downward.

      Delete
  2. That's curious. Even an LS05 is supposed to be able to sink 8ma and a plain S05 20ma either of which should handle your 2.5ma just fine. Even more curious is that I can't find the specs online for an F05! :-( If you happen to have a S or even LS part lying around, it might be worth a try. :-)
    Blessings!

    ReplyDelete