mux4 - Select from one of four input values
Contents
Functions
mux4.N (requires a floating-point thread)
License
GPL
LinuxCNC Documentation 2025-08-07 MUX4(9)
Name
mux4 - Select from one of four input values
Pins
mux4.N.sel0 bit in
mux4.N.sel1 bit in
Together, these determine which inN value is copied to out.
mux4.N.out float out
Follows the value of one of the inN values according to the two sel values
sel1=FALSE, sel0=FALSEout follows in0sel1=FALSE, sel0=TRUEout follows in1sel1=TRUE, sel0=FALSEout follows in2sel1=TRUE, sel0=TRUEout follows in3mux4.N.in0 float in
mux4.N.in1 float in
mux4.N.in2 float in
mux4.N.in3 float in
See Also
mux2(9), mux8(9), mux16(9), mux_generic(9).
Synopsis
loadrtmux4[count=N|names=name1[,name2...]]
