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
[unchecked revision] | [unchecked revision] |
(→Automotive Programmable Logic Controller CANNY 7) |
|||
Line 6: | Line 6: | ||
+ | <span style="color:#ff0000">'''RU = Not translated yet! Text is in Russian BUT all pictures is in English now.'''</span> | ||
+ | |||
+ | <span style="color:#008000">'''EN = Translated.'''</span> | ||
=== CANNY Lab Integrated Development Environment === | === CANNY Lab Integrated Development Environment === | ||
− | * [[CANNY Lab]] - Main article ''' | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY Lab]] - Main article |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY Lab Main window | Main window]] - CANNY Lab Main window, tools and menu | |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY Lab Functional Diagram Editor | Functional Diagram Editor mode]] - Functional diagram editor description and basic operations | |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY Lab Simulator | Simulator mode]] - CANNY Lab IDE simulator mode | |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[Interaction with equipment]] - CANNY Lab IDE and controller interaction | |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[Firmware Update Utility]] - Creating and using SFX-Files | |
=== Functional Block Diagrams === | === Functional Block Diagrams === | ||
− | * [[CFD Language]] - The Canny Functional Diagram graphical language ''' | + | * <span style="color:#ff0000">'''RU'''</span> [[CFD Language]] - The Canny Functional Diagram graphical language |
− | + | * <span style="color:#008000">'''EN'''</span> [[Built-in Function Blocks]] - The set of CFD Built-in Function Blocks | |
=== Automotive Programmable Logic Controller CANNY 7 === | === Automotive Programmable Logic Controller CANNY 7 === | ||
* [[CANNY 7]] - Main article | * [[CANNY 7]] - Main article | ||
− | * [[CANNY 7, PLC | Programmable Logic Controller]] - General information about the programmable logic controllers | + | * <span style="color:#008000">'''EN'''</span> [[CANNY 7, PLC | Programmable Logic Controller]] - General information about the programmable logic controllers |
− | * [[CANNY 7, System Registers | System Registers]] - Managing system operation and indication | + | * <span style="color:#008000">'''EN'''</span> [[CANNY 7, System Registers | System Registers]] - Managing system operation and indication |
− | * [[CANNY 7, Discrete IO Driver | Discrete Inputs and Outputs]] - Using IO channels in a discrete mode and low-resolution PWM mode (1 ms) | + | * <span style="color:#008000">'''EN'''</span> [[CANNY 7, Discrete IO Driver | Discrete Inputs and Outputs]] - Using IO channels in a discrete mode and low-resolution PWM mode (1 ms) |
− | * [[CANNY 7, HR PWM Driver | High Resolution PWM]] - Using IO channels #1 and #2 in high-resolution PWM mode (1 us) | + | * <span style="color:#008000">'''EN'''</span> [[CANNY 7, HR PWM Driver | High Resolution PWM]] - Using IO channels #1 and #2 in high-resolution PWM mode (1 us) |
− | * [[CANNY 7, UART Driver | UART / RS232 / Modbus]] - Using IO channels #9 and #10 in serial data interface asynchronous mode. | + | * <span style="color:#008000">'''EN'''</span> [[CANNY 7, UART Driver | UART / RS232 / Modbus]] - Using IO channels #9 and #10 in serial data interface asynchronous mode. |
− | * [[CANNY 7, CAN Driver |CAN Interface]] - Configuring and using built-in CAN-Interface | + | * <span style="color:#008000">'''EN'''</span> [[CANNY 7, CAN Driver |CAN Interface]] - Configuring and using built-in CAN-Interface |
− | * [[CANNY 7, LIN Driver | LIN]] - Using IO channels #9 and #10 in LIN MASTER or LIN SLAVE modes. | + | * <span style="color:#008000">'''EN'''</span> [[CANNY 7, LIN Driver | LIN]] - Using IO channels #9 and #10 in LIN MASTER or LIN SLAVE modes. |
− | * [[CANNY 7, I²C Driver | I²C]] - Configuring and using channels in MASTER mode of synchronous serial data interface I²C ''' | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY 7, I²C Driver | I²C]] - Configuring and using channels in MASTER mode of synchronous serial data interface I²C |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY 7, Dallas 1-Wire Driver | Dallas® 1-Wire®]] - Configuring and using channels in MASTER mode of asynchronous serial data interface 1-Wire® | |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY 7, User Preprogrammed Parameters | User pre-Programmed Parameters]] - Access to parameters, set by the user when loading a software to the controller with [[Firmware Update Utility | Firmware Update Utility]] | |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY 7, EEPROM Driver | EEPROM Non-volatile Memory]] - Writing and reading data to/from non-volatile memory | |
− | + | * <span style="color:#ff0000">'''RU'''</span> [[CANNY 7, IRRC Driver | Infrared Remote Control Driver]] - Configuring and using channels for receiving and transmitting IR remote control commands |
Revision as of 22:12, 3 February 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.
CANNY Lab Integrated Development Environment
- RU CANNY Lab - Main article
- RU Main window - CANNY Lab Main window, tools and menu
- RU Functional Diagram Editor mode - Functional diagram editor description and basic operations
- RU Simulator mode - CANNY Lab IDE simulator mode
- RU Interaction with equipment - CANNY Lab IDE and controller interaction
- RU Firmware Update Utility - Creating and using SFX-Files
Functional Block Diagrams
- RU CFD Language - The Canny Functional Diagram graphical language
- EN Built-in Function Blocks - The set of CFD Built-in Function Blocks
Automotive Programmable Logic Controller CANNY 7
- CANNY 7 - Main article
- EN Programmable Logic Controller - General information about the programmable logic controllers
- EN System Registers - Managing system operation and indication
- EN Discrete Inputs and Outputs - Using IO channels in a discrete mode and low-resolution PWM mode (1 ms)
- EN High Resolution PWM - Using IO channels #1 and #2 in high-resolution PWM mode (1 us)
- EN UART / RS232 / Modbus - Using IO channels #9 and #10 in serial data interface asynchronous mode.
- EN CAN Interface - Configuring and using built-in CAN-Interface
- EN LIN - Using IO channels #9 and #10 in LIN MASTER or LIN SLAVE modes.
- RU I²C - Configuring and using channels in MASTER mode of synchronous serial data interface I²C
- RU Dallas® 1-Wire® - Configuring and using channels in MASTER mode of asynchronous serial data interface 1-Wire®
- RU User pre-Programmed Parameters - Access to parameters, set by the user when loading a software to the controller with Firmware Update Utility
- RU EEPROM Non-volatile Memory - Writing and reading data to/from non-volatile memory
- RU Infrared Remote Control Driver - Configuring and using channels for receiving and transmitting IR remote control commands