Rawbots Wiki
Register
Advertisement
Multiplexer

v0.0.11 of multiplexer

Switches between differently typed input-groups when its selector value is incresed by more than 0.5.

  • If it is false, it will output the inputs with the suffix "_a"
  • If it is true, it will output the inputs with the suffix "_b"

Video

Input/Output Description Data Type
>selector Determines which inputs will be output decimal
>sample_a These input-group will be output on a false selector value decimal
>string_a string
>color_a colorcode
>part_a part
>sample_b These input-group will be output on a true selector value decimal
>string_b string
>color_b colorcode
>part_b part
<sample The output value of each input-group decimal
<string string
<color colorcode
<part part
Advertisement