THE CIRCUIT
Here is the schematic diagram of the digital display. The "vertical" orientation is provided to facilitate a hardcopy printout from a web browser. If you want to see a"horizontal" version of the schematic, click [HERE.]



BEARING COUNTER


The actual display circuit consists of a series of three BCD decade counter chips ( 74LS90 : U18, U19, and U20 ) which track the antenna position at all times. The BCD outputs of these chips drive three ( 74LS75 ) quad latch chips, ( U21, U22, U23 ) which are triggered by the calibration 1 - shot to take a "snapshot" of the number in the bearing counter... just like the original D/F design. The BCD outputs of these chips ( 4 lines per digit ) drive three decoder / driver chips ( 74LS47 : U24, U25, U26 ) which decode the BCD number into seven individual lines that can directly drive a seven - segment display digit. The resistors provide current limiting for the LED’s in each digit, and determine the brightness of the digit.

These three decade counters will not ( automatically ) "rollover" to zero, whenever their total number reaches 360... they must be externally "reset" to zero when this number is reached. That is achieved by tapping into the "D" bit of the original ( divide by 16 ) counter, located on the main board. The falling edge of this particular signal occurs ONLY when the divide - by - 16 counter "rolls over" to zero. Obviously, both counters should always read "zero" simeltaneously, so "tapping in" to this signal will do the trick. The RC network and inverter is required to produce a very brief pulse ( of proper polarity ) to drive the "reset" inputs of the bearing counter.


CLOCK CIRCUIT


In order to make this thing work, two separate clock signals are required... one clock to drive the original "main" and "antenna" boards, and another clock for the ( new ) digital display. These two clocks must have different frequencies, because the original D/F needs a clock running at 16X the antenna rotation rate, and the digital readout needs a clock running at 360X the antenna rotation rate. A single clock source can provide both frequencies, if it is "divided down" to the required rates with two separate dividers... one divides by 45, ( to drive the original D/F circuit ) and the other divides by 2. ( for the digital display )

For example, if a common clock of 360 KHz is used, dividing it by 45 will yield a clock of 8 KHz. This can be applied to pin 14 of the 74LS93 on the original ( main ) board, which will further divide it by 16, to yield an antenna rotation rate of 500 revolutions per second. ( = 500 Hz ) Dividing the same 360 KHz clock by 2 yields a frequency of 180 KHz, which can be applied to the input of the divide - by 360 counter of the digital display. Dividing 180 KHz by 360 also yields 500 Hz... identical to the rotation rate of the antenna.

In other words, 45 x 16 = 2 x 360

The divided - by 2 circuit ( U16B ) is simple, and requires no explanation. The divided - by - 45 circuit consists of a pair of 4 - bit counter chips ( U14 and U15 ) and a NAND gate ( U17A ) that detects when these counters have reached a count value of 44. A single D - type flip - flop ( U16A, driven by the NAND gate ) is normally triggered into the logic "1" state, ( Q = high, /Q = low ) and is triggered into the logic "0" state ONLY by the 45th clock pulse. Once the D flip - flop is triggered to logic "0", it’s inverted output ( on pin 6 ) goes high and resets both of the 4 - bit counters to zero. This will cause all the NAND gate inputs to go low, so the output of the NAND gate will go high.

The next clock pulse ( number 46, or number "zero" of the next cycle ) will trigger the D flip - flop back to logic "1" ( because the D input is again "high" ) and this will re-enable the 4 - bit counters. NOTE : The 4 - bit counters trigger on the falling edge of the clock, but the D - type flip - flop triggers on the rising edge of the clock. This prevents any "race" conditions.


"ANTI - JITTER" CIRCUIT


When the first unit was constructed, it was found that "jitter" in the display readout was excessive, especially for the least significant digit. ( brg X1 degrees ) The following circuit was added to reduce the display update rate from 500 times per second to ( approx. ) 2.5 times per second. The circuit was installed on the COUNTER board, because that was the only place with enough "free space" to permit it.

The circuit consists of a pair of monostable flip-flops, ( 1-shots ) with different pulse durations. IC U29A has a duration of ( approx. ) 4 microseconds, and is triggered by the CALIB 1-shot, located on the MAIN board. The output of this 1-shot is used to trigger the 74LS75 data latches on the NUMERIC board. It also triggers the second 1-shot, ( U29B ) which has a duration of ( approx. ) 0.4 seconds. While U29B is triggered, it inhibits further triggering of U29A by holding its /RESET input low. ( pin 3 )

If you want to change the update rate, do not decrease the value of R62 below 2.2K or damage to the IC might result. Values above 50K are discouraged by the chip manufacturer, because the resulting pulse length will become excessively sensitive to temperature, and ( in an extreme case ) the pulse lengh may become "infinite"... the 1-shot will fail to reset to its "untriggered" state.

[HOME PAGE][NEXT PAGE]