View Post

Lego MINDSTORMS EV3: Round Block In Detail

In Lego Mindstorms by Glenn TurnbullLeave a Comment

In this post we will cover the Round programming block used within the Lego MINDSTORMS EV3 programming software. We will cover all the available options and also provide a step by step example program. What Is the Round Block? The EV3 Round block depending on it’s mode will convert a decimal value into an integer value (i.e. A whole number) …

View Post

Lego MINDSTORMS EV3: Range Block In Detail

In Lego Mindstorms by Glenn TurnbullLeave a Comment

OK you guessed it, we are not covering mountain ranges here (i.e. if you saw the post image on our front page) – in this post we will cover the Range programming block used within the Lego MINDSTORMS EV3 programming software. We will cover all the available options and also provide a step by step example program. What is the …

View Post

Lego MINDSTORMS EV3: Compare Block In Detail

In Lego Mindstorms by Glenn TurnbullLeave a Comment

In this post we will cover the Compare programming block used within the Lego MINDSTORMS EV3 programming software. We will cover all the available options and cover it’s uses within a step by step example program. What is the Compare Block? The Compare block compares 2 numbers to find out if they are equal, not equal, or greater. It has …

View Post

Lego MINDSTORMS EV3: Constant Block In Detail

In Lego Mindstorms by Glenn TurnbullLeave a Comment

In this post we will cover the Constant block used within the Lego MINDSTORMS EV3 programming software. As well as explaining this block we will include 2 step by step example programs. What is a constant? In programming terms a constant is a value that cannot be modified within the program once it is set. What is the Constant Block? …

View Post

Lego MINDSTORMS EV3: Random Block In Detail

In Lego Mindstorms by Glenn TurnbullLeave a Comment

In this post we will cover the Random programming block used within the Lego MINDSTORMS EV3 programming software. We will cover all the available options and explain them by using them using step by step example programs. What is the Random Block? The Random block has 2 modes and will either output a random numeric or logic (true or false) …

View Post

Lego Mindstorms EV3: Switch Block In Detail

In Lego Mindstorms by Glenn TurnbullLeave a Comment

The switch block along with the loop and variable blocks are the core building blocks to any program. In this post we will cover the Switch block, how it works, its uses along with step by step examples. What does the Switch Block Do? The switch block is a conditional statement and in its simplest form, if the statement is …