08-15-2017 10:43 AM
Hi,
I am trying to generate a PWM using 6211.
I am using DAQmx create channel.vi to create a physical channel on my device and DAQmx write.vi to set the frequency and duty cycle.
I see the frequency and duty cycle can also be set using DAQmx create channel.vi.
Can I please know the difference between setting frequency and duty cycle on DAQmx create channel and DAQmx write.
Solved! Go to Solution.
08-15-2017 11:02 AM - edited 08-15-2017 11:03 AM
Basically the parameters in the create VI are for initialization before you run the 'start daqmx task' and your hardware begins generating the PWM signal, the Write VI is for changes while the hardware is operational
Does this answer your question?