Displays the standard tag menu.
Informal Syntax:
StandardTagMenu( TagName, MenuOptions )
Formal Syntax:
StandardTagMenu( TagName:=Expression, MenuOptions:=Expression )
Parameter | Type | Description |
---|---|---|
TagName | ANY_STRING |
The name of the tag used to build the standard tag menu. This parameter can be:
|
MenuOptions | ANY_STRING |
Which options to include in the menu.
This parameter is a comma separated list of these keywords:
|
The StandardTagMenu function opens a Standard Tag Menu.
The menu entries shown in the menu are dependent on:
For information about how the TagName and MenuOptions parameters are used, see Standard Tag Menu.
A program or script will not execute any statements after the StandardTagMenu call.
None.
StandardTagMenu( "Storage.TankLevel", "" );
StandardTagMenu( "Storage.TankLevel", "TagCommands" );
StandardTagMenu( "Storage.TankLevel", "TagFileCommands, TagShowOptions" );
To learn where you can use this function.
To learn about the standard tag menu.
For the meaning of terms used in Fernhill SCADA.