SlideShare a Scribd company logo
Updated April 24, 2015
The VTScada Historian
High reliability. Easy data access.
A Standard Component of VTScada
The VTScada Historian is a fully integrated component of the VTScada software platform,
included at no additional cost and requiring no configuration or database management.
The Historian database is configured automatically to match the number of tags logging data to it. Easy-to-use interfaces
allow for creation of trend displays, tabular data displays and data export. 3rd
party software connectors offer simple
connectivity for external data use by enterprise systems (e.g. reporting, maintenance management, analysis, etc).
A Fast and Compact Database Schema
The historian is pre-configured in every application and has a standardized schema. The integrated Historian database is
file-based, in that data is stored in binary files, which results in very compact storage and fast data read/write access.
Relational databases can be used as an alternative to file-based storage. Microsoft SQL, Oracle and MySQL are optional
databases. They must be purchased separately and are installed and configured as per the respective manufacturers’
instructions. A script is provided with VTScada to automatically configure the schema if using one of these alternatives.
Log Data from Multiple Sources
Log Data Based on Triggers
 Log on change with user-configurable deadband (default)
 Related event (can also be used for disable/enable)
 Log on time/sample period
 Operator actions (e.g. Entry of a manual value into a numeric data entry field, change of a setpoint, or a control action)
Data is stored directly to the Historian at the time of trigger occurrence. This eliminates any need for separate real-time
and historical databases.
Simple Historian Status Monitoring
The Historian Status Monitoring Widget provides instant status of write and storage rates. When write rates exceed
storage rates, data is automatically buffered and written in burst mode when the Historian connection is available.
VTScada write rates have been tested to 4,000 values per second for a single tag, thus buffering is usually the result of a
slow network, underpowered CPU, or slow storage media.
Updated April 27, 2015
Summary, On-Demand Data
Upon request, the Historian analyzes raw tag data and provides the following time-series summary data, based on a user-
definable duration divided into time slices (e.g. one day’s data divided into 1 hour slices):
 Time-weighted average (analog)
 Minimum (analog)
 Maximum (analog)
 Change in value (analog)
 Value at start (analog)
 Time of Minimum (analog)
 Time of Maximum (analog)
 Totalizer (analog)
 Interpolated (analog)
 Diff between start and end (analog)
 Zero to non-zero transitions (digital)
 Non-zero time (digital)
