Loop

A command to repeat the operation of specified number of times or while the specified conditions are met.

Detailed Settings

  • Loop
    Select the type of the loop.

    • Count
      Specify the number of times to repeat the operation.

    • Condition
      Specify the condition to repeat the operation.

    • Infinite
      Repeats the operation of the command in the container.

  • Loop Count
    Tap +, - button to select the repetition (up to 32767).

  • Loop Condition
    Tap [+ Add Condition] to set conditions. Repeats the operation while the condition meets.
    For the details of setting conditions, refer to the following:
    If

  • Add Exit If
    Add an Exit If command, that breaks the loop immediately. Adding this command, even if the set number of times is not repeated or the set condition is met, the program starts from the next command.
    For the details of Add Exit If, refer to the following:
    If