01-15-2006 11:26 AM
01-15-2006 12:57 PM
01-16-2006 03:33 AM
01-18-2006 09:42 AM
01-18-2006 10:24 AM
01-18-2006 01:14 PM
Attached is one way to do it, using local variables. To create a local variable, right click on a terminal in the block diagram and select create -> local variable. You can now use this anywhere in the VI to set or read the value of the object. To read, right click the local variable and select "change to read."
Also, since you just want the values of those 2 LEDs to be true when the vi runs, you could simply make their default case True. To do this, set them to true, right click them and select data operations -> make current value default. Now, when you load the VI, they will be on.
Hope this gives you some ideas, and good luck learning LabView.