A Python interface to Hamilton liquid-handling robots
Project description
PyHamilton
Python for Hamilton liquid handling robots
Hamilton software only works on Windows, so the same goes for PyHamilton.
Developed for Hamilton STAR and STARlet on Windows XP, Windows 7, and Windows 10. VANTAGE series supported with plugin. Other robot models and operating systems not supported yet.
Contact: contactpyhamilton@gmail.com for questions, ideas, or help with installation.
Example usage
if __name__ == "__main__":
from pyhamilton import HamiltonInterface, INITIALIZE
with HamiltonInterface() as ham_int:
ham_int.wait_on_response(ham_int.send_command(INITIALIZE))
Documentation
Installation
-
Install and test the standard Hamilton software suite for your system.
-
Install 32-bit python <=3.9, preferably using the executable installer at https://www.python.org/downloads/release/python-363/. Python 3.10+ is known to cause an installation issue with some required pythonnet/pywin32 modules.
-
Make sure git is installed. https://git-scm.com/download/win
-
Make sure you have .NET framework 4.0 or higher installed. https://www.microsoft.com/en-us/download/details.aspx?id=17851
-
Install Hamilton library dependencies HSLJson and HSLHttp by running executable installers "HSLJson Library v1.6 Installer.exe" and "Hamilton HSLHttp Library Installer Version 2.7.exe" located in ./bin.
-
Copy+paste the files from /library into your (path to hamilton install)/HAMILTON/Library folder These will ensure you have all the libraries you need in addition to the aforementioned HSLJson and HSLHttp libraries which are installed with executables.
-
Update your pip and setuptools.
> python -m pip install --upgrade pip > pip install --upgrade setuptools
-
Install pyhamilton.
pip install pyhamilton
-
Run. If you have other Python versions installed, always run pyhamilton with
py yourmethod.py
(the bundled Python launcher, which interprets shebangs) orpython3 yourmethod.py
Installation Troubleshooting
-
If you encounter an error relating to HxFan (i.e., your robot does not have a fan), open pyhamilton/star-oem/VENUS_Method/STAR_OEM_Test.med, navigate to the "HxFan" grouping, and delete all commands under this grouping.
-
If you would like to test your PyHamilton installation on a computer not connected to a Hamilton robot, use
HamiltonInterface(simulate=True)
to open your interface inside your robot script. -
If your initialization hangs (such as on initial_error_example.py), try these steps:
a. Make sure you don't have any other program running which is communicating with the robot e.g. Venus run control
b. Make sure the .dlls referenced in__init__.py
are unblocked. See this StackOverflow thread for more details.
Please see the list of Ongoing Projects for information on other issues with PyHamilton
Ongoing Projects
PyHamilton is an open-source project, and we have a ton of work to do! If you'd like to contribute to the PyHamilton project, please consider these following areas of ongoing work and don't hesitate to reach out if you want to discuss collaborating with the team.
- PyHamilton for Nimbus: Right now PyHamilton only works on the STAR line of liquid-handling robots, but we have recently received the appropriate libraries for expanding the framework to Hamilton Nimbus, a much more affordable and low-footprint robot. This project is in its very early stages so collaborators will have the opportunity to influence crucial design decisions.
- PyHamilton for Linux: One of the biggest limitations for PyHamilton, Hamilton robots, and much of lab automation in general is their exclusive dependence on Windows as an operating system. We are working to recreate the Venus application (which runs on Windows and which PyHamilton depends on in turn) as a Python library, so that PyHamilton will effectively become OS-agnostic. This is a truly massive undertaking but we have made considerable progress due to incredibly talented team member Rick Wierenga.
Applications
-
A high-throughput platform for feedback-controlled directed evolution, preprint
-
Flexible open-source automation for robotic bioengineering, preprint
Developed for the Sculpting Evolution Group at the MIT Media Lab
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyhamilton-1.42.tar.gz
.
File metadata
- Download URL: pyhamilton-1.42.tar.gz
- Upload date:
- Size: 23.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a291f68f4798773021ee440762c04d596d9bcf7dcf169def8783d4cd93858531 |
|
MD5 | 1476cc763d3ff93bd06d0ad3d7f19835 |
|
BLAKE2b-256 | b2e952ae88554995b5819f47b770c340587074d31cf25ea1978b433638fa9957 |
File details
Details for the file pyhamilton-1.42-py3-none-any.whl
.
File metadata
- Download URL: pyhamilton-1.42-py3-none-any.whl
- Upload date:
- Size: 6.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1e68fa695c916046a9deb907cc2818288c33a894335978044e736adadf0178a |
|
MD5 | 22fd2838e1ad0ed123e0e7303f5a295b |
|
BLAKE2b-256 | 3b137ffb5664bfd535da490db618ddecf257932ce0cbb19959ffe3c7d22ed3b6 |