08-17-2026 05:04 AM
08-17-2026 10:02 AM - edited 08-17-2026 10:19 AM
You forgot to attach a few .lvm datafiles so we cannot really test.
Also, all your controls should have typical default values so we don't need to guess.
You need to tell us how you use it and exactly want result you expect based on what event executes.
From a casual glance, there are some seriously poor coding habits. For example why would you read values from value property nodes inside a tight loop if once before the loop would be safer and more efficient. I doubt you are expecting the values to change between iterations, right? Why are none of the controls connected to anything? If you need alternative access to controls, use local variables, not value property nodes. Correctly done, none are probably needed.
altenbach_0-1786978854700.png
08-17-2026 11:04 AM
To be honest, I'm a beginner on LabVIEW, I kept this code because it seems functional to me to make my drop-down menu I attach you some empty .lvm text files for you to want the problem
08-18-2026 01:32 AM
@Problem LabVIEW wrote:
I attach you some empty .lvm text files for you to want the problem
I doubt empty lvm files would be useful. There is nothing attached.