Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The Historian Namespace exposes properties and methods from the .NET objects used by the Historian Module execution. You can use these properties and methods on your Displays or to create Scripts and Alarms.



Table of Contents



Runtime Attributes

HistorianTables Tag Historian Values

Like all objects in the Platform HistorianTables have their set or properties and Methods. 

Particularly, there methods that is frequently used by application, which is to retrieve the historian contents, generating a DataTable with the results. 

Those Methods are mainly on the Tag namespace, HistorianTabe namespaces, using the TK toolkit methods.

MethodDescription
TK.GetTagHistorianGets Historian data from a Tag, given a date range
TK.GetValueFromHistorianGets one specifi value from the Historian Database
Historian.Table.Table1.SaveToTextFileExport contents to CSV files
Historian.Table.Table1.GetObjectListGet List of Tags used by each HistorianTable

Some other methods have the focus on the state of the execution of the Historian Module itself.


Property Path

Type

Description

Property path on CodeBehind

Historian.IsStarted

Boolean

Indicates the operational status Module Historian has started.

When true

  • True, the Module Historian actively archives data.
When false
  • False, no data archiving occurs.

Historian.

IsStarted

OpenStatusMessage

String

Indicates the success or failure when initiating the Module Historian. If the Module Historian starts successfully, the system returns an OK string.

The system provides a descriptive error message in case of failure during the initiation process to help you diagnose and troubleshoot the issue

otherwise returns error message.

Historian.

OpenStatusMessage

EnableCache

Boolean

A Boolean flag that enables the creation of temporary binary files on the server to optimize the TrendChat object performance when handling large datasets. Setting to true improves responsiveness and efficiency

.Historian

.

EnableCache

→  Read more about Objects, and access the Namespace API, at Objects and Namespaces.


In this section:

Page Tree
root@parent
spacesV10