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

Ключ

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

"Not Eqv"

...

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

Возвращает True, если оба операнда имеют разное значение.

Image Removed

Настройки

...

Свойство

...

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

...

Описание

...

Тип

...

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

...

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

...

Параметры

...

Inequality Version 3 (Net)

Action group: Operators

...

Description

Returns True if both operands have different values.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
First operand of boolean typeFirst operand of boolean typeRobin.BooleantrueYes
Second operand of boolean typeSecond operand of boolean typeRobin.BooleantrueYes
Results
ResultThe resulting variable, true if the boolean variables are not equal, false otherwise.Robin.Booleantrue

Special conditions of use

None.

Example of use 

Task

There is a "Logical variable 1" with value = true and "Logical variable 2" with value = false. We need to check the following expression: Logical Variable 1 is NOT EQUAL to Logical Variable 2. If the result is positive, output a dialog box with a message - true, if the result is negative, the message - false. 

Solution

Use the actions "Inequality", "If", "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 action "Inequality" into it. 
    Image Added
  3. Move the "Inequality" action to the workspace and set its parameters. 
    Image Added
  4. Move the "If" action to the workspace and specify "Logical variable 3" in the action parameter. 
    Image Added
  5. Add the "Show message" action to the "Truth" branch and set its parameters.
    Image Added
  6. Add the "Show message" action to the "False" branch and set its parameters.
    Image Added
  7. Start the robot using the "Start" button and the top panel. 

Result

The comparison of variable values has been performed successfully.  

Image Added

A dialog box with the result is displayed. 

Image Added

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

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

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

Задача: существует "Логическая переменная 1" со значением = true и "Логическая переменная 2" со значением = false. Требуется проверить выражение: Логическая переменная 1 НЕ РАВНА Логическая переменная 2. При положительном результате вывести диалоговое окно с сообщением - верно, при отрицательном результате сообщение - неверно. 

Решение: воспользоваться действиями "Неэквивалентность", "Если", "Сообщение". 

Реализация: 

  1. Создать переменную с типом логический "Логическая переменная 3" для записи в нее результата действия "Неэквивалентность". 
    Image Removed
  2. Перетащить действие "Неэквивалентность" на рабочую область и настроить его параметры. 
    Image Removed
  3. Перетащить действие "Если" на рабочую область и указать в параметре действия "Логическую переменную 3". 
    Image Removed
  4. В ветвь "Истина" добавить действие "Сообщение" и настроить его параметры.
    Image Removed
  5. В ветвь "Ложь" добавить действие "Сообщение" и настроить его параметры.
    Image Removed
  6. Запустить робота по кнопке "Запуск" и верхней панели. 

Результат: сравнение значений переменных выполнено успешно,  отображено диалоговое окно с результатом 

Image Removed