fuzikt / psd_mvp_control

Hamilton PSD4/6 and MVP4 controller
GNU General Public License v2.0
1 stars 1 forks source link

PSD pump and MVP valve controller

Python application to control Hamilton PSD/4, PSD/6 pumps and MVP/4 valves.

Features

Requirements / dependencies

Builds

Builds with all dependencies are available for Windows and Linux systems. See the releases page.

Install from sources

Make sure all dependencies are installed.

Alternatively, create a conda environment with the dependencies.

Download the sources from Github.

git clone https://github.com/fuzikt/psd_mvp_control.git
cd psd_mvp_control

To run the GUI use:

main_app.py

To run the demo script:

control_demo.py

Screenshots

Main Application

Alt text

Add devices

Alt text

Add program steps

Alt text

Supported devices

Files description

main_app.py

control_demo.py

hw_classes/mvp_valve.py

hw_classes/psd_pump.py

hw_classes/serial_com.py