This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Counter

From CANNY Wiki
Revision as of 19:56, 13 December 2016 by CANNY (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to: navigation, search
Appearance
5 9 1 2.png
Symbol
COUNT
Group
Counters and Edge Detectors
Inputs
Increment: Logical
Decrement: Logical
Reset: Logical
Outputs
Result: Integer
Version CANNY Lab
from 0.6b
Icon

At zero value on input "Reset": on each rising edge (change in values from zero to non-zero) on the input "increment" is adding 1 to the "Result" value, and on each rising edge (change in values from zero to non-zero) at the input to "Decrement" is subtracted 1 from the output.

At non-zero value on input "Reset", sets the output value to zero.


Features

The output value is 16-bit, with the overflow. In other words, the result can not exceed 65535. In case of increasing output value over 65535, the result will be zero, and in case of reducing output value below zero, the result will be 65535.


Examples

Step 1
Step 2
Step 3
Step 4
Step 5

See also

Rising edge detector

Falling edge detector

Built-in Function Blocks