12.4.19    GOTOALMGRA

Description:   Changes display in current window to the display assigned as the Alarm Graphic for the most recent alarm.

Syntax:

Tcl:             GOTOALMGRA

JScript:        GOTOALMGRA();

VB Script:     GOTOALMGRA

 

Argument:     none

Returns:        none

See Also:       GOTO, GOTO ALMGRAPH=

Changes display in current window to the display assigned as the Alarm Graphic for the most recent alarm.    It allows a user to call up a display, not knowing its name, but only that a tag is in alarm. 

If there is no alarm graphic assigned for the most recent alarm tag, the command does not change the display.  

Examples:      #tcl

GOTOALMGRA

 

// JScript

GOTOALMGRA();

 

Rem VB Script

GOTOALMGRA