LEGO Mindstorms EV3 Dummy My Block

This is an example My block used in tutorials to demonstrate the process of creating, importing and editing My blocks. 

How to open?

Download
  • #fwr42n
  • 01 Dec 2019

Importing my block in a LEGO EV3 Project

When programming people try to reuse other programmers code. Either because that part of their project is too complicated or time consuming or because there is no need to write code, that it is already written. That allows you to focus on what matters. In our case in order to reuse code from one project into another we need My Blocks. Now we will take a look at how we can import a My Block in our projects.

Creating My Blocks in EV3 Software

Editing My Blocks in EV3 Software

In previous tutorials we have learnt how to Create and Import My blocks in the EV3 Mindstorms Software. However, we often need to edit the blocks we have created. Even more often we need to edit the blocks we have imported, so that they match our setup. Now we will take a look at how we can achieve that.