LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

profile performance and memory dialog

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).

0 Kudos
Message 11 of 13
(305 Views)

Do you open and close a lot of .net references instead of reusing them? I've had similar crashes due to that.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 12 of 13
(281 Views)

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".

Vasilich2004_0-1679451438199.png

Application uses <1% CPU time. We noticed that application memory grows.

0 Kudos
Message 13 of 13
(265 Views)