Hello,
I want to take some actions when the value of my tag changes, depending on whether a radio button is selected or not. Since I can not call system.gui... in a tag event script, do you have an idea on how I could realise this task? The tag event script is configured on an UDT that has more than 800 instances.
Bind whatever needs to change to the tag.
If you need to process the tag's value first, bind it to a custom property, do whatever you need to do, then use that instead.
You can even use a property change script to trigger things.
1 Like
Thank you, turned out that I don't even need that connection between tag changing and radio button