LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to Spreadsheet file

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.

0 Kudos
Message 1 of 8
(5,594 Views)

Does the Arduino code work?  Do you have appropriate data in the array coming from the Continuous Acquisition Sample VI?

0 Kudos
Message 2 of 8
(3,751 Views)

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?

0 Kudos
Message 3 of 8
(3,751 Views)

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.

0 Kudos
Message 4 of 8
(3,751 Views)

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?

0 Kudos
Message 5 of 8
(3,751 Views)

This should help you: https://decibel.ni.com/content/docs/DOC-15424

You can also find examples in "Help >> Find Examples" menu.

Good luck!

Ashish Uttarwar
Certified LabVIEW Developer
0 Kudos
Message 6 of 8
(3,751 Views)

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

0 Kudos
Message 7 of 8
(3,751 Views)

Thanks guys that did help alot.

0 Kudos
Message 8 of 8
(3,751 Views)