11-19-2012 04:25 PM
Hi, I'm try to code on labview to check for status of a GPIB instrument is busy or not. I think we can use visa check status to check for this. can anyone let me know how please?
thanx.
11-19-2012 08:51 PM
11-19-2012 09:07 PM
Perhaps you mean you want to check if the instrument is available? In that case, just try to open a handle to the instrument and check the error.
Or maybe you want to check if the handle to the instrument is still valid? You can use the "Not A Number/Path/Refnum?" to check that.
If not, please give more details.
11-20-2012 01:04 PM
Hi Enrique,
Thanks for your response. I'm trying to query current from a power supply every second and skip if it be use by other. Can I use "Visa Wait on Event"?
thank you,