‎03-25-2013 04:27 PM
After exporting a graph as a .eps simplified image in LabView 2012 Mac OSX, I am unable to open the file and convert it to a PDF. However, when I do the exact same thing using LabView 2010 for Mac OSX, I have no problem opening the .eps file. Likewise, if I do the same thing (export graph as .eps simplified image) using LabView 2011 for Windows, I can succesfully open the file on my Mac using Preview. I'm guessing there must be something wrong with the LV 2012 Mac OSX version of export simplified image. Has anyone else had this problem?
‎09-18-2013 07:42 AM
Same issue here with LV 2012 on Windows. Works fine under LV 2011. Seems to be a bug in LV 2012.
‎10-03-2013 12:16 PM
On Windows LabVIEW 2012 all the EPS files I have exported are appear to be blank. Wish I had a nice fix for this.
‎10-04-2013 05:31 PM
I was able to recreate the same situation that you all have mentioned here. LabVIEW 2011 allows me to export a usable .eps file, but 2012 and 2013 both result in one that appears corrupted when you try and access it. The file has data, but it's possible there's some header information within the file that is inserted incorrectly. I'll take a look at why this could be and post back if I find anything useful.
Thanks,
Ryan
‎10-08-2013 11:12 AM
I have this issue using Windows 7 and LabVIEW 2013, that is, using the Invoke Node, Export Image, for a Wavefrom graph. All of my eps files were corrupted that I tried to export.
I do not know whether this is the case for you, but for me the following fix worked:
1.) My corrupted eps files have the command polyLine32 in it. This is the offending command. It should be replaced with just polyLine.
2.) Once I did this I was able to open my eps files in Adobe, Ghostscript, and Apple Preview without any errors.
I used LabVIEW to fix the corrupted file, see the following snippet.
Hope this helps.
Cheers,
mcduff
‎10-25-2013 10:35 AM
I'm happy to see that this is getting attention from NI and other users. Unfortunately neither workaround fixed the files for me: some don't have "polyLine32" at all and the others were not fixed from changing it to "polyLine".
However, since this workaroud was effective for other people it certainly seems to suggest that LabVIEW is using incorrect commands resulting in 'corrupt' EPS files. If I have time I will try to figure out what/if commands are causing my EPS files problems.
‎11-05-2013 09:35 AM
I was having the same issue with exporting .eps files. They could not be opened after saving always throwing a postscipt error. I tried the change from polyLine32 to polyLine and that worked for me. Many thanks!
Running LabVIEW 2013 on Mac OSX 10.8
-- Harold
‎11-28-2013 09:26 AM
Same issue seen with LV 2013 and MacOS X 10.9.
A shame that this bug was not "cured" in the current LV version.
‎03-31-2014 04:02 AM
I'm also having the same issue with labView 2013 and windows seven. Is there any update/SP coming to fix this?
The "polyline32 trick" doesn't work for me as well.
‎06-17-2014 08:34 AM
I am coming across this problem for the second time. When I use the invoke node to save the image of a graph in eps form, I can't open the resulting file.