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

Ключ

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

...

Change point coordinates

...

Группа действий: Базовые действия 

Действие возвращает координаты новой точки, полученной с помощью сдвига относительно некоторой заданной точки.

 Image Removed

Настройки 

Version 5 (Net)

Action group: "Base actions", subgroup "General"

...

Description

The action returns the coordinates of the new point obtained by the shift relative to some specified point

Action icon

 img758.pngImage Added

Settings of parameters 

СвойствоАнгл. наименованиеОписаниеТипПример заполненияОбязательность заполнения поляПараметрыКоординаты точки
Coordinates of point

Координаты точки

Координаты (Robin.LocationPoint)

the_point

или

(300, 1200)

ДаИзменение  Х
PropertyDescriptionTypeFilling exampleMandatory field
Parameters

Coordinates of point

Coordinates of point

Location Point

(300, 98)

Yes

X-axis shift

Изменение  Y


Shift along the x-axis

Сдвиг по оси Х

+100

или

-100

Нет
Numeric

90

No

Y-axis shift


Shift along the y-axis

Сдвиг по оси Y

+100

или

-100

НетРезультатыКоординаты
Coordinates

Переменная, в которую будут записаны координаты новой точки

Координаты (Robin.LocationPoint)

Особые условия использования

Если не введено значение в поле "Изменение Х" или "Изменение Y", то значение координат по соответствующей оси сохраняется в результат в неизменном виде

Пример использования 

Задача: существует переменная "Координаты" со значениями (625,695). Необходимо изменить ось координат по X= +1, по Y= -9 

Image Removed

Решение: настроить действие "Изменить координаты точки" 

Реализация

...

Numeric

-54

No

Results
Coordinates

Variable in which the coordinates of the new point will be written

Location Point

Special conditions of use

If no value is entered in the "Change X" or "Change Y" field,
then the coordinate value of the corresponding axis is saved in the result unchanged

Example of use

Task

You have the coordinates of a point on the Send / Receive tab of Outlook.

You need to switch to the "Folder" tab using device simulation.

Image Added

Solution

Use the "Change point coordinates" and "Mouse click" actions.

Implementation

  1. Create a variable with the coordinates of the point.
    Image Added

  2. Move the "Change point coordinates" action to the workspace.
    Image Added

  3. Set the parameters for the "Change point coordinates" action.
    1. In the "Coordinates of point" field, add the variable "Coordinates of the "Send / Receive" tab"
    2. In "X-axis shift" set the value to 120
    3. Do not change the "Y-axis shift" parameter
      Image Added

  4. Move the "Mouse click" action to the workspace.
    Image Added

  5. Set the parameters of the "Mouse click" action.
    1. Set the left mouse click in the "Click option" field
    2. In the "Coordinates" field, add the result of the "Change point coordinates" action
      Image Added

  6.  Click on the "Start" button in the top panel.  

Result

The program robot comleted successfully.
The robot switched to the "Folder" tab using the "Mouse click" action on the changed coordinates of the point.

Image Added

Image Added

...