LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

append GIF to xls

Any one ever append a GIF to a MS xls document with success, LV2010?

 

My attempts to past a GIF to an xls or xlsx MS 2007 file is unsuccesful. no VI errors are reported but I open the file an no paste is there as I scroll through all the cell row numbers.

 

SaveGIFtoXLS.png

0 Kudos
Message 1 of 5
(2,255 Views)

Rich,

 

Unfortunately this is a known issue with LabVIEW.  There is an open CAR and R&D is looking into this issue.  Sorry for any inconvenience.  

 

Regards,

 

Marcus 

Marcus M.
PXI Product Support Engineer
National Instruments
0 Kudos
Message 2 of 5
(2,230 Views)

Has there been a resolution of this issue?

 

Thanks,

 

Nina Sweeney

0 Kudos
Message 3 of 5
(2,212 Views)

At the time of the original post, I was using Mike Schroder LV code that opens a GIF for view in a FP. You should find it on the discussion board or NI Developer Zone. In my case it turns out Mike's code open the GIF file but never close the file reference (it gets closed when LV stops running). So if its used as is, a subVI you got an unclosed reference open. Add a close reference to the code (shown below).

 

Its possible your code tries to open a new reference for the file when one for the file is already open and paste to xls fails, not to mention further other side effects. I went ahead an attached Mike Schroder code below.

 

Gif.Main..PNG

0 Kudos
Message 4 of 5
(2,198 Views)

Thanks--will check this out--

 

Take care,

 

Nina

0 Kudos
Message 5 of 5
(2,182 Views)