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

Ключ

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

"Not"

...

Inversion Version 3 (Net)

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

Описание

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

Иконка действия

Image Removed

Параметры и их настройки

...

Свойство

...

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

...

Описание

...

Тип

...

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

...

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

...

Параметры

...

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

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

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

Задача

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

Решение

Воспользоваться действиями "Инверсия", "Если", "Сообщение". 

Реализация

...

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 "Inversion", "If", "Show message". 

Implementation

  1. Assemble a robot scheme consisting of actions: 
    Image Added

  2. Create a variable with type logical "Logical variable 3" to record the result of the "Inversion" action into it. 
    Image Added
  3. Move the "Inversion" action to the workspace and set its parameters. 
    Image Added
  4. Move the "If" action to the workspace and set the action parameter to "Logical variable 3". Image Added
  5. In the "True" branch, add the "Show message" action and set its parameters.
    Image Added
  6. In the "False" branch, add the "Show message" action and set its parameters.
    Image Added
  7. Start the robot using the "Start" button and the top panel. 

Result  

The robot completed successfully

Image Added

A dialog box with the result is displayed. 

 

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

Image Removed

Отображено диалоговое окно с результатом