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 4
(268 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 4
(217 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 4
(208 Views)

Just to bring this topic to a kind of SOLUTION

 

I don't know the origin of my problem starting this thread but I just did my work.

After a while I probably changed some thing which solved the mentioned issue. Eventually it had to do with some nested loops but I can tell you the real origin.

 

Now this is fine and i have no longer a degrading IDE during development.

 

Thank you all for your input.

Gernot Hanel
IONICON Analytik Gesellschaft m.b.H.
0 Kudos
Message 4 of 4
(55 Views)