12-09-2012 03:31 AM
My experimental setup (labview is being used to drive it) is as follows:
1. Give the physical system a random move -> 2. Acquire data using PXI-5124 digitizer -> 3. Perform some calculation on the data acquired -> 4. Accept/ reject the move based on the calculation
and go to step one.
How do I know how much time the program took to acquire data and perform the calculation (step 2 and 3). so that I can set the proper loop timing. I'm using "Flat Sequence Structure" for each step/ sub-step.
Thanks
12-09-2012 04:20 AM