01-11-2010 12:03 AM
How are you?
I did simulation for sine wave but i want send this gragh to excel sheet
How can i do this?
01-11-2010 01:09 AM
01-11-2010 02:10 AM
Hi,
In what format you have to export to excel array numeric data or image.
If you want for image then see the attached vi.
If want in numeric data, then specify it, search on forum, lot of examples are provided
for activex, spreadsheet and more...
Regards,
Shrek
01-11-2010 10:21 AM
Hi there
As the above examples covered getting the images of the sine wave out of LabVIEW and into Excel , I'll cover getting the actual data out. I've attached your original file with some changes to allow saving the data in 2 formats (both suitable for use in Excel)
Option 1. Writes the array data to CSV File which Excel will Open(once you've answered a few questions to the .csv import wizard)
Option 2. Write the data directly to Excel spreadsheet using ActiveX. This example is not the prettiest (Not enough time to tidy up) and code using ActiveX classes can get pretty ugly.
Open the Project 2 -1 vi and have a play.
Chris
Certified LabVIEW Developer
01-12-2010 06:23 AM
How are you?
I want send sine wave in for loop to excel sheet when end the program??
How can I do this?
notice : I have virsion 8.5
01-12-2010 06:24 AM
How are you?
I want send sine wave in for loop to excel sheet when the program is finish ??
How can I do this?
notice : I have virsion 8.5
01-12-2010 07:17 AM
Hello
The original examples I uloaded will show you how to do this so I have uploaded them again but this time compiled for labVIEW 8.5
I've also included a little update to the asignment you provided showing a better way to stop loop execution (Hope this is useful)
Regards
01-12-2010 08:03 AM
Hi,
Just add your code after in the sequencw structure.
the attached VI might help
Regards,
Shrek
01-12-2010 08:55 AM
shrekt wrote:Hi,
Just add your code after in the sequencw structure.
the attached VI might help
Regards,
Shrek
That's just silly. The sequence structure is just not necessary.