GE Industrial Solutions 6KCV300WPD User Manual

Page 129

Advertising
background image

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, 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

o.

if(g==O)

o = a ;

o=b;

0 = c;

else

0 = c;

Input ports

n a m e t y p e

alternative type

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

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

This input port

is

read

only if input port g is

different from zero

one. Attention: if

port

g is equal zero or one, the blocks that could

eventually be connected to input port c are not

performed.

119

Advertising