1. For the part shown below, design a part feeder.
2. For the product below describe the various DFA problems and suggest solutions.
3. Design a system for making coffee and pouring it into styrofoam cups. Lids must be put on after the coffee is complete. The user should be able to select 1 or 2 creams and/or sugars by pressing buttons. This should include rough mechanical layout, electrical connections, actuators and sensors, feeders, etc.
4. For the robot pictured below,
a) calculate 5 (x,y) points along a straight line path from (0.5,0.5) to (-0.5,0.5).
b) Develop the inverse kinematic equations and calculate the joint angles at each of the points in part a)
* A sketch of a simple assemblyXXXXX
a) what is the theoretical minimum number of parts? (2%)
b) for each of the parts in the assembly describe DFA oriented problems. (4%)
c) select parts that are candidates for redesign, combination or elimination. (3%)
d) develop a new design based on your analysis. Rough sketches are required. (8%)
a) What are forward kinematic equations? (6%)
b) What are the inverse kinematic equations? Give all possible solutions. (6%)
c) Develop the Jacobian matrix for the robot, also find the Inverse Jacobian. (6%)
d) select suitable actuators for positioning the robot. (3%)
e) select suitable sensors for determining joint positions. (3%)
f) roughly design the EOAT for picking up spherical objects. (6%)
g) Develop the equations needed to find points on the robots straight line (point to point) motion paths. The robot should start and stop smoothly. (6%)
h) Develop a complete block diagram of the robotic system. Clearly name all of the boxes and label the inputs and outputs. (10%)
i) Assuming that the robot uses the AML programming language, write a program to track a square with the bottom left corner at (2m, 1m), and the top right corner at (3m, 1.5m). Make any reasonable assumptions needed. (6%)