Panasonic Electric Works Nordic AB
MEW01351
Rev: -
Planning Instructions Fire alarm system EBL512 G3, V1.1.x
81
y is true (=1) when all the conditions
a
,
b
,
c
are true, i.e. a=1 and b=1
and c=1 makes y=1. All other combinations makes y=0.
This is also shown in the following table:
a
b
c
y
0
0
0
0
0
0
1
0
0
1
0
0
0
1
1
0
1
0
0
0
1
0
1
0
1
1
0
0
1
1
1
1
13.5.3.2
OR
a
OR
b
OR
c=y
y is true if at least one of the conditions
a
,
b
,
c
is true, i.e. a=1 or b=1
or c=1 makes y=1.
This is also shown in the following table:
a
b
c
y
0
0
0
0
0
0
1
1
0
1
0
1
0
1
1
1
1
0
0
1
1
0
1
1
1
1
0
1
1
1
1
1