LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multimeter configuration - Driver and ethernet connection

Hi everybody !

 

I am currently using a multimeter (Keysight 34461A) with an ethernet connection for my project. I downloaded the driver of the instrument but I did not managed to make my system work..

 

In the function main, I entered the following lines:

ag3446x_InitWithOption("TCPIP::192.168.0.120::5024::SOCKET", VI_FALSE, VI_FALSE,"Simulate=0, RangeCheck=1, QueryInstrStatus=0,Cache=1", &handle_session);

ag3446x_ConfigureMeasurement(handle_session, AG3446X_VAL_FREQ, AG3446X_VAL_AUTO_RANGE_ON, 1E-6);

ag3466x_ConfigureTrigger(handle_session, AG3466X_VAL_IMMEDIATE,0.0);

ag3446x_Read(handle_session, 5000, &freq);

 

However, I am not sure of the declaration of the TCPIP connection, in the Initialization step, 192.168.0.120 is my IP adress, 5024 is my remote port.

I only found tutorials for GPIB connection, has someone already configured a multimeter with a driver and an Ethernet connection ?

 

Thank you in advance for your help !

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

Hello emilie_grd,

 

I suggest you to first verify if your multimeter is well connected to your network and then to check if MAX detects it.

Following link will give you a clear guideline:

http://www.ni.com/getting-started/set-up-hardware/instrument-control/ethernet-connect

 

Also, have you installed this driver?

http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E1C5CF089F15079AE0440021287E65...

 

Have a nice day,

 

Armando

0 Kudos
Message 2 of 2
(2,507 Views)