05-24-2012 11:55 AM
I ran into a problem where I was locked out of an instrument. Is there a way to have a program globally release all visa instruments or reset a GPIB card?
05-24-2012 12:50 PM
What do you by "locked out"? What do you mean by globally "releasing" instruments?
05-24-2012 12:52 PM
Disconnecting all connections that the program might have on reserve.
05-24-2012 12:56 PM
That didn't explain "locked out".
You can use VISA Find Resource to get a list of VISA sessions, and then VISA Close to close them all. Whether or not this "unlocks" you is debatable since you haven't indicated what you mean by "locked out". Depending on what you mean, you may need to assert/deassert REN.
05-24-2012 12:58 PM
I'll have to see if the Ren line is what needs to be done because when I get locked out, visa close does not work.