When a user clicks and drags a slider - hundreds of value change events are generated for your code to handle.
Most of the time the user experience you want is just to use the value when the user has stopped dragging the slider. Similar to a text input field where you can select to have the value update only once the user has finished typing instead of all the intermediate values.
My proposal is to change the slider events to support this use case. I'm inclined to leave the exact solution open - as long as NI can support this use case.
There is another idea to add an ended event which would allow for this: https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Create-a-quot-User-Control-Ended-quot-Event/idi-p/107... but I created this post to be more specific.
You can find a number of attempts if you search the forums for "slider too many update events" such as
If you follow this through there are always compromises in every solution for getting this behaviour.
Debe ser un usuario registrado para añadir un comentario aquí. Si ya está registrado, inicie sesión. Si todavía no está registrado, hágalo e inicie sesión.