Mick,
From what I understand, the analog inputs on the 7344 are software-timed...that means that the A/D will return values as fast as your acquisition loop is running. I just ran a simple program on my computer to test the speed. I have a while loop with nothing but the ADC Read function, and its execution time is a fraction of a millisecond. Now this will slow down substantially as you put more functions in the loop. If you want to attempt to time the acquisition, you can try putting a "Wait" function in the loop...that way, if you have a 100 ms wait within the loop, your Motion ADC rate will be roughly 10 Hz, although software latencies may cause this to fluctuate while your program is running. If you need a precise sample rate, you will need an analog in
put device with a scan clock...I suggest you look at National Instruments' low-cost E Series DAQ devices if this is an avenue you need to pursue.
Also, I recommend that whenever you have Motion-related questions in the future that you post to the "Motion" forum instead of the "LabVIEW General" forum.
Good luck,
Darren