logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mux8 - Select from one of eight input values

Author

       Stuart Stevenson

Functions

mux8.N (requires a floating-point thread)

License

       GPL

LinuxCNC Documentation                             2025-08-07                                            MUX8(9)

Name

       mux8 - Select from one of eight input values

Pins

mux8.N.sel0 bit in
       mux8.N.sel1 bit in
       mux8.N.sel2 bit in
              Together, these determine which inN value is copied to out.

       mux8.N.out float out
              Follows the value of one of the inN values according to the three sel values

              sel2=FALSE, sel1=FALSE, sel0=FALSEout follows in0sel2=FALSE, sel1=FALSE, sel0=TRUEout follows in1sel2=FALSE, sel1=TRUE, sel0=FALSEout follows in2sel2=FALSE, sel1=TRUE, sel0=TRUEout follows in3sel2=TRUE, sel1=FALSE, sel0=FALSEout follows in4sel2=TRUE, sel1=FALSE, sel0=TRUEout follows in5sel2=TRUE, sel1=TRUE, sel0=FALSEout follows in6sel2=TRUE, sel1=TRUE, sel0=TRUEout follows in7mux8.N.in0 float in
       mux8.N.in1 float in
       mux8.N.in2 float in
       mux8.N.in3 float in
       mux8.N.in4 float in
       mux8.N.in5 float in
       mux8.N.in6 float in
       mux8.N.in7 float in

See Also

mux2(9), mux4(9), mux16(9), mux_generic(9).

Synopsis

loadrtmux8[count=N|names=name1[,name2...]]

See Also