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

Ключ

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

"Or"

...

Disjunction Version 5 (Java)

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

Описание

Оператор логического сложения (логическое ИЛИ), который возвращает значение True, если любой из операндов имеет значение True, иначе - False.

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

Image Removed

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

...

Свойство

...

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

...

Описание

...

Тип

...

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

...

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

...

Параметры

...

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

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

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

Задача

Существует "Логическая переменная 1" со значением = true и "Логическая переменная 2" со значением = false. Требуется проверить выражение Логическая переменная 1=Истина И/ИЛИ Логическая переменная 2=Истина.  При положительном результате вывести диалоговое окно с сообщением - верно, при отрицательном результате сообщение - неверно. 

Решение

Воспользоваться действиями "Дизъюнкция", "Если", "Сообщение". 

Реализация

...

Description

A logical addition operator (logical OR) that returns True if either operand is True, otherwise it returns False.

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
ResultResult variable, true - if at least one operand is true, false - otherwiseRobin.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. It is required to check the expression Logical variable 1=True AND/OR Logical variable 2=True.  If the result is positive, print a dialog box with a message - true, if the result is negative, the message is false. 

Solution

Use the "Disjunction", "If", and "Show message" actions.  

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 "Disjunction" action into it. 
    Image Added
  3. Move the "Disjunction" 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

Variable value comparison was successful.

Image Added

A dialog box with the result is displayed.

 

Результат: сравнение значений переменных выполнено успешно  

Image Removed

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