This documentation is out of date.

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

Difference between revisions of "Negation"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 46: Line 46:
 
* "0" if and only if at the input is "1".
 
* "0" if and only if at the input is "1".
  
Thus, [//ru.wikipedia.org/wiki/Таблица_истинности таблица истинности] operation is as follows:
+
Thus, [//en.wikipedia.org/wiki/Truth_table truth_table] operation is as follows:
  
 
{|border="1" style="border-collapse:collapse;"
 
{|border="1" style="border-collapse:collapse;"
Line 62: Line 62:
 
== Features ==
 
== Features ==
  
Using a 'Negation' is equivalent to the use of [[CFD#Functional Block|logic inversion]] to the value of any function block input or output .
+
Using a 'Negation' is equivalent to the use of [[CFD Language#Functional Block|logic inversion]] to the value of any function block input or output.
  
 
== Examples==
 
== Examples==
Line 76: Line 76:
 
[[Logical OR]]
 
[[Logical OR]]
  
[[Logical XOR]]
+
[[Exclusive OR]]
  
[[Справочник по встроенным функциональным блокам | Built-in Function Blocks]]
+
[[Built-in_Function_Blocks | Built-in Function Blocks]]

Revision as of 20:11, 19 November 2015

Appearance
Изображение:5_3_1_2.png
Symbol
NOT X
Group
Logical operators
Inputs
Value: logical
Outputs
Result: logical
Version CANNY Lab
с 0.6b

left|Иконка

Logical negation. Set the output value, logically inverse to input.


In other words, the output will be:

  • "1" if and only if at the input is "0",
  • "0" if and only if at the input is "1".

Thus, truth_table operation is as follows:

Value Result
0 1
1 0

Features

Using a 'Negation' is equivalent to the use of logic inversion to the value of any function block input or output.

Examples

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

See also

Logical AND

Logical OR

Exclusive OR

Built-in Function Blocks