Class SevHistThread
Version 1.0
Modified 15-JAN-2025 13:23:35.00
 Configures a thread in the SevHist monitor process, with a
 specific scantime and database server node.

 The SevHist monitor process keeps track of all SevHist objects
 in the current node. The process is divided into threads that
 collect data with a specific scantime and sends to the specified
 database server. The threads are specified by SevHistThread objects
 that reside under the SevHistMonitor object in the node hierarchy.

See also



RtBody attributes pwr_sClass_SevHistThread
String80 Description   Optional description.
String40 ServerNode   The name of the node where the data is stored.
The SevHistServer has to be started on this node.
'localnode' denotes the server on the local node.
UInt32 ServerThread   Thread in server node to handle the storage.
An integer value. Threads with equal ServerThread will be
handled by the same server thread.
Float32 ScanTime   Specifies, in seconds, the time between two samples.
The minimum allowed value is 1 seconds.
Status Status   Status of sev server link.
UInt32 NoOfItems   Number of items handled by this thread.
UInt32 ScanCount   Scan counter.
UInt32 SendCount   Send counter.
Counter of the number of messages sent to the server for this thread.
UInt32 ErrorCount   Error counter.
Counter for message errors.


Template Object
ScanTime 10


Attributes detail


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

ServerNode Attribute
Klass Attribute
Typ String40
Flags
Kropp RtBody
 The name of the node where the data is stored.
 The SevHistServer has to be started on this node.
 'localnode' denotes the server on the local node.

ServerThread Attribute
Klass Attribute
Typ UInt32
Flags
Kropp RtBody
 Thread in server node to handle the storage.
 An integer value. Threads with equal ServerThread will be
 handled by the same server thread.

ScanTime Attribute
Klass Attribute
Typ Float32
Flags
Kropp RtBody
 Specifies, in seconds, the time between two samples.
 The minimum allowed value is 1 seconds.

Status Attribute
Klass Attribute
Typ Status
Flags STATE | NOEDIT
Kropp RtBody
 Status of sev server link.

NoOfItems Attribute
Klass Attribute
Typ UInt32
Flags STATE | INVISIBLE
Kropp RtBody
 Number of items handled by this thread.

ScanCount Attribute
Klass Attribute
Typ UInt32
Flags STATE | INVISIBLE
Kropp RtBody
 Scan counter.

SendCount Attribute
Klass Attribute
Typ UInt32
Flags STATE | INVISIBLE
Kropp RtBody
 Send counter.
 Counter of the number of messages sent to the server for this thread.

ErrorCount Attribute
Klass Attribute
Typ UInt32
Flags STATE | INVISIBLE
Kropp RtBody
 Error counter.
 Counter for message errors.