Cabbage Logo
Back to Cabbage Site

Encoder : Bug or feature?

When setting textbox(1) to an encoder, it allows to enter directly a value to the encoder, which is, most of the time, a very useful feature but it also allows to enter values which are beyond the limits set in the encoder itself.
In example, if encoder has min(0.01) and max(2), the values should be in [0.01, 2] but nothing forbids to enter manually in the text box a value equal to -25 or 10 and the encoder takes thelm ( and therefore send them to the channels.

Bug. I’ll sort that.