Operational historian

From Wikipedia, the free encyclopedia


In manufacturing, an operational historian is a time-series database application that is developed for operational process data.[1] Historian software is often embedded or used in conjunction with standard DCS and PLC control systems to provide enhanced data capture, validation, compression, and aggregation capabilities.[2] Historians have been deployed in almost every industry and contribute to functions such as supervisory control, performance monitoring, quality assurance, and, more recently, machine learning applications which can learn from vast quantities of historical data.

These systems were originally developed to capture instrumentation and control data, which led many to use the term "tag" for a stream of process data, referring to the physical "tags" which had been placed on instrumentation for manually capturing data. Raw data may be accessed via OPC HDA, SQL, or REST API interfaces.[3]

Operational Support[edit]

Functional manufacturing control levels, historical data is normally recorded at the supervisory level and above.

Operational historians are typically used within the manufacturing facility by engineers and operators for supervisory functions and analysis. An operational historian will typically capture all instrumentation and control data, whereas an enterprise historians that is deployed to support business functions will take a subset of the plant data.

Typically, these applications offer data access through dedicated APIs (Application Programming Interfaces) and SDKs (Software Development Kits) which offer high-performance read and write operations through vendor-specific or custom applications. Front-end tools for trending process data over time are the most common interfaces to these databases.

Because these applications are typically deployed next to or near the source of their process data, these are often marketed and sold as 'real-time database systems.' This distinction varies among vendors who often have to make development choices between performance in capturing and presenting data vs. application and analysis functionality.

Usual challenges the operational historians must address are as follows:

  • data collection from instrumentation and controls
  • storage and archiving of very large volumes of data
  • organization of data in the form of "tags" or "points"
  • limit monitoring (alarms) and validation
  • aggregation and interpolation
  • and manual data entry (MDE)

Data access[edit]

As opposed to enterprise historians, the data access layer in the operational historian is designed to offer sophisticated data fetching modes without complex information analysis facilities. The following settings are typically available for data access operations:

  • Data scope (single point or tag, history based on time range, history based on sample count)
  • Request modes (raw data, last-known value, aggregation, interpolation)
  • Sampling (single point, all points without sampling, all points with interval sampling)
  • Data omission (based on the sample quality, based on the sample value, based on the count)

Even though the operational historians are rarely relational database management systems, they often offer SQL-based interfaces to query the database. In most of such implementations, the dialect does not follow the SQL standard in order to provide syntax for specifying data access operations parameters.

See also[edit]

References[edit]

  1. ^ R. H. (Rick) Meeker Jr. (13 January 1999). "A Practical Guide to Process Data Historians and Process Information Systems". TAPPI. Archived from the original (PDF) on 2013-02-16. Retrieved 2024-01-31.
  2. ^ "Globalspec Historian Article". Retrieved 12 Jul 2012.
  3. ^ "Operational Historian vs Enterprise Historian". Retrieved 5 June 2018.