Chris and Ernesto's Elevator

Hi! Our names are Chris and Ernesto. We are taking a computer class at Vina Danks Middle School in Ontario, California. In the first two trimesters this year, we have learned how to do Logo programming using MicroWorlds and how to make web pages using HTML. This trimester we are building with Legos and programming them with the Logo software that comes with the Legos.

We built an elevator for our project. We had to build the elevator from the floor up. We ran into some problems while trying to get the elevator finished. We had to loosen one of our poles so the carriage would go up and come down all the way. When trying to get the light to work on the elevator we found that we had a bad outlet and had to hook it into another output. The second output worked perfect and our elevator was finished.

Below is a picture of the Lego project and the procedures.

to elevator
talkto [motora soundb]
setleft
onfor 25
talkto "lampd
onfor 10
talkto [motora soundb]
setright
onfor 23
talkto "lampd
onfor 10
end

Vina Danks Home Page || Student Projects