LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displacement Plotting

Solved!
Go to solution

Hello,

 

I have an excel data on a notepad reading through a measurement file.I am only considering the first two columns in the data.I need to multiply each value in the two columns with 0.02  and get two columns with values say a,b,c,d and a1,b1,c1,d1 (after multiplication) and so on.

 

The plot i now require is of (a,a1)   (a+b,a1+b1)  (a+b+c,a1+b1+c1) and so on.

 

I finished the multiplication part but cannot think of any ideas that might help me further.I am attaching the VI that solves the problem till multiplication.

 

Thanks in advance.

Download All
0 Kudos
Message 1 of 3
(2,156 Views)

You need to do cumulative sum on the obtained array. I have provided a subVI which calculates cumulative sum also updated the original VI.

Download All
0 Kudos
Message 2 of 3
(2,008 Views)
Solution
Accepted by topic author Simon1991

Hi nagarajahc,

 

This is what i came up with 2 months ago. Might not be the easiest method but it worked just fine for me. Thank you for looking into my problem.

 

Thanks and Regards

0 Kudos
Message 3 of 3
(1,991 Views)