06-07-2010 03:56 PM
06-08-2010 04:43 AM - edited 06-08-2010 04:45 AM
I would add that *you don't need multiple loops*, and you should use a wait(ms) function in the loop to avoid labview to use all of your ram memory.
Oh it was already in your example for(imstuck), sorry
06-08-2010 08:05 AM
I started out having it all in one loop, but the loop time didn't appear to be keeping up with my inputs. I've included both versions, hopefully with data. I ran both for only a few seconds but the difference in magnitude of the counter input is significant.
Thanks again