Database Size, Storage Limiting, and Data Retention Periods
The Historian supports the same number of I/O tags as the licensed SCADA server with which it is integrated. Calculated
values logged to the Historian do not count against the total tag count.
The Historian will automatically grow in total storage size to that available on the available drives. Where additional space
is required, increasing the space available to a logical drive will automatically make that space available to the Historian.
Due to the efficient size of the Historian’s native binary data file format and the low cost of large storage, the Historian is
configured to keep all data by default. However, where storage space is limited, the Historian can be configured to
automatically delete data older than X days or keep a specific number of records for each tag. Data is overwritten based
on a First-In-First-Out (FIFO) methodology.
Multiple Historian Configuration
Any number of Historians can be created for a single application. Different Historians
may be configured to store data for a different period or number of records per tag.
The Historians may use similar or different data storage formats, for example
Historian #1 may use the file-based storage and Historian #2 may use MS SQL Server
or another relational database. Each tag may store data to one Historian.
Redundant Historian Configuration
Since the VTScada Historian is an integrated component of any Runtime or Development Runtime license, any computer
running one of these licenses can be configured as a Historian server (e.g. primary, backup, 2nd
backup, 3rd
backup, etc).
Redundant Historians may also use similar or different data storage formats, for example the Primary Historian may use
the file-based storage and the Backup Historian may use Oracle or another relational database. Each data point will be
stored exactly the same on each redundant Historian. Redundant Historians may be co-located with the Primary Historian
or may be geographically separated as long as an IP connection exists between the two.
#1 VTSCada
#2 SQL Server
#3 Oracle
Redundant Historian Data Synchronization
and Data Backfill
All redundant Historians will be identical with regard
to the same schema and a complete, replicated copy
of all data. Timestamps will be matched for each
data-point to the millisecond.
Should the primary database server fail, associated
workstations and Internet clients switch to the next
designated database. When it is restored, historical
data automatically synchronizes across a local or
wide area network at up to 160,000 values per
second. This speed is automatically throttled such
that real-time communications between SCADA
servers is not significantly deteriorated.
Any data on any historian that is missing on another will be propagated automatically regardless of how long it has been
since the databases have communicated.
Long Term Data Storage (eliminates archiving)
In the SCADA industry, archiving is typically adopted for long-term historical data storage due, in part, to a) a lack of online
drive space and b) to ensure data was backed up in the event of Historian failure.
The VTScada Historian eliminates the need for data archiving. VTScada’s efficient binary storage eliminates online drive
space issues allowing the size of the database to scale as required utilizing the drive space available. New space can be
added to the logical drive with the addition of new physical driver, providing unlimited scalability for the Historian.
Establishing redundant Historians is a far more robust backup methodology, allowing any number of redundant distributed
Historians to be updated in real time.
Viewing Historical Data within a VTScada Application
VTScada includes several methods to access
historical data from within an application.
Historical Data Viewer (HDV) Trend View
The HDV provides a continuous view of historical
and real-time data on a single plot timeline.
This standard VTScada interface includes a pen
legend on the bottom and a trend viewing area for
wide graphs of both analog and digital values.
Move the new Marker Line horizontally to see
continuously updated values for each plotted
analog tag at every selected timestamp. New icons
in the Pen Legend allow you to hide individual pens
(tags) or edit their appearance. The HDV provides a continuous view of analog and digital data.
Simple Trend Generation
You can also configure the HDV as a popup display or as
a highly customized trend on any custom page using the
new HDV Widget.
Generate plot views for specific tags by selecting each
tag’s value on a process display, by right-clicking tags in
the tag browser, or right-clicking alarms that references
the tag in the alarm list.
Historical Data Viewer (HDV) Tabular View
HDV data may also be shown in time-series tabular view.
Data may be shown as raw data to the nearest
millisecond or as ave, min, or max values.
Additionally, to facilitate time-sliced viewing, a total
period may be selected and then further time sliced to
display summary data for each time period. For example,
24 hours of data may be shown as 24 separate rows of 1
hour averages for a selected set of tags.
Accessing Historian Data Using External Software
Third-party software products can access VTScada data via the VTScada
Connectivity Pack. These are a set of industry standard protocols and methods
that provide real-time and/or historical data access to VTScada’s databases.
VTScada OPC Server - Allows OPC Clients to read/write real-time process data
from/to VTScada. OPC DA is supported.
VTScada ODBC Server - Support SQL read-only queries to the VTScada Historian
using ODBC. Both real-time and historical data is available via this connection.
Upon request, the Historian analyzes raw tag data and provides the following
time-series summary data, based on a user-definable duration divided into time
slices (ex. one day’s data divided into 1 hour time slices):
 Time-weighted average (analog)
 Minimum (analog)
 Maximum (analog)
 Change in value (analog)
 Value at start (analog)
 Time of Minimum (analog)
 Time of Maximum (analog)
 Totalizer (analog)
 Interpolated (analog)
 Diff between start and end (analog)
 Zero to non-zero transitions (digital)
 Non-zero time (digital)
Simplified connectors for reporting packages including XLReporter®
and DreamReport®
are included.
VTScada Web Services – A SOAP (XML) interface providing 3rd party business systems read/write access from/to VTScada
real-time and historical data.
Download the 90-day Trial
Trihedral.com/trial
VTScada is a trademark of Trihedral Engineering Limite d. XLReporter, DreamReport, Oracle, SQL Server, MySQL, and SQLite are trademarks of their respective owners.
See raw values in the Grid View tab of the HDV.
Open plots for specific tags right from the VTScada Tag Browser.
Trihedral Engineering Limited, Bedford, Canada 1.902.835.1575 info@trihedral.com / www.trihedral.com
Trihedral, Inc., Orlando, Florida 1.407.888.8203 1.800.463.2783 (North America)
Trihedral UK Limited, Aberdeen, Scotland +44 (0) 1224 258910 © Trihedral Engineering Limited 2015

More Related Content

What's hot

tecFinal 451 webinar deck
tecFinal 451 webinar decktecFinal 451 webinar deck
tecFinal 451 webinar deck
Basho Technologies
 
Enabling SQL Access to Data Lakes
Enabling SQL Access to Data LakesEnabling SQL Access to Data Lakes
Enabling SQL Access to Data Lakes
Vasu S
 
Distributing Queries the Citus Way | PostgresConf US 2018 | Marco Slot
Distributing Queries the Citus Way | PostgresConf US 2018 | Marco SlotDistributing Queries the Citus Way | PostgresConf US 2018 | Marco Slot
Distributing Queries the Citus Way | PostgresConf US 2018 | Marco Slot
Citus Data
 
Omid: A transactional Framework for HBase
Omid: A transactional Framework for HBaseOmid: A transactional Framework for HBase
Omid: A transactional Framework for HBase
Francisco Pérez-Sorrosal
 
Analysis and evaluation of riak kv cluster environment using basho bench
Analysis and evaluation of riak kv cluster environment using basho benchAnalysis and evaluation of riak kv cluster environment using basho bench
Analysis and evaluation of riak kv cluster environment using basho bench
StevenChike
 
