Mech 2243 lab 3 report

docx

School

Ohio State University *

*We aren’t endorsed by this school

Course

2243

Subject

Mechanical Engineering

Date

Apr 3, 2024

Type

docx

Pages

7

Uploaded by PrivateOctopus3981

Report
1 MARCH 31 Columbus State Community College Authored by: Your Name Mech 2243 - Robotics Lab #3 Perch. Pick up the balls at ramp. Place a total of 2 balls at Box 1. Place a total of 4 balls at Box 2. Place at 1 and 2 in alternating order when possible. Red Light on light tree on when program is running. Orange light on when box1 is full. All lights off when program ends. Perch.
Lab #3 In a short paragraph describe what you think the purpose of this lab was. What did you learn and what from past did you use? 10 pts We used DOUT(3) in this lab and how it works air pressure to pick up and place a ball. We also modified positionings so that the robot was in the proper place to pick up and place a ball more accurately. We used MOVJ from the last program to tell the robots how to move. We learned how to use the IF statements to count for us with our ball placements. We also learned how to use the Integer feature and how to set them and increment them. 2
For Each assignment you are required to develop solutions for the challenges presented through flow charting. Your first flow chart should only focus on the main challenge in this assignment and not include code. Anybody should be able to read your first flow chart and understand your solution. You are also required to create a second, more detailed, flow chart that incorporates and expands on the first flowchart and accounts for all aspects of the assignment. Identify the Position Variables you intend to use for each position the robot has to move to in the detailed flow chart.. Place flowcharts or pictures of the flow charts on the next pages. Overview flow chart of main solution. 10pts. 3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
4
Detailed flow chart with all solutions that the inform program was created from.10 pts. 5
Completed Lab sheet signed by instructor. 70pts Scan or take a picture of the sheet and paste on this page. 6
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Basic Flow Chart Symbols 7 Beginning/End The Start or End of your Flow Chart. One line of flow either into or out of this symbol. The rectangle represents a task. It can be used to identify large tasks or processes you plan on detailing later. e.g. Picking up an object. It is also used to identify small tasks when you are adding detail. e.g. Moving to a specific location. There can only be one way into and out of this shape. Process or task. The parallelogram is used to identify data in or out of your program. e.g. Turning on a digital output. There can only be one way into and out of this shape. Input / Output Question or Decision The diamond is used to identify decisions in your program. These are usually true/false questions you intend to use to choose a change in flow. There can only be one way into this shape, but there must be two ways out of this shape. No Yes