12-20-2010 11:24 PM
can the knobs be configured to have discrete steps?
Solved! Go to Solution.
12-20-2010 11:33 PM
Are you talking front panel knobs?
If so, yes. Right click properties. Data Entry tab.
12-20-2010 11:41 PM
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?
12-20-2010 11:44 PM
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.
12-21-2010 12:25 AM
I have chosen event structure but how to configure it for changed value...I donot understand....Please elaborate....
12-21-2010 09:14 AM - edited 12-21-2010 09:15 AM
Like this.