I want to use isAlarmActiveFiltered inside a UDT to have a tag ON if any alarm inside the instance of the UDT have a high alarm.
I cannot make it work and the issue seems to come from the path.
This is not working:
isAlarmActiveFiltered({PathToParentFolder},"*","Waste",3,3,0,0,0)
But this is working
isAlarmActiveFiltered("*","*","Waste",3,3,0,0,0)
Someone can help me?