Programming
Page 5-36 ABB Control - AC 31
1SBC 260400 R1001-b 06.99
5.5. NOR operation
The NOR diagram has a status of 0 if one of the inputs has a status of 1.
%O62.00
%I62.01
%I62.00
%I62.00
%I62.01
/
%O62.00
%I62.02
%I62.03
%I62.02
%I62.03
A NOR diagram has the same function as an AND diagram with complemented inputs.
%O62.00%I62.01%I62.00
%I62.00
%I62.01
&
%O62.00
5.6. Combinations of Boolean functions
The following example describes the association between Boolean functions.
It is not necessary to pass via intermediate variables as shown in the figure below.
&
&
%I62.00
%I62.01
%I62.02
%I62.03
/
%O62.00
%O62.00%I62.00 %I62.01
%I62.02 %I62.03
If the intermediate result is required further on in the program, the result of each base function
is placed in the intermediate variables as shown following:
%I62.00 %I62.01
%I62.02 %I62.03
%M000.00
%M000.01
%O62.00
%M000.01
%M000.00