User guide

WintDrive
fmux
Description
It reads the status of input port g.
It reads input port
a
or input port
b
or input port c as a function of the status of input port g.
If input port g is = 0, it reads input port
a.
If input port g is = 1, it reads input port
b.
If input port g is = 2, it reads input port c.
In any other case it reads input port c.
It shows the read data in output port o.
if (g==O)
0 = a;
elseif(g==l)
o = b;
elseif(g==2)
0 = c;
else
0 = c;
Input ports
name
R
a
b
float
type
int
float
alternative type
float
Selector of the input port to be read
This input port is
read
only if input port g is =
0.
Attention:
if input
port
g is different from zero, the
blocks that could eventually
be connected to input
port
a are
not performed.
This input port is
read
only if input port g is = 1.
Attention: if input port g is different from one, the
blocks that could eventually be connected to input
port b are
not performed.
This input port is read only if input port g is different
from zero or one.
Attention:
if input port g is equal zero or one, the
blocks that could eventually be connected to input
port c are not performed.
87