Hi,
I am trying to use Python with the Hamilton Zeus X1 Pipette head. I came across code by nicholasmorrow and was building off of this work. Unfortunately, I have had no luck in talking to the pipette head through the USB to CAN converter COM Box (P/N: 10140112/00) from Hamilton. Has anyone had success using python-can to communicate to the pipette head through the COM box?
I get a ‘Timeout waiting for kick response.’ error after trying the following steps.
- Confirmed hardware connection works by actuating the pipette head with the WinTUSXp program.
- Downloaded usb2can.dll from 8devices website
- Use ‘usb2can’ interface to initialize a python-can CANBus object.
- Create a ZeusModule object.
Any help would be appreciated.