HIGH SPEED DISCRETE CONTROL Sponsored by Emerson - Process Management Lacey Latour San Nguyen Andrew Roessler.

Slides:



Advertisements
Similar presentations
HDL Programming Fundamentals
Advertisements

DATA PROCESSING SYSTEMS
ENEL111 Digital Electronics
1 The 2-to-4 decoder is a block which decodes the 2-bit binary inputs and produces four output All but one outputs are zero One output corresponding to.
Discrete Control Logic 1. Pneumatic circuits - Low forces - Discrete, fixed travel distances - Rotational or reciprocating motion Main components: compressor,
1 Steps for Production Code Generation Wind Turbine Pitch Controller 1. Generate test data and extract controller 2. Discretize Change integrator blocks.
Engineering H193 - Team Project Spring Quarter 2005 Gateway Engineering Education Coalition P. 1 Guidelines for Flow Charts and Pseudocode (Performance.
Electrical and Computer Engineering Irregular Object Dimensioning System Advisor: Professor Neal Anderson Michael Baccari Peter Bian Michael Coughlin Avi.
Adam Minatre Megan Cummings Scott Anderson. Background  The LoDril currently has two instrumentation panels  Level/Depth Display  Control Box  Permanent.
Silicon Programming--Intro. to HDLs1 Hardware description languages: introduction intellectual property (IP) introduction to VHDL and Verilog entities.
Robotic Arm Controller A VLSI Implementation Team: Justin Hamann & Dave McNamara Team: Justin Hamann & Dave McNamara Advisor: Dr. Vinod Prasad Advisor:
Electrical and Computer Engineering Irregular Object Dimensioning System Advisor: Professor Neal Anderson Michael Baccari Peter Bian Michael Coughlin Avi.
2.5 High-Speed Discrete Control System
Palletizing the Easy Way
PLC Fundamentals Module 2: Hardware and Terminology.
Programming with Function Blocks
Computers & Logic An Overview. Hardware Hardware is the equipment, or the devices, associated with a computer. For a computer to be useful, however, it.
Improvement of Turning Table by M. Bekir GÜLKAN Fırat KAFALI Kemal ÖZZAMBAK Süleyman DEMİRAY Fatih KAÇMAZ.
Introduction to FPGA Design Illustrating the FPGA design process using Quartus II design software and the Cyclone II FPGA Starter Board. Physics 536 –
The Supply Chain Management Guide
AGV / ASRS April 12 th, 2005 Student Names: Trevor Skipp and Albert Chung Instructor: A. A Arroyo University of Florida Department of Electrical and Computer.
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
Why do robots need to move?
COMPUTER SYSTEM.
Coverage Efficiency in Autonomous Robots With Emphasis on Simultaneous Localization and Mapping Mo Lu Computer Systems Lab Final Version.
Lab IV Lecture 1 Course Overview Introduce Step 1 Course Web Page
Toward quantifying the effect of prior training on task performance MURI Annual Review September 26-27, 2006 Bill Raymond.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
S-27 / Basics of the Project Schedule / AIA Convention 1998 / 1 S-27 Designing the Project Schedule Phillip G. Bernstein, AIA Cesar Pelli & Associates.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
Lab IV Lecture 1 Course Overview Introduce Step 1 Course Web Page:
Computer Design Basics
VDM++ Brian Steensgaard, Henrik Karmisholt Grosen, Rasmus Oudal Edberg,
MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry.
PROJECT - ZYNQ Yakir Peretz Idan Homri Semester - winter 2014 Duration - one semester.
Introduction to Flow Chart It is pictorial representation of process of a system or processes. Types of Flow charts –Program Flow Chart –System Flow chart.

MCL - 'route map' for demo1 ‘ ROUTE MAP’ MCL- demo 1. Project definition 2. ‘Main’ program definition 3. Programme 1 definition - ‘Price check’ 4. Simulator.
ECE 2372 Modern Digital System Design Section 4.8 Xilinx Schematic Capture Simulation Tutorial.
Program Development Cycle
November 29, 2011 Final Presentation. Team Members Troy Huguet Computer Engineer Post-Route Testing Parker Jacobs Computer Engineer Post-Route Testing.
Mark Randall & Kevin Claycomb Faculty Advisor: David Mitchell Industrial Sponsor: IEEE.
Abstraction :Managing Design Complexity through High-Level C-Model Verification Mike Andrews Mentor Graphics Yuan-Shiu Chen present.
On-line Sorting Technologies for CCA Treated Wood Sarasota Team Meeting June 5, 2001.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
Layouts MiniBendCenter. Intelligent load robot Pick from bulk container Bulk container scan.
74 Combinational Logic Design Process 1. Understand the Problem what is the circuit supposed to do? write down inputs (data, control) and outputs draw.
Contemporary Logic Design Prog. & Steering Logic © R.H. Katz Transparency No. 9-1 Chapter # 4: Programmable and Steering Logic Section 4.3, 4.4, 4.5, 4.6.
Optimization of Pallet Packaging Space and a Robotic SCARA Manipulator for Package Stacking Group-4 Puneet Jethani Erica Neuperger Siddharth Kodgi Zarvan.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
1 Hardware Components for Mechatronics Logic circuits Signal conditioning circuits Microcontrollers PLCs Hardware Interfacing.
Logic Gates.
Program the robotic arm
SoutheastCon 2016 Hardware Competition
Project Overview Introduction to Factory Automation Numerical Control
Xilinx ChipScope Pro Overview
Computer Science 210 Computer Organization
Serial Data Hub (Proj Dec13-13).
CS 501: Software Engineering Fall 1999
FPGA Logic Synthesis using Quantified Boolean Satisfiability
Digital Logic.
Logical Computer System
Building block to sort two numbers
RTL Design Methodology
Chapter 10 Section 3 Production Process.
Simulated Assembly Line and Processing Workstation
Presented By Student1 name - Roll no Student2 name - Roll no
Arithmatic Logic Unit (ALU). ALU Input Data :  A0-A3  B0-B3 Output Data :  F0 – F3.
Presentation transcript:

HIGH SPEED DISCRETE CONTROL Sponsored by Emerson - Process Management Lacey Latour San Nguyen Andrew Roessler

OBJECTIVE The purpose of this design project was to design a high- speed discrete controlled working model. Be controlled by a programmable logic controller or PLC. Be able to fit on a cart & able to be moved. Go from a discrete input to discrete output in 5 to 50 ms.

PROJECT We have decided to make a palletizer that will fit the specifications requested

HARDWARE Barcode Scanner - to be able to read the object being sorted Robotic arm - to move the color blocks onto their associated pallet Conveyor belt

HOW IT WILL WORK Various color blocks will be set on conveyor belt The barcode scanner will read the color associated with the various blocks The robotic arm will then get a signal from the barcode scanner telling it which color block it read The robotic arm will then pick up the blocks and place on a pallet with the other similar color blocks

PROJECT TASKS Order parts for the simulator. Implement code to PLC. Construct the simulator. Testing & debugging.

DELIVERABLES Have a working simulator – defined in ‘How it will work’, performing 100% accuracy. Have a minimal delay for changing tasks within 5 – 50 ms. Have the dimensions for the simulator be within the cart dimensions.