Верхняя панель интерфейса

Top interface panel

На верхней панели интерфейса располагается основное меню и кнопки необходимые в процессе создания робота.

The top interface panel contains the main menu and buttons necessary in the process of creating a robot.


Кнопки / Buttons


В таблице ниже указано предназначение кнопок на верхней панели: 

The table below shows the purpose of the buttons on the top panel:


ИконкаНазваниеДействие

Меню

Menu

Переход в главное меню ROBIN Studio (Ctrl+N).

Navigate to the main menu of ROBIN Studio (Ctrl+N).

Сохранить текущий проект робота

Save the current robot project

Сохранение изменений, внесенных в схему робота (Ctrl+S). При нажатии на кнопку, сохранение изменений происходит только для того проекта, схема которого отображается на флоу, а не для всех открытых.

Схема сохраняется в папку %UserProfile%/Documents/Robin/Studio/Projects/%ProjectName%/.


Saving changes made to the robot scheme (Ctrl+S). Clicking the button saves changes only for the project which scheme is displayed on the Flow, not for all open projects.

The scheme is saved to the folder %UserProfile%/Documents/Robin/Studio/Projects/%ProjectName%/.

Сохранить все проекты роботов

Save all robot projects

По нажатию на кнопку будет происходит сохранение во всех открытых проектах, где еще не были зафиксированы\сохранены изменения.

Clicking this button will save all open projects where changes have not been applied/saved yet.

Опубликовать проект робота

Publish robot project

Позволяет опубликовать проект робота в хранилище (Для версий Enterprise и Cloud).

Allows publishing a robot project to the repository (for Enterprise and Cloud versions).

Опубликовать готового робота

Publish ready robot

Publish a finished robot

Publish a ready-robot

Позволяет опубликовать готового робота в хранилище (Для версий Enterprise и Cloud).

Allows publishing the ready robot to the repository (for Enterprise and Cloud versions).

Спецификация

Specification

Переход к настройке спецификации робота.

Navigates to the robot specification settings.

Поиск по схеме

Search by scheme

Позволяет выполнить поиск нужного действия внутри имеющейся схемы робота.


Allows searching for the specific action within an existing robot scheme.

Массовые действия

Mass actions

Bulk actions

Применение массовых действий на схеме робота. Например: включить выключенные действия, снять все точки останова, удалить все закладки и так далее.

Applying bulk actions to the robot scheme. For example: enable disabled actions, remove all breakpoints, delete all bookmarks, and so on.

Создать действие на языке C#

Create action C#

Открывает окно создания и/или открытия кастомного действия для редактирования. Подробно описано в разделе «Low-Codе режим ROBIN Studio 2.0».

Opens a window for creating and/or opening a custom action for editing. Described in detail in the "Low-Code Mode of ROBIN Studio 2.0" section.

Отменить

Undo

Отменяет последнюю операцию со схемой робота.

Reverses the last operation performed on the robot scheme.

Вернуть

Redo

Повторяет последнюю операцию со схемой робота. (Например, возвращает на схему робота удаленное действие).

Повторяет последнюю отмененную операцию в схеме робота. (Например, возвращает на схему робота удаленное действие).

Repeats the last operation performed on the robot scheme. (For example, restores a deleted action on the robot scheme).

Копировать

Copy

Помещает выделенное действие в буфер обмена, оставляя действие на рабочей области.

Places the selected action on the clipboard, leaving it on the workspace.

Вырезать

Cut

Помещает выделенное действие в буфер обмена, и одновременно удаляет его с рабочей области.

Places the selected action to the clipboard and simultaneously deletes it from the workspace.

Вставить

Paste

Позволяет вставить ранее скопированное действие на рабочую область.

Allows pasting a previously copied action onto the workspace.

Запись действий

Activity recording

Позволяет записать действия, произведенные во время работы в браузере или десктопном приложении Windows.

Allows recording actions performed while working in a browser or Windows desktop application.

База знаний

Knowledge base

При нажатии открывается web-версия документации по платформе ROBIN Studio.

Opens the web version of the documentation for the ROBIN Studio platform.

Логи системы

System logs

При нажатии на кнопку будет открыт выпадающий список:

  • Программные роботы
  • Robin Studio
  • Robin Player
  • Robin Agent
  • Java, Net, Python

По нажатию на конкретный тип открывается папка с логами компонента. Студия не закрывается.


When clicked, a drop-down list opens:

  • Software Robots
  • Robin Studio
  • Robin Player
  • Robin Agent
  • Java, Net, Python

Clicking on a specific type will open the corresponding component log folder. The Studio will not close.


Clicking on a specific type opens the corresponding component log folder. The Studio is not closed.

Статус агента

Agent status

Статус подключения студии к агенту.


Standalone:

  • Зеленый - студия подключена к агенту.
  • Серый - студия не подключена к агенту. Надо перезапустить агент.

 

Enterprise\Cloud:

  • Зеленый - студия подключена к агенту, агент подключен к серверу.
  • Серый - студия не подключена к агенту. Надо перезапустить агент.
  • Красный - студия подключена к агенту, агент не подключен к серверу. Переподключается сам. Попытка раз в минуту.
  • Желтый - студия подключена к агенту, переподключается к серверу.


Connection status of the Studio to the agent.

Standalone:

  • Green - the studio is connected to the agent.
  • Gray - the studio is not connected to the agent. It is necessary to restart the agent.

Enterprise/Cloud:

  • Green - the studio is connected to the agent, agent is connected to the server.
  • Gray - the studio is not connected to the agent. It is necessary to restart the agent.
  • Red - the studio is connected to the agent, but the agent is not connected to the server. It reconnects itself, an attempt once a minute..
  • Yellow - the studio is connected to the agent and is trying to reconnect to the server.