Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Can RealTime LabView read/write to a floppy file?

Is it possible to read and write to files located on the floppy drive using RealTime LabView?

I can write to "C:\MyFile.txt" but not to "A:\MyFile.txt".

Thanks, McKevin.
0 Kudos
Message 1 of 2
(3,036 Views)
Hi,
Thanks for contacting National Instruments. Writing to floppy disk from the PXI-RT controller in RT mode is not supported. You may be successful sometimes in doing this, but you may see erratic behavior including corrupted files when you do this. This is because the RTOS doesn't extend its file operating system to the floppy drive. As you may be aware, a PXI-RT controller may be booted using an RT bootdisk. At this point, the floppy becomes part of the boot sequence. Limiting write access to the floppy disk ensures that the bootdisk is not written to and made corrupt, since the OS is installed from the bootdisk.
I would suggest writing files to the hard drive of the PXI controller and then transferring them to the PC using FTP. If you have the Internet Connectivity toolset, you can even do the FTP part programmatically.

Hope this answers your question. Please let me know if you have any additional questions.

Have a nice day!
Anu Saha
Academic Product Marketing Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,021 Views)