This documentation is out of date.

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

Difference between revisions of "Logical OR"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 18: Line 18:
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
|-
 
|-
|style="padding-left:1em;"|Value X:
+
|style="padding-left:1em;"|value X:
 
|style="padding-left:1em;"|[[Язык CFD#Данные|логический]]
 
|style="padding-left:1em;"|[[Язык CFD#Данные|логический]]
 
|-
 
|-
|style="padding-left:1em;"|Value Y:
+
|style="padding-left:1em;"|value Y:
 
|style="padding-left:1em;"|[[Язык CFD#Данные|логический]]
 
|style="padding-left:1em;"|[[Язык CFD#Данные|логический]]
 
|-
 
|-
Line 53: Line 53:
 
{|border="1" style="border-collapse:collapse;"
 
{|border="1" style="border-collapse:collapse;"
 
|-
 
|-
|style="padding:5px;"|Value X
+
|style="padding:5px;"|value X
|style="padding:5px;"|Value Y
+
|style="padding:5px;"|value Y
 
|style="padding:5px;"|Result
 
|style="padding:5px;"|Result
 
|-
 
|-

Revision as of 09:30, 18 November 2015

Appearance
Изображение:5_3_3_2.png
Symbol
X || Y
Group
Logical operators
Inputs
value X: логический
value Y: логический
Outputs
Result: логический
Version CANNY Lab
с 0.6b

left|Иконка

Logical addition (disjunction). Set the output as a result of logical addition of input values.


In other words, the output is:

  • "1" if and only if at any of the inputs is "1".,
  • "0" if and only if at all the inputs is "0".

Thus, Truth table operation is as follows:

value X value Y Result
0 0 0
0 1 1
1 0 1
1 1 1

Features

Using blocks Converter 8-to-1 and Converter 16-to-1 can construct a diagram 'Logical OR' for several values from a fewer functional blocks.

Examples

thumb|Пример 1 thumb|Пример 2

See also

Negation

Logical AND

Exclusive OR

Встроенные функциональные блоки