Intelligent Control Design Using S12 Microcontroller: A Student Design Workshop

Size: px
Start display at page:

Download "Intelligent Control Design Using S12 Microcontroller: A Student Design Workshop"

Transcription

1 Intelligent Control Design Using S12 Microcontroller: A Student Design Workshop Christopher Carroll, Marian S. Stachowicz, Laboratory for Intelligent Systems, Department of Electrical & Computer Engineering, University Of Minnesota Duluth, USA, ccarroll@d.umn.edu, mstachow@d.umn.edu Abstract - In the last decade, the topic of mobile robots has become a very attractive to engineering students. It has been shown that students working in this problems show more interest in learning digital electronics, microcontrollers, and analog circuits; this is because they see an immediate application of the subjects they are learning. This paper describes the Design Workshop course offered at the Electrical and Computer Engineering Department (ECE) at the University of Minnesota Duluth (UMD). This workshop course is one mechanism by which students completing the ECE program at UMD can satisfy the requirement for a senior design project. The design workshop topic for the spring 2010 was the use of fuzzy logic to control mobile robots. In this workshop, students worked in small groups and were required to design, build and program a mobile robot with intelligent behaviors using fuzzy logic. In this workshop no formal lectures are taught, however the students receive an intensive review covering the topics of the 68HC12 microcontroller, principles of mobile robots, sensors, and Fuzzy Logic Control. Fuzzy Logic has emerged as a practical alternative that provides a convenient method to implement nonlinear controllers. Fuzzy controllers work differently than conventional controllers; expert knowledge is used instead of differential equations to describe a system. This knowledge can be expressed in a very natural way using linguistic variables, which are described by fuzzy sets. Fuzzy Logic has been used primarily on large-scale computing systems and personal computers. The introduction of Motorola's MC68HC12 microcontroller, which incorporates several Fuzzy Logic primitives in its instruction set, has made possible the implementation of fuzzy controllers in microprocessor-based systems. All concepts covered are illustrated with examples from course ECE 4951 Design Workshop Spring 2010 Intelligent Control Design Using S12 Microcontroller Index Terms - Fuzzy Logic, Intelligent Control, Microcontrollers, Mobile Robots. INTRODUCTION The Design Workshop course umbrella under which the course described here was offered is one of two paths that students can use to complete their capstone senior design experience. The other option is an independent Senior Project format. In both settings, students complete a design project in small teams of two or three students. In the Senior Project format, the team is advised independently by a faculty sponsor for the project. In the Design Workshop format, a collection of design teams work in a class environment, sharing a common topic or theme for their designs. The faculty member teaching the Design Workshop course supervises all team designs completed in the course. The two paths for completing the capstone senior design experience are appropriate for different groups of students. If a design team has a good idea for a project about which they are excited, the Senior Project format is the better choice, since the design team already has motivation to complete the project due to an existing interest in the topic. Ideas for Senior Projects often arise from student team members hobby or professional interests outside school. Developing the idea for a design project, however, is usually the hardest part of the task, and students often have trouble settling on an appropriate topic for their design experience. For these students, the Design Workshop format is ideal, since the topic area is chosen by the faculty member offering the course, and specific project ideas arise as natural tasks within that topic arena. Recent topics for Design Workshop courses have been wide-ranging. One Workshop involved using the low-power versions of PIC microcontrollers to implement various applications that operated on coin-cell batteries, emphasizing the low-power qualities of the circuit design. Another recent workshop used an early home computer game system as a foundation. Students designed software implementing games using the various features of the system. In that Workshop, students were asked to design their games to be marketable as plug-in cartridges for the computer game system in its day. Some Workshops have been designed around national or regional design competitions. The focus of the competition became the arena within which students designed their projects. The Design Workshop topic for the course offering described in this paper was Intelligent Control using the Freescale S12 Microcontroller. The S12 microcontroller is uniquely suited to this workshop because it includes fuzzy logic capabilities. Several of the primitive instructions in the S12 instruction set implement basic fuzzy logic operations, making this processor a natural choice for applications implementing intelligent control using fuzzy logic. A variety of projects was completed in this Workshop, including voice recognition, robotic control, and environmental monitoring. 1

2 This Design Workshop offering demonstrated the unique characteristic of the Workshop path to providing a capstone design experience to students. It introduced a topic, intelligent control using fuzzy logic, and established an environment within which student teams completed design projects on various topics. The nature of the Design Workshop course allowed students to complete their independent projects working in teams of two, while maintaining a classroom environment in which the teams could collaborate and share ideas. It was an environment that encouraged and stimulated learning. Fuzzy Logic on the S12 Microcontroller Three specific instructions in the instruction set of the S12 microcontroller are designed to implement fuzzy logic primitive operations. These instructions are MEM (membership), REV (rule evaluation), and WAV (weighted average). These three instructions are described briefly here. The first step in fuzzy logic calculations involves fuzzification, in which the crisp input variables to the system are assigned degrees of membership in various fuzzy sets. In the S12 microcontroller, fuzzy sets are described as trapezoidal functions that identify the degree to which a particular crisp value is a member of the set. These trapezoidal functions are described in a data structure in the microcontroller memory, and that data structure is used by the MEM, membership, instruction to calculate the degree of membership in each fuzzy set for a given crisp input value. The resulting degrees of membership in each fuzzy set, or fuzzy inputs, are stored in the microcontroller memory for use in the next step of processing. Following fuzzification, the fuzzy inputs are combined using a list of rules for producing fuzzy outputs of the system. The rules each say If A and B and C and then output is XX. The and operator is implemented on the fuzzy input variables using a minimum operation, and the results of various rules are combined using a maximum operation, producing a set of fuzzy output variables that record the degree to which the variables belong to certain classes of output. The instruction in the S12 instruction set that accomplishes this operation is REV, rule evaluation. There is another instruction REVW, or weighted rule evaluation, that can be used instead for the situation where some rules are weighted differently than others in producing the fuzzy outputs. The result of this core processing is a collection of fuzzy output variables, again stored in the microcontroller memory. The final step of processing involves defuzzification in which the fuzzy output variables are converted to crisp outputs that can then be used in the system under study. This process involves calculating a weighted average of the possible values of the crisp outputs, using the fuzzy output values as weights in the calculation. The WAV, weighted average, instruction in the S12 instruction set implements this process, completing the fuzzy logic calculations. WAV produces crisp output values that can then be displayed or used in the rest of the system. These instructions, MEM, REV (or REVW), and WAV, form the heart of the fuzzy logic processing capabilities of the S12 microcontroller. They are included as primitive operations in the microcontroller s instruction set. They ease the process of designing fuzzy logic applications by implementing the core parts of the processing in a compact and easily used package. In the next sections the objectives, description, and organization of the workshop are described. Some of the student projects are shown, and conclusions and further improvements are presented. OBJECTIVES In order to include several of the ABET EC2008 a-k criterions, the objectives established for the Design Workshop are: Expose students to team-based design and experience team learning, Expose students to engineering problems with realistic constrains, and use their creativity, knowledge, and skills acquired in previous courses to solve the problems, Exercise their oral and written communication skills, and improve them by presenting written reports and oral presentations during the semester, Expose students to the knowledge of contemporary issues, and made them realize of the need to engage in lifelong learning, Since no formal lectures are given, the students exercise their own self-learning and research skills. 2

