+ All Categories
Home > Technology > 7. control

7. control

Date post: 20-Jan-2017
Category:
Upload: amirul-jelani
View: 144 times
Download: 0 times
Share this document with a friend
33
Department of Mechatronics Engineeri CHUNGNAM NATIONAL UNIVERSITY CAD/CAM ©2008-2015 Young-Woo Park Control Control Professor Young-Woo Park, Ph.D. Lecture 7
Transcript
Page 1: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

ControlControl

Professor Young-Woo Park, Ph.D.Lecture 7

Page 2: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Trend

totally manual totally computer-based

Evolution Manual Control

external wheels to move rack-and-pinion linkage in turn move the worktable & cutting tool relative each other.

mechanical stops and systems of gears and cams allow repetitive and sequential action.

with an operator still in total control

hydraulic powers with piston actuators chiefly for repetitive operations with human monitoring

IntroductionIntroduction

Page 3: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Limited Switches

provide some basic automation to either shut off the machine OR

control simple repetitive motions

Hard-Wired Automation

switches and relays: earliest electronic controls send a fixed sequence of commands to the MT’s drive motors

changes in operation required manually reconnecting wires & repositioning contact points

ladder logic manually reprogrammed

potentiometers generate analog signals that carries commands to the drives

IntroductionIntroduction

Page 4: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Ladder diagrams are specialized schematics commonly used to document industrial control logic systems.

they resemble a ladder.

with 2 vertical rails (supply power) & as many "rungs" (horizontal lines) as there are control circuits to represent.

ladder diagram for a lamp that is controlled by a hand switch:

"L1" & "L2" = the two poles of a 120 VAC supply

= the "hot" & grounded (“neutral”) conductors

IntroductionIntroduction

Page 5: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

soft-wired automation

programmable logic controller (PLC) still handles many machining and manufacturing operations.

uses soft-wired electronic circuits.

coded tape or cards a reader senses the holes & generates digital commands.

reader speed in characters per second determines the MT’s operating speed.

Today, data formerly punched into a tape are recorded in computer memory.

CNC

CAD/CAM

IntroductionIntroduction

Page 6: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

IntroductionIntroduction

Page 7: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Composition

INPUT OUTPUT Sensing Devices Valves

Switches and Pushbuttons Solenoids

Proximity Sensors Motor

Limit Switches Actuators

Pressure Switches Pumps

PLCPLC

Page 8: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

PLC Operations (four steps) Input Scan

Scans the state of the Inputs

Program Scan

Executes the program logic

Output Scan

Energize/de-energize the outputs

Housekeeping

PLCPLC

Page 9: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

PLCPLC

Page 10: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

PLCPLC

Page 11: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Relayed Video http://www.youtube.com/watch?v=WCAs1KYyuuw&feature=related

PLCPLC

Page 12: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Two key elements of the computers computing power

calculate the interpolation and generation of tool path commands.

memory

holds machine operating commands and tool path program.

CAD/CAM procedure

design a part using a CAD program.

transfer the CAD file to a CAM program.

send NC codes as data signal to the MT’s drives.

CAD/CAMCAD/CAM

Page 13: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

trend

off-line programming on-line programming

due to today’s advanced microprocessor and chip technology

the user can enter data at any time.

another way to create CAM files: digitizing

a probe or a laser is moved over the model’s surface.

these motions are converted to dimensions.

is commonly used where a sample of a part exists but no engineering print.

CAD/CAMCAD/CAM

Page 14: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Open-Loop Control Stepper motor system

Current pulses sent from control unit to motor

Each pulse results in a finite amount of revolution of the motor

The user is free to modify the program.

Accepts a wide range of software, not just a limited number of proprietary programs.

Control SystemsControl Systems

Page 15: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Control SystemsControl Systems

Page 16: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Open-Loop Limitations Control unit “assumes” desired position is achieved

No positioning compensation

Typically, a lower torque motor

