In DeltaV Operate Alarm Help can be accessed from the alarm banner, from DeltaV Alarm Summary Control, and from scripts applied to objects in pictures.
The
button in the alarm banner
enables and disables direct access to Alarm Help from the information buttons
(
) in the alarm banner. When direct
access is enabled, clicking an information button updates the alarm information
line
and opens Alarm Help for the alarm. When direct access is
disabled, clicking an information button only updates the alarm information
line.
This discussion applies only to the DeltaV Alarm Summary Object that can be added to pictures from the DeltaV Toolbar. This control is in the following main pictures: AlarmList, AlarmSum, AlmSup, HWAlarmSum, and SISAlarmList. This control is also used in many faceplates. In addition, this control can be included in custom pictures.
This discussion does not apply to the IFix Alarm Summary that can be added to pictures from the Insert menu in DeltaV Operate Configure mode. Alarm Help cannot be accessed from the IFix Alarm Summary.
The Alarm Help View and Edit application can be opened from Alarm Summary Objects in a number of ways, depending on the configuration of the Alarm Summary Object:
If the alarm summary object includes the help column, the context menu of an alarm can include the item Open Alarm Help. This context menu item is visible when:
By default, the alarm summary object toolbar includes an Alarm Help button. (You can configure the toolbar to remove the button.) The button appearance and behavior is similar to that of the Help column contents (see Table 1).
If the Help cell for a selected alarm contains an icon, clicking the toolbar Alarm Help button opens the Alarm Help application.
The following table summarizes the conditions and keys that affect the alarm help icon that appears.
If you open a display in DeltaV Operate Configure mode that contains an Alarm Summary Object you may see a message that says:
The Alarm Summary Object information is from an earlier version. Please save this picture to upgrade to the current version.
Saving the picture upgrades the Alarm Summary Object to the latest version.
You can apply scripts to picture objects that open Alarm Help. The command to use is in the form:
frsruntask "alarmhelp <optional arguments>"
For example, to open the help for the COMM alarm on logic solver SLS2 from a button and have it appear 100 pixels from the left and top edge of the monitor, the script for the picture object would be:
Private Sub CommandButton1_Click() frsruntask "alarmhelp sls2/comm_alm /x:100 /y:100 /nohelp" End Sub