Hello everyone,
I'm computing a labview code to acquire simultaneously several NI cards (two 9222 - two 9215 - one 9234). To do this, I have a sub-VI permitting me to acquire data from cards, taking for entries parameters like frequency, path, samples number etc.
The 9234 NI card has a limited choice for its frequency (Timebase = 13,072 MHz, so the allowed frequencies are submultiples of 51,2 kHz) and this drive all the frequencies of other cards. For exemple, if I choose a frequency of 20kHz for the whole system, this frequency is automatically changed into 25,6 kHz (a submultiple of 50 kHz).
I'd like to know if there is a way to choose the frequence I want, or at least to change the Time base, to 12,8 Mhz for instance, so that I can have frequencies like 50 kHz or 25 kHz (it's more practical for my post-treatment). I tried to work on the source of the "DAQmx Timing.VI" but every time I get an error. I put here the sub-VI I use to acquire several cards
Thanks in advance for your help