You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 43 Next »

When the solution is running, and the Designer is connected with the runtime, the Historian Monitor page show basic status of its Historian Table and an User Interface created using the Trend Chart Control, which allows to monitor historical data.

On this page:


Monitoring the Historian Module

You can access the monitor by navigating to Historian → Historian Monitor.

When the solution is runtime, the monitor will display a Trend Chart page, and a table with the runtime properties of the HistorianTables.

a table of properties with real-time information about the alarms module. 

Trend Chart Page 

This TrendChart Page an out-of-box User Interface to monitor Historian Data, created using the same tools available to create displays and the TrendChart Control.  When creating displays in your application there is template in Charts similar to this one embedded in the Designer. 

Using a Browser, with no installation required, you can verify the Alarm Status of remote server. With the following URL.

http://localhost:3101/html5/?Solution=Monitor&StartupLayout=HistorianTrend

Locahost: shall be replaced by the IP or Computer Network Name of the computer you want to access. The port 3101 shall reflect the Port the Runtime is using, typically it is 3101 for production profile, and 3201 for Development profile. The reaming for the URL remains the same.

Alarms Monitor Table Columns

The information in this table is constructed from the runtime properties of the object: Historian.Table.<Name>.  

Additionally of showing in the monitor table, the properties can be accessed on Displays or Scripts, using the following syntax

@Historian.Table.<Name>.<PropertyName>


HistorianTables Monitor Columns

Column

Description

Namespace

Specifies the namespace the item belongs to.

Name

HistorianTable's name

RowCount

The total number of rows of data stored in the HistorianTable.

SuccessCount

The total number of times the system successfully stored data in the table. 

ErrorCount

The number of times the system failed to save data into the table. 

LastStoredTimeStamp

The timestamp of the last data entry stored in the table.

LastStoredErrorMessage

The last error message encountered.


In this section:

The root page @parent could not be found in space v10.

  • No labels