09-15-2010 12:39 AM
Hello Mike,
I mentioned about my problem not the Knob function.
As I pointed before, I would like to display the final value in the string output when the user changes knob value (that is only one value) in the sample.vi code.
Thanks
09-15-2010 12:55 AM - edited 09-15-2010 12:59 AM
Try this too...
09-15-2010 01:29 AM
Hello Anand,
Thanks for your Idea.
I have checked both of your VIs, I want to have bit change in the output.
We need to display every value set by the user. For example user setting various values for current at different interval. That is we need to display the new value as well as old values
current = 5.2
current = 6.3
current = 7.2
Thanks in advance
09-15-2010 01:45 AM - edited 09-15-2010 01:47 AM
I think this would help...
kudos are always accepted
09-15-2010 01:48 AM
Hi,
maybe you are interested in this one.
Mike
09-15-2010 02:18 AM
Kumar,
there is now really a nice collection of examples in this thread showing how to change the default "works as expected/intended" behavior of a knob control to something which you want to have.
Nevertheless, the major question from my side is not answered yet: Why are you insisting to use a control which is not designed to act as you desire? Why don't you simply use a digital numeric input control??
The purpose of a knob control in LabVIEW is to "simulate" a knob from a boxed instrument. And that is what it does.....nothing more, nothing less.
Norbert
09-16-2010 01:21 PM
Check the example in this .llb
06-24-2020 11:50 AM
Hi,
i know this date from 2010 🙂 But today i had almost the same problem ,and the solution was to add event to kbob value change which is Drag Leave=> by this way you are sure that the user is done with updating the value 😉