08-03-2009 01:34 AM
Hi,
Can anyone tell me how to give instrument alias name.I've NRT power meter with GPIB address GPIB::12::INSTR.I want to give it some other name so that the user can identify it quite easily instead of GPIB address.
Solved! Go to Solution.
08-03-2009 01:40 AM
08-05-2009 04:22 AM
This is not the solution to my problem MUKS
can anyone come up with the right solution....![]()
08-05-2009 07:05 AM
08-06-2009 12:45 AM
08-06-2009 07:03 AM
Hi Dennis,
I've used VISA find resource function to identify whether the instruments are connected properly or not.But this gives me instrument address on the front panel.I dont want that.I want to have instrument name followed by a check box to see whether the instrument is connected or not.If you could give me an example vi that would be of great help.
08-06-2009 07:17 AM
That's an entirely different question.
Use the array returned by the VISA Find Resources and wire it into a for loop. Do a query inside the loop. If they all support the *IDN? query, then that is all you need.
What type of connections do you have to the instruments?
08-07-2009 01:06 AM
Dennis,
I'm using GPIB interface.
08-07-2009 06:54 AM
08-10-2009 04:00 AM
Hi Dennis,
I'm trying to get the instruments connected on GPIB.But I'm getting the addresses.I want instrument names and each instrument should followed by a check box to see if the instrument is connected or not.I've attached my vi here.plz see if any modifications needs to be done.