Setting up Conditions

Specify Expression A and B for the branching conditions.
  1. Expression A and B should be set separately.
    Branch Setting - Conditional expression area
    1. Tap the right [...] button.
      The Setting Expression window appears.
    2. Set up the expression.
      For the procedure to set up the Expression, see Structure and Creation of Expression
  2. Tap [Icon] to set up conditions.
    Branch Setting - Conditional expression area
    Table: Condition List (Branch)
    Condition
    Description
    A=B
    If the operational result of A is equal to that of B, the action will go to the YES unit in the Destination Unit.
    If not, move to the unit with "NO".
    A<=B
    If the operational result of A is equal to that of B, or A is lower than B, moves to the unit with "Destination unit" being "YES". If A is larger, move to the unit with "NO".
    A<B
    If the operational result of A is lower than that of B, moves to the unit with "Destination unit" being "YES".
    If A is equal to or larger than B, move to the unit with "NO".
    A>=B
    If the operational result of A is equal to that of B, or A is higher than B, move to the unit with "Destination unit" being "YES". If B is higher, move to the unit with "NO".
    A>B
    If the operational result of A is larger than that of B, moves to the unit with "Destination unit" being "YES".
    If A is equal to or lower than B, move to the unit with "NO".