FILE
Jump to navigation
Jump to search
Syntax[edit]
FILE channelnumber,"filename"
Description[edit]
This command opens a file to store sensor readings. Before you can save data from sensors you must open a file. The data is stored in memory until a CLOSE command is issued at which point a Save dialog is presented to the user to allow the file to be saved to disk. The channel number can be in the range 1 to 10. A number of channels can be opened simultaneously.
Example[edit]
FILE 1,"Data"