LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IDE Performance decrease during "Work" 2025Q3

Dear community Members

 

I have installed LV2025Q3 since august. All worked fine for small pojects and short work.

As I use it now also for bigger projects and typically at least one the whole day I see significant perfomance decrease in the IDE.

 

Is this the "normal" behaviour of LV2025Q3 . I have never oberserved this in LV2025Q1 and ealier.

After closing the IDE and reopening the project it is again fine operatable but after a while of editing it becomes unaccaptable.

 

Thank you for some input on your observation.

 

 

Gernot Hanel
IONICON Analytik Gesellschaft m.b.H.
0 Kudos
Message 1 of 3
(174 Views)

I have not experienced this with LV2025Q3 but you could check and make sure that you dont have any memory leaks.




Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 3
(123 Views)

Something has changed with the IDE. I had a similar response when my code contained a pair of nested For loops where each for loop was parallelized. When both loops were parallelized the IDE grinded to a halt; I later found out the code complexity for that VI was around 26!

 

Look at you VIs using the property inspector,  https://www.vipm.io/package/abcdef_property_inspector_free/?utm_source=vipm_desktop

 

Check if there are any VIs with a large complied code complexity. Newer versions of LabVIEW seem to add complexity to parallel loops.

0 Kudos
Message 3 of 3
(114 Views)