Wait for Touch
Check Your Understanding:
Exercice
What does the robot do when the WaitTouch program runs?
Votre choixChoix attenduRéponse
Exercice
The program waits BEFORE it moves because...
Votre choixChoix attenduRéponse
Already Pressed
What happens if you're already holding down the Touch Sensor's button when you start running the program?
Votre choixChoix attenduRéponse
The Wait Block detects that the sensor is “Pressed” and passes control to the Move Block.
“Pressed” simply means “the button is in the pressed position”; it does not matter how or when it was pressed in!
EV3 Buttons
The 5 buttons on the front of the EV3 (not counting the Cancel button) can be used as Touch Sensors.
Try changing the Mode of the Wait Block to “Brick Buttons > Compare > Brick Buttons” and running your program.
Once it's running, press the middle button on the front of the EV3.
What happens ?