Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a sub ms delay before acquisition

Hello,

 

I am currently working with the NI PXIe 6363 DAQ placed inside a PXIe-1073 chassis. I am controlling my DAQ using the DAQmx C API.

 

I want to initiate a precise delay on the sub millisecond scale before making an AI measurement. Since my computer is unlikely to offer such precision, I was hoping I could use the Onboard Clock of the chassis as a reference. Is there anyway I can initialize a delay on the PXIe DAQ using the clock of the chassis?

 

Thanks in advance,

 

Gabriel

0 Kudos
Message 1 of 2
(2,596 Views)

Hi GabrielM8001, 

 

Might be worth checking out the DAQmxSetStartTrigDelay. You can see all the supported properties of the PXIe-6363 here: http://zone.ni.com/reference/en-XX/help/370471AK-01/cdaqmxsupp/usb-6363/

 

You can use the PXIe_Clk100 as the reference clock for both devices and then configuring the slave device to use the start trigger generated by the master device see Figure 8. Otherwise if you have a timing card handy you could use NI-Sync?

 

Let us know how you get on.

Rebecca

 

 

 

 

0 Kudos
Message 2 of 2
(2,577 Views)