03-04-2015 03:40 PM
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
Solved! Go to Solution.
03-04-2015 04:31 PM - edited 03-04-2015 04:31 PM
Sounds like you are going for something like this...

03-05-2015 09:12 AM
Thank you so much for your help! This was a very instructive example.