07-27-2009 10:20 PM
There are times when I click run on my working program, this -410 query interrupted error would appear on the instrument. Anyone knows what is going on?
Another thing I am asking in advance is how do I combine the programs for both instruments(A Signal Generator and a VSA) into one program? I need to configure the settings of both instruments one after another but I am concern about the timing.
07-28-2009 12:44 AM
Use errorin and errorout wires to sequence the commands and make the visa write and visa read routines synchronous.
The only timing you have to worry after that is the reaction of the first instrumentafter the command. It takes some time to execute a command.
The error you see points to a too fast command after a previous one, mostly not reading all data that is available, but I've also seen this when no data was available but the instrument simply was not ready.
07-28-2009 01:37 AM - edited 07-28-2009 01:39 AM
07-29-2009 12:54 PM