The AlarmData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AlarmData |
Default constructor
|
Methods
Name | Description | |
---|---|---|
ComposeLink |
Composes a link with command definition
| |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Equals(array<Byte>[]()[][]) |
Checks if this AlarmData has the same eventId of the parameter
| |
GetCalculatedStringValue |
Retrieves the raw value (with resolved aliases and translations) for a specific field key, converted to string
| |
GetCalculatedValue |
Retrieves the calculated value (with resolved aliases and translations) for a specific field key
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIndex |
Returns the index of the item
| |
GetPropertyName``1 | (Inherited from BindableObject.) | |
GetRawStringValue |
Retrieves the raw value (coming directly from the server) for a specific field key, converted to string
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCondition |
Checks if the AlarmData is a condition
| |
IsDisplayBinding |
Checks if the display value contains a binding
| |
IsVisible |
Checks if this AlarmData should be shown
| |
MarkEmpty |
All the values are set to null
| |
OnPropertyChanged(String) | (Inherited from BindableObject.) | |
OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryParseLink |
Parses a link which contains a command
| |
UpdateSubscriptionProperties |
Updates time zone properties.
|
Properties
Name | Description | |
---|---|---|
AcknowledgeActiveTime |
Actual time and date when the alarm became active
Used for acknowledge because the ActiveTime gets reset with timezones
| |
ActiveTime |
Specifies the time and date when the alarm became active
| |
AlarmConfirmationActiveTime |
The type of the event
| |
AlarmConfirmationProgress |
Stores the alarm confirmation progress
| |
AlarmState |
The state of the alarm
| |
AlarmType |
The type of the event
| |
AliasedMessage |
The Aliased Message of the alarm
| |
AliasedSource |
The Aliased Source of the alarm
| |
Area |
Shows the area of the alarm
| |
Background |
The background of the visual object that will represent the AwxElement
| |
BeepSpeed |
The speed used for beeping
| |
BlinkingBackground |
The Blinking background of the visual object that will represent the AwxElement
| |
BlinkingFontFamily |
Specifies the FontFamily of the font for the visual object that will represent the AwxElement
| |
BlinkingFontSize |
Specifies the size of the font for the visual object that will represent the AwxElement
| |
BlinkingFontStyle |
Specifies the FontStyle of the font for the visual object that will represent the AwxElement
| |
BlinkingFontWeight |
Specifies the FontWeight of the font for the visual object that will represent the AwxElement
| |
BlinkingForeground |
The Blinking foreground of the visual object that will represent the AwxElement
| |
BlinkSpeed |
The speed used for blinking
| |
Category |
The category of the alarm (e.g. Digital, Limit, ROC, Deviation)
| |
DisplayValueBindings |
We can specify a display value (eventually a binding to another value) for each field in the ItemsKey
| |
EncodedEventID |
The EventID encoded as a string
| |
EventClass |
The class of the alarm data (Simple or Condition). Used by CLASSIC OPC AE in order to recognize an alarm or an event
| |
EventID |
The EventID is used to acknowledge the alarm. It's the unique identifier of the EVENT.
| |
FontFamily |
Specifies the FontFamily of the font for the visual object that will represent the AwxElement
| |
FontSize |
Specifies the size of the font for the visual object that will represent the AwxElement
| |
FontStyle |
Specifies the FontStyle of the font for the visual object that will represent the AwxElement
| |
FontWeight |
Specifies the FontWeight of the font for the visual object that will represent the AwxElement
| |
Foreground |
The foreground of the visual object that will represent the AwxElement
| |
IsConfirmation |
Stores if this alarm is has the alarm confirmation feature enabled
| |
IsEmpty |
Specifies if the alarm contains empty values (this happens when the alarm is not deleted immediately, but it needs to be cleared)
| |
IsTimeZoneEnabled |
Set true = if (String.IsNullOrEmpty(TimeZoneID) and DateTimeHelper.IsTimeZoneIdValid(TimeZoneID))
| |
IsVisual |
Stores if this alarm is actually displayed in the GUI
| |
IsWeighted |
Stores if this alarm is has the weighted feature enabled
| |
ItemArray |
The array of values that were sent together with the notification
| |
ItemKeys |
The list of the keys used to identify the values in the ItemArray. Each item in the item array has its own key in the ItemKeys.
| |
Message |
The Message of the alarm
| |
Node |
The SourceName is used to aggregate different events together
| |
NotBlinkingBackground |
The background of the visual object that will represent the AwxElement
| |
NotBlinkingFontFamily |
Specifies the FontFamily of the font for the visual object that will represent the AwxElement
| |
NotBlinkingFontSize |
Specifies the size of the font for the visual object that will represent the AwxElement
| |
NotBlinkingFontStyle |
Specifies the FontStyle of the font for the visual object that will represent the AwxElement
| |
NotBlinkingFontWeight |
Specifies the FontWeight of the font for the visual object that will represent the AwxElement
| |
NotBlinkingForeground |
The foreground of the visual object that will represent the AwxElement
| |
OriginalItemArray |
The array of ORIGINAL values that were sent together with the notification
| |
RawCategory |
The raw category value of the alarm as defined by the sever (e.g. Digital, Limit, ROC, Deviation)
| |
Severity |
The Severity of the event
| |
Source |
The Tag name of the alarm
| |
StyleKey |
Specifies the key that identifies the style associated to this Alarm Data
| |
SubCondition |
The SubCondition of the alarm (e.g. LO, HI, HIHI, LOLO..)
| |
Time |
Specifies the Time when the alarm was generated on the server
| |
TimeZoneID |
Time Zone Id for offset.
| |
Values |
The array of (translated) values that should be used for data binding
|
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from BindableObject.) |