I have three while loops running in parallel. Loop 1 generates the random data once every 2 seconds. Loop 2 continuously checks if a Boolean button is pressed. Loop three is to execute every time the data in loop 1 changes or when Boolean button in Loop 2 is pressed. Loop 3 also has to display the random data from Loop 1.
I have enclosed a VI which does this task, but I feel that there may a be a better way of doing this. I do not want to use local / global variables / property nodes / data socket.
Another point�.Is there a limit to how many �Generate Occurrence� �Set Occurrence� and �Wait on Occurrence� we can use?