LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

What do you put for port and socket in TCPIP::IP address::Port::Socket?

I'm just trying to get the equivalent instrument handle using an ethernet connection that I've always used for GPIB based instrument control. So to init the instrument I need to pass something like:

"GPIB::2::INSTR"

where the instrument is set as a gpib address of 2. Well to do the ethernet equivalent I do this:

TCPIP::IP ADDRESS OF INSTRUMENT::port::socket.

What do I put for port and socket? I'm looking for very generic stuff here. I have an IP address all set up for my scope and I can ping it from my CVI station. I'd sure appreciate some help.

Grant
Grant M. Johnson
Project Engineer
LECO Corporation
0 Kudos
Message 1 of 2
(2,784 Views)
Sorry. I was using an incorrect driver. With the correct driver you can just use "TCPIP:IP Addres" to get a handle.

I'm submitting the driver to the Instrument Network.

Grant
Grant M. Johnson
Project Engineer
LECO Corporation
Message 2 of 2
(2,784 Views)