Contains the hudson_solo_module python package, providing an interface and adapter that works alongside Hudson's SOLOSOFT application to automate a Hudson Solo Liquidhandler.
For either method described below, you'll need to clone this repository.
- Open Command Prompt and navigate to the project directory:
cd path\to\hudson_solo_module
- Create a virtual environment:
python -m venv .venv
- Activate the virtual environment:
.venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Install PDM:
- Navigate to the project directory:
cd path\to\hudson_solo_module
- Install dependencies:
pdm install
To start the MADSci node:
python -m hudson_solo_module.solo_node --definition path\to\__.node.yaml
An example node definition file is included in definitions/hudson_solo.node.yaml