05-21-2024 04:44 AM
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
Solved! Go to Solution.
05-21-2024 07:16 AM
What help do you need? Are you encountering any errors?
Try saving your file to /home/lvuser path instead.
05-22-2024 10:38 AM
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.