-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples of connection with a SCPI contoller #95
Comments
I have been trying to use the SCPI interface. I can connect to the EEZ PSU via TCP/IP using Keysight Command Expert with Generic SCPI-99 Instrument / 1.0 command set, and some commands work while others seem to be missing. Examples of working commands are: SYSTem:ERRor?, SYSTem:VERSion?, Thank you. |
Hm, I'm not sure to which extend Keysight Command Expert is usable (at least some of recent versions such as 2017). It don't allow you to send anything what is not specified under command set of selected instrument, and Generic SCPI-99 Instrument / 1.0 command set is laughably limited. For that we should have specification of its "instrument" or maybe with VISA driver that could be possible. But someone has to build VISA driver (I believe that some kind of "developer" LabVIEW version exists that allows such thing by relatively simple listing all supported SCPI commands). |
OK, I have both LabVIEW and Matlab. I will give them a try. |
I am unable to generate a VISA driver using LabVIEW, because the device is not compatible with VISA with a null value for the serial number. Is there a way that I can set the H24005 serial number? |
You can check serial number with SYST:SER? and set it with same command. It's a string up to 7 character long, e.g. SYST:SER "PSU0001" |
Idea is to generate over time a collection of various examples how to communicate with firmware via 3rd party so-called SCPI controller software. That could be, if applicable, LabVIEW, BenchVue, MyOpenLab, etc. or your own application.
See also #16
The text was updated successfully, but these errors were encountered: