View Single Post
  #3   Spotlight this post!  
Unread 11-02-2013, 00:53
mrklempae mrklempae is offline
Registered User
no team
 
Join Date: Jan 2013
Location: Montana
Posts: 19
mrklempae is an unknown quantity at this point
Re: Printing to a text file

Quote:
Originally Posted by kenfox View Post
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?
Reply With Quote