12-13-2007 11:34 AM
12-13-2007 03:08 PM
Your oscilloscope will probably do the most accurate job. However, you can arrive at a reasonable approximation by running a test. First use the Tick Count (ms) or Get Date/Time in Seconds VI to capture the start time, then run your DAQ loop a known number of times, the larger the better...say 1000. Then use the Tick Count (ms) or Get Date/Time in Seconds VI again to capture the "done" time. Subtract the first time from the second time to arrive at the total time required for the loops and divide by 1000 to arrive at the average time for a single loop.
12-14-2007 03:46 AM