Creating an OR Gate with Two TTL Output Signals

  • Thread starter Thread starter pghislain
  • Start date Start date
  • Tags Tags
    Gate Ttl
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
pghislain
Messages
2
Reaction score
0
Hi there,

I have a simple question.
OR gate between 2 output TTL signals can be done with diodes and simply join the signals toguether... ?

Output TTL signals have a pull up resistor included:

For one output:
---------------
Output level 1) 5 V / -4 ma
Output level 0) 0.7 V / -16ma


What happens if we join 2 wires:

TTL Output 1 ----|<------|
TTL Output 2 ----|<------|---------- TTL Input


1 + 1 = 5 V / -8 ma - okay
0 + 0 = 0,7 V / -32 ma - ... limit for the input TTL device

0 + 1 = 5 V / -4mA - the level 0, O.7 V can't provide current

I know, I can do that with TTL components.

Best Pierre.
 
Engineering news on Phys.org
pghislain said:
What happens if we join 2 wires:
It's called wired OR.
It works better if you use Open Collector (OC) devices.
The 74XX series had several OC devices.
It's not a recommended practice for non oc devices and tends to cause problems.
Don't try this with CMOS devices.