increments.
CU=A
CD=B
Reset=abc
Load=def
CV=mno
PV=INT#3
QU=ghi
QD=jkl
When CV reaches PV,
QU changes to TRUE.
When RESET changes to TRUE, CV changes to 0.
QU changes to FALSE and QD changes to TRUE.
When Reset changes to FALSE, the counter inputs are enabled.
When CU changes to TRUE, CV is incremented.
This causes QD to change to FALSE.
When CD changes to TRUE, CV is decremented.
When CV reaches 0, QD changes to TRUE.
When Load changes to TRUE, CV changes to PV .
This causes QU to change to TRUE and QD
to change to FALSE.
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
0