Re: write jpeg.vi path issue

2004-04-24 Thread mreardon
Well I ended up applescripting the files from my labview computer to the server as you don't seem to be able to put a path in labview with commas and get things written to the unix server. I browsed for the unix folder using safari. it gave me this. file:///private/var/automount/Network/Servers/

Re: write jpeg.vi path issue

2004-04-24 Thread CoastalMaineBird
I browsed for the unix folder using safari.=A0 If you tried what I suggested, you might have better luck.

Re: write jpeg.vi path issue

2004-03-30 Thread CoastalMaineBird
made sure that I used=A0 backslashes in the path for the write jpeg vi for the unix server. Backslashes are a Windows separator - it's not universal. Mac uses ":" as the separator (for historical reasons - even though it's "/" in the Mac command line. You need to compose your path using colons,

write jpeg.vi path issue

2004-03-30 Thread mreardon
I am trying to write a jpeg from my front panel onto a server (from the server it goes onto the web). The computer I use for labview has Mac OS X. The server I am trying to write the jpeg to is a sun unix machine. I can't seem to get the right path so that Labview writes the jpeg to the server.