This documentation is out of date.

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

Difference between revisions of "Buffer"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
 
Line 38: Line 38:
  
 
<div>
 
<div>
Отложенное копирование значения.
+
Copies the value of input to output with a one execution cycle delay.
 
+
The initial value on block's output is "0"
На каждом цикле выполнения диаграммы, функциональный блок запоминает значение установленное на его входе, чтобы на следующем цикле выполнения диаграммы передать его свой выход. Начальное значение на выходе функционального блока равно нулю.
+
 
</div>
 
</div>
  
Line 46: Line 45:
  
 
== Features ==
 
== Features ==
Пропуская значение через блок "Буфер" можно определить момент изменения этого значения, сравнивая значение входа и выхода блока.
+
The buffer is useful for value change detection.
  
Цепочка из блоков "Буфер" может использоваться для организации очередей (FIFO буферов).
+
The chain of buffers can be used for efficient queuing (FIFO buffers).
  
 
== Examples ==
 
== Examples ==
Line 70: Line 69:
 
|}
 
|}
  
== Смотри также ==
+
== See also ==
 
[[SR latch]]
 
[[SR latch]]
  

Latest revision as of 11:34, 15 April 2016

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