Getting started with EV3 MicroPython
Erste Schritte mit LEGO
Medium EV3 Motor:
Getting started with EV3 MicroPython
/
_____________
Mittlerer EV3 Motor:
counterclockwise
entgegen dem Uhrzeigersinn
/
/
____
|
|
/
|
|
/
_____________
v
|
/
/
|
|
|
|
|
|
\______________/
v
|
|
LEGO, the LEGO logo, MINDSTORMS and the MINDSTORMS EV3 logo are trademarks and/or copyrights of the LEGO Group. © 2019 The LEGO Group. All rights reserved.
|
Large EV3 Motor:
\______________/
Großer EV3 Motor
________
/
Large EV3 Motor:
_|
|
________
entgegen dem Uhrzeigersinn
counterclockwise
/
\__________
_|
|
counterclockwise
class Stop
\__________
class Stop
Hiermit wird festgelegt, was nach dem Anhalten des Motors passieren soll: auslaufen, abbremsen oder
Action after the motor stops: coast, brake, or hold.
Winkel beibehalten.
COAST
COAST
Der Motor kann sich frei bewegen.
class Stop
Let the motor move freely.
BRAKE
Action after the motor stops: coast, brake, or hold.
BRAKE
Der Motor hält kleinen äußeren Kräften passiv stand.
COAST
Passively resist small external forces.
HOLD
Let the motor move freely.
Der Motor wird weiterhin gesteuert, um den eingegebenen Winkel beizubehalten. Diese Funktion ist
HOLD
nur bei Motoren mit Drehsensor verfügbar.
BRAKE
Keep controlling the motor to hold it at the commanded angle. This is only available on motors
Die Art des Anhaltens legt fest, wie groß der Bewegungswiderstand des Motors nach dem Anhalten ist:
Passively resist small external forces.
encoders.
Parameter
Widerstand
HOLD
The stop type defines the resistance to motion after coming to a standstill:
Stop.COAST
niedrig
Keep controlling the motor to hold it at the commanded angle. This is only available on motors
Stop.BRAKE
mittel
encoders.
Stop.HOLD
hoch
The stop type defines the resistance to motion after coming to a standstill:
class Color
Licht oder Oberflächenfarbe
BLACK
BLUE
class Color
GREEN
Light or surface color.
YELLOW
BLACK
RED
class Color
WHITE
BLUE
Light or surface color.
BROWN
GREEN
BLACK
ORANGE
YELLOW
BLUE
RED
GREEN
WHITE
YELLOW
BROWN
RED
Direction.CLOCKWISE
Direction.COUNTERCLOCKWISE
MINDSTORMS
®
®
clockwise
im Uhrzeigersinn
\
_____
_
|
__|
|__
|
|__ o
__|
|
\
|_|
|
_
|
|
__|
|__
|
|__ o
__|
|
|_|
|
|
\
___
\
/
----/------
|
__\__
\
___
v
/
\
/
-------|
+
----/------
\_____/
|
__\__
v
/
-------|
+
\_____/
Physikalische Bedeutung
Reibung
Reibung + Drehmoment entgegen der Bewegung
Parameter
Resistance
Reibung + Drehmoment zum Beibehalten des festgelegten Winkels
Stop.COAST
low
Stop.BRAKE
medium
Stop.HOLD
high
Parameter
Resistance
Stop.COAST
low
Stop.BRAKE
medium
Stop.HOLD
high
LEGO, the LEGO logo and MINDSTORMS are trademarks of the LEGO Group.
©2019 The LEGO Group.
clockwise
counterclockwise
Education EV3 MicroPython
\
\
|
\
|
\
v
\
|
|
v
___
\
\
im Uhrzeigersinn
|
clockwise
___
\
v
\
|
\
|
clockwise
\
v
|
Physical meaning
Friction
Friction + Torque opposite to motion
Friction + Torque to hold commanded angle
Physical meaning
Friction
Friction + Torque opposite to motion
Friction + Torque to hold commanded angle
counterclockwise
clockwise
Version 1
Version 1.0.0
Version 1
(continued from previous
(continued from previous
(continues on next
30