08-01-2016 01:40 PM
Hello everyone !! I have a slider numeric control and I want to be able to change and update the value when Vi is running. Can I use property node for this?
Solved! Go to Solution.
08-01-2016 01:42 PM
Sure. Or a local variable.
These questions can be answered by taking those tutorials.
08-01-2016 01:47 PM
I was not able to find one which uses property node. Sorry about that.
08-01-2016 02:25 PM
If it's a CONTROL (not INDICATOR), then it's intended for the user to set the value via mouse / keyboard.
You can still set the value via PROPERTY NODE or LOCAL VARIABLE, for ANY control.
What difficulty are you seeing?
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-01-2016 03:41 PM
Hi,
Heres an example for you.
08-01-2016 03:47 PM
08-02-2016 10:26 AM
Sorry the problem is not solved yet. The horizontal slider control lets the user to choose the number of samples to display on the graph. The problem is when I run the VI and I change the value of samples through the slider, it does not update the values on the graph.
08-02-2016 10:29 AM
Please post code and if you have another question it is good habit to start another thread .
08-02-2016 10:33 AM
The problem is when I run the VI and I change the value of samples through the slider, it does not update the values on the graph.
You have shown NO code, so can you explain how anybody could possibly help?
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-02-2016 10:35 AM
The problem is that the code is confidential so I can't post it. But the only problem is that it is not updating the values in the graph.