04-21-2016 03:19 AM
04-21-2016 03:23 AM
Hi GerdW,
so if i take that out (greater/ equal to true) out the LED will stay on if the signal of the DI1 is high/low?
(
With kind regards
Asrih
04-21-2016 03:25 AM - edited 04-21-2016 03:26 AM
but the problem is, if the signal is off the LED should go off too. if the signal is on the LED should stay on and not blink
04-21-2016 04:00 AM
Hi Asrih,
the "boolean2" LED will stay TRUE once a TRUE value comes from this subVI in your image.
if the signal is off the LED should go off too. if the signal is on the LED should stay on and not blink
There's a contradiction in these sentences!
Should the LED go off with a FALSE signal - or should it stay ON?
04-21-2016 04:19 AM
Hi GerdW,
it should go off.
With kind regards,
Asrih
04-21-2016 04:23 AM
04-21-2016 04:28 AM
Hi GerdW,
look this is the case,
im making a test for PCB, it has a emergency switch and a buzzer.
case 1: emergency switch isnt pushed, buzzer makes no sound and therefore the LED in my program stays off
case 2: Emergency switch is pushed in, buzzer automaticly makes sound (in a square wave form therefore the simulation). but if i put this in the program the LED will blink.. because the signal is high/low what i want is that the LED will stay on.
(english is not my native langueage thats why i cant explain it very good)
With kind regards,
Asrih
04-21-2016 06:35 AM
Hi Asrih,
then use the suggestions above to store the TRUE state in a shift register!
As long as your hardware only delivers FALSE values the LED will stay FALSE. As soon as the first TRUE is returned the LED will stay TRUE…