05-08-2007 12:58 PM
Software : LabVIEW full development system 8.0
Hardware : cRIO 9104
NI - 9221
05-09-2007 07:22 PM
BGU:
The 512 MB non-volatile flash memory operates similar to a regular IDE drive on a PC. To write data to it from a LabVIEW RT VI, use the file read and write functions. The flash drive is addressed as "C:\" and it has a normal directory structure. So if you want to write to a text file in the root directory, you could specify "C:\Test.txt", for example, in the file path of the write function. You can easily browse the controller's flash drive using any FTP client to make sure that the files are indeed created.
If you want to programmatically determine how much space is available, you can do so by using the "Volume Info" function in LabVIEW as highlighted in this document.
I hope this helps and feel free to post again if you have further questions.
Thanks,
Rudi N.