Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure GPIB-ENET/100

Hi!

 

I have created a Visual Basic program that communicates to some instrument via the GPIB-ENET/100.

 

I create instrument object which handles communication to my instruments as follows:

 

 

Private gpibDevice As Device

gpibDevice = New Device(CInt(deviceAddr), CByte(primAddr), CByte(secAddr))

 

The Device class is from NI4882.

 

The GPIB-INET/100 was installed using MAX where i entered the IP address of the GPIB--ENET/100.

 

Now,when i make a delivery of my program i do not want to install MAX and set up the IP address for the GPIB-ENET/100 first.

 

How can i do this from my visual basic program?

 

BR Paul

0 Kudos
Message 1 of 1
(2,950 Views)