This documentation is out of date.

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

Difference between revisions of "Copy"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
 
(8 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
!colspan="2" style="background-color:#AFEEEE;"|Appearance
 
!colspan="2" style="background-color:#AFEEEE;"|Appearance
 
|-
 
|-
|colspan="2" align="center" style="padding:10px;"|[[Изображение:5_2_2_2.png]]
+
|colspan="2" align="center" style="padding:10px;"|[[File:5_2_2_2.png]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol  
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol  
Line 14: Line 14:
 
!colspan="2" style="background-color:#AFEEEE;"|Group
 
!colspan="2" style="background-color:#AFEEEE;"|Group
 
|-
 
|-
|colspan="2" align="center"|[[Built-in Function Blocks | Set and Copy]]
+
|colspan="2" align="center"|[[Built-in Function Blocks#Constants and Registers | Constants and Registers]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
|-
 
|-
 
|style="padding-left:1em;"|From:
 
|style="padding-left:1em;"|From:
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
+
|style="padding-left:1em;"|[[CFD Language#Data|Logical]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
|-
 
|-
 
|style="padding-left:1em;"|To:
 
|style="padding-left:1em;"|To:
|style="padding-left:1em;"|[[CFD Language#Data|integer]]
+
|style="padding-left:1em;"|[[CFD Language#Data|Integer]]
 
|-
 
|-
!colspan="2" style="background-color:#AFEEEE;"|Версия [[CANNY Lab]]
+
!colspan="2" style="background-color:#AFEEEE;"|Version [[CANNY Lab]]
 
|-
 
|-
|colspan="2" align="center"|с 0.6b
+
|colspan="2" align="center"|from 0.6b to 1.15
 
|}
 
|}
 
</div>
 
</div>
Line 34: Line 34:
 
<div style="min-height:100%;display:block;">
 
<div style="min-height:100%;display:block;">
 
<div style="float:left;width:70px;">
 
<div style="float:left;width:70px;">
[[Изображение:5_2_2_1.png|left|Иконка]]
+
[[File:5_2_2_1.png|left|Icon]]
 
</div>
 
</div>
  
Line 45: Line 45:
 
== Features ==
 
== Features ==
  
Typically used to write values from one source to multiple registers.
+
(Typically use to write values from one source to multiple registers.) '''''Prior to CANNY Lab version 1.16, functional block "Copy" is usually used to write the value from a single source to multiple registers and appears on many of CANNY Lab early demonstration video. With the release of CANNY Lab ver. 1.16 the need for this type of blocks disappear and block was abolished.'''''
 
+
  
 
== Examples ==
 
== Examples ==
 
{|
 
{|
|[[Изображение:5_2_2_3.png|thumb|Пример 1]]
+
|[[File:5_2_2_3.png|thumb|Example 1]]
 
|}
 
|}
  
 
== See also ==
 
== See also ==
 
[[Constant]]
 
[[Constant]]
 +
 +
[[Input Register]]
 +
 +
[[Output Register]]
  
 
[[Built-in_Function_Blocks | Built-in Function Blocks]]
 
[[Built-in_Function_Blocks | Built-in Function Blocks]]

Latest revision as of 13:02, 12 April 2016

Appearance
5 2 2 2.png
Symbol
X := Y
Group
Constants and Registers
Inputs
From: Logical
Outputs
To: Integer
Version CANNY Lab
from 0.6b to 1.15
Icon

Copies the value of input to output.


Features

(Typically use to write values from one source to multiple registers.) Prior to CANNY Lab version 1.16, functional block "Copy" is usually used to write the value from a single source to multiple registers and appears on many of CANNY Lab early demonstration video. With the release of CANNY Lab ver. 1.16 the need for this type of blocks disappear and block was abolished.

Examples

Example 1

See also

Constant

Input Register

Output Register

Built-in Function Blocks