@RTSLVU wrote:
What is with all the references, property nodes and local variables?
Please explain in more detail what exactly you are trying to achieve here...
So, this is a smaller and simpler example of a .vi that I am working on, that "autoindexes" an array of more boolean indicators that light up one by one using those property nodes inside just a case structure that's in a loop. I want when the last one is true AND the adjacent (square) indicator that is NOT part of the autoindexed array, are both true, then the loop stops.
So, just imagine instead of just 2 "circle" indicators (at the screenshot I posted) there are like 50 circle indicators, one on top of the other and light up one by one and there is only a "square" indicator that is not part of the autoindexed array (that changes value of the indicators). So when the last circle indicator lights up AND the square is light up then loop stops. I don't know how much better can I explain this.
I want the lights to just flash on and off using an autoindexed array not like what you have done.