System information

General Reference Guide Export Block Descriptors
RG-001-0-EN ver 1.5 eWON® - 20/03/2009 - ©ACT'L sa Page 168
8.2 Export fields syntax definition
The syntax for the different fields is defined in the following chapters.
8.2.1 $dt [Data Type]
The $dt field defines what data to export from the eWON. The $dt parameter is made up of 2 upper case letters (case sensitive) that can take one
of the following values:
(*) The asterisk in the previous table denotes the default value of the $ft (export format). For example, for the DataType HL (Historical Logging),
the default export format will be B (Binary) if you do not specify a $ft in your Export Bloc Descriptor (using [$dtHL] is equivalent to [$dtHL $ftB]).
8.2.2 $ft [Format]
The $ft field defines how to format the data exported. The following formats are available:
• Binary: the data are sent in a raw binary format, not modified by the export module.
• Graph: the data are used to produce a PNG (Portable Network Graphic) image representing a graph of the values (historical trend or
real time graph).
• Text: The data are formatted as a CSV file, this means that each record is represented with each field on a line separated by a
semicolon (;). The string fields are written between quotes, each line is ending by a CRLF (0x0D, 0x0A) sequence.
• Html: Instead of the text format, the data are placed in a simple HTML table. This format is useful for inserting data in the user custom
HTML pages.
$dt Parameter Description Binary Graph Text Html
AH Alarm history T* H
AR Alarm Real time T* H
CF Config B*
ES estat file T H
EV Event file T* H
FW Firmware B*
HL Historical Logging B* G T H
HT Historical Table T* H
IV Instant values B* T
PG Program T*
PP PPP dump file B
RL Real time logging B* G T H
SC Communications configuration file T H
SE Script Expression B* T H
SS Scheduled status T* H
SV System Variable T
TL Tag list T* H
UF User file B* T H
RE Real Time diagnostic T*
TR TAR File B*
Table 137: $dt parameters description
$ft Parameter Format description
B Binary
G Graph
T Text
H HTML Table
Table 138: $ft parameters description