This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "Built-in Function Blocks"
From CANNY Wiki
[unchecked revision] | [unchecked revision] |
(Created page with "=== Set and Copy === *Constant *Copy === Логические операции === *Negation *Logical AND *Logical OR *Exclusive OR === Побитов...") |
|||
Line 2: | Line 2: | ||
*[[Constant]] | *[[Constant]] | ||
*[[Copy]] | *[[Copy]] | ||
− | === | + | === Logical operators === |
*[[Negation]] | *[[Negation]] | ||
*[[Logical AND]] | *[[Logical AND]] | ||
*[[Logical OR]] | *[[Logical OR]] | ||
*[[Exclusive OR]] | *[[Exclusive OR]] | ||
− | === | + | === Bitwise operators === |
− | *[[ | + | *[[Bitwise AND]] |
− | *[[ | + | *[[Bitwise OR]] |
− | *[[ | + | *[[Bitwise exclusive OR]] |
− | *[[ | + | *[[Bitwise Inversion]] |
− | *[[ | + | *[[Left shift]] |
− | *[[ | + | *[[Right shift]] |
− | *[[ | + | *[[Left rotation]] |
− | *[[ | + | *[[Right rotation]] |
− | === | + | === Relational operators === |
− | *[[ | + | *[[Equal to]] |
− | *[[ | + | *[[Greater than]] |
− | *[[ | + | *[[Not greater than]] |
− | *[[ | + | *[[Less than]] |
− | *[[ | + | *[[Not less than]] |
− | === | + | === Arithmetic operations === |
− | *[[ | + | *[[Addition]] |
− | *[[ | + | *[[Subtraction]] |
− | *[[ | + | *[[Multiplication]] |
− | *[[ | + | *[[Division]] |
− | === | + | === Flip-flops / Latches === |
− | *[[ | + | *[[SR latch]] |
− | *[[ | + | *[[RS latch]] |
− | *[[ | + | *[[D flip-flop]] |
− | *[[ | + | *[[T flip-flop]] |
− | *[[ | + | *[[JK flip-flop]] |
− | === | + | === Timers and Generators === |
− | *[[ | + | *[[Delayed turning ON]] |
− | *[[ | + | *[[Delayed turning OFF]] |
− | *[[ | + | *[[PWM Generator]] |
− | *[[ | + | *[[RND Generator]] |
− | === | + | === Counters and Edge Detectors === |
− | *[[ | + | *[[Counter]] |
− | *[[ | + | *[[Rising edge detector]] |
− | *[[ | + | *[[Falling edge detector]] |
− | === | + | === Converters === |
− | *[[ | + | *[[Converter 8-to-1]] |
− | *[[ | + | *[[Converter 16-to-1]] |
− | *[[ | + | *[[Converter 1-to-8]] |
− | *[[ | + | *[[Converter 1-to-16]] |
− | *[[ | + | *[[ASCII to Integer]] |
− | *[[ | + | *[[Integer to ASCII]] |
− | === | + | === 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]] |
Revision as of 00:40, 18 November 2015
Contents
Set and Copy
Logical operators
Bitwise operators
- Bitwise AND
- Bitwise OR
- Bitwise exclusive OR
- Bitwise Inversion
- Left shift
- Right shift
- Left rotation
- Right rotation
Relational operators
Arithmetic operations
Flip-flops / Latches
Timers and Generators
Counters and Edge Detectors
Converters
- Converter 8-to-1
- Converter 16-to-1
- Converter 1-to-8
- Converter 1-to-16
- ASCII to Integer
- Integer to ASCII