Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate a continuous pulses from digital output port with external clock source

I had a USB 6353 DAQ board.  I want to set AO sample clock from an external clock source (PFIx) and set the programmable Clock Divider to an integer number like the following:

John2772_1-1668211577522.png

What is/are functions should I use?

 

 

 

 

0 Kudos
Message 1 of 3
(966 Views)

In LabVIEW, you would use a DAQmx Timing property node to set:

Sample Clock.Timebase.Source

Sample Clock.Timebase Divisor

 

Kevin_Price_1-1668271180386.png

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
0 Kudos
Message 2 of 3
(932 Views)

Hi Kevin,

 

  Thanks for your help.  I solve the problem in C# by setting the sample source, divider like you did in Labview.

 

 

0 Kudos
Message 3 of 3
(878 Views)