Else If

Description

The Else If command, in addition to Else, is used together with the If command. It enables you to make statements to change the robot's behavior based on sensor inputs or variable values.

 

To access Else If program

  1. Go to the basic command screen. See Basic Command Nodes.

  2. Tap the If icon in the Commands screen.

    Follow the process when accessing the If program. See If for more.

  3. You can see an Expression node and two add icons are inserted into the program tree:

    • add icon in the If child node

    • add icon for another node

  4. Tap the second add icon.

    The Commands screen appear.

  5. Tap the Else If icon in the Commands screen.

 

  1. The Else If node is inserted into the program tree.

    The node has an editable Expression field and two add icons.

  2. Tap the Expression field.

  3. Create your expression .

  4. Tap Confirm.

  5. Choose and tap the appropriate add icon to access other commands for the robot movement.