-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
Kai Hübl edited this page Jun 30, 2019
·
17 revisions
This document describes the features planned for each releases
- The OPC UA History Server is based on the OpcUaServer version 4
- The historical data store is time based and can manage any data.
- Through the interface of the storage system historical data can be written and read. Large amounts of data can be read via a cursor mechanism.
- Various storage systems can be connected via a plugin mechanism.
- As storage system by default xx is used (Part of the release).
- The storage system are defined in a configuration file.The configuration module should be so flexible that the configuration can be managed in a later release via the OPC UA interface.
- Monitored Items are used to monitor variables. Changes to a variable are stored in the storage system.
- Monitored items are used to monitor events. New events are stored in the storage system.
- Monitored items are defined in a configuration file.The configuration module should be so flexible that the configuration can be managed in a later release via the OPC UA interface.
- The variables monitored by the client are automatically inserted in the OPC UA information model. The variables are grouped according to assigned server.
- Reading historical data about the variables in the OPC UA information model.
- The build, test and the deploy are done automatically with Jenkins
- Overview
- Installation
- Configuration