|
Re: Autonomous Recording
In order to do file I/O on the cRIO, use the path control and use DOS style C:\ paths. In reality, the path control parses the path on windows, stores it platform independent as a list of names, and reassembles it on vxWorks, mac or other computers. So, use something like c:\tmp, and the file I/O should work. The extension has no effect, and .txt should work fine.
Greg McKaskle
|