This documentation is out of date.

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

Difference between revisions of "Firmware Update Utility"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(The use of automatic loading software utility)
(Initial edit)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
IDE CannyLab allows users to create a custom stand-alone executable EXE-files containing the system controller software and a functional diagram.  
+
IDE CannyLab allows users to create a custom standalone executable EXE-file containing controller system software and a function diagram.
 +
The purpose of this file is quick and easy controller configuration in a fashion that’s comprehensible to the end user, as well as uploading software to the controller without relying on CannyLab IDE. From now on, we will refer to such files as firmware update utilities or SFX files (SFX standing for self-flashing).  
  
The purpose of this file is a fast configure the controller in understandable to the final consumer view and a simple software loading to the controller using a computer without installed CannyLab IDE. In the future, such a file will be called: a self extracting software or the SFX-file.
+
=== Creating an SFX file ===
  
=== Creating SFX-file ===
+
Call the SFX file creation dialog elect «Service» → «Create SFX» in the main menu.
 
+
Call dialogue create SFX-file is done by selecting «Service» → «Create SFX» of main window
+
  
 
[[File:4_9_1_1.png]]
 
[[File:4_9_1_1.png]]
  
First of all, you must specify the type of controller for which SFX-file will be created. In the drop-down list to choose one of the proposed controller types: Canny 7, Canny 5, Canny 5 Nano.
+
First of all, you must specify the controller type for which the SFX file will be created. In the drop-down list, choose one of the available controller types: Canny 7, Canny 5, Canny 5 Nano.
  
In the dialog box, you must specify the names and full paths to files: the source system software «.ccx», the source file of the functional diagram «.cfd» and the resulting SFX «.exe» file.
+
In the dialog box, you must specify the names and full paths to the following files: the source «.ccx» firmware file, the source «.cfd» function diagram file and the resulting «.exe» SFX file.
  
The text field of the "Comment" tab is used to enter and edit text message, that the user will see when running the obtained SFX-File. This may be information about the files included in it, their versions, and names, brief instructions on the use of automatic software loading utility, Information about the purpose of user-defined parameters, if used, a brief description of the functions implemented by software.
+
The text field of the "Comment" tab is used to enter and edit the text message, that’s displayed when running the resulting SFX file. This may be information about the files included in it, their versions and names, brief instructions on the use of the firmware update utility, information about the purpose of user-defined parameters if any are used, a brief description of the functions implemented by the software.
  
The "Settings" tab is intended to specify the names and types of parameters, the values of which will be asked to choose by the user when run automatic software loading utility.
+
The "Settings" tab is used for specifying the names, types and, where applicable, available values, of the parameters that the user will be able to configure when running the SFX file.
  
 
[[File:4_9_1_2.png]]
 
[[File:4_9_1_2.png]]
  
The maximum number of options that are available for selection by the user is 16. When creating a SFX-file, each parameter specifies with the display name and type. The parameter may be one of two types - "Number" and "List."
+
The maximum number of parameters available for user configuration is 16. When creating an SFX file, you need to specify the display name and type for each parameter. The two available types are "Number" and "List." To enable a parameter, click it in the column on the left and then tick the checkbox in the right panel.
  
When launching SFX-file, set the parameter "number" type will be performed by the user by typing a numeric value. Setting the parameterof "List" type - a choice for the title of the corresponding item from the drop-down list.
+
When launching an SFX file, the user will be able to configure a "number" type parameter by specifying a numeric value. A "list" type parameter will be configured by choosing an item from a drop-down list. Available list items are configured when creating the SFX file.
  
Created in this way file can be transferred on a media, emailed or published on the Internet and used by the end user to download and setting of the controller parameters without the use of any additional software.
+
The newly created SFX file can be transferred to any storage medium, emailed or published on the Internet, and finally downloaded and used by the end user for flashing and setting the controller parameters without the use of any additional software.
  
 
{|
 
{|
 
|valign="top" style="padding-left:0.5em;"|'''''ATTENTION!'''''
 
|valign="top" style="padding-left:0.5em;"|'''''ATTENTION!'''''
|valign="top" style="padding-left:0.5em;"|'''''Despite its absolute harmlessness, SFX-files created by CannyLab have an unusual structure for Windows which is suspicious for some of antivirus software. Antivirus software may give a warning or even delete the file when you create it, or try to access it. If you are faced with a similar situation, exclude the SFX-file from your antivirus scanning operations.'''''
+
|valign="top" style="padding-left:0.5em;"|'''''Despite their absolute harmlessness, SFX files created by CannyLab have a structure that’s unusual for Windows, which is deemed suspicious by some antivirus software. Antivirus software may throw a warning or even delete or quarantine the SFX file when attempting to create or access it. If you are faced with this situation, exclude the SFX file from your antivirus scanning operations or mark it as an exception. The exact process depends on your antivirus software.'''''
 
|}
 
|}
  
