LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to insert 2d array (XY position)to XY graph and can delete the data from the array too.

Firstly, I receive the data of X and Y position one by one seperately and then I add this two value (numeric double) to array two column (XY). After I press ok button the new data for X and Y will come and be added to the last row of my data. Then I use this data to plot in XY graph. All of this I did it already, but I want more additional function.

My additional function is I want to add or delete a pair of data XY from the array at the row that I defined. This one I can not do it.....
0 Kudos
Message 1 of 5
(3,204 Views)
You use the Insert Into Array and Delete From Array functions on the Array palette. Here's a simple example in 6.0 that shows how they're used.
0 Kudos
Message 2 of 5
(3,204 Views)
Thanks for your help I'll check it out.
0 Kudos
Message 3 of 5
(3,204 Views)
Hi Dennis, I have the same specification to expect but I use labview 5.1 and there isn't the fonction "Insert Into Array" or "Delete from Array"... How can I do ?
Thanks.
Cyril.
0 Kudos
Message 4 of 5
(3,204 Views)
He used the finite element machine method (if I'm right). See the attached file.

And, thank you very much Dennis. You help me very much.
0 Kudos
Message 5 of 5
(3,204 Views)