Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Granville-Phillips Vacuum Measurement System Series 307

Hi,

I’ve been looking for a driver to control my Granville-Phillips Vacuum Measurement System Series 307, but without much luck. The controller I’m using has an IEEE 488 interface. Does any know where I might look?

Thanks,

Randy L.
0 Kudos
Message 1 of 10
(6,396 Views)
Hi Randy,

I don't have experience with this particular instrument but you can usually find instrument drivers here. However, I did not see one for the instrument you are using.

Hopefully someone else who is more familiar with this device will know where else to look.

Good luck!

JenK
0 Kudos
Message 2 of 10
(6,380 Views)
Does anyone have a Granville-Phillips 307 LabVIEW driver for establishing an RS232 communication? This driver exists overseas at companies that utilize the Granville-Phillips 307 and LabVIEW and my computer lacks the language adaptation software.
0 Kudos
Message 3 of 10
(6,326 Views)
This VI will poll the instrument for the channel A and B data and write it to a text file.  I think I wrote this for a 307, but I'm not sure.
0 Kudos
Message 4 of 10
(6,314 Views)

Please excuse me but

Did you know if you used it for 307 or for other controller. Also can you repost your file since the old one does not have writefile.vi

Thanks,

Tony

0 Kudos
Message 5 of 10
(6,134 Views)
Sorry, I don't have that on this computer.  I will fire up my old computer tomorrow to see if it is there.  The file writing VI didn't do anything special.  It just wrote a timestamp and the channel values to a text file.  Anyways, I am sure that I would do the whole thing differently these days, but it did work well.
0 Kudos
Message 6 of 10
(6,119 Views)
Hi

maybe this can help you. It is however ment for the 370 or I made a few years ago a mistake.

The INIT initializes the port,
measure and activate are the low level routines. (activating the ion gauge)

read_P is a higher level routine that switches the ion gauge on when the pressure is low enough, not to hurt the ion gauge.

the control helps in selecting the correct device.

happy wiring

greetings from the Netherlands
Message 7 of 10
(6,111 Views)
Hi,
I am trying to use the program (for 370) but it keeps on giving me error (code: 1073807339). Do you know what changes can I possibly make so that it works?
0 Kudos
Message 8 of 10
(6,088 Views)
Hi Tony

This means a timeout. in fact the error is neagtaive: -1073807339
The minus sign is part of the tour.

This could also mean a false wiring scheme, RS232 is a standard called this way because nobody knows anymore what is 2(sending or receiving)
and 3 (receiving or sending) so I ende up saying RS232 means Regularly Soldering 2-->3-->2 and again because the soldering was right but the baudrate was not.
Or something like it.

Do you have a manual with commands from the 307 ?
And do you really have baudrate and handshake ok, and also CTS and DTR effectively connected.
The CTS means do not send yet
The DTR means I am powered on.

and all these details need to be correct or you get a timeout.


You can also look with an oscilloscope if the 307 is talking back at all.

greetings from the Netherlands
Message 9 of 10
(6,083 Views)

Albert,

Code works great! Thanks for the upload. For those of you still having problems, I have an older model 307 (apparently they updated these after Brooks bought GP) and it was essentially plug and play. Some of you errors might be do to communication problems.

0 Kudos
Message 10 of 10
(5,239 Views)