logMux

Connection diagram

logMux
in       out_0
        out_1
        ...
      out_999
         
        invOut_0
        invOut_1
        ...
      invOut_999
         
 

Description

The multiplexer sets logic state of output n to true, where n is the value of the numeric input.
If input value < 0, all outputs are set to state false.

Inputs

in

Typenumeric
N.C.ignored

Values 0 to 999 set the corresponding logic output to true. Values < 0 or >= 1000 set all outputs to false.

Outputs

out_0 ... out_999

Typeboolean

Logic outputs, set by input value 0 to 999.

invout_0 ... invout_999

Typeboolean

Inverted function of outputs 0 to 999.