I have a sampleclock,
and based on that, i want to generete such a pulse train that:
for a specific delay time after every sample clock's rising edge, generate one pulse with specified high level duration.
i tried to use HW single point update but seems it does not work
i am using C++ with DAQmx
so what i did is :
1. config the COChanTime for the task,
2. Config SampleClk for this task, with HWsingle point updates option.
3. start the task
it seems the hardware single point has no effect
i also tried the MAE to build a task with continuous(HW Timed Update) but what ever parameter i input, it just run for a very short time then gives error,
and seems the pulsed thus generated has no correlation with the HW trigger.
thanks alot