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 |
An optional comma separated list of keywords defining which options to include in the menu.
Valid keywords are:
|
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.
Displays the standard tag menu (with all options enabled) for the tag 'Storage.TankLevel':
StandardTagMenu( "Storage.TankLevel", "" );
To learn where you can use this function.
To learn about the standard tag menu.
For the meaning of terms used in Fernhill SCADA.