LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using HP54600A with RS232 control module

I have an olde HP-54600A with a RS232 control module that I would like to use in an experimental test setup. I currently have downloaded the Instrument drivers but they appears to only work with GPIB. Am I missing something with these drivers or can they work with the RS232 control module.

Thanks,

Meyerss
0 Kudos
Message 1 of 2
(2,685 Views)
Since the driver was written with VISA commands, you probably only need to make a couple of small modifications. The first is to set the serial port parameters (baud rate, etc) and possibly add a termination character to the VISA Writes. You might want to download a driver written for both GPIB and RS-232 to see how the first is done. The HP34970A is a good example. Check your manual to see whether a serial write must have a termination character. This is typically a CR or LF. Just like a VISA property node is used to set port parameters (in VISA Configure Serial Port), there is also a property node to set the Serial End Mode for Writes. Add this property to a copy of VISA Configure Serial Port and put this in the Initialize vi of the scope driver. Then all you should have to do is select the correct com port in the VISA Resource Name.
0 Kudos
Message 2 of 2
(2,675 Views)