What is a Historian?
Asked Answered
M

2

12

What is the function of a historian in terms of OPC and PLC?

Millisent answered 7/4, 2011 at 14:10 Comment(1)
Take a look at OsiSoft PI Historian. It has plenty of introductional tutorials. osisoft.com/software-support/what-is-pi/What_Is_PI.aspxChace
W
32

Based upon your tags opc and plc, you're refering to Historian in the SCADA context.

Basically, a historian is normally a service that collects data from various devices in SCADA network and logs to a database.

A proprietary (time-series) database is normally used. Normal marketing makes claims such as:

Faster Speeds In contrast, a plant-wide historian provides a much faster read/write performance over a relational database and “down to the millisecond” resolution for true real-time data. This capability enables better responsiveness by quickly providing the granularity of data needed to analyze and solve intense process applications.

Higher Data Compression The powerful compression algorithms of Proficy Historian enables you to store years of data easily and securely online, which enhances performance, reduces maintenance and lowers costs. You can configure GE Intelligent Platforms’s Proficy Historian without the active maintenance and back-up routines that a traditional RDB requires. Archives can be automatically created, backed up, and purged—enabling extended use without the need for a database administrator.

These marketing bullet points are often optimistic of poor RDBMS implementations. "Faster Speeds" is confused with the precision used for the timestamping datatype and proper indexing of data in a relational database. "Higher Data Compression" claims are realized by using Swinging Door Algorithms that can also be implemented for most RDBMS. Their use is explained in the Chevron whitepaper Data Compression for Process Historians. A new trend is using a classical time-series database for the historical data, and a relational database for analysis and reporting. An example of this hybrid configuration is OSIsoft using Microsoft SQL server for its Analysis Framework that holds the asset management hierarchy and relational type batch history data with a shift from a tag-centric application to an asset-centric application with a relational database at the core.

Popular options are Proficy Historian from General Electric, or OSIsoft's PI Historian.

Weyermann answered 18/4, 2011 at 22:17 Comment(2)
It should also be added that historian systems also offer the ability to view the data that has been logged, normally in graph form showing the change in a specific value over time.Bragdon
Strictly speaking Historian systems are just a database product. An interface is typically sold under a seperate SKU, but sold as a bundle with the Historian. These workflow packages are "Proficy Real-Time Information Portal" and "PI Processbook" in relation to the Historian products in my answer.Weyermann
R
1

As an automation integrator, my absolute favorite Historian is Wonderware (now called AVEVA). It integrates with their other products (SCADA, Archestra, Batch, etc.) to provide integrated data from a manufacturing environment. It is also can be integrated with "competitors" products.

The Wonderware Historian product does have great compression...relative to the Rockwell's FactoryTalk Historian and SIGNIFICANTLY better configuration.

It is quite scalable and has excellent documentation, views and stored procedures for querying including abundant examples IMHO.

They offer tiered historians and cloud Historian and Historian saas.

Roer answered 5/5, 2021 at 20:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.