DESCRIPTION OF PROGRAMMING PARAMETERS
Note: Comes from the previous page.
Adds 1 each time a user
sequence completes a
loop.
A sets the timer value.
B enables or disables the
timer. If B = 0, the timer is
enabled.
C defines the timer
operation mode. If C = 0,
the output will be 1 when
timer value equals A. if C
= 1, the output is the timer
current value. When A
equals the timer value,
the counter is reset.
Sets a limit for the A
parameter.
If input to A is between B
and C, output the input to
A. If input to A is larger
than B, output B. If input
of A is smaller than C,
output C.
B must be greater than or
equal to C.
Outputs the result of the
AND operation, (A and B)
and C.
Outputs the result of the
OR operation, (A | B) | C.
Outputs the result of the
XOR operation, (A ^ B) ^
C.
Note: Continues in the next page.