The component is designed to display a list of events in a tabular form. The events themselves are configured separately, on the data source page, when configuring tags.
The component works in two modes ("events".Mode
setting):
By default, the component displays all available events from all data sources of the project. But you can use filters that will narrow down the result: the "filters".Filters count
property - sets the number of filters used (from 0 to 8). Filters are combined with each other by "or". Each filter defines a set of criteria that must be met at the same time in order for the event to be displayed in the log.
Filter properties:
Minimum level
- minimum level of the event ("System", "Event", "Warning", "Alarm" , "Critical").Unacknowledged
- if "true" is selected - only unacknowledged events should be logged. Can be empty - then this criterion is not taken into account.Datasource
- the name of the data source (from the available ones), which is associated with the event. If the field is empty, all available data sources are allowed.Device
is the name of the device tag inside the data source that is associated with the event.Also, for the historical event log in the "filters".Live events
property, you can either enable "show" or disable "hide" display of live events. And in the "events".Rows per page
property, set the number of displayed records per page.
For the log in live events mode, in the "events".Sort events
property, you can configure sorting when displaying events:
The component is a table with the following elements: a header, a row of column names, a main table, pagination buttons at the bottom of the table. The journal itself consists of a series of columns:
The table header, a number of column names and each individual column can be hidden (with the exception of the event text column) by selecting the "false" value for the Visible
properties of the respective groups.
For the table header and column names, system texts in the user's language are used. They can also be overridden by setting custom values for the Title
properties of the respective groups.
Fonts of table elements can be configured in the corresponding subgroups of the "fonts" group: "header panel font", "header font", "main font", "footer font".