Hi,
I am trying to generate a pulse width using the PXI-6229 counter by giving the frequency and dutycycle. For this, the methods i have used are:
DAQmxCreateCOPulseChanFreq(...)
DAQmxWriteCtrFreq(...)
However, in NI egs at CVI\Samples\DAQmx\Counter\Generate Pulse\Dig Pulse Train-Cont I have noticed there is no call to DAQmxWriteCtrFreq(...) but still the pulses are generated. How is it? Did i miss out anything?
In the NI eg they just call:
DAQmxCreateCOPulseChanFreq(...)
DAQmxCfgImplicitTiming(....)
Kindly tell me the solution.
Thanks,
Priya.