03-21-2019 08:37 PM
Hello all,
I'm trying to control fan using a counter output. I'm trying to update the duty cycle with the highest rate possible. I do understand that it's not possible to control the fan in real time since of the buffer and delay of the data caused by the USB connection. Therefore, I'm trying to set the the values of the desired duty cycles in an array and try to send them output them using DAQmx write. My problem is I don't know how to do that properly: what is the buffer size and how can I control the update rate of the counter. I'm trying to make the fan to follow a predetermined behavior.
03-22-2019 08:03 AM
Under "Help-->Find Examples..." there's a shipping example for buffered counter output that your device should support. I'm not at my LV machine now, but plan to navigate down through categories like "Hardware I/O", "DAQmx", "Counter Output".
-Kevin P