Yeah I am allowed to use 555 timer and the only op amp that I am allowed to use except LM324 is LM741Hi AMOGE,
Are you limited to using only LM324 or are other types of IC devices permitted and available?
E
eg: 555 timer for example
Yeah I am allowed to use 555 timer and the only op amp that I am allowed to use except LM324 is LM741Hi AMOGE,
Are you limited to using only LM324 or are other types of IC devices permitted and available?
E
eg: 555 timer for example
Your first post showed you using LM339. Then you started using LM324 in LTspice, which won't work because they don't have open collector outputs like LM339.Yeah I am allowed to use 555 timer and the only op amp that I am allowed to use except LM324 is LM741
Thank you for your suggestion! I appreciate your input. However, I've been encountering a specific challenge with the 555 Monostable circuit in my application. Most of the tutorials I've found online demonstrate how to use a 555 in monostable mode to control the time an LED stays on. In my case, I need the LED to remain on continuously until I change the voltage, and I only want a delay when the voltage changes from -6 to -5 or from 5 to 6.Hi AM,
Have you considered using the transition to trigger a 555 Monostable for say 20 secs.
Post your best attempt of a circuit.
E
Thank you for your concern. In the circuit I'm designing, I'm using a window comparator configuration, which typically has a single output representing whether the input signal falls within a specified voltage window. This configuration intentionally connects the op-amp outputs together to create this single output. It's not a case of the op-amp outputs fighting each other; rather, it's part of achieving the desired functionality of the window comparator.You still show the op-amp outputs shorted together. They will fight each other.
Thank you for your suggestion. Just to confirm, are you suggesting the use of a microcontroller for this time-to-voltage conversion, or is there a specific component or method you have in mind for implementing it within a circuit?You can use a behavioral source with the idt() function to make a time to voltage conversion. Then you use the voltage to measure a precise time interval. That gets you the simulation part and converting that to a circuit will finish things off. Funny they don't allow you to use a comparator, since that would be the natural part to use.
Thank you for your observations. I should clarify that initially, I posted a circuit using LM339 because Tinkercad doesn't have LM324 available for simulation. I used LM339 as a substitute for simulation purposes, fully aware that in my actual circuit implementation, I intend to use LM324 without a pull-up resistor. The intention was to get a rough approximation of the behavior I expected to see when using LM324.Your first post showed you using LM339. Then you started using LM324 in LTspice, which won't work because they don't have open collector outputs like LM339.
If you have no clue how to implement the circuit, at least give us a block diagram showing the steps you'd take.
It's probably time for you to post the complete text for the problem.
Thank you for your response and your willingness to assist with my circuit design. To clarify, when the voltage level transitions from -6 to -5 or from 6 to 5, I want the RED LED to be on for a delay of 20-25 seconds. Immediately after this delay has elapsed, I want the GREEN LED to turn ON.Hi AM,
A simple diagram showing the LED operation.
I assume you want the LED to come back On, IF the Voltages return to +6v or -6v ?
E
I want to introduce a delay mechanism for when the circuit switches from the red LED to the green LED. Here's what I'm looking to achieve:Thank you for your response and your willingness to assist with my circuit design. To clarify, when the voltage level transitions from -6 to -5 or from 6 to 5, I want the RED LED to be on for a delay of 20-25 seconds. Immediately after this delay has elapsed, I want the GREEN LED to turn ON.
I hope this clarifies the behavior I'm aiming to achieve, and any insights or suggestions you have on how to implement this specific delay would be greatly appreciated.
No, it doesn't, since op-amps have push-pull outputs. But comparators which have open-collector/drain outputs can be wire-ORed together. You can, however, connect op-amp outputs via respective diodes to a common node if you need the OR function.This configuration intentionally connects the op-amp outputs together to create this single output.
Hi AM,This requirement seems a bit different from the standard 555 Monostable setup, which typically triggers a delay when the input signal goes high.

No! In the simulation you should have available a component known as a behavioral voltage source. If you make it generate a linear ramp with a slope of 1V/sec, then you have a time to voltage converter. The idt() function is LTspice is perfect for this. When you get this working you can convert the behavioral source to an actual circuit. The point of simulation is understanding.Thank you for your suggestion. Just to confirm, are you suggesting the use of a microcontroller for this time-to-voltage conversion, or is there a specific component or method you have in mind for implementing it within a circuit?
Hey, this is exactly what I want to achieve.Hi AM,
This simulation plot shows the LED states for above and below the 5V ref.
Note for testing I have shortened the delay time.
E
View attachment 303694
hi AM,
Post your LTSpice asc file, save me redrawing it.
BTW: it is bad practice to connect two OPA outputs together.
E