Jump to content
  • 0

USB-2416-4AO DI/O use with Python


smann

Question

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,

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...