LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

have an array ,deleted lines/values return after save, reopen

I have a multidimensional array of data, subsequently used as input to a looping construct  - each line of values gets used to do something.

I recently needed to modify those values,  and had no problems.  Then I wanted to reduce the number of lines of values, which worked until I exited and reopened the VI file.

The lines came back.

   I removed them with  rightClick->dataOperations->delete row

 

Any suggestions - besides the fallback of making a while new, smaller array to replace this one

thanks,

Jason

0 Kudos
Message 1 of 3
(2,723 Views)

Was this array a front panel control?

 

If you want to change a control and have the values stick for when you reopen the VI (which would include an array that had rows removed),  you need to right click on that control and Save as Default, then resave the VI.

 

If that is not what you want, then please attach a VI so we can see what you have and what you want to do.

Message 2 of 3
(2,710 Views)

yes - front panel control.

Your answer was what i was looking for.

Thanks!

Jason

0 Kudos
Message 3 of 3
(2,707 Views)