Description: (tcl only). Changes display in current
window to a display containing the referenced tag. Similar to
"Point GOTO Dialog Box" in WebAccess. Same as GOTOTAG. Not
supported by JScript or VBScript, use GOTOTAG instead. Same as
GOTOTAG.
Tcl Syntax: GOTO@tag tagname=display_type
Argument: tagname, display type
Returns: none
See Also: GOTOTAG, GOTODAQ, GOTO, GOTOALMGRA
Examples:
# example 1 -
call first display using tag FAN_START101
GOTO@TAG
FAN_START101=graph
#example 2 - if
tag is on the alarm summary, then
# display the
alarm summary
GOTO@TAG
FAN_START101=almsummary
Changes the display in the current display window to a display using the referenced tag. This command provides the functions of the "Point GOTO Dialog Box" in WebAccess. It allows a user to call up a display, not knowing its name, but only knowing it displays the tag.
IF THE TAG IS NOT ON THE DISPLAY TYPE REFERENCED, THE CALL DOES NOT CHANGE THE DISPLAY.
If tag is in multiple displays of same type (e.g. multiple *.bgr), then the first display alphabetically will be displayed. The OPTIONS are not case sensitive.
This command is available in screen scripts only . It will work in both Browser and ViewDAQ (local) clients.
Options: Display Types
ALMGROUP
ALMSUMMARY
BLOCKDTL
DLOGTRD
DLOGXYP
FPLGROUP
GRAPH
OVERVIEW
POINTDTL
REALTRD
REALXYP
RECIPE