SVTags

Parent Previous Next

SVTags

Functions to manipulate tags or tag properties:


.     AddDynamicTag

Adds an item in a Dynamic Tag.


.     DisableAlarm

Disables alarm of the tag passed in the parameter.


.     EnableAlarm

Enables alarm of the tag passed in the parameter.


.      RemoveDynamicTag

Removes item(s) in a Dynamic Tag.


.     AddDynamicTagUserFunction

Adds an item in a Dynamic Tag.


.     DynamicLength

Returns number characters in the string instance.


.     Filter (2 parameters)

The function returns a string list containing the full names of all tags that conform or not to the filters.


.     Filter (3 parameters)

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.


.     ChangeTagProperty

Changes the property of a string tag.


.     ChangeTagPropertyUserFunction

Function that change the property using a function.


.     EnableLoLo

Enables the LoLo alarm of the tag passed in the parameter.


.     EnableLo

Enables the Lo alarm of the tag passed in the parameter.


.     EnableHiHi

Enables the HiHi alarm of the tag passed in the parameter.

 

.     EnableHi

Enables the Hi alarm of the tag passed in the parameter.


.     EnableDeviation

Enables the Deviation alarm of the tag passed in the parameter.


.     EnableWatchDog

Enables the WatchDog alarm of the tag passed in the parameter.


.     EnableFreeze

Enables the Freeze alarm of the tag passed in the parameter.


.     EnableBooleanTrue

Enables the True alarm of the Boolean tag passed in the parameter.


.     EnableBooleanFalse

Enables the False alarm of the Boolean tag passed in the parameter.


.     DisableLoLo

Disables the LoLo alarm of the tag passed in the parameter.


.     DisableLo

Disables the Lo alarm of the tag passed in the parameter.


.     DisableHiHi

Disables the HiHi alarm of the tag passed in the parameter.


.     DisableHi

Disables the Hi alarm of the tag passed in the parameter.


.     DisableDeviation

Disables the Deviation alarm of the tag passed in the parameter.


.     DisableWatchDog

Disables the WatchDog alarm of the tag passed in the parameter.


.     DisableFreeze

Disables the Freeze alarm of the tag passed in the parameter.


.     DisableBooleanTrue

Disables the True alarm of the Boolean tag passed in the parameter.


.     DisableBooleanFalse

Disables the False alarm of the Boolean tag passed in the parameter.