Binary Encoder to encode up to 32 input bits to an analog value
The lowest value Bit is at input I1 (I1=1, I2=2, I3=4, I4=8..., i.e. I2+I8 = 130).
The output value is a decimal unsigned value.
Table of Contents
Inputs↑
Abbreviation | Summary | Description | Value Range |
---|---|---|---|
I1-32 | Bit 1-32 | Individual Bits to be combined. Bit1: least significant bit (LSB) | 0/1 |
Outputs↑
Abbreviation | Summary | Value Range |
---|---|---|
V | Calculated output value | 0...4294967295 |