LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

discrete step knobs

Solved!
Go to solution

can the knobs be configured to have discrete steps?

0 Kudos
Message 1 of 6
(3,982 Views)
Solution
Accepted by topic author light yagami

Are you talking front panel knobs?

 

If so, yes.  Right click properties.  Data Entry tab.

0 Kudos
Message 2 of 6
(3,980 Views)

thank you....got it...I also want to compare previous and present knob values while turning....so i need some kind of memory....how do i do it?

0 Kudos
Message 3 of 6
(3,970 Views)

Use an event structure for the value changed event.  It will give you old value and new value on terminals inside the left hand side of the event case.

 

You can also store the value of the control in a shift register so that you can compare the value in the current iteration of your loop with the previous iteration.

0 Kudos
Message 4 of 6
(3,966 Views)

I have chosen event structure but how to configure it for changed value...I donot understand....Please elaborate....

0 Kudos
Message 5 of 6
(3,960 Views)
0 Kudos
Message 6 of 6
(3,934 Views)