12.4.16.12     GOTODAQ POINTDTL= tagname

Description:   Changes display in current window to Point Detail Display for the tag.  

Syntax:

Tcl:              GOTODAQ POINTDTL=tagname

                       GOTODAQ POINTDTL=@tagname

                       GOTODAQ POINTDTL=$variable

JScript:        GOTODAQ("BLOCKDTL=tagname");

VB Script:     GOTODAQ "BLOCKDTL=tagname"

 

Argument:     "POINTDTL=tagname" is not case sensitive

Argument:     tagname

Returns:        none

See Also:       Point Detail Display, Point Info Dialog Box, GOTOTAG, GOTODAQ BLOCKDTL

Changes the display in the current display window to the Point Detail Display for the specified tag.  The Point Detail will match the point type: Analog, Digital or Text.

The Point Detail Display are Template Displays that allow all tags in the system to be viewed without building a graphic display for them. These three default Point Detail displays are supplied with all WebAccess Systems.  They can be modified by users by editing the analog.dxx, digital.dxx or text.dxx source files and resaving them with the *.BPD extension.

Users can build user defined point detail displays for each Parameter Type (tagname.PNAME).  These user defined Point Detail Displays should be saved using the Parameter Name (PNAME ) with the *.BPD extension.  For example, for the default Modbus Parameters, any tag built using the AI parameter could have a user defined Point Detail Display , named AI.BPD, appear instead of the  ANALOG.BPD.

 

Examples:     

#Tcl example 1 - change to point detail of tag ZT-184

GOTODAQ POINTDTL=ZT-184

 

#Tcl example 2 - change to currently selected tag

#(same as Shift F7)

GOTODAQ POINTDTL=@%TPICKTAG