03-02-2011 09:16 AM
Has anyone sucessfully used LabVIEW to interface to a Seyonic pipetting system?
03-03-2011 03:51 PM
Hi pcardinale,
What communication protocol are you using to connect to this device? (serial, GPIB, etc.)
-Matt
03-03-2011 06:01 PM
The device uses RS-232, but the provided documentation is only for the .NET interface.
03-04-2011 02:43 PM
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?
03-07-2011 09:42 AM
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.
03-08-2011
02:26 PM
- last edited on
05-01-2025
03:07 PM
by
Content Cleaner
Here is some informaiton about calling .NET assemblies 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.