Settings are opened through the File - Settings menu item. Settings are divided into the following groups: Main, Debug, Color Scheme.
In the section, there is configuration of interval for automatic saving of project changes – field Auto save.
Following values are available:
In this window, following parameters are configured:
Data update period - time period in milliseconds, with which debug information is read if the device is connected via USB.
(Minimum value is 100 ms)
Data update period for low-speed connection – time period in milliseconds with which debug information is read if the device is connected via Bluetooth or RCS server.
(Minimum value is 1000 ms)
Highlighting lines while debugging - if this setting is enabled, then editor highlights the lines in which the values are different from 0
or False
.
Lines color is determined by the global color scheme setting.
Run debugger with incorrect device configuration – possible values:
Ask (default), No, Yes
Upload configuration before starting debugger – possible values:
Ask (default), No, Yes
Download configuration before connection to device – possible values:
Ask (default), No, Yes
In this section, color design of the editor's graphic elements is configured.
Preset schemes field allows you to select one of the standard color schemes. To apply the selected color scheme, select it in the drop-down list and click the Apply button.
For manual editing of the editor color schemes it is possible to use group of settings described below.
For state field defines the state in which graphic elements are located. There are four possible states, the first two are general, the next two are related to the debug mode:
Options in the Flowhcart group refer to the interface located on the left side of the editor.
Options in the Function Block Diagram group refer to the interface located on the right side of the editor.
Options in the General group refer to general graphical elements.
Working with project | |
CTRL + N | Create a new project |
CTRL + O | Open project from file |
CTRL + S | Save project to file |
Build | |
CTRL + B | Build a project |
CTRL + SHIFT + B | Compile the project |
Debug | |
F5 | Start debugging, continue execution |
F2 | Finish debugging |
F10 | Perform one loop |
F11 | Perform one function |
F9 | Toggle breakpoint |