These blocks works for EV3 Robot!
The Wait Until block pauses program execution until a specific event occurs. There are multiple variations for this block, each for a specific sensor.
It's important to note that this block only pauses the program from executing the next commands, until the event has occurred, not the robot itself.
We have included examples of sensor-related events that will cause the robot to stop.
- Wait until the color sensor detects the color Blue (using Color Name method)
- Wait until the left motor encoder count is over 100
- Wait until the ultrasonic sensor detects an obstacle at a distance of less than 250 cm.
- Wait until the touch sensor is pressed
- Wait until the gyro sensor turns more than 90 degrees (to the right)
Configuration
Block | Description | Compatible Blocks | Range |
Wait Until Touch |
Wait until the touch sensor is pressed (true) or released (False) |
Boolean (True/False) | |
Wait Until Gyro |
Wait until the gyroscopic sensor reaches a degree equal or greater/less |
-∞ - +∞ | |
Wait Until Ultrasonic |
Wait until the ultrasonic sensor detects an obstacle at a distance equal or greater/less |
0-250 | |
Wait Until Color |
Wait until the color sensor measures a light intensity of equal or greater/less |
0-100 | |
Wait Until Color |
Wait until the color sensor detects a specific color/any other color |
N/A |
"Black" "White" "Red" "Yellow" "Green" "Cyan" "Blue" "Magenta" "Brown" |
Wait Until Motor |
Wait until the motor encoder measures a count of equal or greater/less |
-∞ - +∞ |
it was good information.
yes it was very helpful