system.tag.editAlarmConfig

Description

Edit the alarm configuration of multiple existing tags in Ignition with a single call.

Syntax

system.tag. editAlarmConfig( tagPaths, 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 alarmConfig - The alarm configuration for the tag.

  • Returns

nothing

  • Scope

All

Code Examples

There are no examples associated with this scripting function.