New GUI for easy settings available #73
xyphro
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I wanted to do it since long time, but finally I got reminded to make a GUI to allow in a simple way the changing of the non-volatile settings. This is especially interesting for users that don't use Python code and put effort into porting code to C, Labview, Matlab or other tools.
The GUI requires that any kind of Visa tool is provided. E.g. NiVisa or RSVisa or any other. My personal favorite is RSVisa btw, cause it does not install gigabytes of files, is well supported, tested and supported on many operating systems/platform -> Even on Raspberry PI.
The GUI can be downloaded from here: https://github.com/xyphro/UsbGpib/tree/master/SW/UsbGpibGUI
It is a single self-contained executeable for windows. Allthough it could be compiled for linux, we'd require changes in the visa32.dll interfacing. To limit my maintanance and testing effort I release it for windows only.
Here a screenshot to get a rough impression of it:
https://github.com/xyphro/UsbGpib/blob/master/pictures/UsbGpibGUI.png?raw=true
Best regards,
Kai
Beta Was this translation helpful? Give feedback.
All reactions