02-23-2015 11:19 PM
Greetings. I am new to Labview. I would like to reset the indicator and control values during execution with a push of button whenever I see my "x or y" indicator is turnd on in the VI. I know how to initialize the value after stopping VI. But I have to initialize the values without stopping VI.
Any help much appreciated
02-23-2015 11:46 PM
02-24-2015 01:03 AM
Thank you SrikrishnaNF
I found the solution.
02-24-2015 03:28 AM
Still not able to reset the indicator. Though I have use local variable of indicator too. I don't know where i am wrong.
02-24-2015 06:01 AM
Hi,
You need to update indicator also when initializing.
02-24-2015 07:17 AM
Reset to the default values?
Just use an invoke method. Hit ctrl+space and type in "This VI" and choose the vi reference. Wire it into the invoke method. Choose data operations, reset values to default. It will reset all values to their default values.