LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I reset the value of an array?

How can I reset the value of an array at the beginning of my program?
0 Kudos
Message 1 of 2
(2,769 Views)
There is a option in LV,
"Edit --> Make current value defult"
Every time you reopen your VI, it will set to your custom default value.

There are many ways of doing this.

Another way of doing this is, You can use "sequence structure and property node". Make the property node of your array and choose "value". Then mark it to write. See attach.
------------------------------------------------------------------
When you feel sad, laugh
0 Kudos
Message 2 of 2
(2,769 Views)