Difference between revisions of "Spike Prime - Pulleys for Lifting Weights"

From RoboWiki
Jump to: navigation, search
m
m
 
Line 3: Line 3:
 
== Let's begin ==
 
== Let's begin ==
  
introduction...
+
Possibly by 1500 BC people in Mesopotamia used rope pulleys for hoisting water. Archimedes of Syracuse invented the first compound pulleys 287 BC - 212 BC. Plutarch reported that Archimedes moved an entire warship, laden with men, using compound pulleys and his own strength. [http://www.edubilla.com/invention/pulley/ read more...]
 +
 
 +
In this exercise, we will observe how pulleys can make a very hard work easier. How could heavy objects be lifted using less force? A very useful skill when you are to build a house or a church...  
  
 
== Build ==
 
== Build ==
Line 10: Line 12:
  
 
[[Image:spike_pulleys_model.png|model pulleys crane|600px]]
 
[[Image:spike_pulleys_model.png|model pulleys crane|600px]]
 +
 +
The basic model uses a compound pulley, but it can be easily modified to skip one or both pulleys as shown in the pictures below.
  
 
Pictures:
 
Pictures:
Line 45: Line 49:
 
Download: [[Media:pulleys.llsp|pulleys.llsp]]
 
Download: [[Media:pulleys.llsp|pulleys.llsp]]
  
description of the program
+
The program starts increasing the power of the motor and observing when it will start moving. If it moves by 1/4 of rotation, it assumes that the power to lift the cargo is sufficient, shows the lift direction, and lifts the cargo to the second floor, where it is detected by a color sensor. After the cargo is unloaded, the cabin is moved back to the first floor, where it is detected using the ultrasonic sensor.
 
 
  
  
Line 53: Line 56:
 
<youtube>kUMskhL4dQk</youtube>
 
<youtube>kUMskhL4dQk</youtube>
  
* Make your own recording
+
* Observe the number of rotations of the motor needed when using different number of pulleys. Can you derive this relation?
 
+
* Measure the required power required for different cargo weights, and for different number of pulleys used.
Example result of measurement:
+
* Record your own measurements, create a table, and a chart.
 
+
* What did you notice about the relation between the power required, the number of pulleys used, and the weight of the cargo?
 
 
 
* Perform measurements with your model and discuss in your group what has happened.
 
* Perform measurements with your model and discuss in your group what has happened.
  
Line 63: Line 65:
 
== Explore and modify ==
 
== Explore and modify ==
  
* Modify the program so that ...
+
* Modify the program so that the color sensor will use the color instead of reflected light in order to get a better stopping behavior. Modify it also to take the number of pulleys into account so that the cabin will always stop when reaching the bottom station properly, regardless the number of pulleys.
* Modify the model so that ...
+
* If you have sufficient parts, try to create even more complex pulleys.
 +
 
  
 
== Present ==
 
== Present ==

Latest revision as of 16:59, 28 February 2020

(back to list of projects)

Let's begin

Possibly by 1500 BC people in Mesopotamia used rope pulleys for hoisting water. Archimedes of Syracuse invented the first compound pulleys 287 BC - 212 BC. Plutarch reported that Archimedes moved an entire warship, laden with men, using compound pulleys and his own strength. read more...

In this exercise, we will observe how pulleys can make a very hard work easier. How could heavy objects be lifted using less force? A very useful skill when you are to build a house or a church...

Build

Model:

model pulleys crane

The basic model uses a compound pulley, but it can be easily modified to skip one or both pulleys as shown in the pictures below.

Pictures:

complete model cabin direct bottom direct top direct top and bottom single pulley bottom single pulley top double pulleys bottom double pulleys top weight of batteries

Building instructions:

Download building instructions:

Download stud.io model:


Program

Main program - drive up drive down blocks with elevator effects

Download: pulleys.llsp

The program starts increasing the power of the motor and observing when it will start moving. If it moves by 1/4 of rotation, it assumes that the power to lift the cargo is sufficient, shows the lift direction, and lifts the cargo to the second floor, where it is detected by a color sensor. After the cargo is unloaded, the cabin is moved back to the first floor, where it is detected using the ultrasonic sensor.


Measure, analyze, think

  • Observe the number of rotations of the motor needed when using different number of pulleys. Can you derive this relation?
  • Measure the required power required for different cargo weights, and for different number of pulleys used.
  • Record your own measurements, create a table, and a chart.
  • What did you notice about the relation between the power required, the number of pulleys used, and the weight of the cargo?
  • Perform measurements with your model and discuss in your group what has happened.


Explore and modify

  • Modify the program so that the color sensor will use the color instead of reflected light in order to get a better stopping behavior. Modify it also to take the number of pulleys into account so that the cabin will always stop when reaching the bottom station properly, regardless the number of pulleys.
  • If you have sufficient parts, try to create even more complex pulleys.


Present

  • Prepare a short presentation for other groups. Tell others about how your measurement went, what issues did you have to solve. What do they mean and why did they happen?


Additional resources