This documentation is out of date.

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

Buffer

From CANNY Wiki
Revision as of 11:34, 15 April 2016 by CANNY (Talk | contribs)

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

Jump to: navigation, search
Appearance
5 7 6 2.png
Symbol
BUF
Group
Flip-flops / Latches
Inputs
Input: Integer
Outputs
Output: Integer
Version CANNY Lab
from 1.18
Icon

Copies the value of input to output with a one execution cycle delay. The initial value on block's output is "0"

Features

The buffer is useful for value change detection.

The chain of buffers can be used for efficient queuing (FIFO buffers).

Examples

Cycle 1
Cycle 2
Cycle 3
Cycle 4
Cycle 5
Cycle 6
Cycle 7

See also

SR latch

SR latch

D flip-flop

T flip-flop

JK flip-flop

The set of CFD Built-in Function Blocks