We have an old HP 8753B Network Analyzer that is connected through GPIB. I'm trying to get it working with an example included in the drivers found on NI's site. Communication is working, the initialize VI and a save/recall state VI both execute fine. However, the next VI to run simply sends one command which is only 5 characters long to VISA Write. This Write will timeout after 10 seconds and return a "Timeout expired before operation completed" error.
Any idea what would cause this half way through an example program? I've been searching and I see things about sending large amounts of data causing this error, but we're only sending one small command.
Also, there used to be a different VI before the current one that causes a problem and that would return the error. It seems as though anything that follows the save/recall state VI fails.
I don't know much about GPIB, but I'm thinking that the save/recall state VI is somehow making the instrument hang up and then when I call VISA Write in any VI afterwards, the handshaking that is supposed to occur fails. Does this make sense?