05-23-2022 08:46 AM
Hi all,
I would like to control the NI USB-6343 device to generate a signal on one of the analog outputs. Is there any open source, e.g. python, available to generate and communicate these signals to this device?
BR
Simon
Solved! Go to Solution.
05-23-2022 09:36 AM
Yes, you need to use the NI-DAQmx drivers for Python and write your own program to control USB-6343
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019Pf1SAE&l=en-US
05-23-2022 01:18 PM
Hi,
Thanks for the advice, I have just set it up and it works, nice API.
BR
Simon