numat / alicat

Python driver and command line tool for Alicat mass flow controllers.
GNU General Public License v2.0
21 stars 27 forks source link

Can you connect Alicats to BPODs? #29

Open icullen87 opened 1 year ago

icullen87 commented 1 year ago

Working on a project that will be controlled by a BPOD, more specifically PyBpod, and wanted to know if it could be directly integrated with State Machines?

alexrudd2 commented 1 year ago

Hello @icullen87 !

I have no idea what a BPOD is. However, it appears to me PyBod plugins are capable of running arbitrary Python code. If they are, you can import the FlowController class as described in the Readme: https://github.com/numat/alicat#python

I hope this is useful to your project.