Author Topic: Looking for ~20 yr old software to interface Agilent 54622D oscilloscope with PC  (Read 1619 times)

0 Members and 1 Guest are viewing this topic.

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us
Greetings.

I picked up my first oscilloscope this weekend:

Agilent 54622D (specs and description)

I see there is (was?) software available to interface this with a PC using an RS-232 serial cable. I have a serial to USB cable that I've used for other applications without incident. I hooked it up and tried to find the needed software.

It's called "Intuilink". I was able to find a copy, provided by the Keysight company (did they buy Agilent?):

Here is the page for the software I grabbed.

While 3.1 is the newest version, I couldn't get it to run the installer on my Win10 machine. The 1.1 version did run and I see the main screen. When I try to connect to the scope, I'm greeted with the following two screens:

This one expecting a connection through GPIB::7


And this when I go to search for an instrument.


I understand that the GPIB interface is an optional addon for this unit which I don't have. I thought this software would allow me to use RS-232 but I don't have an option to change the interface.

There was mention that I needed to download Agilent IO Libraries. I could find Keysight IO libraries (actually, I was redirected there) and was able to install "IO Control".

I could get this far and got that program to apparently recognize my scope.

Here is a picture of that.


I am not able to send or read any commands from the unit with the drop down list of commands I can apparently send. I used the alias GPB::7 juuuust incase that made a difference. It did not.

So.. I'm at a standstill. Would anyone here have any insight? My other option is to grab a USB floppy drive to transfer BMPs of the scope screen. No, I don't -need- any of this but it would be kinda fun.

Thank you for taking a look!
« Last Edit: February 28, 2022, 02:28:18 am by CzarAlex »
 

Offline Venturi962

  • Regular Contributor
  • *
  • Posts: 123
  • Country: us
Assuming you've setup the Scope I/O to use RS-232, I believe you'll also need a Null Modem Adapter.  This is mentioned here: https://www.keysight.com/us/en/lib/resources/training-materials/communicating-with-instruments-using-rs232.html

Before trying Intuilink, you want to make sure you can get a response to the *IDN? command in IO Control, this means that the PC can talk to the scope.

This thread implies that Intuilink 4.3 is the latest: https://www.eevblog.com/forum/buysellwanted/fs-(eu)-agilent-54622d/msg3068220/#msg3068220
 

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us
I'm using this cable

https://www.amazon.com/dp/B0759HSLP1

With this gender changer

https://www.amazon.com/dp/B00005111M

I'll take a look tonight to see if the wiring matches what's needed. 
 

Offline Venturi962

  • Regular Contributor
  • *
  • Posts: 123
  • Country: us
 

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us
Ordered! Slated for delivery tomorrow. I'll report back.

Thank you for finding a direct link like that.
 

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00

I did manage to get all this working with my 65422D, but the software is quite limited and very slow...

 

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us

I did manage to get all this working with my 65422D, but the software is quite limited and very slow...

Was this via RS-232?
« Last Edit: February 28, 2022, 04:29:18 pm by CzarAlex »
 

Offline EE-digger

  • Frequent Contributor
  • **
  • Posts: 348
  • Country: us
If I remember correctly, the Intuiilink interfaces use VB scripts which you can view or edit within Excel.  As another poster mentioned, it tends to be slow and is limited, but it did work.  Used it for DMM and for signal generator in the past.
 

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us
If I remember correctly, the Intuiilink interfaces use VB scripts which you can view or edit within Excel.  As another poster mentioned, it tends to be slow and is limited, but it did work.  Used it for DMM and for signal generator in the past.

Thank you. I'm hoping this null modem adapter is all I need. Slow is alright with me for this.
 

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00

I did manage to get all this working with my 65422D, but the software is quite limited and very slow...

Was this via RS-232?

Yes, via RS232.   

Downloading data is very slow, e.g. for a screen shot.

 

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us

Yes, via RS232.   

Downloading data is very slow, e.g. for a screen shot.

Did you use a null modem cable for this? And which software were you using?
 

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00

Yes, via RS232.   

Downloading data is very slow, e.g. for a screen shot.

Did you use a null modem cable for this? And which software were you using?

Yes, I used a null modem adaptor in the line. 

I pretty much followed the guidance here:  https://hackaday.io/project/171625-agilent-5460054500-extract-data-to-pc

I downloaded the software as described in that article, and got it to work  (on Windows 7).


I found it so slow that I went back to using a floppy disk!  :D


[Edit] There is another option:  the BenchLink XL 54600 v2 application,  which I found on the Keysight web site.  This is very old software, but a lot lighter weight than the above monstrous libraries, but I had trouble getting it to work on Windows 7.  But you inspired me to try again just now:  I extracted the archive and set the Setup.exe to run in Windows XP sp3 compatibility mode.   The install started right up and looks like it might work!  If it can be made to work it actually looks better than the above newer software in many ways...   I think this is the software @EE-Digger was talking about above, it comes with Excel plug-ins etc. that may or may not work with newer versions of Excel!

« Last Edit: February 28, 2022, 10:28:03 pm by SilverSolder »
 

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us
Yes, I used a null modem adaptor in the line. 

I pretty much followed the guidance here:  https://hackaday.io/project/171625-agilent-5460054500-extract-data-to-pc

I downloaded the software as described in that article, and got it to work  (on Windows 7).

I found it so slow that I went back to using a floppy disk!  :D

[Edit] There is another option:  the BenchLink XL 54600 v2 application,  which I found on the Keysight web site.  This is very old software, but a lot lighter weight than the above monstrous libraries, but I had trouble getting it to work on Windows 7.  But you inspired me to try again just now:  I extracted the archive and set the Setup.exe to run in Windows XP sp3 compatibility mode.   The install started right up and looks like it might work!  If it can be made to work it actually looks better than the above newer software in many ways...   I think this is the software @EE-Digger was talking about above, it comes with Excel plug-ins etc. that may or may not work with newer versions of Excel!

Excellent. I'll wait until tomorrow when my null modem adapter arrives and try this out. I was able to find the specific software version mentioned in the hackaday article and have it installed. Thank you! I'll report back!
 
The following users thanked this post: SilverSolder

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00

I was playing a little with BenchLink XL 54600 v2 yesterday.  It is, unfortunately, very ancient software going back to the Windows 98 days.   It does not like 64 bit windows, as you'd expect.  It might work well in a virtual machine with an older version of Windows...


What we really need is a "new" application that talks to this scope!  :D
 

Offline CzarAlexTopic starter

  • Newbie
  • Posts: 8
  • Country: us
SOLVED!

The null modem adapter worked just fine and I have access to the unit. Thank you everyone!!
 
The following users thanked this post: SilverSolder


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf