LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

knob final value

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

0 Kudos
Message 11 of 18
(1,539 Views)

Try this too...

 

Smiley Wink

-----

The best solution is the one you find it by yourself
0 Kudos
Message 12 of 18
(1,532 Views)

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

 

 

 

0 Kudos
Message 13 of 18
(1,525 Views)

I think this would help...

 

 

 


kudos are always accepted

 

 

Smiley Wink

 

-----

The best solution is the one you find it by yourself
0 Kudos
Message 14 of 18
(1,518 Views)

Hi,

maybe you are interested in this one.

 

Mike

0 Kudos
Message 15 of 18
(1,514 Views)

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 16 of 18
(1,508 Views)

Check the example in this .llb

0 Kudos
Message 17 of 18
(1,481 Views)

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 😉

0 Kudos
Message 18 of 18
(1,123 Views)