03-20-2023 11:53 AM
Thank you for you help!
Unfortunately, this test application has ~50 VIs.
Probably, it is reasonable to write simple test.
P.s. I started to look on the Profile because instrument's application runs 2+ days. Then it crashes with Visual C++ Runtime error (Windows stop the application in unusual way).
03-21-2023 04:53 AM
Do you open and close a lot of .net references instead of reusing them? I've had similar crashes due to that.
03-21-2023 09:24 PM
Application doesn't use .net reference.
It often
- searches "object" (left VI)
- waits event that stage finishes motion (right VI). This is reentrant VI with "Preallocated clone reentrant execution".
Application uses <1% CPU time. We noticed that application memory grows.