03-09-2010 05:40 PM
Setting I/O time out:
There are three places:
1) Measurement & automation explorer-> GPIB interface properties-> I/O time out
2) GPIB function IBDEV() -> The fourth parameter is(tmo)
3) GPIB function IBTMO().
My qustion is:
I wrote a small program to test the response of GPIB instrument. I used IBDEV(). Will the I/O timeout setting in the function is enough and will it
overwrite the I/O timeout that has been set by GPIB interface properties?
03-10-2010 02:31 PM