07-07-2015 01:10 PM - edited 07-07-2015 01:11 PM
After doing almost 10,000 of 33,000 loops of a long test sequence this started popping up.
The first few times (5 or 6times) it would allow the user to retry and continue.
When it finally would not continue, run cleanup was selected. During cleanup, all calls that went through the labview connector got an ActiveX error.
After cleanup had completed, a few clicks around the TS GUI and TS crashed.
Any ideas on how to trouble shoot?
Regards,
Mac
07-07-2015 01:48 PM
Are you calling a new thread for each loop? You need to release the threads/executions once you are done with them.