Wednesday, May 14, 2014

Project 3.1.7 Machine Control Design


Using RoboPro Software and Fischertechnik parts, create a program and build a design to solve two of the problems.
We chose to create something to solve problems #1 and #5

Problem 1: Start / Finish Line (Hardware Level 1 Software Level 4) 

The Olympic committee would like your team to invent a control system for use with 
track and field running events. They want this device to automatically record the time 
and beep when the first runner crosses the start / finish line.

This was our program.


This was our design build.

We had two separate tracks and a segment of program for each track. The motors would go backwards until it hit the switch on the side of each track. Once they both were stopped at the starting line, the center switch was pressed to start the race. The center switch started the timer and both motors. At the end of each track was a lamp and a photo-resistor. When one of the motors passed between the lamp and photo-resistor the light will be blocked and that will trigger the timer to stop as well as the motor.

The video is kind of blurry when the computer screen is shown. We basically were showing that the timer had started and when the first motor blocked the timer stopped at 116 seconds to show the winning time.


Problem 5: Elevator (Hardware Level 4 Software Level 4)

A company would like to begin producing residential elevators. Your team must design the control system and a prototype of an elevator that can go between three floors in any combination. The prototype must include a set of three switches to represent each floor inside the elevator. Each floor the elevator stops at must have a call button and a set of three lights to indicate where the elevator is currently located. 

Wednesday, January 29, 2014


Activity 3.1.6 Opened and Closed Loop Systems

Procedure
Activity Part I
  1. Build the support system and track
  2. Add the motor and gearbox to the track and then wire the motor
  3. Write a program that will shuttle the motor back and forth 1.5 seconds each way 20 times


Activity Part II
  1. Place a mini switch on both ends of the support system and track. Wire the switches to I1 and I2. 
  2. Write a program that will shuttle the motor back and forth five times based on feedback from when the switches are pressed.



Activity Part III
  1. Remove the mini switches. Add the smaller building blocks to the ends of the gearbox and motor. Use the larger building blocks to create extensions from the track on each end. Add covered lamps to the extensions using smaller building blocks on one side of the track. Using the same attachment method, place a phototransistor across from one lamp and a photocell across from the other.
  2. Write a program that will shuttle the motor back and forth five times using the phototransistor and photocell for feedback.