LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving csv file on my cRIO

Solved!
Go to solution

I am a total rookie and i am trying to save a csv-file on my cRIO. I'm on a windows pc trying to save data from an array (as a first) into a .csv file on the linux system of my NI-9065. I therefore created the filepath with puTTY on the cRIO and put in this path in my VI. (see down below) pls help

NIrookie123_0-1716284606073.png

 

0 Kudos
Message 1 of 3
(282 Views)
Solution
Accepted by NI-rookie123

What help do you need? Are you encountering any errors?

Try saving your file to /home/lvuser path instead.

-------------------------------------------------------
Control Lead | Intelline Inc
Message 2 of 3
(257 Views)

I encountered some error codes for READ/WRITE issues (7 and 8). Thanks for the answer, but I actually figured out that the problem were the permission to write on the file in the filesystem of my cRIO. chmod 777 "filename" solved the problem.

0 Kudos
Message 3 of 3
(219 Views)