Volume pwrb | |
Attributes: Runtime | Development | System | Template | Detail C Binding: Struct | Class  ClassTree | INDEX NO INDEX |
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 |
Description Attribute | ||
---|---|---|
Class | Attribute | |
Type | String80 | |
Flags | ||
Body | RtBody |
Optional description.
ServerNode Attribute | ||
---|---|---|
Class | Attribute | |
Type | String40 | |
Flags | ||
Body | 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 | ||
---|---|---|
Class | Attribute | |
Type | UInt32 | |
Flags | ||
Body | 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 | ||
---|---|---|
Class | Attribute | |
Type | Float32 | |
Flags | ||
Body | RtBody |
Specifies, in seconds, the time between two samples. The minimum allowed value is 1 seconds.
Status Attribute | ||
---|---|---|
Class | Attribute | |
Type | Status | |
Flags | STATE | NOEDIT | |
Body | RtBody |
Status of sev server link.
NoOfItems Attribute | ||
---|---|---|
Class | Attribute | |
Type | UInt32 | |
Flags | STATE | INVISIBLE | |
Body | RtBody |
Number of items handled by this thread.
ScanCount Attribute | ||
---|---|---|
Class | Attribute | |
Type | UInt32 | |
Flags | STATE | INVISIBLE | |
Body | RtBody |
Scan counter.
SendCount Attribute | ||
---|---|---|
Class | Attribute | |
Type | UInt32 | |
Flags | STATE | INVISIBLE | |
Body | RtBody |
Send counter. Counter of the number of messages sent to the server for this thread.
ErrorCount Attribute | ||
---|---|---|
Class | Attribute | |
Type | UInt32 | |
Flags | STATE | INVISIBLE | |
Body | RtBody |
Error counter. Counter for message errors.