03-12-2015 11:11 AM
I get this error when i try to do a single pass on my sequence.
the labview code issued involves Classes and a lots of Vi's that are included on a Hardware Abstraction Layer
the sequence executes but i cant see anything on the screen like the pass fail data, or the trace arrow to see which step is executing.
have you guys seen this before?
03-13-2015 08:45 AM
You can check the GDI and USER object usage of your process in the Window's task manager (you can enable columns which will show this for all of the running processes). Is it very high? If so you might have some code which is leaking GDI or USER objects somewhere. Or do you have a lot of windows open in TestStand? If so then you could legitimately be using a lot of GDI or USER resources.
Hope this helps,
-Doug
03-16-2015 10:20 AM
i found the problem
My labview project was loading to many Vi's. i was able to reduce the GDI objects to half.
09-05-2022 01:44 AM
Hi,
I am actually facing the similar issue with Teststand 2020, Can you please elaborate what you have made changes to resolve this issue. So that I can also try.