07-06-2021 06:47 AM
Good morning,
I have a problem with the binary writing of a file, this one returns me the error 7 that is to say that the path is not found although the path is well noted... can you help me?
I put here 2-3 screenshots to better understand.
Thank you in advance,
anto.
07-06-2021 07:08 AM - edited 07-06-2021 07:13 AM
Hi Anto,
why do you think your cRIO (or similar RT target) has access to the harddrive of your Windows computer?
Suggestions:
Other suggestions:
07-06-2021 07:09 AM
1. The file itself likely doesn't exist. You need to use the Open/Replace/Create File node and choose the option to "replace or create" in order to create the file. Then you can write to it.
2. The error looks like you are using a cRIO or some other RT device. That device cannot write to your PC. You have to give it a location on the device for it to write.
07-13-2021 02:30 AM
Hello,
Oh yes indeed, I managed to create my file on a usb key which is connected to my compactrio but the txt file is in macintosh format (CR) and I would like the file to be readable under windows because it is a binary writing... how can I do the conversion between linux to windows?
07-13-2021 02:46 AM
Hi Anto,
@Anto_98 wrote:
I managed to create my file on a usb key which is connected to my compactrio
Fine you could solve your first problem!
@Anto_98 wrote:
but the txt file is in macintosh format (CR) and I would like the file to be readable under windows because it is a binary writing... how can I do the conversion between linux to windows?
So you create a "txt file", but you are using "binary writing"? This doesn't fit together…
I guess it would help when you would attach your current VI(s) used to create that "text file"!