CGS quad logic gate (previous version)

Jump to navigation Jump to search

CGS39 the CGS quad logic gate is a very simple module that can be built in one of five flavors : XOR, OR, AND, NOR and NAND. It is a simple way to gain additional control of gate and trigger pulses within a system. It can also be used for some simple signal multiplying. The XOR is well known as a square wave "ring modulator", though interesting effects can also be generated using the other configurations. Each gate has an in-built LED to indicate the status of the output of that gate.

With some chip types, it is also possible to have some of the gates presented on the panel as basic inverters. For XOR and NOR gates, tie the disused input of that gate to 0V. For NAND gates, tie the disused input of that gate to +15V. It is not possible to create inverters with AND and OR gates.

While untested, the module should work on 12 volts.

A little on how it works

The schematic of the Quad Logic Gate.

Connection/pin identification table for the above diagram. Note that there are two LM324 chips involved, one for In 1 and 2, the other for In 3 and 4:

Pins A B C D E F G H I J K L M
Gate 1 I1 I1 5 6 7 3 2 1 1 2 3 O1 Out 1
Gate 2 I2 I2 12 13 14 10 9 8 12 13 11 O2 Out 2
Gate 3 I3 I3 3 2 1 5 6 7 6 5 4 O3 Out 3
Gate 4 I4 I4 12 13 14 10 9 8 8 9 10 O4 Out 4
A single power rail is used.

Each input is configured to detect a voltage over approx. 2 volts. When this voltage is reached, a logic HIGH is presented to the corresponding gate input. The output will react to what is present at the inputs, and the result, depending on the gate chip used, is buffered by the emitter follower, and used to drive the LED and output jack.

Truth tables for the different logic gates that can be used in this circuit:

4001
NOR
IN a IN b OUT
0 0 1
0 1 0
1 0 0
1 1 0
4011, 4093
NAND
IN a IN b OUT
0 0 1
0 1 1
1 0 1
1 1 0
4071
OR
IN a IN b OUT
0 0 0
0 1 1
1 0 1
1 1 1
4081
AND
IN a IN b OUT
0 0 0
0 1 0
1 0 0
1 1 1
4030, 4070
XOR
IN a IN b OUT
0 0 0
0 1 1
1 0 1
1 1 0

Construction

The component overlay. Note that this version of the board (the prototype run) incorrectly connects to the negative rail. The Ferrite bead on the negative rail should be omitted (marked in red), and a link used instead of the corresponding capacitor (marked in blue). Use LM324, not TL074 as marked.
The corrected version of the PCB. Connections can be determined from the circuit diagram.

Before you start assembly, check the board for etching faults. Look for any shorts between tracks, or open circuits due to over etching. Take this opportunity to sand the edges of the board if needed, removing any splinters or rough edges.

When you are happy with the printed circuit board, construction can proceed as normal, starting with the resistors first, followed by the IC socket if used, then moving onto the taller components.

Take particular care with the orientation of the polarized components such as electrolytics, diodes, transistors and ICs.

When inserting ICs into sockets, take care not to accidentally bend any of the pins under the chip. Also, make sure the notch on the chip is aligned with the notch marked on the PCB overlay.

In this case I recommend using a socket for the CMOS chip, as this will allow different chips to be substituted for the purpose of experimentation.

Valid choices are:

  • 4030 or 4070: XOR
  • 4001: NOR
  • 4011 or 4093: NAND
  • 4071: OR
  • 4081: AND

There are four LED return pads, marked LR1-4. The order in which these are used is not critical. Each pair of inputs to a gate share the same designator. The order in which each pair is wired to the panel sockets is not critical.

Parts list

This is a guide only. Parts needed will vary with individual constructor's needs.

Part Quantity
Capacitors
100n 2
10uF 25V 1
Resistors
680R 4
820R 4
10k 8
15k 1
100k 17
Semi's
1N4148 or sim. 8
BC547 or sim. 4
CMOS Logic chip 1
LM324 2
Misc
Ferrite bead (or 10R resistor) 1
0.156 4 pin connector 1
CGS39 PCB 1

Notes

  • The TL074 can be convinced to work in the circuit instead of the LM324, though as it's common mode input range does not extend to the negative rail (in this case 0 volts), the circuit may require modification. Of two devices tested in the prototype, seven of the eight op-amps worked, while the eighth failed. Decreasing the value of the 100k in the reference voltage divider cured this problem, at the cost of increasing the trigger sensing point. The reason why the prototype board has TL074 specified is that it was partially configured to work with +/- 15 volts, though I mistakenly used the single supply input configuration with it. It must have been late....
  • A 10 to 22 ohm resistor can be used instead of the Ferrite bead. If you don't care about power-rail noise, just use a link instead.
  • PCB is 6" x 1" with 3mm mounting holes 0.15" in from the edges.

CC-BY-NC

Readers are permitted to construct these circuits for their own personal use only. Ken Stone retains all rights to his work.

See also

References

External links