Time series database by Harshil Ambagade
Time series database by Harshil AmbagadeTime series database by Harshil Ambagade
Time series database by Harshil Ambagade
Sigmoid
 
Apache Spark for Library Developers with William Benton and Erik Erlandson
 Apache Spark for Library Developers with William Benton and Erik Erlandson Apache Spark for Library Developers with William Benton and Erik Erlandson
Apache Spark for Library Developers with William Benton and Erik Erlandson
Databricks
 
Data warehouse 2.0 and sql server architecture and vision
Data warehouse 2.0 and sql server architecture and visionData warehouse 2.0 and sql server architecture and vision
Data warehouse 2.0 and sql server architecture and visionKlaudiia Jacome
 
Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...
Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...
Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...
Citus Data
 
XCube-overview-brochure-revB
XCube-overview-brochure-revBXCube-overview-brochure-revB
XCube-overview-brochure-revBRichard Jaenicke
 
Updating and Scheduling of Streaming Web Services in Data Warehouses
Updating and Scheduling of Streaming Web Services in Data WarehousesUpdating and Scheduling of Streaming Web Services in Data Warehouses
Updating and Scheduling of Streaming Web Services in Data Warehouses
International Journal of Science and Research (IJSR)
 
Monitoring Postgres at Scale | PostgresConf US 2018 | Lukas Fittl
Monitoring Postgres at Scale | PostgresConf US 2018 | Lukas FittlMonitoring Postgres at Scale | PostgresConf US 2018 | Lukas Fittl
Monitoring Postgres at Scale | PostgresConf US 2018 | Lukas Fittl
Citus Data
 
IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...
IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...
IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...
IEEEGLOBALSOFTSTUDENTPROJECTS
 
EVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMING
EVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMINGEVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMING
EVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMING
ijiert bestjournal
 
Containerized Stream Engine to Build Modern Delta Lake
Containerized Stream Engine to Build Modern Delta LakeContainerized Stream Engine to Build Modern Delta Lake
Containerized Stream Engine to Build Modern Delta Lake
Databricks
 
Data stax no sql use cases
Data stax  no sql use casesData stax  no sql use cases
Big Data with SQL Server
Big Data with SQL ServerBig Data with SQL Server
Big Data with SQL Server
Mark Kromer
 
Data Partitioning in Mongo DB with Cloud
Data Partitioning in Mongo DB with CloudData Partitioning in Mongo DB with Cloud
Data Partitioning in Mongo DB with Cloud
IJAAS Team
 

What's hot (20)

tecFinal 451 webinar deck
tecFinal 451 webinar decktecFinal 451 webinar deck
tecFinal 451 webinar deck
 
Enabling SQL Access to Data Lakes
Enabling SQL Access to Data LakesEnabling SQL Access to Data Lakes
Enabling SQL Access to Data Lakes
 
Distributing Queries the Citus Way | PostgresConf US 2018 | Marco Slot
Distributing Queries the Citus Way | PostgresConf US 2018 | Marco SlotDistributing Queries the Citus Way | PostgresConf US 2018 | Marco Slot
Distributing Queries the Citus Way | PostgresConf US 2018 | Marco Slot
 
Omid: A transactional Framework for HBase
Omid: A transactional Framework for HBaseOmid: A transactional Framework for HBase
Omid: A transactional Framework for HBase
 
Analysis and evaluation of riak kv cluster environment using basho bench
Analysis and evaluation of riak kv cluster environment using basho benchAnalysis and evaluation of riak kv cluster environment using basho bench
Analysis and evaluation of riak kv cluster environment using basho bench
 
Time series database by Harshil Ambagade
Time series database by Harshil AmbagadeTime series database by Harshil Ambagade
Time series database by Harshil Ambagade
 
Couch db
Couch dbCouch db
Couch db
 
Apache Spark for Library Developers with William Benton and Erik Erlandson
 Apache Spark for Library Developers with William Benton and Erik Erlandson Apache Spark for Library Developers with William Benton and Erik Erlandson
Apache Spark for Library Developers with William Benton and Erik Erlandson
 
Data warehouse 2.0 and sql server architecture and vision
Data warehouse 2.0 and sql server architecture and visionData warehouse 2.0 and sql server architecture and vision
Data warehouse 2.0 and sql server architecture and vision
 
Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...
Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...
Distributed Point-in-Time Recovery with Postgres | PGConf.Russia 2018 | Eren ...
 
XCube-overview-brochure-revB
XCube-overview-brochure-revBXCube-overview-brochure-revB
XCube-overview-brochure-revB
 