Open-Loop Advantages Less complex, Less costly, and lower maintenance costs

Control SystemsControl Systems

Page 17: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Closed-Loop Control Variable DC motors - Servos

Positioning sensors -Resolvers

Feedback to control unit

Position information compared to target location

Location errors corrected

Control SystemsControl Systems

Page 18: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Control SystemsControl Systems

Page 19: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Closed-Loop Advantages DC motors have the ability to reverse instantly to adjust for position error

Error compensation allows for greater positional accuracy (.0001”)

DC motors have higher torque ranges vs. stepper motors

Closed-Loop Limitations Cost

Control SystemsControl Systems

Page 20: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Servo System CNC, servomotors, amplifiers, and feedback devices

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 21: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

What is a Servo? Servo control, which is also referred to as "motion control" is used in industrial processes to move a specific load in a controlled fashion

A graphical representation of a electromechanical servo system

typically used in high precision, low to medium power, & high-speed applications

flexible, efficient, and cost-effective

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 22: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Controller Motion controllers (MC) are built specifically for the motion control

Commands & I/O are specific to the needs of those in the servo industry.

Unlike the others, MCs are PC based, allowing for a GUI

Usually, there are advanced features that allow ease of tuning, commutation sensing, and other functions.

A MC, in general, makes your life easier than a PLC or controller

Because of the added features, they are typically more expensive.

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 23: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Drive the link between the controller and motor

Also referred to as servo amplifiers

translate the low energy reference signals from the MC into high energy power signals to the motor

Trend

Higher bandwidth to increase production throughput.

Increased velocity &position control to allow for more intricate & miniaturized manufacturing.

Increased network capability to closely coordinate axes within a machine & coordinate machines within a factory.

Simplified, user-friendly and universal operation

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 24: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Feedback Feedback devices are used to ensure that the motor or load reaches the commanded position or velocity.

Servo amplifiers & controllers use this feedback to determine how much current to deliver to the motor at any time, based on its present position and velocity versus where it needs to be.

Types of feedback

absolute

incremental

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 25: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Feedback (Cont’d) Encoders

The most prevalent position feedback device in motion control

Linear encoders can go to sub-micron resolutions

Rotary encoders with resolutions over 100k counts per revolution

Quadrature and Sinusoidal encoder

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 26: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Feedback (Cont’d) Hall Sensors

A low resolution feedback often necessary for commutation control

can also be used for velocity feedback at higher velocities.

Resolver

A rotary transformer

Feedback of choice for high temperature & high vibration environment

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 27: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Proportional Servo System velocity of each axis distance between the actual & ∝ command position during each sample period = servolag

this error signal is used to determine acceleration/deceleration & steady-state velocities.

L = feedrate/servogain

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 28: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Servo Following Error difference in commanded & actual position at any moment in time

a major cause of path error

use DSP for reducing this error to near zero.

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 29: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Maximum Block Processing Time the processing speed of the CNC, with each stroke generated for every axis which must be read, interpreted and activated.

Tb = maximum stroke length/feedrate

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 30: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Servo Cycle Time the amount of time on a CNC control takes for each measuring & command cycle

the faster the desired speed, the faster servo cycle time must be.

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 31: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 32: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Look Ahead is necessitated by our desire to travel at feedrates faster than a machine can stop in the smallest distance between programmed points.

Motion Control for High Speed MachiningMotion Control for High Speed Machining

Page 33: 7. control

Department of Mechatronics Engineering CHUNGNAM NATIONAL UNIVERSITY

CA

D/C

AM

©2008-2015 Young-Woo Park

Imagine traveling along this curve from left to right at 300 IPM. Your machine will need more than 0.100" of travel to stop the X axis to create the nearly sharp corner at point B.

With only about 0.010" between the points, a gouge like the one shown will occur unless look ahead intervenes to start a slowdown way back at point A.

Motion Control for High Speed MachiningMotion Control for High Speed Machining


Recommended