SVTags
Functions to manipulate tags or tag properties:
Adds an item in a Dynamic Tag.
Disables alarm of the tag passed in the parameter.
Enables alarm of the tag passed in the parameter.
Removes item(s) in a Dynamic Tag.
Adds an item in a Dynamic Tag.
Returns number characters in the string instance.
The function returns a string list containing the full names of all tags that conform or not to the filters.
Function that performs a search on a specific tag name and returns a list of tags within a data type for example.
. GetValue
The function returns the value of the tag passed as parameter.
Changes the property of a string tag.
. ChangeTagPropertyUserFunction
Function that change the property using a function.
Enables the LoLo alarm of the tag passed in the parameter.
. EnableLo
Enables the Lo alarm of the tag passed in the parameter.
Enables the HiHi alarm of the tag passed in the parameter.
. EnableHi
Enables the Hi alarm of the tag passed in the parameter.
Enables the Deviation alarm of the tag passed in the parameter.
Enables the WatchDog alarm of the tag passed in the parameter.
Enables the Freeze alarm of the tag passed in the parameter.
Enables the True alarm of the Boolean tag passed in the parameter.
Enables the False alarm of the Boolean tag passed in the parameter.
Disables the LoLo alarm of the tag passed in the parameter.
Disables the Lo alarm of the tag passed in the parameter.
Disables the HiHi alarm of the tag passed in the parameter.
Disables the Hi alarm of the tag passed in the parameter.
Disables the Deviation alarm of the tag passed in the parameter.
Disables the WatchDog alarm of the tag passed in the parameter.
Disables the Freeze alarm of the tag passed in the parameter.
Disables the True alarm of the Boolean tag passed in the parameter.
Disables the False alarm of the Boolean tag passed in the parameter.