Updating and Scheduling of Streaming Web Services in Data Warehouses
Updating and Scheduling of Streaming Web Services in Data WarehousesUpdating and Scheduling of Streaming Web Services in Data Warehouses
Updating and Scheduling of Streaming Web Services in Data Warehouses
 
Monitoring Postgres at Scale | PostgresConf US 2018 | Lukas Fittl
Monitoring Postgres at Scale | PostgresConf US 2018 | Lukas FittlMonitoring Postgres at Scale | PostgresConf US 2018 | Lukas Fittl
Monitoring Postgres at Scale | PostgresConf US 2018 | Lukas Fittl
 
IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...
IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...
IEEE 2014 JAVA CLOUD COMPUTING PROJECTS Performance and cost evaluation of an...
 
EVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMING
EVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMINGEVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMING
EVALUATING CASSANDRA, MONGO DB LIKE NOSQL DATASETS USING HADOOP STREAMING
 
Containerized Stream Engine to Build Modern Delta Lake
Containerized Stream Engine to Build Modern Delta LakeContainerized Stream Engine to Build Modern Delta Lake
Containerized Stream Engine to Build Modern Delta Lake
 
Cassandra data modelling best practices
Cassandra data modelling best practicesCassandra data modelling best practices
Cassandra data modelling best practices
 
Data stax no sql use cases
Data stax  no sql use casesData stax  no sql use cases
Data stax no sql use cases
 
Big Data with SQL Server
Big Data with SQL ServerBig Data with SQL Server
Big Data with SQL Server
 
Data Partitioning in Mongo DB with Cloud
Data Partitioning in Mongo DB with CloudData Partitioning in Mongo DB with Cloud
Data Partitioning in Mongo DB with Cloud
 

Viewers also liked

Bryce Neier and Children’s Fund
Bryce Neier and Children’s FundBryce Neier and Children’s Fund
Bryce Neier and Children’s Fund
Bryce Neier
 
Hay Street United Methodist Church to Host 2013 Brunch and Matinee
Hay Street United Methodist Church to Host 2013 Brunch and MatineeHay Street United Methodist Church to Host 2013 Brunch and Matinee
Hay Street United Methodist Church to Host 2013 Brunch and Matinee
Bryce Neier
 
Infosys07
Infosys07Infosys07
Infosys07
Vishal Manju
 
Alliance Defending Freedom Helps Protect Religious Liberty
Alliance Defending Freedom Helps Protect Religious LibertyAlliance Defending Freedom Helps Protect Religious Liberty
Alliance Defending Freedom Helps Protect Religious LibertyBryce Neier
 
Datasheet: VTScada 11.3 SCADA Software
Datasheet: VTScada 11.3 SCADA SoftwareDatasheet: VTScada 11.3 SCADA Software
Datasheet: VTScada 11.3 SCADA Software
Trihedral
 
A Discussion on Smile Train
A Discussion on Smile TrainA Discussion on Smile Train
A Discussion on Smile TrainBryce Neier
 
Dog Basics and Training
Dog Basics and TrainingDog Basics and Training
Dog Basics and Training
sst3
 
Presentación1
Presentación1Presentación1
Presentación1
Victor Llanueva
 
Работа с возражениями
Работа с возражениямиРабота с возражениями
Работа с возражениямиDmitry Djunaev
 

Viewers also liked (9)

Bryce Neier and Children’s Fund
Bryce Neier and Children’s FundBryce Neier and Children’s Fund
Bryce Neier and Children’s Fund
 
Hay Street United Methodist Church to Host 2013 Brunch and Matinee
Hay Street United Methodist Church to Host 2013 Brunch and MatineeHay Street United Methodist Church to Host 2013 Brunch and Matinee
Hay Street United Methodist Church to Host 2013 Brunch and Matinee
 
Infosys07
Infosys07Infosys07
Infosys07
 
Alliance Defending Freedom Helps Protect Religious Liberty
Alliance Defending Freedom Helps Protect Religious LibertyAlliance Defending Freedom Helps Protect Religious Liberty
Alliance Defending Freedom Helps Protect Religious Liberty
 
Datasheet: VTScada 11.3 SCADA Software
Datasheet: VTScada 11.3 SCADA SoftwareDatasheet: VTScada 11.3 SCADA Software
Datasheet: VTScada 11.3 SCADA Software
 
A Discussion on Smile Train
A Discussion on Smile TrainA Discussion on Smile Train
A Discussion on Smile Train
 
Dog Basics and Training
Dog Basics and TrainingDog Basics and Training
Dog Basics and Training
 
Presentación1
Presentación1Presentación1
Presentación1
 
Работа с возражениями
Работа с возражениямиРабота с возражениями
Работа с возражениями
 

Similar to VTScada 11 Software - Integrated Historian

