Panasonic Eco Solutions Nordic AB
MEW01622 Rev: - EBL128 Planning Instructions V2.0.x
83
10.6.1.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:
10.6.1.3 NOT
Inverts a condition, e.g. NOT b=NOT 0=1.
A OR NOT b AND c=y
This is shown in the following table: