09-30-2013 08:27 PM
Does anyone has any idea about how to fixed that ?
09-30-2013 08:42 PM
Does the c:\data directory exist?
If it doesn't exist, then you'll get this error when LabVIEW tries to create a file inside of it.
09-30-2013 09:01 PM
It does exist, but the error still shown
09-30-2013 09:05 PM
Do you have rights to write to a file in that directory?
09-30-2013 09:14 PM
I think I have,
Here is the file
09-30-2013 09:19 PM
Your VI works just fine for me when I create a c:\data folder.
What if you pick a different file name?
What if you pick a different directory?
You think you have rights to that directory, but you don't know for sure? What if you go to that directory from an explorer windows and try to create a new file in it manually.
09-30-2013 09:43 PM
Is this running on the new NI cRIO-9068?
If so remember that it runs on a Linux kernel! Some information about file paths can be found here: http://www.ni.com/white-paper/14626/en/#toc2
Also, you should ensure that that CSV file exists on the remote system as your host file system has no bearing on where it saves data.