Basic Operations
for organization blocks (OB)
for program blocks (PB) for function blocks (FB)
for sequence blocks (SB)
Opera-
tion
(STL)
Permissible
Operands
1 RLO depend.
2 RLO affected
3 RLO reloaded
123
Typical
Execution Time
in µsec.
CPU
941 CPU
942 CPU
943 CPU
944
Function
A I, Q, F, T, C N Y N 1,6 1,6 0,8 0,8 Scan operand for ”1” and combine with RLO through
logic AND.
AN I, Q, F, T, C N Y N 1,6 1,6 0,8 0,8 Scan operand for ”0” and combine with RLO through
logic AND.
O I, Q, F, T, C N Y N 1,6 1,6 0,8 0,8 Scan operand for ”1” and combine with RLO through
logic OR.
ON I, Q, F, T, C N Y N 1,6 1,6 0,8 0,8 Scan operand for ”0” and combine with RLO through
logic OR.
O N Y Y 1,6 1,6 0,8 0,8 Combine AND operations through logic OR.
A( N Y Y 1,6 1,6 0,8 0,8 Combine expressions enclosed in parentheses
through logic AND (6 levels).
O( N Y Y 1,6 1,6 0,8 0,8 Combine expressions enclosed in parentheses
through logic OR (6 levels).
) N Y N 1,6 1,6 0,8 0,8 Close parenthesis (conclusion of a parenthetical
expression).
Boolean Logic Operations
Set/Reset Operations
S I, Q, F Y N Y 1,6 1,6 0,8 0,8 Set operand to ”1”.
R I, Q, F Y N Y 1,6 1,6 0,8 0,8 Reset operand to ”0”.
= I, Q, F Y N Y 1,6 1,6 0,8 0,8 Assign value of RLO to operand.