LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keysight 34461A initialize.vi not working

Solved!
Go to solution
Solution
Accepted by topic author AdrianOstrycharczyk

Hello. I recently switched from USB port to LAN port using ProCurve Switch 1700-24 and my DMM works perfectly fine. The issue was the USB port in DMM was not working correctly. Thanks everyone for trying to help.

Message 11 of 15
(1,097 Views)

Thanks for getting back to us with an update.  😎  Glad you figured it out!

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 12 of 15
(1,078 Views)

I just recently ran into the same issue.  I found that the Default Setup String that is used is causing the "Lockup".  I haven't investigated further into why.

 

AaronGBR_0-1724103103053.png

I just removed it from the places it was called.

 

This is in Default Instrument Setup.vi in the Private folder.

 

Now Initialize works for me and all the other VIs I've called.

 

0 Kudos
Message 13 of 15
(459 Views)

FWIW, the "Reset" sub-VI (within the "Initialize" VI) also hangs when the instrument is a Keysight 34465A DMM.

0 Kudos
Message 14 of 15
(365 Views)

I have had issues with Keysight 33509B, 33510B and  53220A devices.
@ LV2017, both LAN and USB communication was ok.
@ LV2023, LAN still ok, USB hangs in Init.
As far as i know, the sequence in "Default Instrument Setup.vi"
*ESE 60;*SRE 48;*CLS;
set first the registers and then the *CLS clear them.
When i just run the clear part *CLS and cut out *ESE 60;*SRE 48,
USB communication works also fine.

0 Kudos
Message 15 of 15
(12 Views)