04-21-2007 05:35 AM
04-21-2007 08:37 AM
In your stop event, you have the defaults for the exit tunnels. It is these empty arrays that are being further processed and returned. The easiest fix is to simply put the indicators/curve fitting/etc. functions inside the event case and not pass anything outside the event. You could also use shift registers.
You might want to think about moving the entire 'find mass' subVI out of the event structure. It kind of defeats the purpose of user events when you can't click a button while you wait for the subVI to finish.
04-22-2007 08:43 AM
Cheers Dennis - once I figured out which event you were talking about it made perfect sense 🙂
Thanks again,
Ian