lvb Posted April 5, 2008 Report Share Posted April 5, 2008 I am creating an application that is simulating a 10-turn pot. I figured that I would probe the community to find out if this exists anywhere and for advice on how to implement this control. So far I have found a resource here, but it limits user input to the increment/decrement buttons (does not allow the user to rotate the wheel). The one roadblock I see in creating a control would be detecting if the wheel rotation direction. For instance: Given a 360 degrees of rotation, has rotated in the clockwise or counter-clockwise direction when transitioning between values (to account for roll-over). Any info would be appreciated! Thanks Quote Link to comment
Doon Posted April 5, 2008 Report Share Posted April 5, 2008 QUOTE (brianafischer @ Apr 4 2008, 09:22 AM) The one roadblock I see in creating a control would be detecting if the wheel rotation direction. For instance: Given a 360 degrees of rotation, has rotated in the clockwise or counter-clockwise direction when transitioning between values (to account for roll-over). Hiya, To get you started, here is a "standard" 360-counter device. http://lavag.org/old_files/post-3343-1207331297.vi'>Download File:post-3343-1207331297.vi It basically counts up and down as the user rotates the knob (the knob having a range from 0 to 360 -- you should be able to adjust this to any resolution). I leave it to your devices for figuring out how to get it to stop (Hint: One option would be to implement this in an X-Control). have a nice day, --H Quote Link to comment
B Chavez Posted April 5, 2008 Report Share Posted April 5, 2008 Take a look at this thread. There's a few examples that come close to what you're looking for. Quote Link to comment
Phillip Brooks Posted April 6, 2008 Report Share Posted April 6, 2008 http://members.lycos.co.uk/sgctek/10turn.html Quote Link to comment
lvb Posted April 9, 2008 Author Report Share Posted April 9, 2008 QUOTE (Phillip Brooks @ Apr 4 2008, 06:49 PM) http://members.lycos.co.uk/sgctek/10turn.html Actually that address is in my original post under the "here" link... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.