Hello fine people of the interwebs,
I am in a bit of a pickle. I have a boolean triggered image analysis that retruns a measurement. I would like to store the result each time the process is triggered in an array, up to 6 elements. The process would overwrite measurements sequentially, until another process is triggered to write the data for storage and clear the array. I have uploaded a rough example of what i am trying to achieve (minus the data storage routine). Any help would be greatly appreciated
已解决! 转到解答。
Sounds like you are going for something like this...

Thank you so much for your help! This was a very instructive example.