Name | Description | Property Type | Scripting | Category |
---|
Border | The border surrounding this component. Options are: No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), Field Border, and Line Border. Note_friendly |
---|
The border is unaffected by rotation. |
As of 8.1.21, the "Button Border" and "Other Border" options are removed. | Border | .border | Common |
Chart Resolution | The resolution for the ad-hoc tag historian chart. | int | .chartResolution | Behavior |
Date Format | A date format pattern used to format dates in the table. If blank, the default format for the locale is used. | String | .dateFormat | Appearance |
Data Quality | The data quality code for any Tag bindings on this component. | int | .dataQuality | Deprecated |
Display Path Filter | Filter alarms by alarm display path, falling back to the source path if a custom display path isn't set. Specify multiple paths by separating them with commas. Supports the wildcard "*", which represents any number of characters. In the example below, only alarms that contained "High Temperature Alarm" would appear in the table. Code Block |
---|
*High Temperature Alarm* |
| String | .displayPathFilter | Filters |
| Formats styles for fields like Active and Ack durations: Long, Short, Compact, and Abbreviated. Duration Format property, allows users to format the time units on the Active Duration column. | | | |
Enabled | If disabled, a component cannot be used. | boolean | .componentEnabled | Common |
Flash Interval | The time interval to use for flashing row styles. | int | .flashInterval | Appearance |
Journal Name | The name of the alarm journal to query for the chart's annotations. Leave this blank to automatically pick the journal if there is only one. | String | .alarmJournalName | Behavior |
Marquee Mode | Turn the table into a scrolling marquee | boolean | .marqueeMode | Behavior |
Min Priority | The minimum priority alarm to be displayed by this table. | int | .minPriority | Filters |
Multi Select | Allow multi select. Will show/hide the checkbox column. | boolean | .multiSelect | Behavior |
Name | The name of this component. | String | .name | Common |
Notes Area Border | The border surrounding the notes area. | Border | .notesAreaBorder | Appearance |
Notes Area Font | The font for the notes area. | Font | .notesAreaFont | Appearance |
Notes Area Location | The location of the notes display area. | int | .notesAreaLocation | Appearance |
Notes Area Size | The size of the notes area, in pixels. | int | .notesAreaSize | Appearance |
Number Format | A number format string to control the format of the value column. | String | .numberFormat | Appearance |
Provider Filter | Filter alarms by Tag provider. Specify multiple providers by separating them with commas. A value of "." denotes the default Tag provider. | String | .providerFilter | Filters |
Quality | The data quality code for any Tag bindings on this component. | QualityCode | .quality | Data |
Refresh Rate | The rate at which this table will poll changes to the alarm status, in milliseconds. | long | .refreshRate | Behavior |
Row Height | The height, in pixels, for each row of the table. | int | .rowHeight | Appearance |
Row Styles | A dataset containing the different styles configured for different alarm states. | Dataset | .rowStyles | Appearance |
Scroll Delay | The time in milliseconds to wait between performing each step in a scroll | int | .scrollDelay | Behavior |
Selected Alarms | A dataset containing each selected alarm. (Read-only) | Dataset | .selectedAlarms | Data |
Selection Color | The color of the selection border. Can be chosen from color wheel, chosen from color palette, or entered as RGB or HSL value. See Color Selector. | Color | .selectionColor | Appearance |
Selection Thickness | The size of the selection border. | int | .selectionThickness | Appearance |
Shelving Times | This dataset holds the times that are suggested when shelving an alarm. New entries added to this dataset will be selectable by users when they attempt to shelve an alarm on the component. Allowable units are " second", " minute", hour, or "hour"day. | Dataset | .shelvingTimes | Data |
Show Ack Button | Show the acknowledge button on the footer panel. | boolean | .showAck | Appearance |
Show Active and Acked | Show alarms that are active and acknowledged. | boolean | .activeAndAcked | Filters |
Show Active and Unacked | Show alarms that are active and unacknowledged. | boolean | .activeAndUnacked | Filters |
Show Chart Button | Show the chart button on the footer panel. | boolean | .showChart | Appearance |
Show Clear and Acked | Show alarms that are cleared and acknowledged. | boolean | .clearAndAcked | Filters |
Show Clear and Unacked | Show alarms that are cleared and unacknowledged. | boolean | .clearAndUnacked | Filters |
Show Details Button | Show the view details button on the footer panel. | boolean | .showDetails | Appearance |
Show Footer | Show a footer with acknowledge and shelf functions below the alarms. | boolean | .showFooterPanel | Appearance |
Show Header Popup | Toggles the table header's built-in column selection popup menu. | boolean | .showTableHeaderPopup | Appearance |
Show Manage Shelf Button | Show the manage shelf button on the footer panel. | boolean | .showManageShelf | Appearance |
Show Shelve Button | Show the shelve button on the footer panel. | boolean | .showShelve | Appearance |
Show Table Header | Toggles visibility of the table's header. | boolean | .showTableHeader | Appearance |
Sort Oldest First | Sort times by oldest first. | boolean | .sortOldestFirst | Behavior |
Sort Order | The default sort order for alarms in the status table. | int | .sortOrder | Behavior |
Source Filter | Filter alarms by alarm source path, causing the table to only show alarms that match the filter. Specify multiple paths by separating them with commas. Supports the wildcard "*". See Source Path Filter Examples. | String | .sourceFilter | Filters |
Stay Delay | The time (in mSec) to wait between scrolls | int | .stayDelay | Behavior |
Table Background | The background of the alarm table. See Color Selector. | Color | .tableBackground | Appearance |
Table Font | The font for the table rows. | Font | .font | Appearance |
Table Header Alignment | The alignment for each column in the table header. | int | .headerAlignment | Appearance |
Table Header Font | The font for the table header. | Font | .tableHeaderFont | Appearance |
Touchscreen Mode | Controls when this input component responds if touchscreen mode is enabled. | int | .touchscreenMode | Behavior |
Visible | If disabled, the component will be hidden. | boolean | .visible | Common |