3 WORKSHOP DESCRIPTION The Design Workshop course is offered each year during the spring semester and the topic of the course varies depending on the expertise of the instructor(s) teaching the course. Usually a team of two faculty members teaches this course, and the main role of the instructors is to guide and advise the students in order that they can develop a real engineering project. In order to make the Design Workshop more interesting for the students, during the last years we have selected topics in areas that are not typical or that are not usually covered in normal courses. For example in the past three years the topics were: Intelligent Toys, Fuzzy Mobile Robots, and Intelligent Mobile Robots. For the implementation of the projects, a platform based on the Motorola M68HC12 microcontroller has been used. We have found the 68HC12 microcontroller very convenient for our capstone design projects because its large amount of I/O ports available to interface with sensors and motors, and the instruction set with fuzzy logic primitives are very useful in the implementation of intelligent controllers. Since all of our ECE students learned in previous courses the 68HC11 architecture and assembly language, they have the background necessary to start using the 68HC12. Due to the popularity of the Motorola microprocessors, the variety of development boards based on the 68HC12 family, and the large amount of information and examples available on the web, which can be accessed by the students, we have made this family of microcontroller our choice for the controllers in our design projects. Since no formal lectures are taught in this workshop, an intensive review, covering important material related to the specific topic, is given at the beginning of the semester. In particular for the robotics, and intelligent systems topics, the reviewed material includes: the MC68HC12 architecture and assembly language, introduction to robotics, sensors for robotic applications, motors and drivers, and fuzzy logic. Several papers and references are given, and students are encouraged to read the material and exercise their self-leaning skills. It is important to have in mind that since this is a capstone design, students should be able to apply the knowledge and skills that they have learned in previous courses to solve problems that will emerge during the development of the project. WORKSHOP ORGANIZATION In the workshop, teams of two or three students are formed. Each team is encouraged to develop ideas of their own and present a proposal for their project. All the proposed projects should fit into the selected topic, and should be reviewed and approved by the instructors. The students have fifteen weeks to do all the work, from the definition to the development and completion of the project. To secure that the proposed projects are developed on the specified time, the activities are planned as follows: Weeks 1 3. Intensive review covering key topics for the projects. Typically the themes have been: The 68HC12 microcontroller, its architecture and assembly language. Principles of mobile robots. Sensors for robotic applications. Principles of fuzzy logic. Literature review. Week 4. Definition and specification of the proposed projects. Each team works on a formal written proposal for their project. Week 5. Students present the written reports and oral presentations of the project proposals. Week 6-7. Students work in the simulation part of their projects. They use Mathematica and its Fuzzy Logic Package. Week 8. Midterm written reports and oral presentations. Students present the results of the simulations. A formal oral presentation is required, and each student in the team has to participate. Weeks Implementation of the systems. Students build their intelligent systems, using the 68HC12 microcontroller. Circuits and interfaces are designed and built to connect different sensors and actuators to the 68HC12. Week 15. Final written reports, poster, oral presentations, and demonstrations of the working systems. It is important to emphasis that during all the semester, students and instructors meet once a week. Students talk about their progress, and problems that they are having in the projects, and the instructors give suggestions. 3

4 HARDWARE DESCRIPTION For the actual implementation of the projects, each team is giving an evaluation board based on the Motorola MC68HC12 microcontroller. The boards that we have been using include the Motorola M68EVB912B3 evaluation board [8], the NMT MRK board [9], and the Wytec MC9S12 MiniDRAGON+ Development Board [11]. To meet the necessities of each specific project, different types of sensors and motors are available to the students. Some of the components available are photocells, thermistors, small microphones, micro switches, infrared and ultrasonic rangers, small digital cameras, DC motors, servomotors, and step motors. A variety of hardware material such as PVC, acrylic, wood, metal, bolts, screws, etc. is available too. PROJECTS DESCRIPTION At the beginning of the semester suggestions about possible projects are given to the students. However students are encouraged to develop ideas on their own as well. One of the projects was to create an intelligent hovercraft mobile toy that would navigate by itself without bumping into obstacles and searching for a specific goal. A fuzzy control was implemented to create a rule-based controller to select the proper fan speed and steering angle using input distances. In another project the goal was to implement an intelligent greenhouse. In this project a fuzzy control was used to control the climate of one or a few plants automatically. A racecar robot was another project. The goal in this project was to create an autonomous racecar capable of driving itself around a closed-course race-track, adjusting speed for proper cornering. For the implementation of the racecar robot, a remote control car was modified, adding a Motorola 68HC12 evaluation board, and a sensor system to perform the control of the car. A fuzzy control was implemented to select the proper wheel speed, and steering angle using input distance sensors. The racecar robot was capable of wall avoidance, speed adjustment, and corrective steering. Another project was a fuzzy controlled insect behavior robot. The objective of this project was the design and implementation of an insect behavior robot. In this project fuzzy control was used to implement the avoidance of light, sound, and obstacles. This robot utilized five photocells for the detection of light, five small microphones for the detection of sound, three infrared proximity sensors (Sharp GP2D12), and two touch sensors for the detection of obstacles. The object avoidance was the highest priority, and the robot would always avoid objects before running from sound or light. Several interfaces were designed and implemented to connect the different sensors to the 68HC12. The titles of other projects were: the Color Recognition for Tracking Robots, Path Tracking Vehicle with Fuzzy Control, Voice Activated Control of a Direct Current Motor. CONCLUSIONS During the three years that we have been offering the Design Workshop course on intelligent systems, and robotics, we have found that students get more motivated in learning fuzzy logic theory and microcontroller programming by applying them to the design and implementation of mobile robots and intelligent toys [12] - [14]. From the oral presentations, written reports, poster, and demonstration of the projects, we can say that the students gain an excellent understanding in both disciplines: microcontrollers and fuzzy logic control. The organization of the activities kept the students working in the projects during all the semester, and as a result, most of the projects were able to meet the original goals. Students are also exposed to team learning experience and team-based design, and have the opportunity to exercise and improve their written and oral communication skills. FURTHER IMPROVEMENTS Future improvements to the Design Workshop course include the following: having multidisciplinary teams including students from different engineering disciplines (electrical, mechanical, industrial) and computer science. Also, student should address as part of their final reports any environmental, ethical, and economical issues that are affected by their projects. FIGURE 1 THE RACE CAR ROBOT AND MATHEMATICA SIMULATION: MOBILE ROBOT TRAJECTORY WITH OBSTACLE AVOIDANCE 4

