LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Seyonic Pipetting System

Has anyone sucessfully used LabVIEW to interface to a Seyonic pipetting system?

 

0 Kudos
Message 1 of 6
(3,436 Views)

Hi pcardinale,

 

What communication protocol are you using to connect to this device? (serial, GPIB, etc.)

 

 

-Matt

Matt
NI Community Team
National Instruments
0 Kudos
Message 2 of 6
(3,415 Views)

The device uses RS-232, but the provided documentation is only for the .NET interface.

0 Kudos
Message 3 of 6
(3,405 Views)

Is this documentation what ships with the product?  Do the .NET examples call into any dll libraries, or are they .NET assemblies you can call from Labview?  Or do you have the programming guide to the device so that you can just send the commands via VISA through the serial port?

Jensen
National Instruments
Applications Engineer
Message 4 of 6
(3,382 Views)

The documentation is what ships with the product.  There is no programming guide for sending commands through the serial port.

The example code is Visual Basic calling .NET assemblies.  I have tried to create equivalent code in LabVIEW, but without success.

0 Kudos
Message 5 of 6
(3,352 Views)

Here is some informaiton about calling .NET assemblies in Labview.

 

Using .NET in Labview

Using .NET assemblies with Labview

Loading .NET 4.0 assemblies in Labview

 

If you can't get the assemblies to work you will need to see if you can get directions for programming it yourself and use Serial or CAN commands to communicate with the device directly instead of through the assemblies.

 

Jensen
National Instruments
Applications Engineer
0 Kudos
Message 6 of 6
(3,333 Views)