This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SN74LV123A: SN74LVC1G123 pulse period

Part Number: SN74LV123A
Other Parts Discussed in Thread: SN74LVC1G123

For our power mgmt. application we need RETRIGGERABLE MONOSTABLE MULTIVIBRATORS with adjustable pulse width

The pulse width should be adjustable from few seconds to 5 minutes

It should trigger on negative edge

is SN74LVC1G123  the correct part for my application.

If Yes what value Rext/Cext should I use

 

  • The output pulse width will be determined by this equation:

    time (in seconds) = K * R * C

    In order to make this adjustable, you would need to make a circuit to make R or C adjustable -- or both.

    K is typically around 0.8, so using that value, I can quickly give R*C values for 3 seconds and 5 minutes, respectively:

    3 seconds: R*C = 3/0.8 = 3.75
    5 min = 300 seconds: R*C = 300/0.8 = 375

    You can select many values to make this work, but I would recommend keeping Rext less than 1 Mohm if possible, so let's use that as the starting point:

    R = 1 Mohm, for 5 minutes, C = 375/R = 375/1000000 = 375 uF (which is a huge value for capacitance)

    ** As a side note, I have never seen someone try this with such a large capacitance. I would recommend adding a 51ohm resistor in series with the capacitor to limit current into the SN74LVC1G123, which will protect the internal discharge circuitry from damage.

    Assuming that this works with the 375 uF capacitor, you can then calculate the resistance required with that capacitor to get a 3 second pulse:

    3s = 0.8 * R * 375uF --> R = 3/(0.8*0.000375) = 10 kohm
  • Do you have any other solution which suffice my requirement of retriggerable monoshot multivibrartor with pulse width upto 5mins
  • All retriggerable MMV's work the same way -- the solution would be the same.