Thank Thank you everyone.
Hi Andrew,
Thank you for the reply. I have checked the following document http://digital.ni.com/public.nsf/allkb/05A563FE3AA7B3C286256FF90077C303?OpenDocument and followed it. However, when I used the filter settings for cDAQ9174 and NI9206, the DAQmx trigger node still show the ''Start.Retriggerble'' property.
I would like some examples that work with cDAQ9174,NI9401,NI9206
The task is to generate a finite number of 10 pulses from cDAQ9174 Counter/Timer and route it out by ctr0(PFI3) of NI9401. The digital pulse is 1kHz squarewave. Analog acquisition with sampling frequecy of 100kHz on ch0 of NI9206 is to start simultaneously with pulse generation. In another way, this means to synchrously aquire 100 sample during each pulse period (1ms).
I have some questions regarding the above task as well.
Question1: Does every module (NI9401 and NI9206 here) share the same onboard timebase 20MHz in cDAQ9174 automaticlly? If so, to achieve above task, do I just need to start simultaneously the pulse generation and analog input sampling by a same START TRIGGER, as shown in attachment1.
Question2: If the timebase answer is 'NO' to Question1, do I need to set the 'SampleClk Timebase Src Property Node' and what should be the source?
Question3: in attachment1, why the CO channel Sample Clock Rate does not display a reading?
in attachmet1, cDAQ1Mod1 is NI9206 and cDAQ1Mod4 is NI9401