LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

arbitrary gpib timeout setting

Is it possible to set the GPIB timeout to some value other then the 18 predefined values available in the ibtmo or ibdev functions?  I'd like to set it to a value between 30 and 100 seconds. Thanks.
0 Kudos
Message 1 of 5
(3,807 Views)
Hi Graybeard,

Unfortunately I think you're stuck with the 18 pre-defined values.  However, you could do asynchronous calls and then abort them at whatever time you wanted.
Robert Mortensen
Software Engineer
National Instruments
0 Kudos
Message 2 of 5
(3,778 Views)

Hi everybody,

 

How is it possible to abort calls to gpib devices ?

 

0 Kudos
Message 3 of 5
(3,608 Views)
Ronyo,

As it is pointed out above it is not possible with synchronous communication except by waiting for a timeout. With asynchronous you can send the ibstop() to your device to abort the asynchronous command.

Cheers,
-Marshall R
0 Kudos
Message 4 of 5
(3,593 Views)
OK Thanks Smiley Wink
0 Kudos
Message 5 of 5
(3,587 Views)