LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write to spreadsheet storing only one point

Solved!
Go to solution
I have a waveform chart recording my torque and I want to export it to excel when I am done with my test. I have the waveform chart with its filter inside a while loop and the write to spreadsheet file outside of the loop. After my output voltage goes through the filter it is output in an array, which I have heading into the write to spreadsheet VI. However, when I open my spreadsheet it has only stored one data point. What am I doing wrong? Thanks in advance.
0 Kudos
Message 1 of 3
(2,738 Views)
Solution
Accepted by topic author rsmize

Can't tell what you are doing wrong if you don't post a copy of your code.  You may have indexing turned off and your loop outputs the last value instead of the entire array.  But that's just a guess without being able to look at your code.

 

- tbob

Inventor of the WORM Global
Message 2 of 3
(2,736 Views)

 

post a piece of your code for getting quick solution here......

Anil Punnam
CLD
LV 2012, TestStand 4.2..........
0 Kudos
Message 3 of 3
(2,725 Views)