LEGO EV3 Series Руководство
Просмотреть онлайн или скачать pdf Руководство для Робототехника LEGO EV3 Series. LEGO EV3 Series 5 страниц. Introduction to programming
EV3 Robots Introduction to Programming
Getting started with programming an EV3 robot
The goal for this introductory programming is to get the robots to dance.
By learning how to make their robot dance, students will learn some basic
programming skills including moving, turning, and looping.
Mini Task 1: Moving forward and turning
Step 1 Moving Forward
Step 1.1 Select Options for Motor Block
First have the students build the robot in the instruction manual. The robot in the manual is
a great start because it is strong and turns well. The instruction manual has instructions for
programming the robot brick without a computer. The following instructions use the Lego
Mindstorms Education EV3™ software.
Drag and drop the double motor steering block from the
green tab/set on the lower menu bar to the command
programming chain.
There are five Duration options:
<Off> Turns the motor off
•
<On> Turns the motor on indefinitely
•
<On for Seconds> Turns the motor on for the
•
time specified in Duration length
<On for Degrees> Rotates the motor the number
•
of degrees specified in Duration length
<On for Rotations> Rotates the motor the
•
number of rotations specified in Duration length