Events/History tab

<< Click to Display Table of Contents >>

Navigation:  Project > Project properties >

Events/History tab

Previous pageReturn to chapter overviewNext page

 Events/History tab contains properties for general events and history databases, notification rules and sounds, report folder. Also it contains properties for E-mail client used for notifications by E-mail and for Telegram bot.

 

clip0020

 

 

Property

Description

Storage DB period

Select the time period during which data will be stored in general event and history databases.

Archive since

Select an archive period. The data collected before the archive period is stored in the archive database. The data collected for the selected period is stored in the main database. This improves performance when querying the underlying database.

Events DB name

The name of the database that stores all information about events during project execution.

If you choose the simple name like events application will create SQLite database in the application directory.

If you choose names beginning with jdbc:mysql: like jdbc:mysql://192.168.0.104:3306/test,  where test - name of the database, the application will connect to MySQL database and create events table. How to install and setup MySQL you can read in MySQL* chapter.

if you choose names beginning with jdbc:sqlserver: like jdbc:sqlserver://192.168.1.17:1433;databaseName=test where test - name of the database you want to connect, the application will connect to MSSQL* database and create events table.

if you choose names beginning with jdbc:postgresql: like jdbc:postgresql://192.168.1.17:5432/test where test name of the database you want to connect, the application will connect to PostgreSQL* database and create events table.

if you choose names beginning with jdbc:ucanaccess: like jdbc:ucanaccess:///C:\Users\fatkh\Downloads\events.accdb where events.aacdb  - name of the file you want to collect information, the application will connect to MS Access database and create events table.

History DB name

The name of the database that stores general history information during project execution. It's also possible to store history information in History databases.

If you choose the simple name like history application will create SQLite database in the application directory.

If you choose names beginning with jdbc:mysql: like jdbc:mysql://192.168.0.104:3306/test, where test - name of the database, the application will connect to MySQL database and create history table.  How to install and setup MySQL you can read in MySQL* chapter.

if you choose names beginning with jdbc:sqlserver: like jdbc:sqlserver://192.168.1.17:1433;databaseName=test where test - name of the database you want to connect, the application will connect to MSSQL* database and create history table.

if you choose names beginning with jdbc:postgresql: like jdbc:postgresql://192.168.1.17:5432/test where test - name of the database you want to connect, the application will connect to PostgreSQL* database and create history table.

if you choose names beginning with jdbc:ucanaccess: like jdbc:ucanaccess:history where history - name of the file you want to collect information, the application will connect to MS Access database and create history table.

Use history table for every tag

If you check this property, for every tag that collects history information table will be created. This is helpful for big project with a lot of history information.

Username

Username for database (except SQLite database)

Password

Password for database (except SQLite database)

Notifications (priority <)

Events with a priority lower than this value will be notified about it by using the dialog box and sound. And also if E-mail client/ Telegram bot/ GSM modem/ Push are setup - by E-mail/Telegram/SMS/Push notifications.

Sounds

Click Collection to set up sounds of events notifications depending on priority. After clicking you’ll see the window:

 

soundcollection

where:

Name - name of the sound.

From priority and To priority -  priority interval within which sound will play.

Play - play selected sound.

Open - open sound (wav) file.

Add - add sound to the collection.

Edit - edit sound.

Remove - remove sound from the collection.

Show servers events

Check if want to get notifications about disconnection, lost or restore servers. If you uncheck this property you'll not get notifications.

Report folder

The folder  which all reports and screenshots.will be written to by default

* for mobile version it is possible to use only SQLLite databases.

 

Project properties. Events/History tab. Part 1.