Hello,
I'm currently using a HUB0002_0 connected to multiple sensors (HUM1001_0 and DAQ1500_0) and I want to be able to access them from different Python programs. I have a Python program for each of the individual sensors (for separate purposes) but they do not run simultaneously. Is there a way to run different sensors on the same Hub on different threads in Python? Or what would be an alternate solution if there are multiple sensors that I want to run in different Python programs? Any help would be appreciated. Thank you very much!