09-27-2006 04:15 PM
09-28-2006 07:09 PM
Hi Ryan,
The first step is to make a single continous pulse train. There is an example of this in the example finder under DAQmx\Generating Pulses. Choose the Gen Dig Pulse Train-Continuous-Dig Start.vi. This example can be modified to make two counters generate pulses in an individual task. To do this go to the control and choose browse then you can select multiple counters on your device by holding ctrl.
Make a second counter task with the same sequence of DAQmx VIs. Set the counter control for the second task to the third counter you will generate a pulse train from. Also set the time delay control to 1E-6, to get a one microsecond delay. The trigger for both tasks will share the same control. This will insure that all the tasks begin at the same time, thus the second task will start its counter generation one microsecond later. The vi attached below is the example with the necessary modifications.
Have a great day
10-02-2006 04:19 PM
10-02-2006 05:44 PM - edited 10-02-2006 05:44 PM
Message Edited by Mike_D on 10-02-2006 05:47 PM
10-05-2006 03:33 PM
Mike
My Computer crashed... ouch!
To recap; I am trying the 20mhz clock as trigger? I am not seeing proper delays I did not see proper delay with 1st example either.
how exactly are you triggering and measuring delay results?
Thanks Much
Ryan
10-08-2006 10:17 PM
10-12-2006 07:24 AM