60141457-Oracle-Golden-Gate-Presentation.ppt
60141457-Oracle-Golden-Gate-Presentation.ppt60141457-Oracle-Golden-Gate-Presentation.ppt
60141457-Oracle-Golden-Gate-Presentation.ppt
padalamail
 
2004-11-13 Supersite Relational Database Project: (Data Portal?)
2004-11-13 Supersite Relational Database Project: (Data Portal?)2004-11-13 Supersite Relational Database Project: (Data Portal?)
2004-11-13 Supersite Relational Database Project: (Data Portal?)Rudolf Husar
 
Srds Pres011120
Srds Pres011120Srds Pres011120
Srds Pres011120
Rudolf Husar
 
Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck - Pravega: Storage Rei...
Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck -  Pravega: Storage Rei...Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck -  Pravega: Storage Rei...
Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck - Pravega: Storage Rei...
Flink Forward
 
Predictive maintenance withsensors_in_utilities_
Predictive maintenance withsensors_in_utilities_Predictive maintenance withsensors_in_utilities_
Predictive maintenance withsensors_in_utilities_
Tina Zhang
 
INTERNET OF THINGS & AZURE
INTERNET OF THINGS & AZUREINTERNET OF THINGS & AZURE
INTERNET OF THINGS & AZURE
DotNetCampus
 
Metastudio DRM. WhitePaper (eng)
Metastudio DRM. WhitePaper (eng)Metastudio DRM. WhitePaper (eng)
Metastudio DRM. WhitePaper (eng)
Ireneusz Chmielak
 
CS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_ComputingCS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_Computing
Palani Kumar
 
Cosmos DB Real-time Advanced Analytics Workshop
Cosmos DB Real-time Advanced Analytics WorkshopCosmos DB Real-time Advanced Analytics Workshop
Cosmos DB Real-time Advanced Analytics Workshop
Databricks
 
Otimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
Otimizações de Projetos de Big Data, Dw e AI no Microsoft AzureOtimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
Otimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
Luan Moreno Medeiros Maciel
 
WSO2 Analytics Platform - The one stop shop for all your data needs
WSO2 Analytics Platform - The one stop shop for all your data needsWSO2 Analytics Platform - The one stop shop for all your data needs
WSO2 Analytics Platform - The one stop shop for all your data needs
Sriskandarajah Suhothayan
 
Introduction to Spark Streaming
Introduction to Spark StreamingIntroduction to Spark Streaming
Introduction to Spark Streaming
Knoldus Inc.
 
Vertica
VerticaVertica
INOVA GIS Platform
INOVA GIS PlatformINOVA GIS Platform
INOVA GIS Platform
Maksim Sestic
 
Introduction to streaming and messaging flume,kafka,SQS,kinesis
Introduction to streaming and messaging  flume,kafka,SQS,kinesis Introduction to streaming and messaging  flume,kafka,SQS,kinesis
Introduction to streaming and messaging flume,kafka,SQS,kinesis
Omid Vahdaty
 
ArtigofinalpublicadoASTESJ_060139.pdf
ArtigofinalpublicadoASTESJ_060139.pdfArtigofinalpublicadoASTESJ_060139.pdf
ArtigofinalpublicadoASTESJ_060139.pdf
MeftahMehdawi
 
Caching for Microservices Architectures: Session II - Caching Patterns
Caching for Microservices Architectures: Session II - Caching PatternsCaching for Microservices Architectures: Session II - Caching Patterns
Caching for Microservices Architectures: Session II - Caching Patterns
VMware Tanzu
 
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics
 

Similar to VTScada 11 Software - Integrated Historian (20)

60141457-Oracle-Golden-Gate-Presentation.ppt
60141457-Oracle-Golden-Gate-Presentation.ppt60141457-Oracle-Golden-Gate-Presentation.ppt
60141457-Oracle-Golden-Gate-Presentation.ppt
 
2004-11-13 Supersite Relational Database Project: (Data Portal?)
2004-11-13 Supersite Relational Database Project: (Data Portal?)2004-11-13 Supersite Relational Database Project: (Data Portal?)
2004-11-13 Supersite Relational Database Project: (Data Portal?)
 
Srds Pres011120
Srds Pres011120Srds Pres011120
Srds Pres011120
 
Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck - Pravega: Storage Rei...
Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck -  Pravega: Storage Rei...Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck -  Pravega: Storage Rei...
Flink Forward SF 2017: Srikanth Satya & Tom Kaitchuck - Pravega: Storage Rei...
 
Predictive maintenance withsensors_in_utilities_
Predictive maintenance withsensors_in_utilities_Predictive maintenance withsensors_in_utilities_
Predictive maintenance withsensors_in_utilities_
 
Lsm trees
Lsm treesLsm trees
Lsm trees
 
