I am controlling a Tektronix TDS8000 DSO using VISA GPIB over TCP/IP. The labview 6i driver I wrote works well most of the time, but from time to time I receive a timout in VISA_open.vi (or in VISA_write.vi, if I remove VISA_open). Judging from the NISpy capture, both errors seem to be related to Labview trying to open a VISA session.
When I change the address to the GPIB bus rather than the GPIB over TCP/IP I do not receive any timeouts. Therefore it has to be related to the GPIB over TCP/IP.
Any ideas?