5 REFERENCES [1] Wyeth, G., "An introductory course in mechatronics: Robo-Cricket", Proceedings of the Fourth Annual Conference on Mechatronics and Machine Vision in Practice, Los Alamitos, CA, USA, IEEE Comput. Soc., 1997, pp [2] Yamazaki, K., et al., Development of a soccer-playing robot for ROBOCON '94: an example of hands-on education in mechatronics engineering, International Journal of Engineering Education, Vol. 12, No.2, 1996, pp [3] Ahlgren, D., Verner, I., Analysis of Team Learning Experiences and Educational Outcomes in Robotics, Proceedings of the 2002 Annual Conference of the American Society for Engineering Education, Montreal, Quebec, 2002 [4] Mullins,.E., and Peterson, B.S., BattleBots and the Electrical Engineering Education, Proceedings of the 2002 Annual Conference of the American Society for Engineering Education, Montreal, Quebec, 2002 [5] Michaud, F., Theberge-Turmel, C., Mobile robotic toys and autism, Socially Intelligent Agents, Creating Relationships with Computers and Robots, Kerstin Dautenhahn, Alan Bond, Lola Canamero, Bruce Edmonds (editors), Kluwer Academic Publishers, 2002 [6] Battle Bots, Retrieved December 2003, from the Web Site: [7] Trinity College Fire-Fighting Robot Contest, Retrieved December, 2003, from the Web Site: www/trincoll.edu/events/robot [8] Motorola Semiconductor, "M68HC12B Family, Technical Data", Motorola Inc., [9] New Mexico Tech, Department of Electrical Engineering, Retrieved December 2003, from the Web Site: [10] Stachowicz, M. S., Lance Beall, "Fuzzy Logic Package for Mathematica", Wolfram Research, Inc, [11] Wytec Company, MiniDragon+ MC9S12DP256 Development Board, Wytec Co [12] Rios-Gutierrez, F. and Stachowicz, M. S. Design Workshop on Intelligent Toys and Fuzzy Logic. Proceedings of the ASEE North Midwest Regional Conference, Ames, Iowa, October 9-11, [13] David Olsen, D. and Stachowicz, M. S. Fuzzy Logic Control in Autonomous Robotics: Investigating the Motorola MC68HC12 on a Line Following Robot. Proceedings of the National Conference on Undergraduate Research (NCUR) 2003, University of Utah, Salt Lake City, Utah, March 13-15, [14] Carroll, C. and Stachowicz, M. S. Fuzzy Logic on the MC68HC12 Microcontroller. Computers in Education Journal, vol. XI, No. 1,

Civic Engagement Projects for Electrical and Computing Engineering Students

Civic Engagement Projects for Electrical and Computing Engineering Students Session 4 Civic Engagement Projects for Electrical and Computing Engineering Students Fernando Rios-Gutierrez and Rocio Alba-Flores Department of Electrical and Computer Engineering, University of Minnesota

More information

ROCIO ALBA-FLORES, Ph.D

ROCIO ALBA-FLORES, Ph.D ROCIO ALBA-FLORES, Ph.D Work Address Home Address Electrical Engineering Technology Department 32 High St. State University of New York, Alfred Alfred, NY 14802 10 Upper College Drive, Alfred, NY 14802

More information

Controlling a Mobile Robot with a Personal Digital Assistant

Controlling a Mobile Robot with a Personal Digital Assistant Session 2620 Controlling a Mobile Robot with a Personal Digital Assistant Robert L. Avanzato Penn State Abington Abstract Penn State Abington has been exploring the application of personal digital assistant

More information

Electronic Engineering Technology Program Exit Examination as an ABET and Self-Assessment Tool

Electronic Engineering Technology Program Exit Examination as an ABET and Self-Assessment Tool Electronic Engineering Technology Program Exit Examination as an ABET and Self-Assessment Tool Graham Thomas, Ph.D. Texas Southern University Shahryar Darayan, Ph.D. Texas Southern University Abstract

More information

MECE 102 Mechatronics Engineering Orientation

MECE 102 Mechatronics Engineering Orientation MECE 102 Mechatronics Engineering Orientation Mechatronic System Components Associate Prof. Dr. of Mechatronics Engineering Çankaya University Compulsory Course in Mechatronics Engineering Credits (2/0/2)

More information

ABET TAC CIP Report for the Academic Year 20010 2011. Mechanical Engineering Technology (MET) Program

ABET TAC CIP Report for the Academic Year 20010 2011. Mechanical Engineering Technology (MET) Program ABET TAC CIP Report for the Academic Year 20010 2011 Mechanical Engineering Technology (MET) Program I. Introduction This document reports the findings and proposed changes resulting from analysis of data

More information

Assessment Processes. Department of Electrical and Computer Engineering. Fall 2014

Assessment Processes. Department of Electrical and Computer Engineering. Fall 2014 Assessment Processes Department of Electrical and Computer Engineering Fall 2014 Introduction The assessment process in the Electrical and Computer Engineering (ECE) Department at Utah State University

More information

Microcontroller-based experiments for a control systems course in electrical engineering technology

Microcontroller-based experiments for a control systems course in electrical engineering technology Microcontroller-based experiments for a control systems course in electrical engineering technology Albert Lozano-Nieto Penn State University, Wilkes-Barre Campus, Lehman, PA, USA E-mail: AXL17@psu.edu

More information

The mission of the School of Electronic and Computing Systems 3 is to provide:

The mission of the School of Electronic and Computing Systems 3 is to provide: BSCOMPE-COMP Computer Engineering Assessment Plan Missions and Outcomes Three mission statements are provided below for the University of Cincinnati, the College of Engineering and Applied Science, and

More information

How To Teach Robotics In An Engineering Course

How To Teach Robotics In An Engineering Course PROPOSAL for Innovative Instructional Technology Faculty Grant Development of Academic Course to be Offered On- and Off-Campus Via the New Technology Applications must be received by 1 November 2004 I.

More information

Sensor Based Control of Autonomous Wheeled Mobile Robots

