LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Driver for HP E5250A?

Does anybody have a driver that I can use in labview for e5250a? It seems to be not in use anymore but I need it even though its the old version

0 Kudos
Message 1 of 3
(2,723 Views)

Hi

That instrument uses SCPI which is fairly easy to implement without the need for a driver.

https://www.youtube.com/watch?v=uOvXHwkpfV8
There's a YT video that shows the basics of how to do it.
Hope that helps.

Message 2 of 3
(2,699 Views)

Way back when I used that switch.  I remember a LabVIEW driver but don't have it anymore.  But if I remember the driver was simply a few SCPI commands.  You can see all the SCPI commands in the manual...

 

https://literature.cdn.keysight.com/litweb/pdf/E5250-90000.pdf?id=1355733

 

or download the Keysight I/O library and use their guide to build the SCPI commands then transfer those to LabVIEW.

 

https://www.keysight.com/main/software.jspx?cc=CA&lc=eng&nid=-34003.536883163&id=1184883&pageMode=CV

 

Craig

Message 3 of 3
(2,697 Views)