Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The TRIK Studio version is displayed in the window title.
And also on the start page.
Create a new project and launch an existing one
After starting TRIK Studio, you will see the start page that displays the version of TRIK Studio, quick access to recent projects, and buttons for opening an existing project and creating a new one.
To create a new project, click the "New project" button on the TRIK Studio home page.
Or select File → New project
from the main menu.
A window opens with a new program in the visual programming language:
Read about programming in a visual language in the article:
Read about creating a new text program in the article:
To start an existing project, click the "Open project" button on the TRIK Studio start page.
Or in the main menu, select File → Open...
.
By default, TRIK Studio searches for files in the *.qrs
format or the last open format (for example, *.js
). If you need an existing project in a different format, select the desired format (for example, *.py
) or All files (*.*)
.
TRIK help — a guide for working with the free robot programming environment TRIK Studio. You can find the open-source TRIK Studio code in our repository at .
The help also describes how TRIK Studio interacts with supported platforms:
.
.
.
.
The TRIK Studio interface depends on the selected mode. TRIK Studio has two modes:
It is intended for creating a robot control diagram and executing it in the generation mode.
It is intended for executing and debugging a program on a 2D model or in interpretation mode on a real robot.
There are three ways to switch modes:
Keyboard shortcuts Ctrl+1
/ Ctrl+2
.
.
TRIK Studio in edit mode has the following interface elements:
The scene displays the diagram and allows you to edit it.
Read about creating a new project and working with the diagrams in the articles:
Editor mode also displays the current executable block when interpreting diagrams.
The main menu of TRIK Studio contains a set of basic operations and environment settings:
For more information, see the article:
The View panel contains buttons that allow you to scale diagrams.
You can also zoom the scene using:
Hold down the Ctrl
key and roll the mouse wheel.
Keyboard shortcut Ctrl+=
и Ctrl+-
.
When working with a real robot in interpretation mode, this panel also contains a "Connect" button.
The commands in this panel change depending on the program configuration.
The Generators panel contains commands for generating code and loading the program to the robot.
"Other" panel may contain various information depending on the chosen platform.
The panel for mode switching displays the current TRIK Studio mode and allows you to switch between editing and debugging modes.
The property editor is used to display and edit the property values of selected objects (blocks, links).
About working with the property editor see article:
Sensor settings allow you to specify which sensors are used on which port. The same can be done from the robot settings dialog.
The Palette panel contains a set of available blocks and the relationships between them, which can be added to the diagram.
Blocks that are not available in the selected execution model (2D model or on a real robot) are highlighted in gray.
How to add and remove blocks to the scene in TRIK Studio read in the article:
The elements of the TRIK Studio interface in debug mode repeat the elements in edit mode, except for the editor window, property editor panels and palette. Instead of these elements, the next elements are displayed:
The 2D model window opens if a 2D model is selected as the program execution mode.
The window allows you to set the environment in which the robot will be executed, set the robot sensors and observe how the program written in edit mode will work.
Read more about the 2D model in the article:
In the Interpretation and Generation modes for the real robot, this window is not displayed, an executable diagram is displayed instead.
In the case of syntactic and semantic errors in the TRIK Studio, a window with the corresponding messages appears.
To view the block where the error occurred, click on the message.
The Plots window displays the values sent by the sensors in real-time.
Read more in the article:
The "File" panel repeats the main operations available from the "" menu.
Create a new project. Open a saved project. Save the current project.
Cancel the operation. Repeat the operation.
Zoom in / out.
The Interpreter panel contains the commands for starting and stopping the execution of a program, buttons for switching interpretation modes between a two-dimensional model and a real robot, as well as a button for opening available from the Tools menu.
Run program. Stop program. 2D model mode. Real robot mode. Robot settings.
Generate code. Upload program to the robot.
For example, for the this panel displays the IP address of the controller to which you are connecting.
Editor. Debug.
Available set of sensors depends on the selected platform in the settings on the tab.
The composition of the palette may vary depending on the platform selected in the .
Displays the list of variables used when executing the diagram with their current values, including . When executed in the interpretation mode on a two-dimensional model or a real robot, they are taken from the robot in real-time. Not used in the generation mode.
The status bar displays the current TRIK Studio mode ( or ) and allows you to switch between modes. To switch between them, just click on the status bar.
The robot settings panel displays the type of controller and robot parameters that depend on the selected .