thanks!
Use 2, 8 input types that drive a AND type..
74xx30
54xx30
XX = HC,HCT, LS etc..
Pick your poison.
You can tie your 16 logic inputs to the 16 input pins of two ea. 2 X 4-
input AND gate ICs like the 74HC21. Those 4 outputs can then be
NANDed together by tying those 4 outputs to the 4 input pins of a 4-
input NAND gate, available as the 74HC20 (2 gates per IC). That
output is the logical equivalent of NANDing all 16 of your inputs. If
any of your 16 inputs go low, your output will go high.
Simple combinational logic can give you a workable solution from
standard logic ICs you can get off the shelf. Two real 14-pin ICs
instead of the one ideal but non-existent 20-pin IC.
Good luck
Chris
1. They do not exist.
2. Try this: (View in Courier)
.Vcc>-------------+
. |
. [R]
. | | \
.IN1>----[<CR1]---+---O| >--->OUT
. | | /
. .
. .
. .
. |
.IN16>---[<CR16]--+
JF
Modified to save one part:
>
> .Vcc>-------------+
> . <---- delete
> . resistor
> . | \
> .IN1>----[<CR1]---+---O| >--->OUT
> . | | /
> . .
> . .
> . .
> . |
> .IN15>---[<CR15]--+
. ! <--- change to resistor at IN16
.IN16>---[R]------
The circuit will be slow because of all the diode capacitances.