Hello,
I’m wondering if it’s possible to create a tag Event script with system.tag.addTag() ?
I configured alarm tag with PyDictionary alarmConfig like this
alarmConfig={"Alarm ":[[“name”, “Value”, "Test "],
[“setpointA”,“Value”, 1],
[“displayPath”,“Tag”,MessPath]]})
but I didn’t find anything for the tag event
Regards