‎01-28-2010 08:16 AM
...additionally, what would be the best way to disable one event case if another event case hasn't executed yet?
Solved! Go to Solution.
‎01-28-2010 08:21 AM
‎01-28-2010 08:27 AM
‎01-28-2010 08:38 AM
‎01-28-2010 08:41 AM
I'd store the array in an shift register in a while loop that encloses the event structure, then your data is easily available to any event. However, you will need to wire the array data in and out of every event case, which can be done easily with linked tunnels. If you need to display the array data as well, put an indicator inside the while loop but outside the event structure, connected to the shift register.
‎01-28-2010 08:51 AM