DESCRIPTION OF PROGRAMMING PARAMETERS
Note: Comes from the previous page.
A is an input error, B is
an output limit, C is the
value of Const PI output.
Range of C is 0 to 32767.
Upcounts the pulses and
then output the value
UPCOUNT(A, B, C).
After receiving a trigger
input (A), outputs are
upcounted by C
conditions. If the B inputs
is 1, do not operate and
display 0. If the B inputs is
0, operate.
If C is 0, upcount when A
changes from 0 to 1.
If C is 1, upcount when A
is changed from 1 to 0.
If C is 2, upcount
whenever the input at A
changes.
Output range is: 0 to
32767.
Downcounts the pulses
and then output the
value- DOWNCOUNT(A,
B, C).
After receiving a trigger
input (A), outputs are
downcounted by C
conditions. If the B input is
1, do not operate and
display the initial value of
C. If the B input is 0,
operate. Downcounts
when the A parameter
changes from 0 to 1.