GE Industrial Solutions 6KCV300WPD User Manual

Page 97

Advertising
background image

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;

o = b;

0 = c;

else

0 = c;

Input ports

name

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 =

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

Advertising