smann Posted May 22 Posted May 22 I need to make a python code for the DAQ to run 5 analog inputs, 5 thermocouples, 3 analog outputs. What software do I need to do this, is it simply using VSCODE and connecting the DAQ to the usb port? Is there a tutorial or something else useful on the steps needed to go from no code to coded and DAQ connected and working example. Thanks,
0 DAQman Posted May 23 Posted May 23 Python programming information can be found here: https://digilent.com/reference/software/python-support-for-mccdaq/start Installation instructions are on Github: https://github.com/mccdaq/mcculw, and example programs: https://github.com/mccdaq/mcculw/raw/master/examples.zip I am including an example showing how to configure four channels: two for voltage and two for temperature. usb_2408_2416.py
Question
smann
I need to make a python code for the DAQ to run 5 analog inputs, 5 thermocouples, 3 analog outputs.
What software do I need to do this, is it simply using VSCODE and connecting the DAQ to the usb port?
Is there a tutorial or something else useful on the steps needed to go from no code to coded and DAQ connected and working example.
Thanks,
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now