Quote:
Originally Posted by kenfox
There's a file system on the cRIO that uses flash memory storage. We've written files over 10 MB. I'm not sure what the available storage is, but it's definitely enough for your purpose. When you open a file in robot code, you are opening a file on the cRIO file system.
|
So we
can write to a text file, but we can't read it unless we FTP the file, and we need to use the Preferences class to create and access it (or does fstream work, but only writing to the flash memory)? If so, can we still do complex tasks with the data such as reading comma separated values into an array?