|
Re: Help||Saving data to Flash memory & Encoder
The palette icon looks like a blue floppy disk. There are functions to open the file, write using text or binary, and functions to close. Use a path control to specify where the file should be placed.
For the first run or two, set a breakpoint on the file Open and either use exec hilighting (light bulb) or probes to check for returned errors from the file I/O functions.
Greg McKaskle
|