User guide

WintDrive
Description
It reads input port
a
or input port
b
or input port c as a function of the status of input port g.
It reads the status of input port g.
If the datum of input port g is = 0, it reads input port
a.
If the data of input port g is = 1, Iit reads input port
b.
If the data of input port g is = 2, it reads input port c.
Otherwise it reads input port c.
It shows the read data in output
p&-t
o.
if(g==O)
o=a;
elseif(g==l)
o=b;
eiseif(
g==Z)
0 = c;
else
0 = c;
Input ports
name type alternative type
fhnction
g
int
Selector of the
input port
to be read.
a int
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.
b
int
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.
C
int
This input port
is
read
only if input port g is
different from zero and 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.
v&158
119