TEARDOWNS

Cavro XL-3000 8-port Syringe Pump Teardown

Article by:
Date Published:
Last Modified:

This page details the teardown of a Cavro XL-3000 pump. I had an OEM model, so the exact part number of the unit was a little hard to determine. I contacted both Tecan US and Emerald Bio with a request for the Operator’s manual. This is the reply I got from Tecan US.

Sorry Geoff, Our company works direct with OEM's, and unless you have directly purchased product from us, we are not able to help with your inquiry. Please contact company where you purchased from for support. Thank you

I found the schematic “Metrolab Wiring Diagram” which had the following section in it.

Although there was no reference to the PCB fingers on the XL3000, the pinout is strangely similar.

The Hamilton PSD/8 is meant to be a “drop in replacement” for the Cavro XL3000. So finding a manual for this would mean finding a manual for the XL3000. Unfortunately, these are really hard to come by also. I did find the Hamilton PSD8 Syringe Pump Specification Sheet, but it does not have any information on the connector wiring or commands.

Here is the Cavro XP-3000 Syringe Pump Operators Manual. The XP-3000 is the smaller cousin (30mm stroke length) of the XL-3000.

I finally got it! Thanks to Emerald Bio, who sent me the Cavro XL-3000 Syringe Pump Operators Manual after I contacted them via email.

Pictured below is the wiring diagram for the PCB finger connector on the XL-3000.

The wiring diagram for the PCB finger connector on the Cavro XL-3000 syringe pump. Taken from the schematic in the operators manual.

The wiring diagram for the PCB finger connector on the Cavro XL-3000 syringe pump. Taken from the schematic in the operators manual.

The bare minimum number of connections to get it working are 4, the +24V, GND, RS-485 A Line, and RS-485 B Line (or the RS-232 TX and RX line instead of the RS-485 connections if you have the RS-232 interface board attached). The +24V power supply has to be capable of providing 850mA. A USB-to-RS-485 converter is a good way to control the pump from a computer. The syringe pump is set by default to communicate at 9600 baud.

Communicating to the syringe pump via a USB-to-RS-485 converter.

Communicating to the syringe pump via a USB-to-RS-485 converter.

When 24V is applied, the port motor should rotate to the start position. If it is already at the start position, it will do a full rotation anyway. I presume this is so the optical encoder can work out where the motor is.

When connecting one motor, a jumper is need on JP7 or JP8. They come shipped with a jumper on JP7. SW1 controls the address of the pump. It should be set from 0x0 (which gives address 0x31) to 0xE (which gives address 0x3F). Setting SW1 to 0xF makes the pump execute a self-test procedure.

There are two communication protocols, the OEM protocol and the DT (data terminal) protocol. The OEM protocol is more noise resistant, has checksums, and return message formats. The DT protocol is basic and suitable for controlling directly from a data terminal. I used the following settings in the PuTTy terminal. I decided to try the DT protocol.

The PuTTY configuration settings for communicating to the syringe pump.

The PuTTY configuration settings for communicating to the syringe pump.

Making sure the virtual COM port was installed correctly.

When installing a USB-to-RS485/422 converter, it installs a virtual COM port under the Device Manager in Windows.

When installing a USB-to-RS485/422 converter, it installs a virtual COM port under the Device Manager in Windows.

The DIP switch settings for SW2 on the XL-3000 syringe pump

The DIP switch settings for SW2 on the XL-3000 syringe pump

To get it running, the only setting I had to change was DIP switch 2 (SW2), from ON to OFF. This changed the message protocol from OEM to DT, allowing simple, no checksum needed comms from a terminal program on a PC.

The DIP switch (SW2) on the XL-3000 syringe pump.

The DIP switch (SW2) on the XL-3000 syringe pump.

To get the pump to initialise, I sent the command /1ZR. / indicates that a command follows, 1 is the pump address, Z is the command (initialise with valve to the right), and R executes the command. See the datasheet for more information on the commands. You should get the response /0@, as shown in the image below.

Sending the initialise message to the syringe pump at the pumps response. This was using the PuTTy terminal program, with the pump in the 'RT' protocol mode.

Sending the initialise message to the syringe pump at the pumps response. This was using the PuTTy terminal program, with the pump in the ‘RT’ protocol mode.


Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Related Content:

Tags

comments powered by Disqus