09-12-2016 03:34 PM
I am currently attempting to change the clock rate on a NI-9425. The module manual states that the rate should be 7us, but when I am testing it the rates seems to be locked down to 1kHz that is a far cry from the 140kHz that is defined on the speciifcation sheet. Is there any method to change clock rate without using the FPGA module.
09-13-2016 08:56 AM - edited 09-13-2016 09:08 AM
What are you using as the clock? The 9425 should be capable of a sampling rate of 140kHz as you're saying, if it's using a clock set to said rate, and if it's not limited by any attached hardware. What hardware do you have attached to the module?
Andrew B.
09-13-2016 01:19 PM
I have checked the clock on the associated hardware and it is correct. When I attempt to set the clock using the clock icon I get an error about the device not being capable of operating in a buffered mode.
09-13-2016 03:16 PM
Could you send a screenshot of how you're attempting to implement this in your code.
Andrew B.
09-13-2016 03:39 PM
I have attempted both methods shown below. The first gives me the buffer failure. The second does not give an error but maintains the 1kHz sample rate.
09-14-2016 10:07 AM
Have you tried explicitly wiring in a source to the sample clock timing function?
09-14-2016 10:20 AM
How would I go about performing that?
09-14-2016 11:01 AM
As shown in this VI snippet. Create a control or constant from the source. Then select which clock source you're looking to reference.
09-19-2016 10:00 AM
Sorry it took so long to reply got called off onto something else. Using sample clock gives the same you cannot use buffered device error.
09-21-2016 12:47 PM
Could you attach your code, so I can try to replicate the issue on my end and debug from there.