At the end of settings SFX-file parametrs and pressing the button '' Create '' , resulting executable file will be saved to the HDD.
+
After setting up the SFX file parameters, click '' Create '' to save the resulting executable file to your disk drive.
  
 
{|
 
{|
 
|valign="top" style="padding-left:0.5em;"|''Note:''
 
|valign="top" style="padding-left:0.5em;"|''Note:''
|valign="top" style="padding-left:0.5em;"|''The system software files (.ccx) and the diagram files (.cfd), designed for a specific type of controller is not compatible with other types of controllers and can not be used with them. When attempting to use incorrect source data, the SFX-file will not be created, and the user will receive an error warning. ''
+
|valign="top" style="padding-left:0.5em;"|''The system software (.ccx) and diagram (.cfd) files designed for a specific type of controller are incompatible with other types of controllers and can not be used with them. In case incorrect source data is used, the SFX file will not be created, and the user will be shown an error message.''
 
|}
 
|}
  
The export procedure saves the comments content and the description of the SFX parameter to a text file, with an option to import to create SFX-file in the future, to avoid having to re-input data.
+
Additionally, the export procedure saves the comment content and the description of the SFX parameters to a text file. These can later be used to import all the set options when creating an SFX file in the future, to avoid re-entering data.
  
===  The use of automatic loading software utility  ===
+
===  Using the utility  ===
  
When launching the executable automatic loading software utility file, the dialog box is displayed on the left side of which is the comment area, and on the right - the task bar of parameter values and status bar.
+
After launching the executable SFX file, the comment is displayed on the left side of the window, while the status bar and configurable parameters are displayed on the right.
  
 
[[File:4_9_2_1.png]]
 
[[File:4_9_2_1.png]]
  
The comments field reflects the information provided in the appropriate field when SFX-file created.
+
The comment field contains the comment written during creation of the SFX file.
  
The parameters area is filled with elements, allowed to set the values in the mode provided when SFX-file created — by selecting values from the list or by typing it with the keyboard. If parameters description was not specified when SFX-file created, this area will be empty.
+
The parameter area is used for configuring parameter values. Number-type parameters are typed in, list-type parameters are selected from a drop-down list. If no parameters were specified for use during the creation of the SFX file created, this area will be empty.
  
User-selected parameter values will be available to the functional diagram in registers   [[CANNY 7, User Preprogrammed Parameters|«User Preprogrammed Parameters»]] after controller loading.
+
User-selected parameter values will be available to the functional diagram in registers [[CANNY 7, User Preprogrammed Parameters|«User Preprogrammed Parameters»]] after the controller is flashed.
  
 
{|
 
{|
 
|valign="top" style="padding-left:0.5em;"|''Note:''
 
|valign="top" style="padding-left:0.5em;"|''Note:''
|valign="top" style="padding-left:0.5em;"|''With a large amount comments and a large number of parameters, they can not completely fit in the corresponding dialog panels. To gain access to the entire content of the panel, provided a vertical scroll bar to their right-hand sides.''
+
|valign="top" style="padding-left:0.5em;"|''A large enough comment or a large number of parameters can not fit into the corresponding window panel in their entirety. Use the appropriate scroll bar for navigation.''
 
|}
 
|}
  
To download the selected parameter values and software contained in the SFX-file to the controller, unplug the controller from an external power supply and connect it to the PC via a standard miniUSB cable, controller's green LED will turn on at that time. When first time connect the controller, Windows reported the discovery of a new standard device and automatically install the driver for it.
+
To upload the configured parameter values and software contained in the SFX file into the controller, unplug the controller from its external power supply and connect it to the PC via a standard miniUSB cable, controller's green LED will light up. If it’s the first time the controller has been connected, Windows will report the discovery of a new standard device and automatically install the driver for it.
  
Prior to establishing communication with the controller, the inscription '' <The device is not connected> '' will be displayed in the status bar, the button '' <Write> '' is not available. After successful communication, the controller Green LED will blink intermittently, the status bar will display ''The device is ready to record'' and the button '' <Write> '' will be active.  
+
Prior to establishing communication with the controller, the message '' <The device is not connected> '' will be displayed in the status bar and the button '' <Write> '' will not be available. After the connection is established successfully, the controller Green LED will start blinking, the status bar will display ''The device is ready to record'' and the button '' <Write> '' will be active.  
  
 
{|
 
{|
 
|valign="top" style="padding-left:0.5em;"|''Note:''
 
|valign="top" style="padding-left:0.5em;"|''Note:''
|valign="top" style="padding-left:0.5em;"|''In order to avoid failure in the utility, do not run multiple SFX-file and connect to the PC more than one controller at the same time.''
+
|valign="top" style="padding-left:0.5em;"|''In order to avoid issues and errors while working with the utility, do not run multiple SFX files or connect more than one controller to the PC at a time.''
 
|}
 
|}
  
To begin downloading software to the controller, click '' <Write> ''. The status bar will display the progress of the writing process.
+
To begin uploading software to the controller, click '' <Write> ''. The status bar will display the progress of the upload process.
  
