don't panic !

Manual: 3.2.3. Prepare Process Data

The data file is an ASCII text file with its first column being a timestamp and then more columns of floating point numbers, one for each of the tags in the model. This file is semicolon-delimited. This file may have a header row with the names of the columns in it. It is essential that the order of the column in the data file is the same as the order of the rows in the tag file.

The timestamp may be in one of two formats:

  1. The standard European time format: dd.mm.yyyy hh:mm:ss.xxx
  2. The ISO 8601 format: yyyy-mm-dd hh:MM:ss.xxx

In both cases, the use of milliseconds '.xxx' is optional.

Here is a sample file that is semi-colon delimited.

TimeCHA01CE011LAE11CP010LAE11CT010LBA10CF001
01.01.2015 00:00:001.12.13.14.1
01.01.2015 01:00:001.22.23.24.2
01.01.2015 02:00:001.32.33.34.3
01.01.2015 03:00:001.42.43.44.4

A sample file is provided with the installation files.

Previous Contents PDF Export Next