What This Document Is
This is a detailed assignment specification for ME 5241, Computer Aided Engineering, at the University of Minnesota Twin Cities. It outlines the requirements for the second part of Project #3, focusing on the animation of a slider-crank linkage – specifically, a juice extractor linkage previously designed by the student. The assignment centers around implementing a 2D animation using a “graphics pipeline,” requiring students to perform the kinematic analysis themselves rather than relying on pre-built tools.
Why This Document Matters
This assignment is crucial for students enrolled in an advanced computer-aided engineering course. It’s designed for those needing to solidify their understanding of kinematic analysis and apply it to a practical animation task. Students will benefit from this assignment if they are preparing for roles involving robotics, mechanism design, or the development of graphical user interfaces for engineering applications. It’s particularly relevant when you need to move beyond using existing software packages and build a solution from fundamental principles.
Common Limitations or Challenges
This document does *not* provide pre-written code or step-by-step instructions for completing the animation. It assumes a foundational understanding of kinematic principles and programming in either C (with OpenGL) or FORTRAN (with SGI’s GL). It also doesn’t offer a pre-built model of the juice extractor linkage; students are expected to utilize their previous design work. The document focuses on the *how* of implementation, not the *what* of the final visual output.
What This Document Provides
* A detailed explanation of the kinematic equations governing a generalized slider-crank linkage.
* Guidance on implementing a 2D animation of a mechanical linkage.
* A discussion of the differences between implementing the animation manually versus using pre-existing software packages.
* Implementation notes to aid in structuring the animation program.
* A grading rubric outlining the criteria for assessment.
* A discussion of potential configurations and considerations for the slider-crank mechanism.