LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fixed values of indicators at VI-start

Hallo,

when I start a VI with indicators, LabVIEW remembers their contents. How can prevent that?

( I mean: With every start of the VI the value of the indicator should be the same.

F.E: array (0,0). After ending the VI its value is (1,2). With starting over it should not be (1,2) as "Usually" but again (0,0). )

I hope that someone can help me !!

Arno
0 Kudos
Message 1 of 3
(2,423 Views)
See attached example / explaination below
Is it what u are looking for?
Sandeep

-create local variables on indicators and controls you want to intialize
-To do this, right click on indicator, then create local variable.
-Place them in initialization sequence. Assign default values.
-Use data flow
0 Kudos
Message 2 of 3
(2,423 Views)
hey,
All you have to do is you have go to operate in the MENU BAR of your VI and click "Make current values default",this will solve your problem.
0 Kudos
Message 3 of 3
(2,423 Views)