Monday, May 19, 2014

Scratch & WeDo Software: Motor Basics



The best way to compare two different computer programs is to see how they do similar things. For instance, how activate/deactivate the motor and use the sensors. Let’s start with the motor. A number of robots can be programmed easily with the motor turning one way or the other. Let’s see how WeDo software and Scratch do it.


In WeDo software, you can drag the Start block (play button) and the motor block over the working area. You need to place them side by side until they snap together. That’s it; you have your first program. If you click the Start block the motor will turn one way. You can stop it using the red button on the lower corner or hitting the Escape key on the keyboard.

In Scratch, you can drag the “motor on” block from the Motion menu and “when clicked” block from the Control menu over the working area until they snap together. If you click the flag button, the motor will turn on. You can also click the green flag on the top right corner. To stop it, you need to hit the red button on the top right corner.
La mejor forma de comparar dos programas diferentes de computadora es ver como hacen cosas similares. Por ejemplo, cómo activar/desactivar el motor y usar los sensores. Empecemos con el motor. Una cantidad de robots pueden ser programadas fácilmente con el motor gira en un sentido o el otro. Veamos como el software de WeDo y Scratch lo hacen.

En el software de WeDo, puedes arrastrar el bloque de iniciar (botón de play) y el bloque del motor sobre el área de trabajo. Necesitas colocarlos hasta que se junten solos. Y eso es todo; ya tienes tu primer programa. Si haces clic en el bloque de iniciar el motor va a girar. Puedes detenerlo usando el botón rojo en la parte inferior derecha o con la tecla Escape en el teclado.

En Scratch, puedes arrastrar el bloque de “motor encendido” en el menú de Movimiento y el icono de “al presionar” del menú de Control en el área de trabajo hasta que se junten ambos. Si haces clic en la bandera verde, el motor va a girar. También puedes usar la bandera verde de la esquina superior derecha. Para detenerlo, hacer clic en el botón rojo de la esquina superior derecha.

WeDo software code for turning the motor on
Código en el software de WeDo para activar el motor


Scratch code for turning the motor on
Código en Scratch para activar el motor
If you want to reduce the motor speed, you can try reducing the power level it is receiving.

Using the WeDo software, you need to locate the motor power level block and place it in between the start and motor blocks. You can change the power level using the keyboard or the mouse buttons. You can play with the left and right mouse buttons to increase or decrease the power level.

In Scratch you need to locate the “motor power” block under the Motion menu, and place it in-between the other blocks. You can change the power level using the keyboard.
Si quieres reducir la velocidad del motor, puedes intentar reduciendo el nivel del poder.

En el software de WeDo, hay que localizar el bloque del nivel de poder del motor y colocarlo entre el botón de inicio y del motor. Puedes cambiar el nivel de potencia usando el teclado o los botones del ratón. Puedes jugar con el botón izquierdo y derecho para aumentar o disminuir el nivel.

En Scratch necesitas localizar el bloque de “poder del motor” bajo el menú de Movimiento, y colocarlo entre los otros bloques. Puedes cambiar el nivel de poder usando el teclado. 


Motor power level option in WeDo software
Nivel de poder del motor en el software de WeDo


Motor power level option in Scratch
Nivel de poder del motor en Scratch
You can also control the motor with the keyboard. For example, if you want to hit the letter “R” on the keyboard to run the motor and the letter “S” to stop the motor you can do it.

In WeDo software you need to locate the yellow block with the key shape and change the default letter (hit the letter you want until you see it on the screen). Select the motor on and motor off blocks.

In Scratch you need to locate the “when _ key pressed” block under the Control menu. From the drop down menu, you can choose the letter you want. Select the “motor on” and “motor off” blocks from the Motion menu.

También puedes controlar el motor con el teclado. Por ejemplo, si quieres utilizar las tecla “R” del teclado para activar el motor y la letra “S” para detenerlo lo puedes hacer.

En el software de WeDo necesitas encontrar el bloque con la forma de tecla y cambiar la letra por defecto (presionar en el teclado la letra que quieras hasta que la veas en pantalla). Seleccionar los bloques de motor encendido y apagado.

En Scratch hace falta encontrar el bloque “al presionar tecla” debajo del menú de Control. En el menú desplegable puedes escoger la letra que quieras. Seleccionar los bloques de “motor encendido” y “motor apagado” del menú de movimiento.



Controlling the motor with the keyboard using WeDo software.
Controlando el motor con el teclado usando el software de WeDo.



Controlling the motor with the keyboard using Scratch.
Controlando el motor con el teclado usando Scratch.
If you want to clean your working area, you can drag all the blocks back to the where they came from. Down for the WeDo software, and to the left for Scratch.

Si quieres limpiar el área de trabajo, puedes arrastrar todos los bloques de regreso de donde salieron. Hacia abajo en el software de WeDo, y hacía la izquierda en Scratch.

No comments:

Post a Comment