More HP 8903 Software

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
I've written new software for the HP 8903. Link below:

https://github.com/cosmonaut/hp8903

It's written in python and open source. I'm posting this in the hopes that it may be useful to someone else.

I know there is already some other HP 8903 control software out there but I wrote new software to support multiple operating systems and to create a plotting style that I preferred (and could be made more configurable by the end-user).

Anyway -- if anyone does use this and runs into issues (or anything) please let me know here (or on github) and I'd be happy to try and help.

~MCP
 
Screenshots please!
Also, you should try to use VISA to interface. Then it will not depend on the type of adapter, it could be PCI, ISA, USB, serial, ethernet, and any brand; it doesn't matter as long as it talks to the VISA system. Your NI brand USB-GPIB definitely does work with VISA. The prologix adapter is unfortunately one of the very few popular adapters that is not VISA compatible.
 
Thanks! Pyvisa looks great for supporting a ton of GPIB interfaces. It looks easy enough to be compatible with both methods (simple serial devices or via the VISA interface). So I should be able to support both. I'm interested in supporting the Prologix device because it looks like the most affordable interface...

Had a chance to take some screenshots too -- Don't have an amp on the bench at the moment so they are boring shots of the HP 8903 output connected to input. But at least it shows the GUI (which still needs some work).
 

Attachments

  • 2013-08-14-192726_1920x1200_scrot.png
    2013-08-14-192726_1920x1200_scrot.png
    116 KB · Views: 245
  • 2013-08-14-192910_1920x1200_scrot.png
    2013-08-14-192910_1920x1200_scrot.png
    103.9 KB · Views: 248
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.