1 / 33

BMFS 3373 CNC TECHNOLOGY Lecture 2

BMFS 3373 CNC TECHNOLOGY Lecture 2. Lecture Objectives. At the end of the lecture, you will be able to: Describe the two types of control systems used to output tool movement Explain the two types of loop systems used with CNC controller

elisha
Télécharger la présentation

BMFS 3373 CNC TECHNOLOGY Lecture 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BMFS 3373CNC TECHNOLOGYLecture 2

  2. Lecture Objectives • At the end of the lecture, you will be able to: • Describe the two types of control systems used to output tool movement • Explain the two types of loop systems used with CNC controller • Explain how points are located using Cartesian coordinate system and the CNC axis of motion • Explain the significant difference between incremental and absolute positioning

  3. CNC Components • CNC system required two interfaces for it to function properly. • The Operator interface that consists of the control panel and the various connection for the input media. • The Machine tool that consists of a controller interface , the axis control and a power supply.

  4. CNC Terminology BLU: basic length unit  smallest programmable move of each axis. Controller: (Machine Control Unit, MCU)  Electronic and computerized interface between operator and m/c Controller components: 1. Data Processing Unit (DPU) 2. Control-Loops Unit (CLU) Part Program:  A part program is a series of coded instructions required to produce a part. It controls the movement of the machine tool and the on/off control of auxiliary functions such as spindle rotation and coolant. The coded instructions are composed of letters, numbers and symbols and are arranged in a format of functional blocks as in the following example N10 G01 X5.0 Y2.5 F15.0   |       |       |         |        |    |       |       |         |       Feed rate (15 in/min)    |       |       |        Y-coordinate (2.5")    |       |      X-coordinate (5.0")    |      Linear interpolation mode   Sequence number

  5. CNC Components

  6. CNC System Elements A typical CNC system consists of six elements • Part program • Program input device • Machine control unit • Drive system • Machine tool • Feedback system

  7. NC System Elements

  8. Controller Components Data Processing Unit: Input device [RS-232 port/ Tape Reader/ Punched Tape Reader] Data Reading Circuits and Parity Checking Circuits Decoders to distribute data to the axes controllers. Control Loops Unit: Interpolator to supply machine-motion commands between data points Position control loop hardware for each axis of motion

  9. Machine Control Unit The machine control unit (MCU) is the heart of a CNC system. It is used to perform the following functions: • Read coded instructions • Decode coded instructions • Implement interpolations (linear, circular, and helical) to generate axis motion commands • Feed axis motion commands to the amplifier circuits for driving the axis mechanisms • Receive the feedback signals of position and speed for each drive axis • Implement auxiliary control functions such as coolant or spindle on/off, and tool change

  10. Drive System • A drive system consists of amplifier circuits, stepping motors or servomotors and ball lead-screws. The MCU feeds control signals (position and speed) of each axis to the amplifier circuits. The control signals are augmented to actuate stepping motors which in turn rotate the ball lead-screws to position the machine table.

  11. Types of CNC machines Based on Motion Type: Point-to-Point or Continuous path Based on Control Loops: Open loop or Closed loop Based on Power Supply: Electric or Hydraulic or Pneumatic Based on Positioning System Incremental or Absolute

  12. Open-loop Control System • In open-loop control system step motors are used. • Step motors are driven by electric pulses. • Every pulse rotates the motor spindle through a certain amount. • By counting the pulses, the amount of motion can be controlled. • No feedback signal for error correction. • Lower positioning accuracy .

  13. Operational Features of CNC Machines

  14. Closed-loop Control Systems • In closed-loop control systems DC or AC motors are used. • Position transducers are used to generate position feedback signals for error correction. • Better accuracy can be achieved. • More expensive. • Suitable for large size machine tools.

  15. Operational Features of CNC Machines

  16. Operational Features of CNC Machines • NUMERICAL DATA MAY BE FED INTO THE SYSTEM BY STORED DATA. • A TRANSLATNG UNIT READ THE DATA AND CHANGES IT INTO AN ELECTRICAL FORM THAT THE MACHINE TOOL CAN UNDERSTAND. • A MEMORY SYSTEM STORES THE DATA UNTIL IT IS NEEDED. • ROTARY RESOLVERS OR SERVO UNITS (TRANSDUCERS) ON THE MACHINE TOOL CONVERT THE DATA INTO THE REQUIRED MACHINE MOVEMENTS. • A GAGING DEVICE MEASURES THE MACHINE MOVEMENTS TO DETERMINE IF THE SERVO UNITS HAVE GIVEN THE CORRECT COMMANDS. • A FEEDBACK UNIT FEEDS INFORMATION BACK FROM THE GAGING DEVICE FOR COMPARISON TO SEE THAT THE MACHINE HAS MOVED THE REQUIRED AMOUNT.

  17. Open Loop VS Closed Loop Controls output input output

  18. Open Loop VS Closed Loop Controls

  19. Cartesian Coordinate System • The machine tool movements used in producing a product consists of two types. • Point-to-point ( straight line movements) • Continuous Path (Contouring Movements) • Any specific point can be described in mathematical terms from any other point along three perpendicular axis. • This concepts fits machine tools perfectly since their construction is generally based on three axis of motion (X,Y,Z) plus an axis of rotation.

  20. Cartesian Coordinate

  21. CNC Vertical Spindle Machine

  22. Positioning System Absolute Positioning • In the absolute system (G90), all dimensions or positions are given from a fixed zero or reference point. • The zero or origin point may be a position on the machine table, such as the corner of the worktable or at any specific point on the workpiece. • In absolute dimensioning and programming, each point or location on the workpiece is given as a certain distance from the zero or reference point, measured along an axis. • By referring to the next slide, all positions on the part are taken from the X0/Y0 point at the lower corner of the part. • The first hole would have coordinates of X1.000, Y1.000; the second hole coordinates are X2.000, Y1.000; the third hole coordinates are X3.000, Y1.000.

  23. Absolute Positioning

  24. Positioning System Incremental Positioning • In the incremental system (G91), dimensions or positions are given from a previous known point. • Incremental program locations are always given as the distance and direction from the immediately preceding or latter point. • By referring to the next slide, the first hole coordinates are X1.000, Y1.000; the second hole coordinates are X1.000,Y1.000. • After each machine move, the current location is reset to X0/Y0 for the next move. The machine controller does not reference any common zero point.

  25. Incremental Positioning

  26. Setting the Machine Origin • Most CNC machinery have a default coordinate system. • The origin of this system is called the machine origin or home zero location. • Home zero is usually located at the tool change position of a machining center. • There are three ways a zero point can be set on CNC machines. • Operator • Program absolute zero shift • Work Coordinates

  27. Setting the Machine Origin Manual setting • The setup person positions the spindle over the desired part zero and zeros out the coordinate system on the MCU console. The actual keystroke sequence for accomplishing this varies from controller to controller. Absolute Zero Shift • An absolute zero shift is a transfer of the coordinate system inside the NC program. • The programmer commands the spindle to the home zero location. Next, a command is given that tells the MCU how far from the home zero location the coordinate system origin is to be located.

  28. Setting the Machine Origin Work Coordinates • A work coordinate is a modification of the absolute zero shift. • Work coordinates are registers in which the distance from home zero to the part zero can be stored. • The part coordinate system does not take effect until the work coordinate is commanded in the NC program.

  29. Dimensioning Datum Dimensioning All dimensions on a drawing are placed in reference to one fixed zero point. Datum dimensioning is ideally suited to absolute positioning equipment.

  30. Dimensioning Delta Dimensioning Each location is dimensioned from the previous one. Delta drawings are suited for programming incremental positioning machines.

  31. CNC Safety • The use of CNC machine tools requires at least the same precautions as with conventional machine tools, including eye protection and standard setup procedures and operation. • Do not let others distract you from your work. Your concentration is critical when setting-up and operating machine tools. Likewise, do not distract others they need to concentrate. • You should never work inside a CNC machine tool when someone else is touching the controls. They might accidentally start the machine and cause serious injury to you. In fact, it is a good idea to put the machine in a locked mode such as “edit” before changing the tools or workpiece.

  32. CNC Safety • You should always calculate speeds and feeds for CNC machining because you will not be able to feel when the cutting conditions are correct. • Special care should be used when using rapid transverse on a CNC machine tools, including allowing an adequate distance above the workpiece and not using rapid traverse below the surface of the part. • Part programs should be tested by first using a computer simulation on the PC, simulating on the control , and then dry-running above the workpiece at a reduced rate and in single block mode.

  33. End Chapter 2

More Related