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

Compare with Current View Page History

« Previous Version 28 Next »

Overview

This Historian module relies on other modules to store Tags' data. Therefore, the Historian Monitor provides exclusive information regarding the Historian system that manages Tags' information storing process. However, the Historian Monitor will not provide information regarding the database's operation status.

As a result, many potential issues regarding data storage are out of the module's scope. Problems are usually related to external database repository, which requires specific tools to diagnose the problem. Despite being out of the Historian module scope, you can use the Diagnostic Tool, such as Module Information and Trace Window, to acquire additional information regarding the Historian module operation.

On this page:


Historian module

The Historian Monitor menu provides a way to monitor real-time information related to the Historian module operation. As the Historian Monitor has a monitoring-only function, you can't edit or interact with Historian Tags, Historian Tables, or Archive Locations.

The information available when you access the Historian Monitor is described in the table below.

Monitor information

Description

ID

Historian Table unique identifier.

Name Space

Specifies the namespace the item belongs to.

Name

Historian Table's name

Rows Count

The total number of rows of data stored in the Historian Table.

Success Count

The total number of times the system successfully stored data in the database. [NOT SURE ABOUT THIS ONE]

Error Count

Records the number of times the system failed to save data into the database.  [NOT SURE ABOUT THIS ONE]

Last Stored Time Stamp

Informs the timestamp of the last data entry stored in the database.

Last Stored Error Message

Logs the last error message encountered.

Access to the Historian Monitor

Your solution must be running to have access to the Historian Monitor information. Use the Runtime to start the solution.


Local Diagnostic Tools

As the Historian Monitor cannot provide additional information regarding the connected databases, you can use the Diagnostics toll for it. You will acquire additional information from the Module Information and the Trace Window. To access the Diagnostic tolls, access Runtime → Runtime Diagnostics.

Access to Module Information and Trace Window

You can only access these tools while your solution is running. Use the Runtime to start the solution.

Module Information

The diagnostic tool from the Information module updates real-time information about the execution of several modules. To verify the Historian information, access the Module Information (info icon) and select the Historian option in the tree. By doing this, you can monitor the state of connected databases. The following table describes each available property when you select the Historian.

PropertyDescription
TablesThe total number of Historian Tables.
Items

NOT SURE ABOUT THIS ONE

OpenStatusMessageNOT SURE ABOUT THIS ONE
IsDeletingNOT SURE ABOUT THIS ONE
StoreAndForward.IsEnabledSpecify if the system is using the Store and Forward feature.
UseStoreAndForwardDatabaseAlwaysNOT SURE ABOUT THIS ONE
HasPairRedudantStoreAndForwardPendingIndicates if a Forward process to update the database is waiting due to connection issues.
Redundancy.LastSyncMessageThe last message received after synchronizing data with the database.
Redundancy.LastSyncTimestampSpecify when the last synchronization happened.
Redundancy.LastSyncErrorMessageInform the last error message received when the synchronization failed.
Redundancy.LastSyncErrorTimestampSpecify when the last failed synchronization happened.
StoreAndForward.IsFixingDatabaseInform if the system is currently fixing the database data after facing issues synchronizing data.
StoreAndForward.FixDatabaseMessageNOT SURE ABOUT THIS ONE
StoreAndForward.FixDatabasePercentThe total percentage already fixed from the database (Archive Location).
StoreAndForward.FixDatabaseElapsedTimeThe time spent since the Store and Forward had started.

If you select one specific Historian Table in the tree under Historian, additional information, described in the following table, will be available:

Property

Description

Table NameThe Historian Table's name.
Number of History ItemsNOT SURE ABOUT THIS ONE
Number of RowsThe total number of rows of data stored in the Historian Table.
Initialization MessageThe message provided when stating the Historian Table.
TargetNOT SURE ABOUT THIS ONE
DisableNotifies if the Historian Table was disabled by the user before or while running the solution. You can control this option by accessing  Runtime → Runtime Diagnostics.
Time DeadbandThe dead band time configured for the Historian Table. For additional information, access Historian Tables.
Life TimeThe duration in days for retaining records on the Archive Location. The system automatically deletes data older than the specified value.
Save On ChangeNotifies if the Historian Table uses the Save On Change configuration to store new data. If true, whenever Tag's value changes, it triggers an event to store the new data.
Save QualityNotifies if the Historian Table is using the Save Quality feature. Access Historian Tables for additional information related to the Save Quality.
NormalizedNotifies if the Historian Table uses the Normalize table schema for SQL databases. For more information on SQL database schemes, refer to the Archiving Process.
DeletingNOT SURE ABOUT THIS ONE
Last Stored Time StampThe date and time of the previous data stored in the database.
Last Stored Error MessageMessage alerting about the issue connected to the previous problem that is preventing the storage of data.
Last Deleted Time StampThe timestamp indicating the most recent instance when data was deleted from the database.
Last Deleted Error MessageMessage alerting of an issue linked to the previous problem that hinders the removal of data from the database.
Last Samples SavedNOT SURE ABOUT THIS ONE
Last Step During SavingNOT SURE ABOUT THIS ONE
Error CountTotal number of errors related to the Historian Table operation.
Success CountThe total number of successful data storage actions.
StoreAndForward.IsActiveNotifies if the Historian Table is using the Store And Forward feature. NOT SURE ABOUT THIS ONE
StoreAndForward.NumberOfRowsNOT SURE ABOUT THIS ONE
StoreAndForward.LastStartedTimeStampProvides information on the most recent synchronization of data between the Store and Forward process and the database.
StoreAndForward.LastSyncTimeStampNotifies the last time the database was synchronized.

Note that some information available when selecting the Historian Table from the Module Information are the same ones you can access when using the Historian Monitor.

Historian Trace Window

The Trace Window logs events connected with the Historian module execution. The Trace Window logs can have four message levels:

  • Info: Report actions related to the usage of the Historian module. 
  • Warning: Alerts you to potential issues not currently blocking the system but may require your attention. 
  • Error: Report problems blocking one or more features from working properly, such as a database connection issue. 
  • Debug: Generated when you use debugging tools to inspect the state of an application at Runtime.

In this section:

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

  • No labels