Hello!
We are engineer students from Mittuniversitetet in Östersund and we have a problem. It concerns a system with binary input, e g lightbeams that are switched on and off if you cross them. We are trying to build the logic using LED:s in LabView, so that we can see what happens in our program. This is one part of a bigger system.
We have 2 LED:s that can be switched on and off in 0,5 sek. We want a signal to be activated when LED1 is switched on. When that signal is activated you cant activate LED2 for 2 seconds (the timing needs to be adjustable). And the signal will only be deactivated when LED2 is activated within 2 seconds (timing needs to be adjustable) before LED1. The signal can only be activated when LED1 is activated before LED2. This signal detection needs to be looped, so that it can be repeated until we want to stop the sequence. How should we proceed?
We hope you guys can understand what we mean. We know that we might make it more complicted than it really is.