LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Loading data in a control

Hi,
 
I have the following VI program (attachment).
 
I am entering data in POINTX and POINTY matrix and there is a computation that gives me Q1,Q2, etc with a SUBVI.
 
Eventually, I will create a button to save the data of my POINTX, POINTY matrix. I know how to do that.
 
Then, I will have a load button. I would like that when I click LOAD, the program ask me the file to load and loads the data in POINTX and POINTY.
My difficulty is to load data in the matrix because they are controls...How could I do that?
 
Thank you very much,
 
Jack
 
 
0 Kudos
Message 1 of 2
(2,266 Views)
Create a local variable for the controls and write the data to it.
0 Kudos
Message 2 of 2
(2,260 Views)