10-01-2025 08:31 AM
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.
10-01-2025 12:31 PM
I have not experienced this with LV2025Q3 but you could check and make sure that you dont have any memory leaks.
10-01-2025 12:55 PM
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.