05-06-2009 12:42 AM
you can use local variables as altenbach said.
just right click your booleans and select create and than select local variable and you can than put a tru-false constant to it.
05-06-2009 12:44 AM
xombox@seznam.cz wrote:based on your suggestions I set the default value by using property node. Don`t know how else I could this accomplish. Is that OK?
For cases such as this, you should use local variables instead of value properties. More lightweight. 😉
It is also sufficient to use a single FALSE diagram constant. You can branch the wire to both nodes. Less clutter. 😉
05-06-2009 12:47 AM
05-06-2009 12:59 AM
05-06-2009 01:10 AM
05-06-2009 01:14 AM - edited 05-06-2009 01:15 AM
lol, I thougth that term "local variable" refers to the LED itself 🙂
so simply, thanks
05-06-2009 01:18 AM
no problem
*remember kudo(s) for good answers*
05-06-2009 08:30 AM
Also, if this is a subVI, none of this is probably needed. 😄
Simply go to the "VI properties...execution" and select "clear indicators when called". (For toplevel VIs, this would clear the indicators every time you run the VI).
05-06-2009 08:32 AM
altenbach wrote:Also, if this is a subVI, none of this is probably needed. 😄
Simply go to the "VI properties...execution" and select "clear indicators when called". (For toplevel VIs, this would clear the indicators every time you run the VI).
Touche!
07-31-2016 04:17 PM
Hi,
im facing the same problem to my led. when i press the stop button my arduino digital output still remain the 1 bit, and my led keep on.
how i can solve it, any reset button can be add in?