The files are actually saved as plain text, but in order to enable later parsing of the data, it is structured using the
CSV format (comma-separated-values).
The CSV format is fully readable by humans, but can also be opened in text reader, text editor and spreadsheet applications.
File formatHeader (1st row):
DateTime;Magnitude;X;Y;ZData (Rows 2+):
[YYYY-MM-DD hh:mm:ss.ms];[float value];[float value];[float value];[float value]ExampleDateTime;Magnitude;X;Y;Z
2015-01-01 12:00:00.00;82.56;-38.31;8.07;-72.69
Help Topics:
Feedback, General Inquiry
Last updated Fri, Mar 20 2015 3:56pm