07-05-2012 01:43 PM
Im taking an an analog input voltage and reading it as a digital output. Im trying to import my data get LabVIEW to read out my data using the "Write to Spreadsheet" Function, but nothing is coming out. Any help would be greatly appreciated. Attached is my VI. Thanks.
07-05-2012 06:08 PM
Does the Arduino code work? Do you have appropriate data in the array coming from the Continuous Acquisition Sample VI?
07-06-2012 12:13 PM
Do you mean the LIFA interface code, if so yes that works. Everything works fine except I cant get the data to be readout into the "write to spreadsheet" vi. I dont know how to tell if I have the appropriate data in the array coming from the CAS VI. Would it be easier to export the data to a text file?
07-06-2012 05:57 PM
To see if there is data just display it in an indicator.
What exactly is not working? Does it even create a file? "nothing is coming out" doesn't really tell us what is happening or not happening.
07-09-2012 12:37 PM
I can get the data displayed on the indicators, but I Im trying to get the data to be printed out into a text file or spreadsheet file and Im not sure how to do that.Is there more that I need to add or things I need to change on my VI in order for LabVIEW to do this for me?
07-09-2012 12:57 PM
This should help you: https://decibel.ni.com/content/docs/DOC-15424
You can also find examples in "Help >> Find Examples" menu.
Good luck!
07-09-2012 01:11 PM
Use the "Find Examples" search capability that comes with Labview. Searching on "spreadsheet" brings up 17 examples. One of the examples will have your answer.
HJoward
07-10-2012 11:25 AM
Thanks guys that did help alot.