How to control the speed of the motors and the speed of the robot.
- #407
- 15 Apr 2017
- 2:04
Speed in the EV3 software
Take a Move block. The second port of the block is labeled "Power". Set it to 10% and the robot will move slowly.
Set it to 100% and the robot will move as fast as its motors possibly can.
English
What you should do is to try to control the speed of the robot and from there you also control if this cup will fall by controlling the speed. And let's see how we control the speed from the software. There is a setting in the move steering block for power and we'll use this setting to make the robot move faster or slower.
First, we'll make the robot move very slowly. We take a move steering block, drag and drop it and we set like 0.5 rotations.
Then we set the power to 10%.
This will make the whole robot move very slowly. And probably the cup will not fall. Let's try the program.
The robot is moving very slowly. The cup is not falling. Can we make it move like with 100% power? For this I'll just take another block, another steering block, set the rotations to 1 rotation and set the power to 100% the maximum power of our motors.
You see that first the robot moves very slowly and then with 100% power moves very fast and the cup falls. This brings us to our next task.
Курсове и занятия включващи този Урок
Този Урок е използван в следните курсове и занятия.

EV3 Phi. Introduction to robotics with LEGO Mindstorms
The things that you will be able to do with your EV3 robot by the end of this course are:
Freely move your robot towards desired target;
Avoid obstacles on the path of your robot using sensors;
Follow lines of any shape;
Detecting and picking up objects of any kind;
- 92
- 220:20
- 36

Make the robot consider the cargo. Inertia and Acceleration
Robots could do chores for us and they must consider the load of the cargo or the robot could be damaged.
- 11
- 0
- 5
- 3d_rotation 0