This documentation is out of date.

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

Difference between revisions of "Welcome to CANNY Wiki!"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Functional Block Diagrams)
Line 25: Line 25:
 
* <span style="color:#fff000">'''EN'''</span> [[CFD Language]] - The Canny Functional Diagram graphical language
 
* <span style="color:#fff000">'''EN'''</span> [[CFD Language]] - The Canny Functional Diagram graphical language
 
* <span style="color:#fff000">'''EN'''</span> [[Built-in Function Blocks]] - The set of CFD Built-in Function Blocks
 
* <span style="color:#fff000">'''EN'''</span> [[Built-in Function Blocks]] - The set of CFD Built-in Function Blocks
 +
::{|
 +
|-valign="top"
 +
|'''Constants and Registers'''
 +
*[[Constant]]
 +
*[[Copy]]
 +
*[[Input Register]]
 +
*[[Output Register]]
 +
| &nbsp;
 +
|'''Logical operators'''
 +
*[[Negation]]
 +
*[[Logical AND]]
 +
*[[Logical OR]]
 +
*[[Exclusive OR]]
 +
| &nbsp;
 +
|'''Bitwise operators'''
 +
*[[Bitwise AND]]
 +
*[[Bitwise OR]]
 +
*[[Bitwise exclusive OR]]
 +
*[[Bitwise Inversion]]
 +
*[[Left shift]]
 +
*[[Right shift]]
 +
*[[Left rotation]]
 +
*[[Right rotation]]
 +
|-valign="top"
 +
|'''Relational operators'''
 +
*[[Equal to]]
 +
*[[Greater than]]
 +
*[[Not greater than]]
 +
*[[Less than]]
 +
*[[Not less than]]
 +
| &nbsp;
 +
|'''Arithmetic operations'''
 +
*[[Addition]]
 +
*[[Subtraction]]
 +
*[[Multiplication]]
 +
*[[Division]]
 +
| &nbsp;
 +
|'''Flip-flops / Latches'''
 +
*[[SR latch]]
 +
*[[RS latch]]
 +
*[[D flip-flop]]
 +
*[[T flip-flop]]
 +
*[[JK flip-flop]]
 +
*[[Buffer]]
 +
|-valign="top"
 +
|'''Timers and Generators'''
 +
*[[Delayed turning ON]]
 +
*[[Delayed turning OFF]]
 +
*[[PWM Generator]]
 +
*[[RND Generator]]
 +
| &nbsp;
 +
|'''Counters and Edge Detectors'''
 +
*[[Counter]]
 +
*[[Rising edge detector]]
 +
*[[Falling edge detector]]
 +
| &nbsp;
 +
|'''Converters'''
 +
*[[Converter 8-to-1]]
 +
*[[Converter 16-to-1]]
 +
*[[Converter 1-to-8]]
 +
*[[Converter 1-to-16]]
 +
*[[ASCII to Integer]]
 +
*[[Integer to ASCII]]
 +
*[[Map]]
 +
|-valign="top"
 +
|'''Switches'''
 +
*[[Switch 2-to-1]]
 +
*[[Switch 8-to-1]]
 +
*[[Switch 16-to-1]]
 +
*[[Switch 1-to-2]]
 +
*[[Switch 1-to-8]]
 +
*[[Switch 1-to-16]]
 +
| &nbsp;
 +
|'''Decoration'''
 +
*[[Label]]
 +
| &nbsp;
 +
|
 +
|}
  
 
=== Automotive Programmable Logic Controller CANNY 7 ===
 
=== Automotive Programmable Logic Controller CANNY 7 ===

Revision as of 20:02, 14 April 2016

CANNY's original documentation has been written in Russian. You can find it here: http://wiki.canny.ru

Now we intensively translate it in English. You can watch this works progress below on this page.

For now and always we ready to answer any your question here and here.


RU = Not translated yet! Text is in Russian BUT all pictures is in English now.

EN = Translated.

EN = Translated but need to check. RU = Translation is in progress.

CANNY Lab Integrated Development Environment

Functional Block Diagrams

Constants and Registers   Logical operators   Bitwise operators
Relational operators   Arithmetic operations   Flip-flops / Latches
Timers and Generators   Counters and Edge Detectors   Converters
Switches   Decoration  

Automotive Programmable Logic Controller CANNY 7