Lsm
LsmLsm
Lsm
 
INTERNET OF THINGS & AZURE
INTERNET OF THINGS & AZUREINTERNET OF THINGS & AZURE
INTERNET OF THINGS & AZURE
 
Metastudio DRM. WhitePaper (eng)
Metastudio DRM. WhitePaper (eng)Metastudio DRM. WhitePaper (eng)
Metastudio DRM. WhitePaper (eng)
 
CS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_ComputingCS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_Computing
 
Cosmos DB Real-time Advanced Analytics Workshop
Cosmos DB Real-time Advanced Analytics WorkshopCosmos DB Real-time Advanced Analytics Workshop
Cosmos DB Real-time Advanced Analytics Workshop
 
Otimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
Otimizações de Projetos de Big Data, Dw e AI no Microsoft AzureOtimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
Otimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
 
WSO2 Analytics Platform - The one stop shop for all your data needs
WSO2 Analytics Platform - The one stop shop for all your data needsWSO2 Analytics Platform - The one stop shop for all your data needs
WSO2 Analytics Platform - The one stop shop for all your data needs
 
Introduction to Spark Streaming
Introduction to Spark StreamingIntroduction to Spark Streaming
Introduction to Spark Streaming
 
Vertica
VerticaVertica
Vertica
 
INOVA GIS Platform
INOVA GIS PlatformINOVA GIS Platform
INOVA GIS Platform
 
Introduction to streaming and messaging flume,kafka,SQS,kinesis
Introduction to streaming and messaging  flume,kafka,SQS,kinesis Introduction to streaming and messaging  flume,kafka,SQS,kinesis
Introduction to streaming and messaging flume,kafka,SQS,kinesis
 
ArtigofinalpublicadoASTESJ_060139.pdf
ArtigofinalpublicadoASTESJ_060139.pdfArtigofinalpublicadoASTESJ_060139.pdf
ArtigofinalpublicadoASTESJ_060139.pdf
 
Caching for Microservices Architectures: Session II - Caching Patterns
Caching for Microservices Architectures: Session II - Caching PatternsCaching for Microservices Architectures: Session II - Caching Patterns
Caching for Microservices Architectures: Session II - Caching Patterns
 
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
Maginatics @ SDC 2013: Architecting An Enterprise Storage Platform Using Obje...
 

More from Trihedral

VTScada Instantly Intuitive SCADA Software
VTScada Instantly Intuitive SCADA SoftwareVTScada Instantly Intuitive SCADA Software
VTScada Instantly Intuitive SCADA Software
Trihedral
 
Brochure - What is VTScada Software?
Brochure - What is VTScada Software?Brochure - What is VTScada Software?
Brochure - What is VTScada Software?
Trihedral
 
VTScada 11 Software - The Idea Studio - Graphic Development Environment
VTScada 11 Software - The Idea Studio - Graphic Development EnvironmentVTScada 11 Software - The Idea Studio - Graphic Development Environment
VTScada 11 Software - The Idea Studio - Graphic Development Environment
Trihedral
 
VTScada 11 - SCADA Application Security
VTScada 11 - SCADA Application SecurityVTScada 11 - SCADA Application Security
VTScada 11 - SCADA Application Security
Trihedral
 
What Makes VTScada Software Different?
What Makes VTScada Software Different?What Makes VTScada Software Different?
What Makes VTScada Software Different?
Trihedral
 
VTScada 11 Software - Full-SCADA Redundancy
VTScada 11 Software - Full-SCADA RedundancyVTScada 11 Software - Full-SCADA Redundancy
VTScada 11 Software - Full-SCADA Redundancy
Trihedral
 
VTScada Enterprise Connectivity Package - OPC, ODBC, Web Services
VTScada Enterprise Connectivity Package - OPC, ODBC, Web ServicesVTScada Enterprise Connectivity Package - OPC, ODBC, Web Services
VTScada Enterprise Connectivity Package - OPC, ODBC, Web Services
Trihedral
 
Ten questions to ask before choosing SCADA software
Ten questions to ask before choosing SCADA softwareTen questions to ask before choosing SCADA software
Ten questions to ask before choosing SCADA software
Trihedral
 
Trihedral Corporate Profile
Trihedral Corporate ProfileTrihedral Corporate Profile
Trihedral Corporate Profile
Trihedral
 

More from Trihedral (9)

VTScada Instantly Intuitive SCADA Software
VTScada Instantly Intuitive SCADA SoftwareVTScada Instantly Intuitive SCADA Software
VTScada Instantly Intuitive SCADA Software
 
Brochure - What is VTScada Software?
Brochure - What is VTScada Software?Brochure - What is VTScada Software?
Brochure - What is VTScada Software?
 
