Advanced Configuration Settings in Hyper Historian

In Hyper Historian's Advanced Settings, various parameters and descriptions are listed, along with their Value Type (Boolean, Numeric, or Text). You can change the default numeric, text, or Boolean value for these parameters.

 

Important: The advanced settings are quite advanced. If you are not an expert, we recommend that you do not change these settings.

  1. In the Workbench, select the Hyper Historian provider in the Project Explorer

  2. Expand the Hyper Historian's System Administration node, then double-click System Settings. This opens the System Settings form.

Memory Persistent Logger Tab

In the Project Explorer, expand the Hyper Historian's System Administration node, then double-click System Settings. On the Memory Persistent Logger tab there are the following sub-tabs: General, Tuning, and Advanced. These sub-tabs are described below.

General Sub-tab

The General sub-tab has settings described in the Initial Setup topic. The Tuning and Advanced sub-tabs are shown below.

Tuning Sub-tab

On the memory-persistent logger's Tuning sub-tab (shown below) you can modify the following options. For help setting these options, refer to Configure the Logger Cache.

Tuning Sub-tab for Memory Persistent Loggers

Advanced Sub-tab

On the memory-persistent logger's Advanced sub-tab (shown below) you can modify the following options. For help setting these options, refer to Configure the Logger Cache.

Advanced Sub-tab for Memory Persistent Loggers

 

Return to Top

File Logger Tab

In the Project Explorer, expand the Hyper Historian's System Administration node, then double-click System Settings. On the File Logger tab there are the following sub-tabs: Cache, Logger, Master Logger, Logger Data Store, and Master Logger Data Store. These sub-tabs are shown below.

Cache Sub-tab

On the file logger's Cache sub-tab (shown below) you can modify the following options. For help setting these options, refer to Configure the Logger Cache.

Cache Sub-tab for File-Based Loggers

Logger Sub-tab

On the file logger's Logger sub-tab (shown below) you can modify the following options. For help setting these options, refer to Configure the Logger Cache.

Logger Sub-tab for File-Based Loggers

Master Logger Sub-tab

On the file logger's Master Logger sub-tab (shown below) you can modify the following options. For help setting these options, refer to Configure the Logger Cache.

Master Logger Sub-tab for File-Based Loggers

Logger Data Store Sub-tab

On the file logger's Logger Data Store sub-tab (shown below) you can modify the following options. For help setting these options, refer to Configure the Logger Cache.

Logger Data Store Sub-tab for File-Based Loggers

Master Logger Data Store Sub-tab

On the file logger's Master Logger Data Store sub-tab (shown below) you can modify the following options. For help setting these options, refer to Configure the Logger Cache.

Master Logger Data Store Sub-tab for File-Based Loggers

 

Return to Top

Configuring the Collector Cache Memory

Collector cache is used in collectors to house data received from lower processing levels and in preparation for forwarding to the core.

 

When data is received from processing levels, it is stored to cache (as much as possible due to space requirements), or forwarded to storage. When a client (UA layer, core local communication layer) requests data, cache is used as a data source. When data reception is confirmed by the client, cached counterparts are removed and cache gets backfilled.

 

It is possible to configure the number of individual packages stored in cache (see collector pair configuration). Each package corresponds to 5 seconds of data values.

 

The cache exists to prevent unnecessary disk writes when communication is smooth. When connection to the core is unavailable, disk writes cannot be avoided. Other cache sizing considerations are:

Return to Top