Reserved keywords for column names (Summary)
The unique string identifiers listed in the following table are used to refer to columns in
the Alarm and Event Summary and Alarm and Event Banner. These column identifiers are used in
the FilterDefinition property, SortOrder property, or GetColumnValue method.
Column Identifier | Column Name | Description |
---|---|---|
AckTime | Acknowledge Time | The time when the alarm became acknowledged. Filtering by AckTime is not supported. |
AlarmClass | Alarm Class | The alarm class associated with the alarm. |
AlarmCount | Alarm Count | The number of times the alarm has been in alarm. |
AlarmName | Alarm Name | The name of the alarm. |
AlarmShortName | Alarm Short Name | The short name of the alarm. For example, MixingTank1. |
AlarmState | Alarm State | The state of the alarm:
TIP:
The enumerations in the parentheses are used
to specify the alarm state for the FilterDefinition property or GetColumnValue
method.
|
Area | Area | The FactoryTalk Directory path to the area in which the event occurred, in the format, /Area1/SubArea1/... . For example, /Line1/MixingTank. |
ConditionName | Condition Name | A name that describes the alarm condition. Condition names vary by event category. For example,
|
CurrentValue | Current Value | The value of the tag that is being monitored for alarms when the alarm condition changed state. |
EventCategory | Event Category | The category, defined by the alarm server, to which the event belongs. For
FactoryTalk alarms, the categories are:
TIP:
The enumerations in the parentheses
are used to specify the event category for the FilterDefinition property or
GetColumnValue method.
|
EventSource | Event Source | A reference to the object which generated the event notification. For FactoryTalk Alarms and Events the event source is the name of the alarm. Filtering by EventSource is not supported. |
EventTime | Event Time | The time at which the alarm entered the alarm state. Filtering by EventTime is not supported. |
Group | Group | The group name associated with the alarm. For example, Group1:Subgroup1. |
InAlarmTime | In Alarm Time | The time at which the alarm condition changed into the In Alarm state. Filtering by InAlarmTime is not supported. |
LimitValue | Limit Value Exceeded | Applies to alarms whose event category is Level, Deviation or Rate of Change only. The value which, when the tag exceeds it, triggers an alarm. |
LiveDataValue | Live Data Value | The FactoryTalk Live Data tags' value that is updating in real time. Note : Live Data Value doesn't support OPC UA alarms. |
Message | Message | The text that describes the event. |
OutOfAlarmTime | Out of Alarm Time | The time at which the alarm condition changed into the Normal state. Filtering by OutOfAlarmTime is not supported. |
Priority | Priority | The priority of the event:
TIP:
The enumerations in the parentheses are used
to specify the priority for the FilterDefinition property or GetColumnValue
method.
|
ServerName | Server Name | The name of the server that generated the event. For example, Packaging Server. |
Severity | Severity | The severity of the event. This is a value in the range of 1 (lowest severity) to 1000 (highest severity). |
Tag1Value | Tag 1 | The value of the associated tag parameter 1. |
Tag2Value | Tag 2 | The value of the associated tag parameter 2. |
Tag3Value | Tag 3 | The value of the associated tag parameter 3. |
Tag4Value | Tag 4 | The value of the associated tag parameter 4. |
The unique string identifiers listed in the following table are used to refer to parameters that are not shown but used by the Alarm and Event Summary.
String Identifier | Description |
---|---|
AcknowledgeComment | The comment that is entered when acknowledging an alarm. |
AcknowledgeUsername | The name of the user that acknowledges an alarm. |
ConditionQuality | The quality of the tags or input on which the condition is based. |
EventType | There are three types of events:
TIP:
The enumerations in the parentheses are used
to specify the event type for the FilterDefinition property or GetColumnValue
method.
|
SubconditionName | The name of the sub-condition associated with the alarm condition. |
Suppress | A value indicating whether or not the alarm source is suppressed. For example, True=1, False=0. |
Provide Feedback