VTScada 11 Software - The Idea Studio - Graphic Development Environment
VTScada 11 Software - The Idea Studio - Graphic Development EnvironmentVTScada 11 Software - The Idea Studio - Graphic Development Environment
VTScada 11 Software - The Idea Studio - Graphic Development Environment
 
VTScada 11 - SCADA Application Security
VTScada 11 - SCADA Application SecurityVTScada 11 - SCADA Application Security
VTScada 11 - SCADA Application Security
 
What Makes VTScada Software Different?
What Makes VTScada Software Different?What Makes VTScada Software Different?
What Makes VTScada Software Different?
 
VTScada 11 Software - Full-SCADA Redundancy
VTScada 11 Software - Full-SCADA RedundancyVTScada 11 Software - Full-SCADA Redundancy
VTScada 11 Software - Full-SCADA Redundancy
 
VTScada Enterprise Connectivity Package - OPC, ODBC, Web Services
VTScada Enterprise Connectivity Package - OPC, ODBC, Web ServicesVTScada Enterprise Connectivity Package - OPC, ODBC, Web Services
VTScada Enterprise Connectivity Package - OPC, ODBC, Web Services
 
Ten questions to ask before choosing SCADA software
Ten questions to ask before choosing SCADA softwareTen questions to ask before choosing SCADA software
Ten questions to ask before choosing SCADA software
 
Trihedral Corporate Profile
Trihedral Corporate ProfileTrihedral Corporate Profile
Trihedral Corporate Profile
 

Recently uploaded

FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 

