Volume pwrb | |
Attributes: Runtime | Development | System | Template | Detail C Binding: Struct | Class  ClassTree | INDEX NO INDEX |
Class RttConfig![]() |
||
---|---|---|
Version | 1.0 | |
Modified | 15-JAN-2025 13:23:37.00 |
Konfigurering av rtt och xtt.
RtBody attributes pwr_sClass_RttConfig | |||
---|---|---|---|
UInt32 | AlarmAutoLoad | ||
UInt32 | AlarmMessage | ||
UInt32 | AlarmBeep | ||
Boolean | DescriptionOff | ||
String80 | DefaultDirectory | ||
String80 | SymbolFileName | ||
Float32 | ScanTime | ||
UInt32 | MaxNoOfAlarms | Specifies the maximum number of contemporary alarms in the user's alarm list. The number should exceed the maximum number of concurrent alarms in the system. If the limit is exceeded, alarms might be lost. |
|
UInt32 | MaxNoOfEvents | Specifies the maximum number of contemporary events in the user's event list, i.e. the skyline of the events. When the number of events exceeds MaxNoOfEvents the oldest event disappears from the list. To this list events are sent from the message handler in respective node. In each node the message handler has its own skyline of events (also named MaxNoOfEvents) defined by a MessageHandler object. In principle, the User object's skyline of events should be selected as å MaxNoOfEvents, added up over MaxNoOfEvents in the MessageHandler objects in all nodes throughout the PROVIEW/R system, or make it simple and assign the attribute e.g. 200. |
|
Array of String80 | EventSelectList | A message created by an ASup or DSup object gets the same identity as the supervised object. Messages produced in an application by means of mh_ApplMessage (see Proview Programmer's Reference Manual) get an identity according to the calling parameter EventName. SelectList specifies the hierarchies from which messages are to be sent to the user. Up to 20 different hierarchies can be specified. If messages from e.g. a Watchdog object in a node will be received, then the name of the node will be specified. Note! If the SelectList is left blank no message at all is sent to the user. |
|
EventListMask | EventListEvents | Specifies the type of events viewed in the eventlist. |
Template Object | |
---|---|
MaxNoOfAlarms | 200 |
MaxNoOfEvents | 500 |
AlarmAutoLoad Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | UInt32 | |
Flags | ||
Kropp | RtBody |
AlarmMessage Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | UInt32 | |
Flags | ||
Kropp | RtBody |
AlarmBeep Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | UInt32 | |
Flags | ||
Kropp | RtBody |
DescriptionOff Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | Boolean | |
Flags | ||
Kropp | RtBody |
DefaultDirectory Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | String80 | |
Flags | ||
Kropp | RtBody |
SymbolFileName Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | String80 | |
Flags | ||
Kropp | RtBody |
ScanTime Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | Float32 | |
Flags | ||
Kropp | RtBody |
MaxNoOfAlarms Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | UInt32 | |
Flags | ||
Kropp | RtBody |
Specifies the maximum number of contemporary alarms in the user's alarm list. The number should exceed the maximum number of concurrent alarms in the system. If the limit is exceeded, alarms might be lost.
MaxNoOfEvents Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | UInt32 | |
Flags | ||
Kropp | RtBody |
Specifies the maximum number of contemporary events in the user's event list, i.e. the skyline of the events. When the number of events exceeds MaxNoOfEvents the oldest event disappears from the list. To this list events are sent from the message handler in respective node. In each node the message handler has its own skyline of events (also named MaxNoOfEvents) defined by a MessageHandler object. In principle, the User object's skyline of events should be selected as å MaxNoOfEvents, added up over MaxNoOfEvents in the MessageHandler objects in all nodes throughout the PROVIEW/R system, or make it simple and assign the attribute e.g. 200.
EventSelectList Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | Array of String80 | |
Flags | ARRAY | |
Elements | 40 | |
Kropp | RtBody |
A message created by an ASup or DSup object gets the same identity as the supervised object. Messages produced in an application by means of mh_ApplMessage (see Proview Programmer's Reference Manual) get an identity according to the calling parameter EventName. SelectList specifies the hierarchies from which messages are to be sent to the user. Up to 20 different hierarchies can be specified. If messages from e.g. a Watchdog object in a node will be received, then the name of the node will be specified. Note! If the SelectList is left blank no message at all is sent to the user.
EventListEvents Attribute | ||
---|---|---|
Klass | Attribute | |
Typ | EventListMask | |
Flags | ||
Kropp | RtBody |
Specifies the type of events viewed in the eventlist.