Understanding Schmitt Trigger from datasheet

datasheetschmitt-trigger

I've asked this question before, but I don't think I worded it correctly, as I got answers to a question I didn't intend to ask… So I'm giving it another shot:

I am having some difficultly understanding the values described in this product sheet for the SN74AHCT14 Schmitt Trigger Inverter:

http://www.ti.com/lit/ds/symlink/sn74ahct14.pdf

Vcc will be 4.5V.

If I understand correctly, this trigger is an inverter, so a high input results in a low output.

If the input is at 0V, I expect to get a high output. As my input slowly increases from 0V up to 4.5V, what is the lowest voltage that may cause the trigger to begin outputting a low output? And what is this value denoted as in the product spec?

I am not interested in what will guarantee a low output, but instead, what is the earliest value that may cause the trigger to switch to low output.

Thanks for your help!

Best Answer

Short: The hysteresis specification ensures that the negative going transition voltage is always greater than the positive going transition voltage.


Define:

  • Vtpos = input transition voltage with Vin increasing
  • Vtneg = input transition voltage with Vin decreasing
  • Vhyst = Vtpos - Vtneg for a given IC and conditions.

Look at delta-Vt figure in table 7.7. 3rd line on page 5 in datasheet.

This guarantees:
a minimum hysteresis of 0.4V and
a maximum of 1.4V at Vcc=4.5V and 25 degrees C.

Vhyst = 0.4 to 1.4 V

This spec is then read in conjunction with values for Vt positive and negative going.

Vt pos going = 0.9 to 1.9
Vt neg going = 0.5 to 1.5

Without the hysteresis spec this suggests that the negative going level MAY be above the positive going level (which makes no sense) BUT add the hysteresis spec as well and it makes sense.

With Vt neg = 0.5V then Vtpos MUST be >= (Vtneg + hyst min) = 0.5 + 0.4 = 0.9V.
and can be as high as 0.5 + 1.4 = 1.9V.


The following may bend the brain somewhat - it's not strictly necessary to follow it if you just follow the above ranges. [E&OE - if I've accidentally said something wrong plase point it out - easily done in such cases].

ie it is seen that with Vtneg at it's minimum values the addition of the range of possible hysteresis value gives exactly the range of Vtpos values - which is as it should be.

However, Vtneg max + hysteresis range = 1.5 + (0.4 to 1.4) = 1.9 to 2.9 which is from the max level of vtpos or above - ie if the negative value is at a maximum of 1.5V then Vtpos will be at its max value of 1.9V. ie when Vtneg is at it's maqximum value the hysteresis range will be at it's minimum. If this was not so then rather high values of Vtpos could result.

It is easy enough to draw a 'state diagram' from the above showing areas of valid operation. There can never be any overlap. ie for a given situation Vtpos will always be > Vtneg.