History DB table

<< Click to Display Table of Contents >>

Navigation:  Project > Screens > Graphical objects > History DB library >

History DB table

Previous pageReturn to chapter overviewNext page

This section applies to the following objects: History DB table, HTTP History DB table, MQTT History DB table.

 

historydbtable

 

Let's look at the "General" properties of this object  (properties not listed in the table are common to all objects, you can read about them here).

 

Property

ST script field

Description

History DB

historydbname

Choose History DB you want to bind to the table.

Use title

usetitle

Use title for the table or not.

Title

title

Title of the table.

Font size

fontsize

Size of the text's font.

Date and Time type

type

Date and time type representation (2 columns or 1 column)

Format

timeformat

Date and time format

Date column width

datecolumnwidth

Set width of the date’s column.

Time column width

timecolumnwith

Set width of the time’s column.

Other column width

othercolumnwidth

Set width of other columns.

Decimal position

decimalpos

Decimal position of tag’s values entered in the table.

Auto refresh

autorefresh

Check it if you want to update table every time when new tag’s value added into database.

Time order by

orderby

Choose time order by of the database rows:

ASC

DESC

*HTTP server

 

Choose HTTP server

*Only for HTTP History DB table

 

Also History DB Table object has several properties that you can’t setup by using settings dialog window, but you can setup by using ST script:

begin - start time for table information. Time represented in minutes from current period. (start time = current time - begin).

end - finish time for table information. Time represented in minutes from current period. (finish time = current time - end).

filename - name of the report’s file.

savereport - when this value become true trend’s report will be created.

begindatetime - start time for trend information. Time represented in milliseconds from 1 January 1970.

enddatetime - finish time for trend information.  Time represented in milliseconds from 1 January 1970.  

disablesavereport - disable "Save report" button in the dialog.

disableprint -  disable "Print" report button in the dialog.

 

Properties from the "Flash" tab are described here.

Properties from the "Rotation" tab are described here.

Properties from the "Motion" tab are described here.

Properties from the "Visibility" tab are described here.