12-08-2006 10:30 AM
OK, changing that driver helped some, it now gets to the 5th loop, instead of the 3rd. It is now getting stuck again on the agn330xa driver.
Same "insufficient resources..." error....
12-08-2006 10:41 AM
12-08-2006 10:48 AM
12-08-2006 11:37 AM
12-08-2006 11:43 AM
Napview,
That used to be essential back in the days of 5.1/6.0 as you mentioned but has been fixed with newer releases of VISA. It is still good programming practice to do a close for every open but the good folks at NI fixed the problem as far as I can tell.
12-08-2006 11:44 AM - edited 12-08-2006 11:44 AM
Dennis, you don't think this is going to help at all, then?
Message Edited by REash on 12-08-2006 12:45 PM
12-08-2006 11:54 AM
12-08-2006 12:01 PM
napview, I just said that's how my program is right now. The VISA Opens to VISA Closes is about a 1:1 ratio....
And what do you mean by "...disable index of those wires..."??
Did you read what Dennis just said, too??
12-08-2006 12:32 PM
12-08-2006 01:03 PM - edited 12-08-2006 01:03 PM
Napview,
The two that have been causing problems thus far are for the Agilent N3301A Electronic Load, and for the Xantrex XFR Power Supply. They can be found in the Instrument Driver Network.
Dennis,
The program went through all 6 loops this time. But one thing I forgot to mention is that the program will do these 6 loops 2 more times, for a total of 3. We are testing 6 units in a temperature chamber, at 3 different temperatures. So it performs the same set of tests for all 6 units, switching through the connections to them with a matrix of relays, changes the temperature setting of the chamber, dwells there for 90 minutes, then starts the same sequence of tests again. It then repeats this for a third temperature. So right now it is dwelling on the second temperature for its 90 minute wait, allowing the units time to reach temperature. So I still need to make it through those 6 loops two more times. So removing those extra initialize VIs did help out a lot. We'll see how the rest of this run turns out. It will be a while until this run is done though. I'll let you know.
Ryan
Message Edited by REash on 12-08-2006 02:06 PM