Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I control PCLK in burst output

Using 6534's under LabVIEW 6i, I have been unable to change the rate of PCLK. The clock control on Burst Mode Output.vi has no effect, nor does changing the ACK Modify Amount parameter in my own VIs: PCLK always runs at 20 MHz. What am I missing?
0 Kudos
Message 1 of 2
(3,185 Views)
Hi John,

There are a couple issues with that example. The first is that you must have the "acknowledge modify mode" parameter set to "delay". This will alow you to modify the "internal PCLK frequency" parameter. Another issue noted is that there is a situation with the driver in which the first 11us set at another frequency will still be at 20MHz but the rest of the samples will be acquired at the desired rate (3.33MHz for example). Therefore, you will have to be bursting more than 220 (11us at 20MHz) samples to see your specified PCLK rate. Hope that clears things up. Have a good day.

Ron
0 Kudos
Message 2 of 2
(3,185 Views)