User guide

WintDrive
isel
Description
It reads input port a or input port b as a function of the status of input port g.
It reads
the
status of input port g, if the read data is
= 0, it reads input port a, otherwise it reads input port b.
It shows the read data in output port o.
if(g==O)
0 =a;
else
o =b;
Input ports
name
s!
a
b int
type
int
int
alternative type
function
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
inout
sort
a are
not Derformed.
This input port is read only if input port g is
different from 0.
Attention:
if input port g is equal zero, the blocks
that could eventually be connected to input port
b
are not uerformed,
WON
Output ports
name type
alternative type function
0 int
Data read by input ports
a
or
b.
woo165
Parameters
No parameters
123