Comparison operation, if(A != B) then the output is C. For all other
values the output is 0.
If the condition is met, the output parameter is C. If the condition is
not met, the output is 0(False). If the C parameter is 0x0000 and if
the condition is met, the output is 1(True).
Adds 1 each time a user sequence completes a loop.
A: Max Loop, B: Timer Run/Stop, C: Choose output mode.
If input of B is 1, timer stops (output is 0). If input is 0, timer runs.
If input of C is 1, output the current timer value.
If input of C is 0, output 1 when timer value exceeds A(Max) value.
If the C parameter is 0x0000, C will be recognized as 0.
Timer overflow Initializes the timer value to 0.
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 parameter must be greater than or equal to the C parameter.
Output the AND operation, (A and B) and C.
If the C parameter is 0x0000, operate only with A, B.
Output the OR operation, (A | B) | C.
If the C parameter is 0x0000, operate only with A, B.
Output the XOR operation, (A ^ B) ^ C.
If the C parameter is 0x0000, operate only with A, B.
Output the AND/OR operation, (A andB) | C.
If the C parameter is 0x0000, operate only with A, B.
Output a value after selecting one of two inputs, if (A) then B
otherwise C.
If the input at A is 1, the output will be B. If the input at A is 0, the
output parameter will be C.
Test the B bit of the A parameter, BITTEST(A, B).
If the B bit of the A input is 1, the output is 1. If it is 0, then the
output is 0. The input value of B must be between 0–16. If the
value is higher than 16, it will be recognized as 16. If input at B is
0, the output is always 0.
Set the B bit of the A parameter, BITSET(A, B). Output the
changed value after setting the B bit to input at A.
The input value of B must be between 0–16. If the value is higher
than 16, it will be recognized as 16. If the input at B is 0, the output
is always 0. This operation does not use the C parameter.
Clear the B bit of the A parameter, BITCLEAR(A, B). Output the
changed value after clearing the B bit to input at A.
The input value of B must be between 0–16. If the value is higher
than 16, it will be recognized as 16. If the input at B is 0, the output
is always 0. This operation does not use the C parameter.
Output the input at A as the B filter gains time constant, B x US-02
(US Loop Time.