Hi, I created dynamic flex repeater with named query, It's working fine without any problem. Now I want to change the instance order based on my real time tag status. I have 'n' number of stations when it become fault status I want to change that station order to bottom of the list.
anybody can give me suggestion. Thanks.
It sounds as though you need your query to do the sorting for you. Then you need to retrigger the query when any of the fault status tags change. If you don't have access to the PLC to create an integer fault tag then create a memory tag that is some function of the individual fault tags and monitor that.
I have many stations, incase at the same time many tags are get faulted then I couldn't manage it by using my query script.
I have direct tag access.