Jump to content
  • 0

Multiple devices simultaneously via Python


carlr

Question

I'm part of a research lab, and we have multiple of MCC DAQ devices (see below).

I have the Python API running with one device, but I want to read more channels than I can access on one device. Can I run multiple devices simultaneously using the python API?

USB-Temp

USB-1208HS-4AO

USB-2416-4AO

1408FS

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

It is possible to use more than one device at a time. You would read the first, the second, and so on in the program. It gets more involved when you have a fast device like the USB-1208HS-4AO acquiring data much faster than the other devices, but it can be done. Doing everything within a single loop would be best because Python doesn't support multi-threading.

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...