История страницы
"Not Eqv"
...
Группа действий: Операторы
Возвращает True, если оба операнда имеют разное значение.
Настройки
...
Свойство
...
Англ. наименование
...
Описание
...
Тип
...
Пример заполнения
...
Обязательность заполнения поля
...
Параметры
...
Inequality Version 3 (Net)
Action group: Operators
...
Description
Returns True if both operands have different values.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First operand of boolean type | First operand of boolean type | Robin.Boolean | true | Yes |
Second operand of boolean type | Second operand of boolean type | Robin.Boolean | true | Yes |
Results | ||||
Result | The resulting variable, true if the boolean variables are not equal, false otherwise. | Robin.Boolean | true |
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
Особые условия использования
Отсутствуют.
Пример использования
Задача: существует "Logical variable 1" со значением = true и "Logical variable 2" со значением = false. Требуется проверить выражение: Logical variableя 1 НЕ РАВНА Logical variable 2. При положительном результате вывести диалоговое окно с сообщением - верно, при отрицательном результате сообщение - неверно.
...
"Inequality", "If", "
...
Message".
Реализация:
Implementation
- Assemble a robot scheme consisting of actionsСобрать схему робота, состоящего из действий:
- Создать переменную с типом логический Create a variable with type logical "Logical variable 3" для записи в нее результата действия 3" to record the result of action "Inequality" into it.
- Перетащить действие Move the "Inequality" на рабочую область и настроить его параметрыaction to the workspace and set its parameters.
Перетащить действие - Move the "If" на рабочую область и указать в параметре действия action to the workspace and specify "Logical variable 33" in the action parameter.
- В ветвь "Истина" добавить действие "Show message" и настроить его параметрыAdd the "Show message" action to the "Truth" branch and set its parameters.
В ветвь "Ложь" добавить действие "Show message" и настроить его параметры - Add the "Show message" action to the "False" branch and set its parameters.
- Запустить робота по кнопке "Запуск" и верхней панели.
Результат: сравнение значений переменных выполнено успешно.
- Start the robot using the "Start" button and the top panel.
Result
The comparison of variable values has been performed successfully.
A dialog box with the result is displayed. отображено диалоговое окно с результатом