I have 55 blocking stations in a conveyor. Each blocking station is set up as a UDT and has its own set of alarms set up in a folder named "Alarms". I have a alarm icon set up on the blocking station view as well. I want to filter the alarms in a blocking station to return the highest active alarm in that folder so that I can bind that alarm with alarm icon view. The alarm icon color changes based on the priority as well. So the data I would like to be able to return is the highest active alarm display path and its corresponding priority. I tried using
But the wildcard property does'nt seem to be working for me. Maybe I am doing something wrong with the syntax I have pasted the expression below:
isAlarmActiveFiltered("[IGNITION_TAGS]CONVEYOR/ALARMS/*","*","*",1,4,0,1,0)
Can anyone help with this please?