Class SevHistObject
Version 2.0
Modified 15-JAN-2025 13:23:34.00
 Configures historical data storage for x scalar
 quantitites or elements in x number of one-dimensional vectors. (Datastorage
 History).

 In a relational database, data resides in
 two-dimensional tables known as relations. A relation
 consist of rows and columns.

 The SevHistObject object specifies which quantity is to be
 stored and in which relation. Up to three different
 relations can be specified.

See also



RtBody attributes pwr_sClass_SevHistObject
String80 Description   Optional desription.
AttrRef Object   Specifies the complete name of the object whose
attribute values is to be stored.
Objid ThreadObject   SevHistThread object that specifies the storage scantime
and in which server the data is stored.
DeltaTime StorageTime   Time the data will be stored in the database.
Data that is older than this time will be removed from
the database by a garbage collector.
Float32 DeadBand   The deadband is a range around the last stored value, where no new values
will be stored, i.e a value has to differ more than the deadband / 2 from
the last stored value to be stored.

Deadband contains the size of deadband. Note that the DeadBand bit in options also
has to be set to activte the deadband function.
SevHistOptionsMask Options   Storage options.
Boolean Disable   Disable storage.
Boolean Trigger   Trigger a storage when event controlled storage is configured.
Trigger can be set from the application or from a process graph,
and when it has been detected by the rt_sevhistmon process, it
will be reset by this process.

To configure even controlled storage, set Event in Options.
CurveLayoutMask Layout   Curve window layout.


Template Object
DeadBand 0.0
Options 4


Attributes detail


Description Attribute
Klass Attribute
Typ String80
Flags
Kropp RtBody
 Optional desription.

Object Attribute
Klass Attribute
Typ AttrRef
Flags
Kropp RtBody
 Specifies the complete name of the object whose
 attribute values is to be stored.

ThreadObject Attribute
Klass Attribute
Typ Objid
Flags
Kropp RtBody
 SevHistThread object that specifies the storage scantime
 and in which server the data is stored.

StorageTime Attribute
Klass Attribute
Typ DeltaTime
Flags
Kropp RtBody
 Time the data will be stored in the database.
 Data that is older than this time will be removed from
 the database by a garbage collector.

DeadBand Attribute
Klass Attribute
Typ Float32
Flags
Kropp RtBody
 The deadband is a range around the last stored value, where no new values
 will be stored, i.e a value has to differ more than the deadband / 2 from
 the last stored value to be stored.

 Deadband contains the size of deadband. Note that the DeadBand bit in options also
 has to be set to activte the deadband function.

Options Attribute
Klass Attribute
Typ SevHistOptionsMask
Flags
Kropp RtBody
 Storage options.

Disable Attribute
Klass Attribute
Typ Boolean
Flags
Kropp RtBody
 Disable storage.

Trigger Attribute
Klass Attribute
Typ Boolean
Flags
Kropp RtBody
 Trigger a storage when event controlled storage is configured.
 Trigger can be set from the application or from a process graph,
 and when it has been detected by the rt_sevhistmon process, it
 will be reset by this process.

 To configure even controlled storage, set Event in Options.

Layout Attribute
Klass Attribute
Typ CurveLayoutMask
Flags
Kropp RtBody
 Curve window layout.