Description: Changes display in current window to Point Detail Display for the tag.
Syntax: GOTO POINTDTL=tagname
GOTO POINTDTL=@tagname
GOTO POINTDTL=$variable
Argument: tagname
Returns: none
See Also: GOTO@TAG, GOTO BLOCKDTL
Examples: #example 1change to point detail of tag ZT-184
GOTO POINTDTL=ZT-184
# example 2 - change to currently selected tag
#(same as Shift plus F7)
GOTO POINTDTL=@%TPICKTAG
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 Advantech WebAccess/SCADA 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.