Sensor Based Control of Autonomous Wheeled Mobile Robots Sensor Based Control of Autonomous Wheeled Mobile Robots Gyula Mester University of Szeged, Department of Informatics e-mail: gmester@inf.u-szeged.hu Abstract The paper deals with the wireless sensor-based

More information

Bachelor of Science in Computer Engineering (BSCoE) Essential Ideas

Bachelor of Science in Computer Engineering (BSCoE) Essential Ideas Mission Statement Bachelor of Science in Computer Engineering (BSCoE) Essential Ideas The mission statement for the Computer Engineering program as modified and adopted by the engineering faculty on July

More information

How To Play Botball

How To Play Botball Using Robots to Teach 6-12 Grade Students to Program Steve Goodgame Executive Director KISS Institute for Practical Robotics 1-405-579-4609 www.kipr.org www.botball.org 1 Aerial Robot Contest What is a

More information

Computer and Set of Robots

Computer and Set of Robots Lesson 11:DESIGN PROCESS EXAMPLES Mobile-Phone, Mobile- Computer and Set of Robots 1 Mobile Phone 2 Mobile phone SoC (System-on-Chip) Hardware units Microcontroller or ASIP (Application Specific Instruction

More information

UMD Department of Mechanical and Industrial Engineering

UMD Department of Mechanical and Industrial Engineering UMD Department of Mechanical and Industrial Engineering Indices and Standards for Tenure and Promotion to Professor as Required by Section 7.12 of the Board of Regents Policy on Faculty Tenure (June 10,

More information

BS Environmental Science (2013-2014)

BS Environmental Science (2013-2014) BS Environmental Science (2013-2014) Program Information Point of Contact Brian M. Morgan (brian.morgan@marshall.edu) Support for University and College Missions Marshall University is a multi-campus public

More information

Electrical and Computer Engineering Undergraduate Advising Manual

Electrical and Computer Engineering Undergraduate Advising Manual Electrical and Computer Engineering Undergraduate Advising Manual Department of Engineering University of Massachusetts Boston Revised: October 5, 2015 Table of Contents 1. Introduction... 3 2. Mission

More information

Resolving ABET/TAC Criteria on Continuous Improvement: Surviving ABET Accreditation!

Resolving ABET/TAC Criteria on Continuous Improvement: Surviving ABET Accreditation! Resolving ABET/TAC Criteria on Continuous Improvement: Surviving ABET Accreditation! by Nasser Michigan Technological University alaraje@mtu.edu Abstract: The Electrical Engineering Technology program

More information

SCHOOL OF ENGINEERING Baccalaureate Study in Engineering Goals and Assessment of Student Learning Outcomes

SCHOOL OF ENGINEERING Baccalaureate Study in Engineering Goals and Assessment of Student Learning Outcomes SCHOOL OF ENGINEERING Baccalaureate Study in Engineering Goals and Assessment of Student Learning Outcomes Overall Description of the School of Engineering The School of Engineering offers bachelor s degree

More information

Development of Mechatronics Engineering Degree Program: Challenges and Prospects*

Development of Mechatronics Engineering Degree Program: Challenges and Prospects* Int. J. Engng Ed. Vol. 19, No. 4, pp. 537±543, 2003 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 2003 TEMPUS Publications. Development of Mechatronics Engineering Degree Program: Challenges and

More information

Int. J. Engng Ed. Vol. 19, No. 4, pp. 519±524, 2003 0949-149X/91 $3.00+0.00

Int. J. Engng Ed. Vol. 19, No. 4, pp. 519±524, 2003 0949-149X/91 $3.00+0.00 Int. J. Engng Ed. Vol. 19, No. 4, pp. 519±524, 2003 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 2003 TEMPUS Publications. Evolution of Mechatronics into a Graduate Degree Program in the United

More information

AC 2007-2230: DEVELOPING STUDENT DESIGN AND PROFESSIONAL SKILLS IN AN UNDERGRADUATE BIOMEDICAL ENGINEERING CURRICULUM

AC 2007-2230: DEVELOPING STUDENT DESIGN AND PROFESSIONAL SKILLS IN AN UNDERGRADUATE BIOMEDICAL ENGINEERING CURRICULUM AC 2007-2230: DEVELOPING STUDENT DESIGN AND PROFESSIONAL SKILLS IN AN UNDERGRADUATE BIOMEDICAL ENGINEERING CURRICULUM Donna Ebenstein, Bucknell University Joseph Tranquillo, Bucknell University Daniel

More information

Exploring Computer Science A Freshman Orientation and Exploratory Course

Exploring Computer Science A Freshman Orientation and Exploratory Course Exploring Computer Science A Freshman Orientation and Exploratory Course Stephen U. Egarievwe and Vivian J. Fielder Center for Internet Based Education and Research Department of Mathematics and Computer

More information

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 Muhammad

More information

The Emerging Trends in Electrical and Computer Engineering

The Emerging Trends in Electrical and Computer Engineering 18-200 Fall 2006 The Emerging Trends in Electrical and Computer Engineering Hosting instructor: Prof. Jimmy Zhu; Time: Thursdays 3:30-4:20pm; Location: DH 2210 Date Lecturer Lecture Contents L01 08/31

More information

Electrical and Computer Engineering (ECE)

Electrical and Computer Engineering (ECE) Department of Electrical and Computer Engineering Contact Information College of Engineering and Applied Sciences B-236 Parkview Campus 1903 West Michigan, Kalamazoo, MI 49008 Phone: 269 276 3150 Fax:

More information

Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF

Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF Kucsera Péter (kucsera.peter@kvk.bmf.hu) Abstract In this article an autonomous advertising mobile robot that has been realized in

More information

A Masters of Technology degree using a combination of Synchronous and Asynchronous digital learning delivery modes.

A Masters of Technology degree using a combination of Synchronous and Asynchronous digital learning delivery modes. Abstract: A Masters of Technology degree using a combination of Synchronous and Asynchronous digital learning delivery modes. Dr. Kamal F. Bichara, Dr. A. Raj Chowdhury Kent State University, School of

More information

INTERNAL REGULATIONS FOR THE BACHELOR OF SCIENCE DEGREE IN MECHATRONICS AND ROBOTICS ENGINEERING

INTERNAL REGULATIONS FOR THE BACHELOR OF SCIENCE DEGREE IN MECHATRONICS AND ROBOTICS ENGINEERING Czech Technical University in Prague Faculty of Engineering Assiut University INTERNAL REGULATIONS FOR THE BACHELOR OF SCIENCE DEGREE IN MECHATRONICS AND ROBOTICS ENGINEERING Assiut University awards at

More information

Introduction to Robotics Analysis, Systems, Applications

Introduction to Robotics Analysis, Systems, Applications Introduction to Robotics Analysis, Systems, Applications Saeed B. Niku Mechanical Engineering Department California Polytechnic State University San Luis Obispo Technische Urw/carsMt Darmstadt FACHBEREfCH

More information

CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES

CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES 1 CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES Abstract Suxia Cui 1, and Yonghui Wang 2 1 Electrical and Computer Engineering Department 2 Engieering Technology Department Prairie View A&M

More information

A Design Paradigm in Undergraduate Electrical Engineering Curriculum

A Design Paradigm in Undergraduate Electrical Engineering Curriculum A Design Paradigm in Undergraduate Electrical Engineering Curriculum Habib Rahman Saint Louis University Department of Electrical and Computer Engineering McDonnell Douglas Hall, 3450 Lindell Boulevard

More information

University of Central Florida Department of Electrical Engineering & Computer Science EEL 4914C Spring 2014. Senior Design I

University of Central Florida Department of Electrical Engineering & Computer Science EEL 4914C Spring 2014. Senior Design I University of Central Florida EEL 4914C Spring 2014 Senior Design I Dr. S. M. Richie UCF, HEC 345E V:407-823-5765 e-mail: richie@ucf.edu Office Hours: TR 8:00 AM-8:50 AM, 10:30 AM-11:30 AM, 1:30 PM- 3:00PM

More information

Teaching Systems Integration In An Advanced Microprocessor Applications Course

Teaching Systems Integration In An Advanced Microprocessor Applications Course Teaching Systems Integration In An Advanced Microprocessor Applications Course Phil Fabiano New Jersey Institute of Technology University Heights Newark, New Jersey 07102 Abstract The New Jersey Institute

More information

INDIANA AREA SCHOOL DISTRICT SECONDARY

INDIANA AREA SCHOOL DISTRICT SECONDARY INDIANA AREA SCHOOL DISTRICT SECONDARY Course Title: Robotics Engineering I Grade Level: 9-12 Course Number: 642 Core or Elective: Elective Periods Per Week: 5 Length of Time: 39 minutes / 1 period Length

More information

Wethersfield Public Schools Course Outline

Wethersfield Public Schools Course Outline Wethersfield Public Schools Course Outline Course Name: Technology and Engineering Education, Grade 8 Department: Technology and Engineering Education Grade(s): 8 Level(s): Unleveled Course Number(s):

More information

Automotive Service and Technology

Automotive Service and Technology 146 Automotive Service Degrees and Certificates Associate in Science Degree: Automotive Service Certificate of Achievement: Automotive Service Program Description The automotive industry has long recognized

More information

DIVISION OF SCIENCES AND ENGINEERING

DIVISION OF SCIENCES AND ENGINEERING 2011-2012 ACADEMIC CATALOG DIVISION OF SCIENCES AND ENGINEERING DIVISION HEAD: DR. SHEREEF ABU AL-MAATI 135 AMERICAN UNIVERSITY of KUWAIT MAJOR DEGREE PROGRAMS The Division of Sciences and Engineering

More information

VIRGINIA TECH IEEE CORPORATE SPONSORSHIP PACKAGE 2014-2015

VIRGINIA TECH IEEE CORPORATE SPONSORSHIP PACKAGE 2014-2015 VIRGINIA TECH IEEE CORPORATE SPONSORSHIP PACKAGE 2014-2015 Letter of Introduction Dear Prospective Corporate Partner, Hello from the Institute of Electrical and Electronics Engineers (IEEE) Virginia Tech

More information

Electrical Engineering Definition of Tuning

Electrical Engineering Definition of Tuning Electrical Engineering Definition of Tuning Tuning is a faculty-led pilot project designed to define what students must know, understand, and be able to demonstrate after completing a degree in a specific

More information

Last Mile Intelligent Driving in Urban Mobility

Last Mile Intelligent Driving in Urban Mobility 底 盘 电 子 控 制 系 统 研 究 室 Chassis Electronic Control Systems Laboratory 姓 学 名 号 Hui CHEN School 学 of 院 ( Automotive 系 ) Studies, Tongji University, Shanghai, China 学 科 专 业 hui-chen@tongji.edu.cn 指 导 老 师 陈

More information

2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information

2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information Sensors For Robotics What makes a machine a robot? Sensing Planning Acting information about the environment action on the environment where is the truck? What is sensing? Sensing is converting a quantity

More information

Engineering Disciplines

Engineering Disciplines Engineering Overview The Field - Engineering Disciplines - Preparation - Accreditation - Day in the Life - Earnings - Employment - Career Path Forecast - Professional Organizations The Field Engineers

More information

College of Science Department of Mathematics and Computer Science. Assessment Plan Computer Science and Computer Networks

College of Science Department of Mathematics and Computer Science. Assessment Plan Computer Science and Computer Networks College of Science Department of Mathematics and Computer Science Programs: Assessment Plan Computer Science and Computer Networks Computer Science offers the following instructional programs: 1. Bachelor

More information

Electric Power Steering Automation for Autonomous Driving

Electric Power Steering Automation for Autonomous Driving Electric Power Steering Automation for Autonomous Driving J. E. Naranjo, C. González, R. García, T. de Pedro Instituto de Automática Industrial (CSIC) Ctra. Campo Real Km.,2, La Poveda, Arganda del Rey,

More information

Introducing Software Engineering to the Freshman Student

Introducing Software Engineering to the Freshman Student Introducing Software Engineering to the Freshman Student Yi Liu, Wei Wang and Onyeka Ezenwoye Department of Electrical Engineering and Computer Science South Dakota State University Brookings, SD 57007

More information

Introduction to Fuzzy Control

Introduction to Fuzzy Control Introduction to Fuzzy Control Marcelo Godoy Simoes Colorado School of Mines Engineering Division 1610 Illinois Street Golden, Colorado 80401-1887 USA Abstract In the last few years the applications of

More information

Computer Engineering Undergraduate Program (CpE) Assessment report

Computer Engineering Undergraduate Program (CpE) Assessment report Computer Engineering Undergraduate Program (CpE) Assessment report During the academic year 2009/2010 the CpE program changed the undergraduate program educational objectives based on recommendations from

More information

Center for Dynamic Data Analytics (CDDA) An NSF Supported Industry / University Cooperative Research Center (I/UCRC) Vision and Mission

Center for Dynamic Data Analytics (CDDA) An NSF Supported Industry / University Cooperative Research Center (I/UCRC) Vision and Mission Photo courtesy of Justin Reuter Center for Dynamic Data Analytics (CDDA) An NSF Supported Industry / University Cooperative Research Center (I/UCRC) Vision and Mission CDDA Mission Mission of our CDDA

More information

Criteria for Accrediting Computer Science Programs Effective for Evaluations during the 2004-2005 Accreditation Cycle

Criteria for Accrediting Computer Science Programs Effective for Evaluations during the 2004-2005 Accreditation Cycle Criteria for Accrediting Computer Science Programs Effective for Evaluations during the 2004-2005 Accreditation Cycle I. Objectives and Assessments The program has documented, measurable objectives, including

More information

LEGO NXT-based Robotic Arm

LEGO NXT-based Robotic Arm Óbuda University e Bulletin Vol. 2, No. 1, 2011 LEGO NXT-based Robotic Arm Ákos Hámori, János Lengyel, Barna Reskó Óbuda University barna.resko@arek.uni-obuda.hu, hamoriakos@gmail.com, polish1987@gmail.com

More information

SYSTEMS, CONTROL AND MECHATRONICS

SYSTEMS, CONTROL AND MECHATRONICS 2015 Master s programme SYSTEMS, CONTROL AND MECHATRONICS INTRODUCTION Technical, be they small consumer or medical devices or large production processes, increasingly employ electronics and computers

More information

Obstacle Avoidance Design for Humanoid Robot Based on Four Infrared Sensors

Obstacle Avoidance Design for Humanoid Robot Based on Four Infrared Sensors Tamkang Journal of Science and Engineering, Vol. 12, No. 3, pp. 249 258 (2009) 249 Obstacle Avoidance Design for Humanoid Robot Based on Four Infrared Sensors Ching-Chang Wong 1 *, Chi-Tai Cheng 1, Kai-Hsiang

More information

South Dakota Board of Regents New Graduate Degree Program. South Dakota State University Proposed Graduate Program: M.S. in Computer Science Degree:

South Dakota Board of Regents New Graduate Degree Program. South Dakota State University Proposed Graduate Program: M.S. in Computer Science Degree: Attachment I South Dakota Board of Regents New Graduate Degree Program University: South Dakota State University Proposed Graduate Program: M.S. in Computer Science Degree: M.S. Existing or New Degree(s):

More information

MECHANICAL ENGINEERING

MECHANICAL ENGINEERING MECHANICAL ENGINEERING THE MECHANICAL ENGINEERING MAJOR AT A GLANCE: If you want to design and build things, then you should consider majoring in Mechanical Engineering. Mechanical Engineering is, more

More information

Mechatronics education in the Department of Mechanical Engineering at the University of Utah

Mechatronics education in the Department of Mechanical Engineering at the University of Utah Mechatronics 13 (2003) 1 11 Mechatronics education in the Department of Mechanical Engineering at the University of Utah Sanford Meek a, *, Scott Field a, Santosh Devasia b a Department of Mechanical Engineering,

More information

Networking Remote-Controlled Moving Image Monitoring System

Networking Remote-Controlled Moving Image Monitoring System Networking Remote-Controlled Moving Image Monitoring System First Prize Networking Remote-Controlled Moving Image Monitoring System Institution: Participants: Instructor: National Chung Hsing University

More information

Department of Electrical and Computer Engineering Naval Postgraduate School Monterey, California

Department of Electrical and Computer Engineering Naval Postgraduate School Monterey, California Department of Electrical and Computer Engineering Naval Postgraduate School Monterey, California Undergraduate Education Evaluation Form The Department of Electrical and Computer Engineering at the Naval

More information

Assessment Progress Report. Assessment of UALR Core Competencies in the Systems Engineering Department

Assessment Progress Report. Assessment of UALR Core Competencies in the Systems Engineering Department UNIVERSITY OF ARKANSAS AT LITTLE ROCK Plan No. Degree Program: Systems Engineering Department and College: Systems Engineering, DCISSE Circle one: AA AS BA BS BBA BSE BSW Master's EdS JD EdD PhD Certificate

More information

Electrical Engineering

Electrical Engineering Alexander A. Balandin Associate Professor Department of University of California - Riverside May 2005 Group Advising Meeting University of California UC Riverside Where are We? Other campuses: Berkeley

More information

Computer Engineering (BS)

Computer Engineering (BS) UNIVERSITY OF SOUTH ALABAMA COMPUTER ENGINEERING (BS) 1 Computer Engineering (BS) Degree Requirements First Year MA 125 CH 131 CH 131L EH 101* EG 101 2 hrs Gen Ed Spring 17 MA 126 EH 102 PH 201 CIS 210

More information

2012 Summer Engineering Camps:

2012 Summer Engineering Camps: 2012 Summer Engineering Camps: Tulsa Alliance for Engineering June 18-22, 2012 application deadline - April 20th Grades 8 (summer before and after 8 th grade) Target students: Low income, and under-represented

More information

GAINING VALUABLE PRODUCT DESIGN EXPERIENCE THROUGH HELPING HIGH SCHOOL STUDENTS IN BUILDING COMPETITION ROBOTS

GAINING VALUABLE PRODUCT DESIGN EXPERIENCE THROUGH HELPING HIGH SCHOOL STUDENTS IN BUILDING COMPETITION ROBOTS 268 GAINING VALUABLE PRODUCT DESIGN EXPERIENCE THROUGH HELPING HIGH SCHOOL STUDENTS IN BUILDING COMPETITION ROBOTS Bijan Bayat Mokhtari bijibijmak@yahoo.com Ethan Wong aznrule101@hotmail.com Aidan Murphy

More information

Microcontrollers, Actuators and Sensors in Mobile Robots

Microcontrollers, Actuators and Sensors in Mobile Robots SISY 2006 4 th Serbian-Hungarian Joint Symposium on Intelligent Systems Microcontrollers, Actuators and Sensors in Mobile Robots István Matijevics Polytechnical Engineering College, Subotica, Serbia mistvan@vts.su.ac.yu

More information

UNDERGRADUATE COMPUTER SCIENCE EDUCATION: A NEW CURRICULUM PHILOSOPHY & OVERVIEW

UNDERGRADUATE COMPUTER SCIENCE EDUCATION: A NEW CURRICULUM PHILOSOPHY & OVERVIEW UNDERGRADUATE COMPUTER SCIENCE EDUCATION: A NEW CURRICULUM PHILOSOPHY & OVERVIEW John C. Knight, Jane C. Prey, & Wm. A. Wulf Department of Computer Science University of Virginia Charlottesville, VA 22903

More information

LONGWOOD COLLEGE ACADEMIC PROGRAM REVIEW COMPUTER SCIENCE

LONGWOOD COLLEGE ACADEMIC PROGRAM REVIEW COMPUTER SCIENCE 2. 6. 7. 9. LONGWOOD COLLEGE ACADEMIC PROGRAM REVIEW COMPUTER SCIENCE January 2001 General Note: The mathematics and computer science programs are housed in the Department of Mathematics and Computer Science.

More information

e-lab: Technology-assisted Delivery of a Laboratory Course at a Distance

e-lab: Technology-assisted Delivery of a Laboratory Course at a Distance Session 2263 e-lab: Technology-assisted Delivery of a Laboratory Course at a Distance Hakan Gurocak Manufacturing Engineering Washington State University 14204 NE Salmon Creek Ave. Vancouver, WA 98686

More information

How To Teach Engineering Science And Mechanics

How To Teach Engineering Science And Mechanics Int. J. Engng Ed. Vol. 16, No. 5, pp. 436±440, 2000 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 2000 TEMPUS Publications. Recent Curriculum Changes in Engineering Science and Mechanics at Virginia

More information

engineering AND Technology Degree programs

engineering AND Technology Degree programs engineering AND Technology Degree programs Aeronautical engineering Technology Associate in Applied Science (AAS) Degree The AAS aeronautical engineering technology program stresses the fundamentals of

More information

Rethinking the First Year Programming Course

Rethinking the First Year Programming Course Rethinking the First Year Programming Course William David Lubitz Assistant Professor, School of Engineering, University of Guelph wlubitz@uoguelph.ca Abstract The use of microcontrollers in beginning

More information

Design Report. IniTech for

Design Report. IniTech for Design Report by IniTech for 14 th Annual Intelligent Ground Vehicle Competition University of Maryland: Baltimore County: Erik Broman (Team Lead and Requirement Lead) Albert Hsu (Design Lead) Sean Wilson

More information

EASTERN SCHOOL DISTRICT

EASTERN SCHOOL DISTRICT EASTERN SCHOOL DISTRICT Course Descriptor Summary (Interim September 2005) 1. Subject Area: Technology Education 2. Course: Computer Technology 3200 3. Program Description/Guiding Principles: TABLE OF

More information

Pine Hill Public Schools Curriculum

Pine Hill Public Schools Curriculum Pine Hill Public Schools Curriculum Content Area: Course Title/ Grade Level: Electives Robotics Unit 1: Safety and Classroom Procedures Duration: 1 Week Unit 2: Intro to Robotics Duration: 3 Weeks Unit

More information

2.1 Digital Electronics. Title: Electronics and Automatic Engineering

2.1 Digital Electronics. Title: Electronics and Automatic Engineering Electronic Engineering PBL at the Design Engineering School of Valencia, Spain Ballester Sarrias, E. School of Design Engineering ETSID / Dean Universitat Politècnica de València Ibáñez Civera, J.; Masot

More information

PANEL SESSION: INFORMATION SECURITY RESEARCH AND DEVELOPMENT IN ACADEMIA

PANEL SESSION: INFORMATION SECURITY RESEARCH AND DEVELOPMENT IN ACADEMIA PANEL SESSION: INFORMATION SECURITY RESEARCH AND DEVELOPMENT IN ACADEMIA Panel Chair: Dr. Susan M. Bridges, Mississippi State University Panelists: Dr. Blaine W. Burnham, Georgia Tech Dr. Dipankar Dasgupta,

More information

NATIONAL SUN YAT-SEN UNIVERSITY

NATIONAL SUN YAT-SEN UNIVERSITY NATIONAL SUN YAT-SEN UNIVERSITY Department of Electrical Engineering (Master s Degree, Doctoral Program Course, International Master's Program in Electric Power Engineering) Course Structure Course Structures

More information

CRITERIA FOR ACCREDITING ENGINEERING TECHNOLOGY PROGRAMS

CRITERIA FOR ACCREDITING ENGINEERING TECHNOLOGY PROGRAMS CRITERIA FOR ACCREDITING ENGINEERING TECHNOLOGY PROGRAMS Effective for Reviews During the 2013-2014 Accreditation Cycle Incorporates all changes approved by the ABET Board of Directors as of October 27,

More information

Sensors Collecting Manufacturing Process Data

Sensors Collecting Manufacturing Process Data Sensors & Actuators Sensors Collecting Manufacturing Process Data Data must be collected from the manufacturing process Data (commands and instructions) must be communicated to the process Data are of

More information

Sarah A. Rajala Ernest W. & Mary Ann Deavenport, Jr. Chair and Dean Bagley College of Engineering Mississippi State University Mississippi State, MS

Sarah A. Rajala Ernest W. & Mary Ann Deavenport, Jr. Chair and Dean Bagley College of Engineering Mississippi State University Mississippi State, MS Sarah A. Rajala Ernest W. & Mary Ann Deavenport, Jr. Chair and Dean Bagley College of Engineering Mississippi State University Mississippi State, MS 39762 USA November 8, 2012 Background: North Carolina

More information

A Web based Instrumentation Platform for Use in Distance Learning

A Web based Instrumentation Platform for Use in Distance Learning Session 1601 A Web based Instrumentation Platform for Use in Distance Learning Jay R. Porter and Joseph A. Morgan Electronics Engineering Technology Program Texas A&M University, College Station, TX 77843-3367

More information

Poznan University of Technology Faculty of Electrical Engineering

Poznan University of Technology Faculty of Electrical Engineering Poznan University of Technology Faculty of Electrical Engineering Contact Person: Pawel Kolwicz Vice-Dean Faculty of Electrical Engineering pawel.kolwicz@put.poznan.pl List of Modules Academic Year: 2015/16

More information

1:1 Computing in Technical High Schools in Korea. Hyunbin Im Teacher Seoul Robotics High School

1:1 Computing in Technical High Schools in Korea. Hyunbin Im Teacher Seoul Robotics High School in Technical High Schools in Korea Hyunbin Im Teacher Seoul Robotics High School system in Korea General of education Korea Age Grade School Over 23 Over 19 16-18 13-15 7-12 K10-K12 (3 Years) K7-K9 (3

More information

The M.S. Degree in Robotics Engineering

The M.S. Degree in Robotics Engineering The M.S. Degree in Robotics Engineering A multidisciplinary degree spanning Computer Science, Electrical and Computer Engineering, and Mechanical Engineering Robotics B.S. in Robotics Engineering Approved

More information

TEACHING PROJECT COURSES IN LARGE SCALE USING INDUSTRY LIKE METHODS EXPERIENCES AFTER TEN YEARS

TEACHING PROJECT COURSES IN LARGE SCALE USING INDUSTRY LIKE METHODS EXPERIENCES AFTER TEN YEARS TEACHING PROJECT COURSES IN LARGE SCALE USING INDUSTRY LIKE METHODS EXPERIENCES AFTER TEN YEARS Tomas Svensson, Svante Gunnarsson Linköping University, Sweden ABSTRACT A Design-Build-Test (DBT) project

More information

Electrical Engineering (BS) - General Track

Electrical Engineering (BS) - General Track UNIVERSITY OF SOUTH ALABAMA ELECTRICAL ENGINEERING (BS) - GENERAL TRACK 1 Electrical Engineering (BS) - General Track Degree Requirements First Year MA 125 CH 131 CH 131L EH 101* EG 101 2 hrs Gen Ed MA

More information

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android

IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android About Us : We at Ensemble specialize in electronic design and manufacturing services for various industrial segments. We also offer student project guidance and training for final year projects in departments

More information

COMPUTER SCIENCE. FACULTY: Jennifer Bowen, Chair Denise Byrnes, Associate Chair Sofia Visa

COMPUTER SCIENCE. FACULTY: Jennifer Bowen, Chair Denise Byrnes, Associate Chair Sofia Visa FACULTY: Jennifer Bowen, Chair Denise Byrnes, Associate Chair Sofia Visa COMPUTER SCIENCE Computer Science is the study of computer programs, abstract models of computers, and applications of computing.

More information

UNDERWATER ROBOTS: A MODEL FOR INTERDISCIPLINARY ENGAGED LEARNING AT ELON. Sirena Hargrove-Leak Department of Physics Dual Degree Engineering Program

UNDERWATER ROBOTS: A MODEL FOR INTERDISCIPLINARY ENGAGED LEARNING AT ELON. Sirena Hargrove-Leak Department of Physics Dual Degree Engineering Program UNDERWATER ROBOTS: A MODEL FOR INTERDISCIPLINARY ENGAGED LEARNING AT ELON Sirena Hargrove-Leak Department of Physics Dual Degree Engineering Program ABSTRACT Designing and building a Remotely Operated

More information

Degree programme in Automation Engineering

Degree programme in Automation Engineering Degree programme in Automation Engineering Course descriptions of the courses for exchange students, 2014-2015 Autumn 2014 21727630 Application Programming Students know the basis of systems application

More information

Invisible EYE for Security System

Invisible EYE for Security System Invisible EYE for Security System 1 C.Chandravathi, 2 Geetha, 3 Shanmugapriya, 4 Kavitha 1 chandravath.jay@gmail.com, 2 geetharamadoss2011@gmail.com, 3 shanmuga393@gmail.com, 4 kavithasmile04@gmail.com

More information

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM DESIGN OF SMS ENABLED CAR SECURITY SYSTEM K. A. Amusa Federal University of Agriculture, Abeokuta, O. O. Nuga Federal University of Agriculture, Abeokuta, A. A. Adetomi Federal University of Agriculture,

More information

Graduate Option in Electronics Department of Electrical and Computer Engineering University of Puerto Rico at Mayagüez

Graduate Option in Electronics Department of Electrical and Computer Engineering University of Puerto Rico at Mayagüez Introduction Graduate Option in Electronics Department of Electrical and Computer Engineering University of Puerto Rico at Mayagüez This document defines the Electronics Option in the Electrical Engineering

More information

AC 2010-1485: DEVELOPMENT AND IMPLEMENTATION OF A MASTERS PROGRAM IN COMPUTER INFORMATION TECHNOLOGY

AC 2010-1485: DEVELOPMENT AND IMPLEMENTATION OF A MASTERS PROGRAM IN COMPUTER INFORMATION TECHNOLOGY AC 2010-1485: DEVELOPMENT AND IMPLEMENTATION OF A MASTERS PROGRAM IN COMPUTER INFORMATION TECHNOLOGY Hetal Jasani, Northern Kentucky University Hetal Jasani is an assistant professor in the Department

More information

1. Professional employment in areas such as the medical device industry, engineering consulting, and biotechnology;

1. Professional employment in areas such as the medical device industry, engineering consulting, and biotechnology; Class Years 2017 and Beyond Undergraduate Program The objectives of the undergraduate program in biomedical engineering are as follows: 1. Professional employment in areas such as the medical device industry,

More information

2. EXPLAIN CHANGE TO DEGREE PROGRAM AND GIVE A DETAILED RATIONALE FOR EACH INDIVIDUAL CHANGE:

2. EXPLAIN CHANGE TO DEGREE PROGRAM AND GIVE A DETAILED RATIONALE FOR EACH INDIVIDUAL CHANGE: PROPOSED CHANGES TO THE BACHELOR OF SCIENCE IN ELECTRICAL AND COMPUTER ENGINEERING DEGREE PROGRAM IN THE COCKRELL SCHOOL OF ENGINEERING CHAPTER IN THE UNDERGRADUATE CATALOG 2016-2018 or LAW SCHOOL CATALOG

More information

Learning Systems Modular Systems for Mechatronics Training

Learning Systems Modular Systems for Mechatronics Training Learning Systems Modular Systems for Mechatronics Training MPS Modular Production System Model industrial automation systems at various levels of complexity MPS Combinations Model specific combinations

More information

Master of Science in Electrical Engineering Graduate Program:

Master of Science in Electrical Engineering Graduate Program: Master of Science in Electrical Engineering Graduate Program: A student may pursue a Master of Science in Electrical Engineering (M.Sc. EE) via one of the following three options: (i) M.Sc. with thesis,

More information

Automotive Technology

Automotive Technology http://www.avc.edu (661) 722-6300 Automotive Technology 103 Definition Automotive Technology is designed to provide the future and working technician with a strong foundation in automotive repair, including

More information

Electrical Engineering Technology(BS) and Computer Engineering Technology Assessment Plan

Electrical Engineering Technology(BS) and Computer Engineering Technology Assessment Plan BSEET-EET and BSCET-CET Electrical Engineering Technology(BS) and Computer Engineering Technology Assessment Plan The UC EET and CET Academic Quality plan described in this document identifies the process

More information

The Civil Engineering Systems Course at Georgia Institute of Technology. Adjo Amekudzi, Ph.D. 1 Michael Meyer, Ph.D., P.E. 2

The Civil Engineering Systems Course at Georgia Institute of Technology. Adjo Amekudzi, Ph.D. 1 Michael Meyer, Ph.D., P.E. 2 The Civil Engineering Systems Course at Georgia Institute of Technology Adjo Amekudzi, Ph.D. 1 Michael Meyer, Ph.D., P.E. 2 Abstract A course entitled Civil Engineering Systems was introduced in the fall

More information