System information

General Reference Guide Export Block Descriptors
RG-001-0-EN ver 1.5 eWON® - 20/03/2009 - ©ACT'L sa Page 185
Then there is a record number for each Tag (the record number can be obtained from the header (NbTag):
struct InstantValueRecord
{
int TagId;
float Value;
int AlStatus;
int AlType;
int Reserved;
}
WARNING:
All data in these records are stored in BigEndian
Until more information is available in this chapter, please refer to "Technical Note 03" for more information about eWON's data
representation of floats and big endian format (http://support.ewon.biz).
8.3.10.6 Export content
The $dtIV Tag exports either the entire content of the Instant Value file (txt or binary format) or only a part of it, depending on the parameters that
might have been defined with the $fl field.
8.3.10.6.1 Detailed examples
8.3.10.6.2 Fields used
8.3.10.7 $fl [Group or Groups]
The $fl (for filter) field must be directly followed by a list of one or more groups A, B, C or D (that have been checked in the Tag's configuration).
There must be no other character in the filter and all the groups must be in uppercase.
Example:
It will export all the Tags belonging to group A or B.
$dtIV $flAB Will export all the Tags belonging to group A or B
$dtIV $flA Will export all the Tags belonging to group A
$dtIV $fl Will export no Tag (useless)
$dtIV $flABCD Will export all the Tags belonging to group A or B or C or D (but missing Tags that belong to no group)
$dtIV Will export all the Tags regardless of group definition
Table 169: $dtIV - detailed examples
Fields Value if not specified
Optional
$fl
Table 170: $dtIV - used fields
$dtIV $flAB