This preconfiguration can be activated when creating a new object (e.g. by
"New object ..." in the local object menu or after pressing the
Insert key after selecting the object) and is included in the group:
" / Report (PmaReport)".
This preconfiguration can be created in the object: PmaFolder or PmaRoot.
The preconfiguration is created including the panel (object of the PmaPanel type) is functional also a Web panel.
The preconfiguration creates an object of the
PmaFolder type that contains subobjects
PmaSequencer,
PmaReport,
PmaData, main panel
PanelReport and auxiliary panel
TempReport. The functionality of these objects:
Seq - in the
onStep event the data is processed based on criteria defined in the panel and passes the result into the
PmaReport object
Report - the "
Report" tab contains the source html page with keywords that allow viewing the data (processed in sequencer) in a table.
Data - allows some global settings of data processing for the report
PanelReport - contains methods that allow searching for alarm objects in the application, loading and saving the configuration into
csv file, or launching the sequencer with input parameter.
Graphic objects in the image are visually vertically separated. The left part contains the
PmgFrame object in which the auxiliary panel or
PmaReport object can be displayed. In the right part there are objects that can logically create the data necessary to enter the input parameters. The result will be processed data and displayed in the table on the left of the panel.
The input parameters for data processing into the report are:
Name - Title of resulting report
Enter start time - Calendar for selection of the beginning time of processed data
for time range - There are two entries that define the length of the period for data processing, e.g. 7 days.
Source data, filter type - Represents a table with functional buttons that define the
PmaAlarmGroup object to be processed in the report. The window for adding or editing contains following items:
Group of Alarms,
Sorting order and
Requested data filter. The configuration of the table can be saved into a named file for further usage.
Write into csv file - With each viewing of the report generates corresponding (the same) data into the
csv file (data binding to a variable in the
PmaData object)
After pressing the
View report button, the "
ViewReport" method is launched in order to process the necessary parameters and send those for further processing in the application. Simultaneously, a variable is set that is then observed in the
onRefresh event. The state of this variable indicates whether the data is processed and ready in the
PmaReport object. If so, then it is displayed as html page in the
PmgFrame object.
These configurators can be set before the preconfiguration is created:
The name of created object | Name of the object created in the tree of Pma objects. The maximum name length is 30 characters. This is a system name, so it must contain only alphanumeric and must not contain any diacritics, empty string, spaces and the first character must not be a number. Default: "AlReports" |
---|
Report name | |
---|
|
Enable as Web component | Specifies whether this object has to be registered as a Web server component After the preconfiguration is created, the "PmaPanel > Web server > Enable as Web component" configurator will be set to this value. |
---|
PmaWeb object | Path in the tree of Pma objects to the object PmaWeb, PmaWebFolder or PmaWebLang where the registration is carried out. Macro expression can be used for input (it is evaluated after starting the application). After the preconfiguration is created, the "PmaPanel > Web server > PmaWeb object" configurator will be set to this value. |
---|