Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Sample clock specified rate not functioning

Solved!
Go to solution
Solution
Accepted by topic author JohnnyF

Hi JohnnyF,

 

The error is a little vague here, but you're actually missing the Sample Timing Type Property.  Try adding this to your code:

        2010-12-15_165136.png

 

It might make more sense to use the DAQmx Configure Timing (Sample Clock).vi.  If you open this up as a subVI, you can find that it actually just sets a few DAQmx Timing properties:

 

        2010-12-15_165239.png

 

 

While it's true that the 9172 only supports a single AI timing engine, slow modules such as the 9219 or 9213 actually repeat data in situations like this so that they can be clocked off of the same sample clock signal. 

 

The other cDAQ chassis (like the 9178) support 3 ai timing engines so you could run up to 3 independent ai tasks at different rates (on separate modules).

 

 

Best Regards,

John Passiak
Message 11 of 12
(1,218 Views)

D'oh! Smiley Mad

 

I'd initially used the DAQmx configure timing (sample clock).vi but had some other issue that was causing errors and switched to the property node as I was attempting to troubleshoot. As soon as I added sample timing property the error went away. 

 

Thanks to everyone for the help!

0 Kudos
Message 12 of 12
(1,202 Views)