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 17
(1,560 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 17
(1,541 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.

 

Message 13 of 17
(922 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 17
(828 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 17
(475 Views)

I have had this issue with Keysight 34460A (digital multimeter).
It seems that I solved this issue by installing the following driver,

Keysight IO Libraries Suite 2025.

Another option is set SPCI command "*ESE 60;*SRE 32;*CLS" in Default Instrument Setup.vi;
Original command was "*ESE 60;*SRE 48;*CLS".

0 Kudos
Message 16 of 17
(136 Views)

@hidezo wrote:

I have had this issue with Keysight 34460A (digital multimeter).
It seems that I solved this issue by installing the following driver,

Keysight IO Libraries Suite 2025.

Another option is set SPCI command "*ESE 60;*SRE 32;*CLS" in Default Instrument Setup.vi;
Original command was "*ESE 60;*SRE 48;*CLS".


That makes NO sense!  Erase everything but two bits, then Erase a few more  AND FOLLOW UP BY clear...

 

No


"Should be" isn't "Is" -Jay
0 Kudos
Message 17 of 17
(103 Views)