system.tag.editTags

Description

Edit multiple existing tags in Ignition with a single call.

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 project default provider will be used.

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

Code Examples

There are no examples associated with this scripting function.