Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lego EV3 Mindstorms SW Programming Blocks.

Similar presentations


Presentation on theme: "Lego EV3 Mindstorms SW Programming Blocks."— Presentation transcript:

1 Lego EV3 Mindstorms SW Programming Blocks

2 Action Blocks (In order from left to right) Medium Motor Large Motor
Move Steering Move Tank Display Sound Brick Status Light

3 Flow Blocks (In order from left to right) Start Wait Loop Switch
Loop Interrupt NOTE: These functions are called “control structures” in programming & Computer Science, because they control the flow of your program.

4 Sensor Blocks (In order from left to right) Brick Buttons Timer
Color Sensor Gyro Sensor Infrared Sensor Motor Rotation Temperature Sensor Timer Touch Sensor Ultrasonic Sensor Energy Meter NXT Sound Sensor

5 Data Blocks (In order from left to right) Variable Constant
Array Operations Logic Operations Math Round Compare Range Text Random

6 Advanced Blocks (In order from left to right) File Access Data Logging
Messaging Bluetooth Connection Keep Awake Raw Sensor Value Unregulated Motor Invert Motor Stop Program

7 My Blocks When you are repeatedly using the same segment of a program in many programs, that is a good time to create a My Block. Once your My Block is created, you can simply insert that single block into future programs within the same project. NOTE: This is called “reuse” in Computer Science! A very important and useful concept to speed up software development.


Download ppt "Lego EV3 Mindstorms SW Programming Blocks."

Similar presentations


Ads by Google