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

Ключ

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

"+"

...

Группа действий: Операторы 

Действие предназначено для получения суммы двух чисел.

Image Removed

Настройки

...

Свойство

...

Англ. наименование

...

Описание

...

Тип

...

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

...

Обязательность заполнения поля

...

Параметры

Addition Version 5 (Java)

Action group: Operators

...

Description

The action is designed to get the sum of two numbers.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
The first addendumThe value or variable of the first addendumRobin.Numeric
Yes
The second addendumThe value or variable of the second addendumRobin.Numeric
Yes
Results
ResultResult variable containing the sum of two addendumsRobin.Numeric

Special conditions of  use

None.

Example of use 

Task

There is "Variable 1" with value 17 and "Variable 2" with value 3. It is required to find out the sum of two numbers (Variable1+ Variable2), write the result to a numeric variable and display the obtained number in a dialog box. 

Solution

Use the "Addition" and "Show message" actions. 

Implementation 

  1. Assemble a robot scheme consisting of actions: 
    Image Added
  2. Create a numeric variable "Variable 3" into which the result of the "Addition" action will be written. 
    Image Added
  3. Move the "Addition" action to the workspace and set its parameters.  
    Image Added
  4. Move the "Show message" action to the workspace and set its parameters.  
    Image Added
  5. Start the robot using the "Start" button in the top panel. 

Result

A dialog box with the total value is displayed on the screen.

...

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

Отсутствуют.

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

Задача: существует "Variable 1" со значением 17 и "Variable 2" со значением 3. Требуется узнать сумму двух чисел (Variable 1+ Variable 2, результат записать в числовую переменную и вывести полученное число в диалоговое окно. 

Решение: воспользоваться действиями "Addition" и "Show message". 

Реализация: 

  1. Собрать схему робота, состоящего из действий: 
    Image Removed
  2. Создать числовую переменную "Variable 3" в которую будет записан результат действия "Addition". 
    Image Removed
  3. Перетащить на рабочую область действие "Addition" и настроить его параметры.  
    Image Removed
  4. Перетащить на рабочую область действие "Show message" и настроить его параметры.  
    Image Removed
  5. Запустить робота по кнопке "Запуск" в верхней панели. 

Результат: 

На экране отобразилось диалоговое окно с итоговым значением