04-14-2011 05:47 AM
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!
Solved! Go to Solution.
04-14-2011 09:04 AM
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.
04-14-2011 10:01 AM
May I know where is the shift register? I cant seems to fin them 🙂
04-14-2011 10:34 AM
Right click on the while loop.
Shift registers are basic elements in LabVIEW. Take the LabVIEW 101 tutorial.
04-14-2011 10:43 AM
Like this?
04-14-2011 11:33 AM
I tried this. But, it's still not working 😞
04-14-2011 01:37 PM
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.
04-14-2011 08:52 PM
Ok.
04-14-2011 09:21 PM
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.