Accessing different sensors on the same VINT Hub with different programs

Comments & issues
Supporting Windows 8 or newer
jannet
Fresh meat
Posts: 1
Joined: Mon Jun 09, 2025 11:26 am

Accessing different sensors on the same VINT Hub with different programs

Post by jannet »

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!
User avatar
mparadis
Site Admin
Posts: 679
Joined: Fri Oct 28, 2011 12:17 pm

Re: Accessing different sensors on the same VINT Hub with different programs

Post by mparadis »

You can access Phidgets from multiple programs is you open the channels remotely and have the Phidget Network Server running. You can get it set up by following the steps on this page.