02-14-2006 04:45 AM
02-14-2006 05:06 AM
Hi,
You have to write the data in the table, using File i/o functions to copy the table's contents to text or excel file
Look at attached VI's
Any doubts, do get back
Regards
Dev
02-14-2006 05:14 AM
Hiii, trinight
Which version of LabVIEW you are using? i am using 7.1 and your vi is not opening here, can you please convert it into the 7.1 or send the jpg of the vi, then i may help you, and give some more description about ur vi.
Thanks,
Nishant
02-14-2006 06:25 AM - edited 02-14-2006 06:25 AM
帖子被trinight在02-14-2006 06:26 AM时编辑过了
02-14-2006 08:42 AM
Unless someone proves otherwise with an example, I concur with devchander.
You can't just right-click and copy the data in that table.
02-14-2006 10:10 AM
02-14-2006 10:55 AM
You can still send the data from your table to the windows clipboard using clipboard.llb\Copy Text To Clipboard.vi which I have attached. (Clipboard.llb is from another post in the forum)
I have modified your vi to do this. So when you run the vi attached the data is formatted into a spreadsheet string and sent to the windows clipboard as a string. You can then go Excel and click cell A1 then paste your data using Edit ->Paste or CTRL+V.
So I would suggest that your panel has a button that you can use to send the data from the table to windows clipboard just before you move over to excel to paste.
Hope this helps you with an alternative.
David
02-14-2006 11:31 AM
David,
Is the clipboard.llb something that came in the LabVIEW examples or is it something you developed on your own? Very handy.
02-14-2006 11:51 AM - edited 02-14-2006 11:51 AM
Message Edited by David Crawford on 02-14-2006 11:52 AM
02-15-2006 04:41 AM