10-09-2016 02:18 PM
Everytime I reopen a VI, the data in array automatically goes back to 0. Why is that? How do I change that?
10-09-2016 02:38 PM
I assume that you are talking about an array control on the front panel. Put the data into the array. Then from the Edit menu select Make Current Values Default. Save the VI.
Now the data will be in the array every time you open it.
Lynn
10-09-2016 02:42 PM
Yes. It worked. Thank you.