01-06-2008 08:47 AM
01-06-2008 10:10 AM
01-06-2008 10:26 AM
04-27-2012 07:39 PM
Hi,
I am wondering if you solved this problem. I also need to cntrol an HP 5890. It has both an RS-232 and HPIB connection.
04-27-2012 08:09 PM
@arctic_samurai wrote:
Hi,
I am wondering if you solved this problem. I also need to cntrol an HP 5890. It has both an RS-232 and HPIB connection.
Did you bother reading any of the information in the post by Dennis K????
04-27-2012 08:14 PM
Yes I did a search for a HP 5890 in the instrument driver page but there was none. I also looked at the earlier response from pointonpa and looked at http://www.willstein.com/Resources but couldn't get the VI's from that site to run as there are a lot of missing VIs.
04-27-2012 08:19 PM
I also looked at the Cornell downloadable GC program and sent a message to the program developer, but I just thought to drop a message to TimChem in case he developed his own labview program.
04-30-2012 05:38 PM
Hi arctic_samurai,
It looks like the 5890 is supported and maintained by a third party, and that it has not been updated in a while. The link Dennis provided (also found on NI’s driver page for the instrument under the ‘Required Third-Party Installation(s)’) has links to a LabVIEW 8.2 version of the executable as well as the source code library. There does not seem to be a LabVIEW 2010 version, but the 8.2 version opens in LabVIEW 2011 SP1.
If this does not work, you might want to try communicating with the instrument using VISA commands.
04-10-2013 12:36 PM
Hi, it's been awhile since I tried to communicate with the GC HP5890 with the GC. I used the labview software from cornell but kept on getting an error message in the start up saying
I can't figure out what the problem is.
I used a one of those RS232 boxes (Four-Stat Model T-702 RS232 Tester) to check is my serial cable is working and is the GC and computer are giving data outputs. The only thing I''ve figured out so far is that the GC is giving a data output in pin 2 but it is not giving a request to send output in pin 4. The PC is giving a data output signal in pin 3 and a clear to send (pin 5) and data set ready output (pin6).
Is it possible that the error occurs because the PC is waiting for a request to send signal that the GC is not sending? If so, how can I go about fixing this.
I hope someone would be able to help me with this problem.
Thank you so much for all the people who replied so far.
11-07-2013 01:20 PM
I hope you solved the problem, but if you r still working on it then keep in mind that you need only pins 2 and 3 on either side. Pin 5 is the ground. Make sure that pin 2 on device side is connected to pin 3 on PC port. And pin 3 on device is connected to pin 3 at the port. Basically, the should cross so that sent data from device is hooked to receive pin at PC, and vice versa. The LabView driver from Cornell should work then, but you may need to debug small things: for example, makes sure that GetWorkFile procedure returns the right data. Good luck.