05-16-2022 04:05 PM
Hi,
I expect DAQmxResetCOPulseTerm to disconnect a signal from a counter </ctr0>. But, if I look with DAQmxGetCOPulseTerm (), I see it is disconnect but not on the hardware side.
If I switch from PF9 to PF10 using DAQmxSetCOPulseTerm, but now, both is outputting the signal.Then PF10 to PF11, all three are now outputting the signal.
I tried DAQmxResetCOPulseTerm, and all three PF are still outputing the signal. The only way I found is to reconfigure the signal on a digital output.
Germain
Solved! Go to Solution.
05-17-2022 08:40 PM
Not a solution, but for more info search for the term "lazy uncommit". You already found one of the workarounds, and you probably can't really do any better than that.
-Kevin P