10-21-2015 09:58 AM
Hello,
I want to transfer the data from labview to Excel continuously. At present i am using Export data to Excel, but i am only able to transfer the existing data from graph to excel. My question is how can i trasnfer the whole data i have received from serial communication in to Excel.
I am attaching mz VI with this post. Please help me with this problem.
Thank you.
10-21-2015 10:09 AM - last edited on 12-13-2024 01:44 PM by Content Cleaner
There's a whole palette called "File I/O". You can use this palette to write data to file in many different ways.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
10-21-2015 10:38 AM
Hello James,
I am new to labview. I have gone through the page but i did not understood how it works. Please provide me with an example VI to transfer continuous data from labview to excel.
Thank you
10-21-2015 10:52 AM
Before developing code to do something, it is always a good idea to know what you want to do. From the LabVIEW code you provided, I can't figure out what you want to do, and suspect that you might not have a good idea of what you want to do.
Here are some questions:
Bob Schor
10-21-2015 10:57 AM
@liviya wrote:
Hello James,
I am new to labview. I have gone through the page but i did not understood how it works. Please provide me with an example VI to transfer continuous data from labview to excel.
Thank you
There is LabVIEW example code in that article. I suggest using the Write to Spreadsheet VI for starters.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
11-07-2022 03:27 PM
What's wrong with you people? Why can't you just answer the guys question in the simplest form you can. Why does everyone associated with this program feel the need to make things as complicated as humanly possible? Yes we all can get as deep as Assembly Language but most people just want to move data from an instrument to a spreadsheet with the least amount of programming possible. They just want to get the thing done without all of the what if's and what nots.
11-07-2022 04:01 PM
@SJE,
Welcome to the LabVIEW Forum. Many of us are LabVIEW Users and enthusiasts, and are dedicated to helping others learn LabVIEW and become Users and enthusiasts along with us.
The Posts about which you were complaining are more than six years old. To provide a meaningful (and maximally-useful) answer, one size definitely does not fit all. One problem with answering the earlier OP was that the problem was not clearly explained.
I'm guessing that you might have a similar problem, and are upset that you didn't find "a solution" in the Forum. If this is the case, I recommend you create a new Message, with a clear Title, and describe such things as the type of data you hope to save, the speed at which the data comes in, how long a recording session might last, an estimate of the maximum file size, and whether there are "special circumstances". Plus, of course, wondering what "Excel" means (is it really an .xlsx file, or simply a text file organized in rows and columns by spaces, tabs, commas, or something else).
Bob Schor