+ Post New Thread
Results 1 to 11 of 11
-
24th March 2013, 19:16 #1
- Join Date
- Mar 2013
- Location
- Hollywood
- Posts
- 627
- Helped
- 0 / 0
- Points
- 2,844
- Level
- 12
Logic low is not zero volts but another voltage?
How do you know if the logic low state is another voltage other than zero volts?
What kind of circuits use the logic low state as another voltage other than zero volts?
Most Logic circuits logic low state is always zero volts right?
- - - Updated - - -
How would you know if the square waveforms low state was not at zero volts but at -5 volts? and the high logic state was at +5 volts?
-
Advertisment
-
24th March 2013, 19:17 #2
- Join Date
- Mar 2008
- Location
- USA
- Posts
- 6,181
- Helped
- 1792 / 1792
- Points
- 38,224
- Level
- 47
Re: Logic low is not zero volts but another voltage?
There is no such thing as perfect zero in a practical
sense. Some logic gets mighty close at no load but
you'd still see microvolts or millivolts if you looked at
it close enough. And old TTL is nowhere close.
Your high and low states are specified as ranges,
and the input must accept wider than the output is
rated to produce.
-
24th March 2013, 19:25 #3
- Join Date
- Mar 2013
- Location
- Hollywood
- Posts
- 627
- Helped
- 0 / 0
- Points
- 2,844
- Level
- 12
Re: Logic low is not zero volts but another voltage?
How would you know if the square waveforms low state was not at zero volts but at -5 volts? and the high logic state was at +5 volts?
- - - Updated - - -
Troubleshooting examples:
how would a tech know if the
1.) low logic state was at -1 volts with a DC offset at +4VDC , logic HIGH state was at +9 volts?
2.) low logic state was at 2 volts with a DC offset at +6VDC, logic HIGH state was at +11 volts?
3.) Low logic state was at -5 volts , Logic High state was at +5 volts?
4.) Low logic state was at -3 volts, with a DC offset at +3 VDC, logic High state was at +6 volts?
How would a tech know this, since the logic LOW state is not zero volts
Where have you seen circuits or what kind of circuits have low logic states like this with DC offset or no DC offset
-
24th March 2013, 20:25 #4
- Join Date
- Jul 2004
- Posts
- 333
- Helped
- 68 / 68
- Points
- 4,399
- Level
- 15
Re: Logic low is not zero volts but another voltage?
Each logic family specifies its input requirements to recognize a logic one or zero as VIL and VIH.
For example for TTL ViH =0.8v and VIH=2.0v. Any value less than .8v is considered a logic zero and Any value greater than 2.0v is considered a logic one. An input between .8v and 2.4v is invalid.
Similarly the output specs are VOL=0.4v and VOH=2.4v which means that a valid zero output is less than .4v and a valid one logic output is more than 2.4v.
Differences between this threshold define the noise immunity of the logic family.
This specs are different for each logic family. ECL for example has completely different levels.
So to know if a signal is a zero or one you must check the datasheets for the logic that you are using.
1 members found this post helpful.
-
Advertisment
-
25th March 2013, 00:09 #5
- Join Date
- Apr 2012
- Posts
- 1,981
- Helped
- 637 / 637
- Points
- 11,015
- Level
- 25
Re: Logic low is not zero volts but another voltage?
Nowhere. Nobody designs circuits like that.
BTW, Did you used to post on this forum with the username walters? The style is very similar.
- - - Updated - - -
He's already had that explained to him slowly with pictures in this thread. sigh.
-
Advertisment
-
25th March 2013, 06:15 #6
- Join Date
- Mar 2013
- Location
- Hollywood
- Posts
- 627
- Helped
- 0 / 0
- Points
- 2,844
- Level
- 12
Re: Logic low is not zero volts but another voltage?
RS232 output has a square waveform of -3 volts for LOW STATE and + 3 volts for HIGH STATE
Have you seen any others like this, which has logic states like this?
-
25th March 2013, 13:15 #7
- Join Date
- Dec 2008
- Location
- Scotland
- Posts
- 118
- Helped
- 18 / 18
- Points
- 1,795
- Level
- 9
-
25th March 2013, 14:00 #8
- Join Date
- Mar 2013
- Location
- Hollywood
- Posts
- 627
- Helped
- 0 / 0
- Points
- 2,844
- Level
- 12
Re: Logic low is not zero volts but another voltage?
RS232 spec states logic 0 = +5V to +25V, and logic 1 = -5V to -25V
Any other digital logic signals like this?
-
25th March 2013, 16:33 #9
- Join Date
- Mar 2008
- Location
- USA
- Posts
- 6,181
- Helped
- 1792 / 1792
- Points
- 38,224
- Level
- 47
Re: Logic low is not zero volts but another voltage?
RS-232 is probably the last digital interface standard that
expected positive and negative 1/0. All the others that
come to mind are bilevel unipolar, aside from some kooky
stuff like transformer-coupled aircraft busses.
And you should distinguish between interface and logic;
I've never seen a direct RS-232-levels logic family, just
transmitters and receivers; logic is done elsewhere.
I'd bet that outfits like TI, National, OnSemi/FreeScale
have logic selection guides that list levels, supplies and
speeds etc.
-
Advertisment
-
25th March 2013, 22:18 #10
- Join Date
- Jun 2008
- Posts
- 116
- Helped
- 2 / 2
- Points
- 2,527
- Level
- 11
Re: Logic low is not zero volts but another voltage?
Hi,
ECL logic operate with negative threshold. However implementation of ECL is not so comfortable. Therefore thought out replacement for ECL - so call PECL which operate with positive value. From my opinion ECL almost disappear.
-
7th April 2013, 20:09 #11
- Join Date
- Sep 2007
- Location
- Richmond Hill, ON, Canada
- Posts
- 6,698
- Helped
- 1671 / 1671
- Points
- 34,760
- Level
- 45
- Blog Entries
- 7
Re: Logic low is not zero volts but another voltage?
All TTL (whether it is Shottkey or lower power) has an input threshold of 2 Vbe drops of 0.65*2 =1.3V.
This is also the voltage of a floating input which is considered a marginal logic 1 as there is no input current but susceptible to noise.
It is also the threshold of RS232 which uses bi-polar drive levels to improve noise immunity.
Low threshold CMOS uses the 30/70 rule for thresholds. Low <=30% and high >= 70% of VccA good design question lists your overall requirements™ The best question deserves a better answer. ™
... Tony Stewart EE since 1975
+ Post New Thread
Please login