In case of successful completion of the software recording to the controller in the status bar will appear '' <Write complete> ''.  
+
Upon successful completion of the software upload, the status bar will display '' <Write complete> ''.  
  
If the software recording process was interrupted by user or during recording error occurs, the status bar will appear '' <There was an error recording> ''. In this case, the recording process should be repeated.
+
If the software recording process is interrupted by user or an error occurs, the status bar will show the message ''<There was an error recording> ''. In this case, the uploading process should be repeated.
  
 
== See also ==
 
== See also ==
 
[[CANNY Lab]]
 
[[CANNY Lab]]

Latest revision as of 13:05, 11 December 2020

IDE CannyLab allows users to create a custom standalone executable EXE-file containing controller system software and a function diagram. The purpose of this file is quick and easy controller configuration in a fashion that’s comprehensible to the end user, as well as uploading software to the controller without relying on CannyLab IDE. From now on, we will refer to such files as firmware update utilities or SFX files (SFX standing for self-flashing).

Creating an SFX file

Call the SFX file creation dialog elect «Service» → «Create SFX» in the main menu.

4 9 1 1.png

First of all, you must specify the controller type for which the SFX file will be created. In the drop-down list, choose one of the available controller types: Canny 7, Canny 5, Canny 5 Nano.

In the dialog box, you must specify the names and full paths to the following files: the source «.ccx» firmware file, the source «.cfd» function diagram file and the resulting «.exe» SFX file.

The text field of the "Comment" tab is used to enter and edit the text message, that’s displayed when running the resulting SFX file. This may be information about the files included in it, their versions and names, brief instructions on the use of the firmware update utility, information about the purpose of user-defined parameters if any are used, a brief description of the functions implemented by the software.

The "Settings" tab is used for specifying the names, types and, where applicable, available values, of the parameters that the user will be able to configure when running the SFX file.

4 9 1 2.png

The maximum number of parameters available for user configuration is 16. When creating an SFX file, you need to specify the display name and type for each parameter. The two available types are "Number" and "List." To enable a parameter, click it in the column on the left and then tick the checkbox in the right panel.

When launching an SFX file, the user will be able to configure a "number" type parameter by specifying a numeric value. A "list" type parameter will be configured by choosing an item from a drop-down list. Available list items are configured when creating the SFX file.

The newly created SFX file can be transferred to any storage medium, emailed or published on the Internet, and finally downloaded and used by the end user for flashing and setting the controller parameters without the use of any additional software.

ATTENTION! Despite their absolute harmlessness, SFX files created by CannyLab have a structure that’s unusual for Windows, which is deemed suspicious by some antivirus software. Antivirus software may throw a warning or even delete or quarantine the SFX file when attempting to create or access it. If you are faced with this situation, exclude the SFX file from your antivirus scanning operations or mark it as an exception. The exact process depends on your antivirus software.

After setting up the SFX file parameters, click Create to save the resulting executable file to your disk drive.

Note: The system software (.ccx) and diagram (.cfd) files designed for a specific type of controller are incompatible with other types of controllers and can not be used with them. In case incorrect source data is used, the SFX file will not be created, and the user will be shown an error message.

Additionally, the export procedure saves the comment content and the description of the SFX parameters to a text file. These can later be used to import all the set options when creating an SFX file in the future, to avoid re-entering data.

Using the utility

After launching the executable SFX file, the comment is displayed on the left side of the window, while the status bar and configurable parameters are displayed on the right.

4 9 2 1.png

The comment field contains the comment written during creation of the SFX file.

The parameter area is used for configuring parameter values. Number-type parameters are typed in, list-type parameters are selected from a drop-down list. If no parameters were specified for use during the creation of the SFX file created, this area will be empty.

User-selected parameter values will be available to the functional diagram in registers «User Preprogrammed Parameters» after the controller is flashed.

Note: A large enough comment or a large number of parameters can not fit into the corresponding window panel in their entirety. Use the appropriate scroll bar for navigation.

To upload the configured parameter values and software contained in the SFX file into the controller, unplug the controller from its external power supply and connect it to the PC via a standard miniUSB cable, controller's green LED will light up. If it’s the first time the controller has been connected, Windows will report the discovery of a new standard device and automatically install the driver for it.

Prior to establishing communication with the controller, the message <The device is not connected> will be displayed in the status bar and the button <Write> will not be available. After the connection is established successfully, the controller Green LED will start blinking, the status bar will display The device is ready to record and the button <Write> will be active.

Note: In order to avoid issues and errors while working with the utility, do not run multiple SFX files or connect more than one controller to the PC at a time.

To begin uploading software to the controller, click <Write> . The status bar will display the progress of the upload process.

Upon successful completion of the software upload, the status bar will display <Write complete> .

If the software recording process is interrupted by user or an error occurs, the status bar will show the message <There was an error recording> . In this case, the uploading process should be repeated.

See also

CANNY Lab