12-05-2013 12:12 PM
Hello,
I am attempting to use a CompactRIO with 9225 analog input module to measure some analog signal.
LabVIEW version is 2013 (32bit), when I run th VI, errot 7 occurred.
I'm pretty sure the file path is correct , but the error information indicated different path used "\" not "/", I attached the picture.
I don't know why it happen, appreciate any suggestion to solve this problem.
Thanks.
Frank
Solved! Go to Solution.
12-05-2013 12:19 PM
It is looking for the file on the RT system, which is not windows.
12-05-2013 01:38 PM
That's the point! Thank you.
Ithere any instructions about write data to computer, not cRIO?
Thanks
Frank
12-05-2013 02:15 PM
The cRIO-9075 doesn't have the ability to mount a Windows network share and read/write directly with the host computer. What you would have to do is FTP the file from the host (the host has a client, and the RT system has a server) or run an FTP server on the host that the target can interact with (the host would then have a server, and the target has FTP client VIs) in order to get the file to the location it needs to.
-Danny
12-06-2013 06:28 AM
Thank you for the information.