03-29-2023 08:57 PM
I want to control the 6624 thru python code. How should I start? can you give me some sample or documents.
Solved! Go to Solution.
03-29-2023 09:30 PM
6624 is supported by NI-DAQmx driver.
See Using a NI DAQ Device with Python and NI DAQmx
Examples for counter task at nidaqmx-python/nidaqmx_examples
03-29-2023 09:34 PM
Thanks for your reply, let me try it