08-02-2010 01:20 PM
I am trying to read multiple temperatures at one time and would like to put them into an Excel spread sheet instead of a text file but I am not sure how to do this
08-03-2010 10:41 AM
Hey russell-p,
Thanks for the snippet. I'm thinking that the easiest way to skip saving to a text file and insert the data directly to Excel would be through the Report Generation Toolkit VIs. In general, you can take the table you created and use the Open Report VI, Excel Easy Table VI, Close Report VI in order to send this data over to Excel.
Also, there is a quick example of this found here.
Logan H
08-04-2010 10:41 AM
Being new to this I still am unsure how to wire the new VI's Where do I bring my signal from? Do I need to clean up the program before the signals go to the table and the graph? Also, once everything is in place will it have to go outside of the for loops? Do I need to create a template in Excell first so that I can give the VI's the path?
Sorry for all of the questions. I will be gone for a vacation so I may not reply right away, but any and all help is appreciated
08-05-2010 01:34 PM
Russel,
This code will create a report reference, then insert the data in your Temperatures Array created by the Build Table Express VI. Please note that a Property Node has also been used to create a list of the Column Headers of your Temperatures Array.
Happy Coding!
Logan H