02-03-2006 06:07 PM
02-06-2006 11:19 AM
If both of these conditions are met (hence the AND "gate"), we break the While loop and save the iteration value. We then grab values from the original array starting at this index and take "Length" number of elements. Finally we present the array subset similarly to the original data. This example uses a simulated square wave with noise, but reading an array from your DAQ operation should allow you to achieve the same results.
Hopefully this helps-
02-09-2006 04:15 PM
02-09-2006 05:15 PM
Hi CK-
I'm glad I could help![]()