Top | Previous | Next |
system.tag.editTags |
Description Edit multiple existing tags in Ignition with a single call.
This function accepts keyword-style invocation. See also: Functions / Keyword Invocation Syntax system.tag.editTags(tagPaths, attributes, parameters, accessRights, overrides, alarmList, alarmConfig) Parameters String[] tagPaths - The full path to the tag you want to edit. Note: you can specify the tag provider name in square brackets at the beginning of the parentPath string. Example: "[myTagProvider]MyTagsFolder". If the tag provider name is left off then the tag will be added to the default internal provider named "default". PyDictionary attributes - The tag's configuration attributes. PyDictionary parameters - The parameters for a UDT instance tag. String accessRights - The access rights for a tag. Possible values are Read_Only, Read_Write, and Custom. PyDictionary overrides - All of the overrides for a UDT instance tag. String alarmList - List of alarms for the tag. PyDictionary alarmConfig - The alarm configuration for the tag. Returns nothing Scope All |