Setup File Reference |
possible when space available on the storage media is exhausted. Together with scheduled file closing, this option can be used to configure the
//file name and path to record to Filename=DATA\GPS0000.txt
//create new files when recording starts Append=0
//buffer data when stopped FlushBuffer=0
//always record if media is present ForceRecording=1
//overwrite oldest file if necessary OverWriteOldest=1
4.1.4Scheduled File Closing Commands
Scheduled file closing, together with Append=0, allows the user to divide recorded data into files of a more manageable size.
FileClose (default=0): The FileClose setup file line enables and disables scheduled file closing.
FileCloseSeconds: The FileCloseSeconds setting configures the
FileCloseBytes: The FileCloseBytes setup file line configures the recorder to close the current file and restart recording once the current file reaches the specified number of bytes. For example, use FileCloseBytes=1048576 to configure the
StartTime, StopTime: The StartTime and StopTime lines configure the recorder to start and stop at specific times of day (specified in
//enable scheduled file closing FileClose=1
//record only during business hours StartTime=08:00:00 StopTime=17:00:00
FlushBuffer=1
4.1.5Time Stamping Commands
The
Timestamp (default=0): The Timestamp setup file line enables date/time stamping.
21