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
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.
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).
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
HI,
Just wanted to share with you a new version of the tool I'm working on :
GitHub - psykok/hp8903: Acquisition and plotting software for the HP 8903 Audio Analyzer
It's not completely finished, I'm currently doing test and debug.
New feature:
- GPIB visa support
- multi plot (up to 5), currently limited to the same measurement settings
Regards,
Alex
Just wanted to share with you a new version of the tool I'm working on :
GitHub - psykok/hp8903: Acquisition and plotting software for the HP 8903 Audio Analyzer
It's not completely finished, I'm currently doing test and debug.
New feature:
- GPIB visa support
- multi plot (up to 5), currently limited to the same measurement settings
Regards,
Alex