Using Data Historian
You can configure Data Historian according to your specific needs. You can automate data collection, run performance calculations, and integrate with various systems for a comprehensive industrial monitoring solution.
To use Data Historian:
- Install and configure Data Historian.
- Install Data Historian on your server and collector machines. Make sure your environment meets the system requirements.
- Configure the Data Historian logging server that will store your historical data. You can also configure remote collectors to optimize data collection from distributed systems.
- Create data collection groups.
- Open Workbench and expand MyProject > Historical Data > Data Historian.
- Create data collection groups.
- Add tags for the parameters that you want to monitor (for example, temperature, pressure, and flow rate). Each tag represents a sensor or a data source.
- Set aggregation to analyze data over time, such as calculating averages and maximum/minimum values. You can configure this by creating aggregate groups for different time periods, like hourly or daily.
- Use performance calculations.
- Process data in real-time or post-process historical data to generate calculated values such as:
- Maximum, minimum, and averages over specified periods.
- Custom performance calculations for tasks like monitoring emissions, calculating production metrics, or tracking energy consumption.
- Set up triggers to automate the calculations based on time intervals or data changes.
- Process data in real-time or post-process historical data to generate calculated values such as:
- Set up data redundancy (optional).
- For mission-critical environments, configure redundancy to ensure continuous data collection and prevent data loss in case of system failures.
- Apply redundancy at both the collector and logger levels as desired.
- Access and use data.
- Access and visualize historical data through OPC DA, OPC UA, HDA, or dedicated GENESIS client applications like Trend Viewer.
- View historical data as live data, which is useful for analyzing past performance as if it were happening in real-time. This can be integrated into SCADA systems for visual representation.
- (Optional) Export data.
If you need to store or analyze data externally, you can configure the Data Exporter to export data to SQL databases, Azure storage, Apache Kafka, or comma-separated value (.csv) files.
- (Optional) Import historical data from third-party historians.
- Use Data Historian Importer to ingest historical data from third-party historians or other file types containing historical data that may not be able to be collected automatically. Imported historical data can reside in .csv or .txt files.
- Develop your own custom collectors and plugins using the available .NET C# toolkit.