04-23-2007 07:44 PM
04-23-2007 10:40 PM
I am not familiar with cRIO, but most likely, the path syntax is different that on Windows.
Path constant automatically adapt to the current OS, but strings are just strings. Try the following:
Make a path (not string!) constant containing "c:\paths\", then use "built path" to combine it with the filename. Don't use "concatenate strings" and "string to path".
04-24-2007 02:27 PM - edited 04-24-2007 02:27 PM
Message Edited by Rudi N on 04-24-2007 02:27 PM
04-24-2007 02:49 PM
Hi David,
The cRIO-9012 and cRIO-9014 controllers run on a VxWorks Real-Time OS. VxWorks uses unix-style paths, so you have to give it paths that are valid for unix-style OS, for example ( /c/folder/subfolder/filename.txt ).
Regards,
Steve Bassett
04-27-2007 01:55 PM