2018-03-24 10:23 AM
I understand that a timer (that supports encoder mode) can be used for keeping track of a rotary incremental encoder, but is there a good way of making the value saturating? So that when turned 'forward' the value increments to a given value and stops incrementing even if the knob is turned further, and the same way when turned 'backward' - the counter value saturates to zero.
#encoder-mode #rotary-encoderSolved! Go to Solution.
2018-03-30 04:36 AM
I think Dial can be used,
everyone knows what it means,
and it doesn't have the K word.
2018-03-31 04:07 AM
Thanks for confirmation. That's the way I was planning to do it too.