System information

General Reference Guide Export Block Descriptors
RG-001-0-EN ver 1.5 eWON® - 20/03/2009 - ©ACT'L sa Page 174
For fixed interval, $in parameter must be used. The interval is defined in seconds.
Example: $in10 to output one value every 10 seconds
If $in is not specified, then the output time is defined by the time in the recording file.
Example:
Let’s assume that we have 2 Tags logged with the following time and values (for clarity, the date has been omitted):
If the fixed interval is not requested, then the following output will be produced
Notes:
At line 1, Tag2 is Undef, because no value are available in the log file.
At line 2, Tag1 and Tag2 are updated at on the same line, although there are 2 records in the incremental recording file, only 1 line is produced.
So, except for the case when multiple Tags changed at the same time, when no interval is specified, the output contains one line for every record
that has been logged.
If an interval of 10 minutes has been requested ($in600), then the following output would be produced.
Notes:
The output starts with the first time found in the file then it increases by 10 minutes.
There is no record with time equal (or higher) to 10:31, so the last line is 10:21
If an interval of 10 minutes is requested and the start time is 10:00, then the following output would be produced.
Notes:
On the first line, no values are available for Tag1 or Tag2 before 10:01:00 (for tag Tag1) in the recording file, so the values are Undef.
Time Tag Value
10:01:00 Tag1 1
10:10:00 Tag1 1.5
10:10:00 Tag2 1
10:11:00 Tag1 2
10:12:00 Tag1 3
10:21:00 Tag2 2
10:30:00 Tag1 4
Time Tag1 Tag2
1 10:01:00 1 Undef
2 10:10:00 1.5 1
3 10:11:00 2 1
4 10:12:00 3 1
5 10:21:00 3 2
6 10:30:00 4 2
Time Tag1 Tag2
1 10:01:00 1 Undef
2 10:11:00 2 1
3 10:21:00 3 2
Time Tag1 Tag2
1 10:00:00 Undef Undef
2 10:10:00 1.5 1
3 10:20:00 3 1
4 10:30:00 4 2