Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout IVI driver Power Supply

Hello,
Sometimes I get the following Timeout message (see attachement), when I use the IVI driver.
How can I solve the Problem. It is the Toellner 8852 Power Supply
regards
Samuel
0 Kudos
Message 1 of 2
(3,209 Views)

Samuel,

0xBFFF0015 is a VISA time-out error. This could occur when you send a query to the instrument (e.g. in the ATTR_OUTPUT_ENABLED callback) and the instrument does not return a response within the default VISA time-out period (2000ms). Try changing the value of the VI_ATTR_TMO_VALUE attribute to a higher value for the VISA session. To do this, modify the Initialize function of your IVI driver to set the VI_ATTR_TMO_VALUE attribute after you create your VISA I/O session.

Best Regards,

z_haider

 

0 Kudos
Message 2 of 2
(3,191 Views)