LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

copy to clipboard doesn't work

to copy 2d arrays to the clipboard.  However, this only seems to work reliably for small arrays.  I want to work with waveform data (I convert the waveform to a 2d array first), with up to 5000 points.  Obvoiusly, cutting and pasting data of this quantity is no problem in excel, but I am unable to get large quantities of data from the labview array.  I'm using labview 8.2 on a windows xp machine with 488 megs of ram and a 2 GHz processor.  Help, anyone?  Jonathan
0 Kudos
Message 1 of 4
(4,071 Views)
Jonathan,
 
I use Arnold Bartel's "Copy Text to Clipboard.vi" and it works great.  You will need to use "Array to Spreadsheet String.vi" first to convert your array data to text and then pass it to this vi.
 
Here is the link to the code.
 
-cb
0 Kudos
Message 2 of 4
(4,058 Views)
Thanks a ton.  It works perfectly for me as well.  Jonathan
0 Kudos
Message 3 of 4
(4,048 Views)

Even simpler : In LV 8, there is an Application Copy (and read) to Clipboard property.



Message Edité par chilly charly le 11-09-2007 10:32 PM
Chilly Charly    (aka CC)
Download All
Message 4 of 4
(4,043 Views)