Data log file names
When the system starts new log files, it names them according to the date and the type of data they contain. File sets are created in sets of three.
The long format for the file name is
YYYY MM DD NNNN <log file identifier string> <(type)>
.dat
where:- YYYYis the year
- MMis the month
- DDis the day
- NNNNis the sequential file identifier. This number indicates the sequence files were created in. You can have up to 9999 file sets per day. At midnight, the sequence starts at 0000 again.
- <log file identifier string> is a text string you can specify to help identify the log file. The maximum string length is 20 characters.
- <(type)> is the file type. Note that the type is enclosed in parentheses. File sets contain three file types: Tagname, Float (for analog and digital values), and String.
The short form (8 characters) for the file name is YYMMDDnz.dbf, where:
- YYis the year
- MMis the month
- DDis the day
- nis the sequential file letter (afor the first,bfor the second, and so on) indicates the sequence files were created in. You can have up to 26 file sets per day. At midnight, the sequence starts ataagain.
- <log file identifier string> is a text string you can specify to help identify the log file. The maximum string length is 20 characters.
- zis the file type:tfor tag name,ffor floating point (analog and digital tag), andsfor string.
If you are using short file names you can have up to 26 file sets per day. If you are in the 26th set, no new file set will be started even when the
DataLogSnapshot
command is issued. In this instance, logging will continue to the same file.Provide Feedback