Conditional Branching

Expressions and conditions are set, and processing after this processing item is divided into two according to the comparison calculation.

Used in the Following Case

  • When two more types of products are on the production line and inspection is to be performed separately for each
Conditional branch - Overview

List of Conditional Branching Items

Set
Description
Set value
[factory default]
Condition
Select the method to compare expression A and B.Compare two data items that are obtained through conditional expressions.
  • [A=B]
  • A<=B
  • A<B
  • A>=B
  • A>B
Expression A
Set the evaluation expression that is to be the basis for branching.Set the expression through calculation.
Up to 256 characters
Expression B
Destination unit
YES
Select the destination unit number for when the result of the comparison is true.
  • -1: [End processing]
  • 0 to 32767: unit No.
NO
Select the destination unit number for when the result of the comparison is false.
  • -1: [End processing]
  • 0 to 32767: unit No.