The BatchAddOutOfRangeAlarmExt is used to pre-configure an alarm extension and then batch add the extension to a group of components.
Figure - Batch Add Out Of Range Alarm ExtThe BatchAddOutOfRangeAlarmExt component is located in the vykonProUtil palette in the Alarms sub folder.
Start Ord
BOrd property used to configure the starting point in the station which the search is executed. This would typically be configured to limit the search to a specific driver network.
Point Name
String property compared to component names when searching beneath the startOrd.
Find Exact Name
Boolean property used to configure the search criteria. When property = false the query uses, where name like '*componentName*'. When property = true the query uses, where name = 'componentName'.
Display Confirmation
Boolean property when set to true will open a dialog providing confirmation of components which the alarmExt has been added to.
Config Hyperlink Ord Using Format
Boolean property when set to true will use the hyperlinkOrdFormat to populate the hyplerinkOrd property of the alarmExt with an absolute ord that is resolved against the component to which it is added.
Hyperlink Ord Format
BFormat property used to resolve an absolute ord, which is used to populate the hyperlinkOrd property.
Alarm Config
alarmSourceExt used as a template to be added to each component.
Add Alarm Ext
Executing the action searches the station for numeric components beginning at the startOrd. It then adds the template alarmSourceExt to each of the components which matched the search criteria.