LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

send the gragh to Excel sheet (urgent)

How are you?

 

I did simulation for sine wave but i want send this gragh to excel sheet

 

How can i do this?

0 Kudos
Message 1 of 9
(4,436 Views)

Hi amsh5934,

    Just right click on the graph indicator and select Export simplified image option and select the suboption as Export to clipboard.Now on excel sheet,just right click and select paste.Thats all.

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 9
(4,418 Views)

 

 

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

0 Kudos
Message 3 of 9
(4,410 Views)

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

Don't forget to give Kudo's for a good answer !

LabVIEW Champion
Certified LabVIEW Architect
Certified TestStand Architect
Download All
Message 4 of 9
(4,373 Views)

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

0 Kudos
Message 5 of 9
(4,329 Views)

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

Download All
0 Kudos
Message 6 of 9
(4,329 Views)

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

 

 

Don't forget to give Kudo's for a good answer !

LabVIEW Champion
Certified LabVIEW Architect
Certified TestStand Architect
Download All
0 Kudos
Message 7 of 9
(4,309 Views)

Hi,

 

Just add your code after in the sequencw structure.

 

the attached VI might help

 

Regards,

 

Shrek

0 Kudos
Message 8 of 9
(4,294 Views)

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.

Message 9 of 9
(4,285 Views)