Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Отображение дочерних элементов

The top interface panel contains the main menu and buttons required during the robot creation workflow.

Buttons

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

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

Image Modified

Menu

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

Save the current robot project

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%/.

Image Modified

Save all robot projects

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

Publish robot project

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

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

Image Modified

Publish ready robot

Allows publishing the finished 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.

Image Modified

Mass actions

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

Image Modified

Create action C#

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.

Image Modified

Undo

Reverses the last operation performed on the robot scheme.

Image Modified

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.

Image Modified

Paste

Allows pasting a previously copied action onto the workspace.

Image RemovedImage Added

Activity recording

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

Image Modified

Knowledge base

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

System logs

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


When clicked, a drop-down list opens:

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

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

Image Modified

Agent status

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

In Studio ( up to version 2.20.1), buttons have been added to the top panel of the interface where the main menu is located.

Image Added

When a user has robots that are built from actions on different platforms and if the customer wants to move that robot from Windows to Linux, they have to manually swap out the actions:

  1. Change the implementation options of an action from one to another, for example from a .net implementation to java or python. A single action can have multiple implementations.
  2. Replace actions with other actions, e.g. Excel actions with open format actions.

The button Image Added will check the script to determine if it can run on Linux - the answer is "Yes" or "No".

The button Image Added goes through all actions and converts actions that do not fit the request. If an action fails to convert, the studio remembers such a contract. After checking and converting all required actions, the studio shows the user a list of failed action conversions and the user either agrees and the changes are applied or refuses and everything stays the same.