VTScada 11 Software - Integrated Historian

  • 1. Updated April 24, 2015 The VTScada Historian High reliability. Easy data access. A Standard Component of VTScada The VTScada Historian is a fully integrated component of the VTScada software platform, included at no additional cost and requiring no configuration or database management. The Historian database is configured automatically to match the number of tags logging data to it. Easy-to-use interfaces allow for creation of trend displays, tabular data displays and data export. 3rd party software connectors offer simple connectivity for external data use by enterprise systems (e.g. reporting, maintenance management, analysis, etc). A Fast and Compact Database Schema The historian is pre-configured in every application and has a standardized schema. The integrated Historian database is file-based, in that data is stored in binary files, which results in very compact storage and fast data read/write access. Relational databases can be used as an alternative to file-based storage. Microsoft SQL, Oracle and MySQL are optional databases. They must be purchased separately and are installed and configured as per the respective manufacturers’ instructions. A script is provided with VTScada to automatically configure the schema if using one of these alternatives. Log Data from Multiple Sources Log Data Based on Triggers  Log on change with user-configurable deadband (default)  Related event (can also be used for disable/enable)  Log on time/sample period  Operator actions (e.g. Entry of a manual value into a numeric data entry field, change of a setpoint, or a control action) Data is stored directly to the Historian at the time of trigger occurrence. This eliminates any need for separate real-time and historical databases. Simple Historian Status Monitoring The Historian Status Monitoring Widget provides instant status of write and storage rates. When write rates exceed storage rates, data is automatically buffered and written in burst mode when the Historian connection is available. VTScada write rates have been tested to 4,000 values per second for a single tag, thus buffering is usually the result of a slow network, underpowered CPU, or slow storage media.
  • 2. Updated April 27, 2015 Summary, On-Demand Data Upon request, the Historian analyzes raw tag data and provides the following time-series summary data, based on a user- definable duration divided into time slices (e.g. one day’s data divided into 1 hour slices):  Time-weighted average (analog)  Minimum (analog)  Maximum (analog)  Change in value (analog)  Value at start (analog)  Time of Minimum (analog)  Time of Maximum (analog)  Totalizer (analog)  Interpolated (analog)  Diff between start and end (analog)  Zero to non-zero transitions (digital)  Non-zero time (digital) Database Size, Storage Limiting, and Data Retention Periods The Historian supports the same number of I/O tags as the licensed SCADA server with which it is integrated. Calculated values logged to the Historian do not count against the total tag count. The Historian will automatically grow in total storage size to that available on the available drives. Where additional space is required, increasing the space available to a logical drive will automatically make that space available to the Historian. Due to the efficient size of the Historian’s native binary data file format and the low cost of large storage, the Historian is configured to keep all data by default. However, where storage space is limited, the Historian can be configured to automatically delete data older than X days or keep a specific number of records for each tag. Data is overwritten based on a First-In-First-Out (FIFO) methodology. Multiple Historian Configuration Any number of Historians can be created for a single application. Different Historians may be configured to store data for a different period or number of records per tag. The Historians may use similar or different data storage formats, for example Historian #1 may use the file-based storage and Historian #2 may use MS SQL Server or another relational database. Each tag may store data to one Historian. Redundant Historian Configuration Since the VTScada Historian is an integrated component of any Runtime or Development Runtime license, any computer running one of these licenses can be configured as a Historian server (e.g. primary, backup, 2nd backup, 3rd backup, etc). Redundant Historians may also use similar or different data storage formats, for example the Primary Historian may use the file-based storage and the Backup Historian may use Oracle or another relational database. Each data point will be stored exactly the same on each redundant Historian. Redundant Historians may be co-located with the Primary Historian or may be geographically separated as long as an IP connection exists between the two. #1 VTSCada #2 SQL Server #3 Oracle
  • 3. Redundant Historian Data Synchronization and Data Backfill All redundant Historians will be identical with regard to the same schema and a complete, replicated copy of all data. Timestamps will be matched for each data-point to the millisecond. Should the primary database server fail, associated workstations and Internet clients switch to the next designated database. When it is restored, historical data automatically synchronizes across a local or wide area network at up to 160,000 values per second. This speed is automatically throttled such that real-time communications between SCADA servers is not significantly deteriorated. Any data on any historian that is missing on another will be propagated automatically regardless of how long it has been since the databases have communicated. Long Term Data Storage (eliminates archiving) In the SCADA industry, archiving is typically adopted for long-term historical data storage due, in part, to a) a lack of online drive space and b) to ensure data was backed up in the event of Historian failure. The VTScada Historian eliminates the need for data archiving. VTScada’s efficient binary storage eliminates online drive space issues allowing the size of the database to scale as required utilizing the drive space available. New space can be added to the logical drive with the addition of new physical driver, providing unlimited scalability for the Historian. Establishing redundant Historians is a far more robust backup methodology, allowing any number of redundant distributed Historians to be updated in real time. Viewing Historical Data within a VTScada Application VTScada includes several methods to access historical data from within an application. Historical Data Viewer (HDV) Trend View The HDV provides a continuous view of historical and real-time data on a single plot timeline. This standard VTScada interface includes a pen legend on the bottom and a trend viewing area for wide graphs of both analog and digital values. Move the new Marker Line horizontally to see continuously updated values for each plotted analog tag at every selected timestamp. New icons in the Pen Legend allow you to hide individual pens (tags) or edit their appearance. The HDV provides a continuous view of analog and digital data.
  • 4. Simple Trend Generation You can also configure the HDV as a popup display or as a highly customized trend on any custom page using the new HDV Widget. Generate plot views for specific tags by selecting each tag’s value on a process display, by right-clicking tags in the tag browser, or right-clicking alarms that references the tag in the alarm list. Historical Data Viewer (HDV) Tabular View HDV data may also be shown in time-series tabular view. Data may be shown as raw data to the nearest millisecond or as ave, min, or max values. Additionally, to facilitate time-sliced viewing, a total period may be selected and then further time sliced to display summary data for each time period. For example, 24 hours of data may be shown as 24 separate rows of 1 hour averages for a selected set of tags. Accessing Historian Data Using External Software Third-party software products can access VTScada data via the VTScada Connectivity Pack. These are a set of industry standard protocols and methods that provide real-time and/or historical data access to VTScada’s databases. VTScada OPC Server - Allows OPC Clients to read/write real-time process data from/to VTScada. OPC DA is supported. VTScada ODBC Server - Support SQL read-only queries to the VTScada Historian using ODBC. Both real-time and historical data is available via this connection. Upon request, the Historian analyzes raw tag data and provides the following time-series summary data, based on a user-definable duration divided into time slices (ex. one day’s data divided into 1 hour time slices):  Time-weighted average (analog)  Minimum (analog)  Maximum (analog)  Change in value (analog)  Value at start (analog)  Time of Minimum (analog)  Time of Maximum (analog)  Totalizer (analog)  Interpolated (analog)  Diff between start and end (analog)  Zero to non-zero transitions (digital)  Non-zero time (digital) Simplified connectors for reporting packages including XLReporter® and DreamReport® are included. VTScada Web Services – A SOAP (XML) interface providing 3rd party business systems read/write access from/to VTScada real-time and historical data. Download the 90-day Trial Trihedral.com/trial VTScada is a trademark of Trihedral Engineering Limite d. XLReporter, DreamReport, Oracle, SQL Server, MySQL, and SQLite are trademarks of their respective owners. See raw values in the Grid View tab of the HDV. Open plots for specific tags right from the VTScada Tag Browser. Trihedral Engineering Limited, Bedford, Canada 1.902.835.1575 info@trihedral.com / www.trihedral.com Trihedral, Inc., Orlando, Florida 1.407.888.8203 1.800.463.2783 (North America) Trihedral UK Limited, Aberdeen, Scotland +44 (0) 1224 258910 © Trihedral Engineering Limited 2015