Overview
On this page, you will find a list of advanced topics to explore to understand the Historian module better.
Table of Contents |
---|
This page presents advanced topics about the Historian Module within the software platform. It provides a technical overview on leveraging all the potential of the historian features and maximizing their capabilities for applications demanding advanced historian customizations.
On this page:
Table of Contents | ||
---|---|---|
|
Archiving Process
The Archiving Process is the process of receiving new data from Tags and storing it in databases defined by the Archive Location. You can define different configurations to trigger storing actions based on your needs and database restrictions.
→ Access the Archiving Process for further information about the process and configurations available.
Trend ChartsTrend Charts allow you to analyze and compare historical and real-time data, showing trends over time, typically for performance metrics. They monitor long-term trends in system performance, energy consumption, or production outputs. For more details, visit the Trend Chart or Trend Chart Examplespage.
Historian Runtime Attributes
The Historian Namespace exposes in .NET allows for Historian runtime management through properties and methods from the .NET objects used by the Historian Module execution. You can use these properties and methods on your Displays or to create Scripts and Alarms. , enabling access to specific historian attributes and settings. Use @Historian
to reference the Historian Namespace, followed by attribute accessors like .Item
, .Table
, .StorageLocation
, or .StoreAndForward
for detailed control.
→ The Historian Runtime Attributes page lists all options available.
In this section:
Page Tree | ||||
---|---|---|---|---|
|