ALİ RIZA GÜMÜŞ 14371962058 EVREN KÖYBAŞI 28853171050 VOJTECH HEMALA 90000004215 Eskişehir, 2013.

Slides:



Advertisements
Similar presentations
Pole Placement.
Advertisements

Ch8 Inverters (converting DC to AC)
ELECTRIC DRIVES CONVERTERS IN ELECTRIC DRIVE SYSTEMS MODULE 2
 (x) f(x,u) u x f(x,  (x) x. Example: Using feed-forward, what should be canceled?
Chapter 4 DC to AC Conversion (INVERTER)
Electric Motors Ara Knaian. Human Power Line Shaft.
5/4/2006BAE Analog to Digital (A/D) Conversion An overview of A/D techniques.
MSP430 Motor Controller Applications
Unit 4 Sensors and Actuators
L.
Lesson 33 AC Generators.
Stepper Motors Jason Wells. Background Brushless, synchronous electric motor Brushless, synchronous electric motor No feedback necessary (open loop) No.
ECGR-6185 Advanced Embedded Systems University Of North Carolina at Charlotte A. Srinivas Reddy Stepper/Servo/DC Motors.
1 Motors & Motor Controllers ECE AC or DC Motors AC –Few robots use AC except in factories –Most of those that use AC first convert to DC DC –Dominates.
Magnetism-Magnetic Induction By David Kimball, Emma Kaplan, Nate Rudolph.
ME 270 Final Project Presentation Operational Amplifiers.
Remember?  An electron is moving downward with a velocity, v, in a magnetic field directed within the page, determine direction of force.
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
Electric Motors and Motion Control Ara Knaian. Motors Motors convert electrical energy to mechanical energy Motors make things move LINEAR ELECTROSTATIC.
Stepper Motor. Stator Rotor Full Stepping Energizing one coil at a time is known as running the motor in 'full steps'. In a 200 step motor, this.
Annie Ly Lawrence Cagatin EE485 Spring 2012 Tuffy Medical Devices.
1 L Fall 2003 – Introductory Digital Systems Laboratory Motors and Position Determination.
1  (x) f(x,u) u x f(x,  (x) x Example: Using feed-forward, what should be canceled?
ELECTRIC MOTORS An Introduction to DC and Stepper Motors.
GOURAV SEMWAL Digital electronics [5 th semester] Presentation on PLC CONTROL PANEL C.R.R.I.T.
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
Motors & Motor Drivers ECE 450.
Syafruddin Hasan. STEPPER MOTOR Stepper motors are device that rotate by discrete incremental steps The primary advantage:  they can be controlled almost.
STEPPER MOTORS Name: Mr.R.Anandaraj Designation: Associate. Professor Department: Electrical and Electronics Engineering Subject code :EC 6252 Year: II.
Design Realization lecture 22
EET 221 Synchronous Machines Rafiqi.
Control systems KON-C2004 Mechatronics Basics Tapio Lantela, Nov 5th, 2015.
Motors and Generators.
MOTORS. Definition Of Motor That powered by electricity or internal combustion, that supplies motive power for a vehicle or for some other device. A device.
Motor Tutorial Kevin M. Lynch Laboratory for Intelligent Mechanical Systems Northwestern University Evanston, IL USA.
July 18, UCSD - R.A. de Callafon Short Intro to Micro Processors and I/O functions of our Kinetic Sculpture Control Box Raymond de Callafon.
Electric Solenoids Force  stroke -1. Electric Rotary Actuator (solenoid)
ECE 192: NATCAR Team (Triton X) Sponsored by IEEE ( Vincent Bantigue, Joseph Formanes,
BASIC ELECTRICAL TECHNOLOGY DET 211/3
Lecture 9: PID Controller.
Advanced Programming Analog Operation % 0 8 steps 100% True Analog Volts.
Microcontroller and Interfacing ( ) TOPIC: STEPPER MOTOR INTERFACING WITH MICROCONTROLLER PREPARED BY: GUIDED BY: ARJUN GUPTA ( ) PROF.
Arduino Microcontroller Technical Details : Arduino (UNO R3) micro-controller ATmega 328 CPU (“industry-standard” micro-controller CPU) ?? MHz clock speed.
INTRODUCTION TO ROBOTICS Part 3: Propulsion System Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
DC motor principles Speed control Direction Stepper motor principles
Microcontroller basics Embedded systems for mortals.
Lecture Notes / PPT UNIT III
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
CNC FEED DRIVES Akhil Krishnan G M.Tech 1. CONTENTS 1.Introduction 2.Requirements of CNC feed drives 3.Servo motor 3.1 Servo drive control 3.2 Components.
CNC FEED DRIVES.
Motors & Motor Controllers
Introduction to Motors, servos and steppers
MOTORS.
DC Motors Types: Continuous Rotation Servo (Remote Control)
PID Controllers Jordan smallwood.
Electric Rotary Actuators (motors)
Stepper motor.
DC MOTOR SPEED CONTROL 1. Introduction
Interfacing of stepper motor
Electric Solenoids Force  stroke-1.
ECGR-6185 Advanced Embedded Systems
Electric Solenoids Force  stroke-1.
Stepper Motors By Brian Tomiuk, Jack Good, Matthew Edwards, Isaac Snellgrove November 14th, 2018.
Transformers A transformer changes the high voltage from the main power lines to the 120 volts your appliances use.
Electric Rotary Actuators (motors)
Electric Solenoids Force  stroke-1.
IT 318: M5 Motors: Questions IT M6.
Electric Solenoids Force  stroke-1.
Motors and Position Determination
05 | Integrating Advanced Sensors and Shields
Presentation transcript:

ALİ RIZA GÜMÜŞ EVREN KÖYBAŞI VOJTECH HEMALA Eskişehir, 2013

PID Controller So, what is a Controller? Structure of a Controller Modes of Controllers (P, PI, PD, PID)

PI Controller PI controller will eliminate forced oscillations and steady state error resulting in operation of on-off controller and P controller respectively. However, introducing integral mode has a negative effect on speed of the response and overall stability of the system. Thus, PI controller will not increase the speed of response. This problem can be solved by introducing derivative mode which has ability to predict what will happen with the error in near future and thus to decrease a reaction time of the controller.

DISCRETIZING A PID CONTROLLER

Development of discrete-time PID controller

Transforming method

A stepper motor is a brushless DC electric motor that divides a full rotation into a number of equal steps

Motors definitions Step motors are seperated two main part unipolar and bipolar steppers motor.

Unipolar & Bİpolar A unipolar stepper motor has one winding with center tap(common wire) per phase In bipolar motors have a single winding per phase

Operation of stepper motors To operate step motors, you must apply pulse to each coil in different phase. Driving this type of motor is a bit different from the others

Stepper motor positioning All dc servo motors we can take position info by connecting the potentiometer to its shaft In step motor rotates step by step, because of this we can divide the pot partially to determine the each step.It means each step has a voltage value.

Analog & Digital Operations In PLC s7 200 cpu 224 xp all operations can be made. First of all we are looking some useful code for this PLC. Then we will see the example of its application

Useful Codes BCDI OUT : Convert BCD to Integer IBCD OUT: Convert Integer to BCD BTI IN, OUT Convert Byte to Integer ITB IN, OUT Convert Integer to Byte ITD IN, OUT Convert Integer to Double Integer DTI IN, OUT Convert Double Integer to Integer DTR IN, OUT Convert DWord to Real

Online Subtract Operation In this example lots of operatıons are used. The main idea is : To observe the analog output voltage of PLC when we apply desired input voltage We can follow these steps to solce

Example e.g. : Choose a reference voltage as 2,4 V.Then apply a arbitrary voltage.When you measure the analog output of PLC, you will see the voltage “applied voltage – reference (2,4 V)”. When you change the input, the output will change as proportional. SM0.0 MOVR2.4, VD0// VD0=2,4 V REFERENCE ITDAIW0,VD4 DTRVD4,VD4//INPUT 32 BIT REAL NUMBER

Last page /R3276,8,VD4 MOVRVD0,AC0 //AC0=2,4 -RVD0,AC0//AC0=AC0-VD0 *R3276,8, AC0 TRUNCAC0,VD8 DTIVD8,AQW0// ANALOG OUTPUT