12-11-2019 12:43 AM
Hello,
can someone help me with my Problem. I want to read voltage Data from a power supply module with the NI MAX Software. Is it in general possible and how can I do this?
Thanks for help.
12-11-2019 01:16 AM
Hi Markus,
two points:
- MAX is "just" a tool to configure and manage NI hardware.
- Usually simple power supplies don't provide any way to read their output values. Only "better" supplies allow that.
Which hardware do you use? Which driver do you use? How is the power supply connected to your computer?
12-11-2019 03:10 AM
We have a Keyside in 6700B and modules with 8.00 V Output. The communication is GPIB. We want change the old modules and to localise the old module we need a tool to read the modules.
12-11-2019 03:36 AM - edited 12-11-2019 03:39 AM
@Markus_Kittelmann wrote:
We have a Keyside in 6700B and modules with 8.00 V Output. The communication is GPIB. We want change the old modules and to localise the old module we need a tool to read the modules.
Your post makes no sense. What do you mean by "change the modules"? Are you physically taking them out and replacing them? Why? Are they broken? (It's hard to imagine them breaking. The 6700B is a solid performer.) What do you mean by"localise"? Do you need to change the language or something? And if you're going to read the voltage with something like NI-MAX, you may as well just read the front panel. It's a lot easier.
And it's "Keysight", not "Keyside".
Your posts are a bit frightening. Please read the manual carefully so you know how to operate and program the power supply and then post back so I know you've survived your encounter with the power supply.
12-11-2019 06:41 AM
Luckily, the N6700 series uses standard SCPI commands but you have to add the module number. Been too long since I wrote that code and I don't feel like digging into it at the moment, so I am not sure the exact syntax. Find the Programmer's Manual for the mainframe and it will tell you everything you need to know.
12-11-2019 07:44 AM
We have diffrent measurement systems. In everyone we use the power supply module. Some System using the "better" modules and some the older one. Now the question is can we read the modules of our different measurement system with a Software to find out which are new and which are old modules whitout remove the modules of the measurement system?
Thank you for you help.
12-11-2019 07:50 AM
12-11-2019 07:56 AM
@Markus_Kittelmann wrote:
Now the question is can we read the modules of our different measurement system with a Software to find out which are new and which are old modules whitout remove the modules of the measurement system?
According to my Agilent N6700 Programmer's Reference (attached), you need to use the SYST:CHAN:MOD? command. You can specify one or more channels to return the model numbers. There are also commands to get the serial numbers and any installed options of the modules.