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

Ключ

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

"Not"

...

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

Оператор логического отрицания, который возвращает значение противоположное значению операнда.

Image Removed

Настройки

...

Свойство

...

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

...

Описание

...

Тип

...

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

...

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

...

Параметры

...

Inversion Version 3 (Net)

Action group: Operators

...

Description

A logical negation operator that returns a value opposite to the value of the operand.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Boolean operandValue of boolean operandRobin.BooleantrueYes
Results
ResultOperand negation resultRobin.Booleantrue

Special conditions of use

None.

Example of use 

Task

There is a "Logical variable 1" with value = false. It is required to return the opposite value of Logical variable 1 (true).  In the dialog box output the message - true (the result of the variable true).  

Solution

Use the actions

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

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

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

Задача: существует "Logical variable 1" со значением = false. Требуется вернуть значение противоположное Logical variable 1 (true).  В диалоговое окно вывести сообщение - верно (результат переменной true).  

...

"Inversion", "If", "Show message". 

Реализация: 

Implementation

  1. Assemble a robot scheme consisting of actionsСобрать схему робота, состоящего из действий


  2. Создать переменную с типом логический Create a variable with type logical "Logical variable  3" для записи в нее результата действия 3" to record the result of the "Inversion" action into it
    Image Modified
  3. Перетащить действие Move the "Inversion" на рабочую область и настроить его параметрыaction to the workspace and set its parameters
    Image ModifiedПеретащить действие
  4. Move the "If" на рабочую область и указать в параметре действия action to the workspace and set the action parameter to "Logical variable  33". 
    Image Modified
  5. В ветвь In the "True" добавить действие branch, add the "Show message" и настроить его параметрыaction and set its parameters.
    Image ModifiedВ ветвь
  6. In the "False"  добавить действие branch, add the "Show message" и настроить его параметрыaction and set its parameters.
    Image Modified
  7. Запустить робота по кнопке "Запуск" и верхней панелиStart the robot using the "Start" button and the top panel

Результат:  Робот отработал успешно

Image Removed

Result  

The robot completed successfully

Image Added

A dialog box with the result is displayed. Отображено диалоговое окно с результатом