Sunday, March 7, 2021

Missile Target Display Part 1

A while back I ran across Fran Blanche’s YouTube channel. Fran does a lot of  great electronic engineering videos, especially videos about vintage electronics. Recently she did a video about a component from an 80’s era missile tracking system. You can see the video here:

https://www.youtube.com/watch?v=dXrLSOReMFA

The video has some good closeups of some of the boards, good enough quality that I could trace out some of the circuits and learn more about how the device worked. The device she shows is an intra-target data indicator display out of an Identification Friend or Foe (IFF) system. One of the comments on the video provided a link to a document about this system:

https://www.globalsecurity.org/military/library/policy/navy/nrtc/14308_ch8.pdf

The device has four circuit cards that go into a small rack assembly and are connected with a backplane. There is also a circuit board on the front that holds the LED displays. The video provides a good look at the front and back of two of the circuit card, shows the front of the third, but does not show the fourth at all. There is also some pretty good shots of the front panel board. Since these are just double sided boards I was able to trace out a good bit of two of the boards. Of course in cases where traces go under chips I can’t tell where they go, so the circuit diagrams are far from complete.

Let’s start with the front panel, here is a picture from the video.



As you can see there are 20 seven-segment LED displays. According to the document linked above the four on the left show what “mode” is being displayed on the ones on the right. The four chips are Fairchild 9368dc’s which are seven-segment decoder/drivers. A four bit binary value in input into A0-A3 and the chip will output the correct segment pattern to generated the digits 0-9 and the hex letters A-F. The displays also have a decimal point which this chip does not control. I am not sure if the decimal points are used or not.


Since there are only four drivers on the front board, and only 30 wires running from the front board to the rest of the device, it’s not possible for there to be a single decoder chip for each seven-segment display. Based on this they must be multiplexing the decoders so each can drive multiple displays.

Looking at the schematic I traced for the A3 board I found this circuit:



The configuration of the transistors appears to be what is known as a Darlington Pair. This is a way of connecting transistors to allow them to drive a high current device. The resistors are also common in this configuration to bleed voltage from capacitance that is inherent in transistor which allows for faster switching.

Since there are four identical circuits here and four drivers on the front panel, my guess is that this combination drives the 4x4 array of displays. Based on the traces I can see on the display board the driver chips are connected to all four displays in a column, so each of these driver circuits would enable one row at a time thus allowing the four drivers to drive 16 displays. I wasn’t able to trace where the NAND gate inputs went but I assume one input of each goes to a circuit that is sequencing through the four rows of the display. The other input may be used to blank out a row that has no data to be displayed.

So, what about the the first column of displays? That is probably where this chip from the A2 board comes into play.



I assume this one is multiplexed to drive the first column. This is further supported by  the fact that the A2 and A3 pins are tied together, which makes is so the chip can only display 0-3, and C-F. Looking at the document I linked to above it appears that that those displays only ever need to show 1-3 and C so this configuration would support that.

No comments:

Post a Comment