LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data logging in labview table wont proceed to next line

Solved!
Go to solution

Hi,

 

I have managed to read the data from Visa read and display to a graph. Now, I need to put it into excel file but the problem is that, it is always on the first line in the excel like table i generated in labview. I hope someone can help. Thanks in advance!

0 Kudos
Message 1 of 9
(2,831 Views)
Solution
Accepted by topic author ZHENNING

Take the 1D array and wire it directly to the 1D array input of the Write to Spreadsheet. Then, instead of that Insert into Array, use a shift register with a Build Array with the bottom input your 1D array and the output wired to the table.

0 Kudos
Message 2 of 9
(2,822 Views)

May I know where is the shift register? I cant seems to fin them 🙂

0 Kudos
Message 3 of 9
(2,817 Views)

Right click on the while loop.

 

Shift registers are basic elements in LabVIEW. Take the LabVIEW 101 tutorial.

0 Kudos
Message 4 of 9
(2,808 Views)
0 Kudos
Message 5 of 9
(2,800 Views)

I tried this. But, it's still not working 😞

0 Kudos
Message 6 of 9
(2,792 Views)

Not at all. I did not say to create a new while loop. Add a shift register to your original loop.

 

Please take the tutorial before trying to write any code. You don't understand the basics so you will be far better off spending a little time learning instead of flailing around and posting  questions.

0 Kudos
Message 7 of 9
(2,781 Views)

Ok.

0 Kudos
Message 8 of 9
(2,767 Views)

How can a single word two letter reply "OK" be the solution to your problem?  Please mark whichever message of Dennis' helped you.  You can unmark your message as the solution by going to the options menu to the upper right.

0 Kudos
Message 9 of 9
(2,762 Views)