Campuses:
The datafiles are named with the date and time of creation in the filename in YYMMDDHHMMSS format. This avoids overwriting, and puts the File D/T where it won’t be overwritten by the operating system when the file is copied or opened and inadvertently saved. The filenames also sort nicely in a directory listing in this format. File size is limited to 100MB and a new file is started when this limit is exceeded. At max data rate, 250,000 triggers/sec, it takes about 7 seconds to fill a 100MB file. Sustained high rates are not normal, however, and only occur during testing or fault conditions.
A block of information is prepared and prepended as a header when a file is opened, and appended as a footer when the file is closed. It takes the following form:
Tab delimited character block follows with tags separated from their respective data by a horizontal tab (ASCII 09), and the data from the next tag by a carriage return/linefeed combo (ASCII 13, 10):
end of character string info
Screenshot of header portion of data file produced under test settings shown in Modify Config Front Panel
see http://mh-nexus.de/en/hxd/ for the HxD hex viewer/editor used to get this)