02-24-2013 01:47 PM
I have a Stanford Research Systems PTC10 Temperature controller, and a Fluke/Phillips LCR meter, both connected to my computer via GPIB. I know the individual commands for each instrument and I can query and parse the response from each instrument separately. I now need to send commands to both instruments and get responses from them. For example, I need to:
PTC 10 -- Set temperature Tset
PTC 10 -- Query temperature T
If T = Tset, then
FLUKE -- Query Capacitance
How do I set up such a program?
02-24-2013 02:45 PM
Assuming you purchased a NI GPIB card, the installation would have included examples in various programming languages.
02-24-2013 06:47 PM
Make sure each instrument has a different GPIB address. If they are set to the same address, you will have conflicts. Once you have that set up, you can just send the commands you have been.
As far as cabling, you will need two GPIB cables. Piggy back the cables in a chain, not a star, configuration.
02-24-2013 07:09 PM
Thank you. Yes. I have the instruments cabled with separate GPIB cables, I am using different GPIB addresses.
Should I use an Instrument IO assistant for each instrument, or is there a way to send commands without the Instrument IO Assistant?
I want to start a project in Labview for this. For each instrument separately, I could send commands successfully. But I don't know the method for conbining the two intsruments into a single project, sending a command to one instrument depending on the state of the other, etc. Is there an example project which I could look at?
Thank you again for your time.
02-24-2013 07:23 PM