STEPPER MOTOR CONTROL USING LABVIEW TM IN A COMPUTER NUMERICALLY CONTROLLED DESKTOP MILL

Size: px
Start display at page:

Download "STEPPER MOTOR CONTROL USING LABVIEW TM IN A COMPUTER NUMERICALLY CONTROLLED DESKTOP MILL"

Transcription

1 Session G-19 STEPPER MOTOR CONTROL USING LABVIEW TM IN A COMPUTER NUMERICALLY CONTROLLED DESKTOP MILL Usha L Manepalli, Dr. M. Elsayed Department of Mechanical Engineering University of Louisiana at Lafayette Lafayette, LA, USA manepalli.usha@gmail.com melsayed@louisiana.edu Dr. Cherif Aissi Department of Industrial Technology University of Louisiana at Lafayette Lafayette, LA, USA aissi@louisiana.edu Abstract The advantage of stepper motor motion control system in a computer numerically controlled (CNC) desktop mill is the high holding torque at low speeds. The aim of this paper is to utilize stepper motors, build their control circuit and write a LabVIEW TM program that reads and implements a CNC code, in the form of a text file, for engraving operations on a desktop mill. The program also controls the basic functions of the desktop CNC mill, such as turning the spindle on and off and controlling travel limits of the worktable. The basic CNC code included linear and circular interpolations, which provide the foundation necessary for the implementation of any future design expansion of the program. LabVIEW TM is a graphical programming language produced by National Instruments of Austin, TX, USA. 1. Background In 1995, Eric Stutes et al. 1 successfully designed and manufactured a fully operational desktop CNC milling machine under the guidance of Dr. M. Elsayed. In this CNC project, DC brush servo motors were used as a conventional motor technology to produce rotary motion in response to an applied voltage. So basically, a close-loop feedback system was used to drive the ballscrew slides for X and Y axis movements using several subroutines and the software library provided by Technology 80 for a Model 5650 controller card 1. 1

2 In this work, the servo motors used in the CNC miniature mill are replaced by stepper motors mainly due to their high holding torque at low speeds, their excellent precise positioning mechanism, their simple open-loop feedback system applications and their lower cost. The work is covered mainly in two steps: 1. Test setup I: Build a stepper motor driver interface and control a small 2-phase, bipolar stepper motor using LabVIEW through digital output of a DAQ (Data Acquisition) card for full, half and micro-stepping in both clockwise and counter-clockwise directions. Figure 1-A Small Stepper Motor Purchased from Danaher Motion 2 2. Test setup II: To apply the knowledge of LabVIEW and stepping sequence in operating the X and Y axes motion of CNC miniature mill for the engraving operation using ballscrew slides and appropriate stepper motors. 2. Objectives Figure 2-Motor and Lead screw Arrangement 3 The main objectives of this research are: 1. To replace the existing servo motors with stepper motors control system for the desktop CNC milling machine. 2. To develop a driver and an interface circuit between the CNC machine and a PC. 3. To develop a LabVIEW program that can generate machine command from basic CNCcode. 3. Scope of the Research The controller will be built using LabVIEW TM, a graphical programming language produced by National Instruments of Austin, TX, USA. The LabVIEW Program is built based on the basic G-codes, which are G0, G1, G2 and G3. The new controller will be applied to an existing milling machine, which is the CNC milling machine by replacing the existing servo-motor controller with the new controller. 2

3 An interfacing circuit board will be built based on the stepper motor in order to interface between the controllers (PC) and the CNC milling machine. Actual machining will be done by executing a subroutine for, a) Linear interpolations (G0, G1) b) Circular interpolations (G2, G3) c) Engraving operations (A-Z and 0-9) which utilize (a) and (b) 4. Test Setup-I Stepping Sequence for Full/ Half/ Micro-Steps mode: For a four-coil motor, a four-bit code sequence is needed to energize the appropriate poles at any one time. The sequence needed to make the rotor turn can be done in either full step or half step increments. The difference between these two modes is that the application of some of the codes is omitted. This can be seen in the Tables 1 and 2. Both the speed and direction may be changed at any instant by applying the appropriate codes at the stepper motor s signal line. Full-step mode: The phase switching for the small bipolar stepper motor (Test Setup-I) with full-step, i.e., step angle is shown in Table 1. This gives a full step rotation in both clockwise and counter clockwise directions. Step angle, θ s (degrees/ step) = / R s (steps/ rev) [4] Where R s is Stepping rate For Full Step, θ s = So, R s = = 48 steps/ rev CW direction Step 7B 9B 8B 8A 7A 9A Nos θ s (deg) CCW direction Table 1-Full-Step Sequence for a Stepper Motor with Step Angle where: 7B, 9B & 7A, 9A are I1B, I0B & I1A, I0A respectively (control current levels) 8B & 8A are Phase B & Phase A respectively (control direction) A and B are two IC chips (NJM3770AD3) used in stepper driver circuit in Test Setup-I. Half-step mode: Similarly, the stepping sequence for half and micro-step is given in Table 2 and Table 3 respectively. For Half Step, θ s = (half of full step angle) So, R s = = 96 steps/ rev 3

4 Step 7B 9B 8B 8A 7A 9A Nos θ s (deg) Table 2-Half-Step Sequence for a Stepper Motor with Step Angle where: 7B, 9B & 7A, 9A are I1B, I0B & I1A, I0A respectively (control current levels) 8B & 8A are Phase B & Phase A respectively (control direction) CW direction LabVIEW and Data Acquisition LabVIEW is a program development application developed by National Instruments. It uses a graphical programming language to create programs in block diagram form. It is called a virtual instrument (VI) because its appearance and operation can replicate an actual instrument. A VI consists of a front panel and a block diagram. The front panel is an interactive user interface that simulates a panel of physical instruments like knobs, push buttons, other controls and indicators. Whereas, the block diagram acts as back end, where the actual programming is written using different functions and codes 5. CCW direction Figure 3-Front Panel of Stepper Motor (Half/Full-Step).vi 4

5 Figure 4-Block Diagram of Stepper Motor (Half/Full-Step).vi Fig. 3 and Fig. 4 show the front panel and block diagram of full-step mode with step angle 7.5 deg. Micro-step mode: For Micro-Step, θ s = (1/10 th of full step angle) So, R s = = 480 steps/ rev Compared to full and half-steps, where the stepper motor tends to be slightly jerky in its operation as the motor moves step by step, in micro-step it runs at a smoother rate. 5

6 CW direction Step 7B 9B 8B 8A 7A 9A Nos θ s (deg) CCW direction Table 3-Micro-Step Sequence for a Stepper Motor with Step Angle where: 7B, 9B & 7A, 9A are I1B, I0B & I1A, I0A respectively (control current levels) 8B & 8A are Phase B & Phase A respectively (control direction) Working Principle of Test Setup-I The Test setup-i as shown in Fig. 5 includes a stepper motor, driver interface, DAQ board (device 3), 5V DC Power supply and a PC with LabVIEW software installed. Depending upon the size of the stepper motor, its windings require a substantial drive current. In this case, it ranges between 100mA- 700mA. This drive current is essential for our specified motor to run. Stepper motor driver with two of NJM3770AD3 6 IC chips, shown in Fig. 6, provides the current switching to each of the four lead wires (1-Black, 2-Yellow, 3-Grey, 4-Red) or the two windings. 6

7 LabVIEW Software DAQ Extender Board PC P0.0 P0.1 P0.2 P0.3 P0.4 P0.5 (Digital I/O) 5V DC 7B 9B 8B 7A 9A 8A Stepper Motor Driver Interface Stepper Motor Figure 5-Schematic representation of Test Setup-I 7 The input step signals generated from digital I/O (P0.0 to P0.5) transfer to stepper driver pins 7B, 9B, 8B, 8A, 7A, 9A respectively. These input signals or the pulses from the switches or the ports energize the phase windings consecutively, causing the stepper motor to run. Motor leads to pins 1 & 15 Pins 7, 9 are I1, I0 respectively and Pin 8 is Phase. Figure 6-Pin Configurations of NJM3770AD3 Chip 6 Fig. 6 shows the pin configurations of NJM3770AD3 and the inputs (7, 8 and 9) and outputs (1 and 15) of IC chip are used in for the signals to flow through the driver circuit from DAQ board to the stepper motor leads. 7

8 Table DIP Symbol Description 1 M B Motor output B, Motor current flows from M A to M B when phase is high. 2 T Clocking oscillator. Timing pin connect a 56KΩ resistor and a 820pF in parallel between T and Ground. 3,14 V MM Motor supply voltage, 10 to 40 V. Pins 3 and 14 should be wired together. 4,5 GND Ground and negative supply. Note these pins are used for heat sinking. 12,13 6 V CC Logic voltage supply normally +5V. 7 I 1 Logic input. It controls, together with the I 0 input, the current level in the output stage The controllable levels are fixed to 100, 60, 20, and 0 %. 8 Phase Controls the direction of the motor current of M A and M B outputs. 9 I 0 Logic input. It controls, together with the I 1 input, the current level in the output stage The controllable levels are fixed to 100, 60, 20, and 0 %. 10 C Comparator input. This input senses the instantaneous voltage across the sensing resistor, filtered through a R C Network. 11 V R Reference voltage. Controls the threshold voltage of the comparator and hence the output current. Input resistance: typically 6.8KΩ± 20% 15 M A Motor output A, Motor current flows from M A to M B when phase is high. 16 E Common emitter. Connect the sense resistor between this pin and ground. Description of NJM3770AD3 Chip 6 4-Pin Figure 7-Stepper Motor Driver Interface 6 Fig. 7 is the schematic of the NJM3770A IC chip and its pin configuration is shown in Table 4. 8

9 7B 8B B Black Yellow 9B Grey 8A Red 7A 9A Figure 8-Typical stepper motor driver application with NJM3770A 6 where: 7B, 9B & 7A, 9A are I1B, I0B & I1A, I0A respectively (control current levels) 8B & 8A are Phase B & Phase A respectively (control direction) A and B are two IC chips (NJM3770AD3) used in stepper driver circuit in Test Setup-I. A PC LabVIEW Software NI DAQ USB Board Digital I/O Stepper Driver Control Circuit 5V DC Stepper Motor Figure 9-Digital Control of Stepper Motor Experiment I 9

10 Fig. 9 shows a photo of the Test Setup-I, where a PC with LabVIEW program gives the stepping input signals to stepper driver through a digital NI-DAQ USB board. The output signals from the stepper driver control circuit, which is described in Fig. 8, are used for rotary motion of the stepper motor through the motor leads. 5. Test Setup-II Stepper Control Circuit in Test Setup-II Figure 10-Typical Wiring Diagram [8] In Fig. 10, the microstepping drive receives digital input signals from DAQ-board and the output signals are sent to stepper motor through an extension cable. A 35V DC power supply is given to the drive. 0 4 V2 15 V XMM1 2 Vi 7 1 U4 8 DC 10M Ω V4 R2 10 V + 1k Ω 50% V - Key=A Vo 3 2 U V 0 - DC10M Ω 0 Figure 11-Schematic Diagram of Voltage Follower in *NI Multisim A special case of the non-inverting amplifier is that of the Voltage Follower. The voltage follower has the output signal connected to the inverting input terminal of the op amp as shown in Fig. 11. The analysis of this device shows that V out = V in. Also the output is in phase with the input. The common use for a voltage follower is to create a buffer in a digital circuit 9. It acts as isolation between the input (DAQ board) and the output (Microstepping Drive). 10

11 *National Instruments Multisim is an easy-to-use schematic capture and simulation software. Stepper Motors 120V AC Power Supply Stepper Drivers Voltage Follower Circuit NI- DAQ Digital I/O Figure 12-Stepper Motor Controller Circuit with Voltage Follower in Test Setup-II Fig. 12 shows that the voltage follower circuit acting as an isolator between the circuits, i.e., stepper driver circuit (X and Y drive) along with relay circuit (spindle drive), and the NI- DAQ digital I/O USB boards. The DC power supply for the Voltage follower, i.e., Vcc 10V. In the test setup-ii for CNC desktop mill, a total of 10 voltage followers are used. So, instead three LM 324 ICs (Integrated Chips) are utilized for this. Working Principle of Stepper Motor in Axis Drive: The movement along the different axis is required either to move the cutting tool to the work table to the desired positions. In order to accomplish accurate control of position and velocity, stepper motors are used for axis drive. In the test setup-ii, X and Y axes of the work table are controlled by stepper motors and Z-axis or the cutting tool (spindle) is controlled by pneumatic actuator, which is activated by a relay circuit 10. Controlling Resonance in the Mechanism: If a rigidly mounted stepping motor is rigidly coupled to a frictionless load and then stepped at a frequency near the resonant frequency, energy will be pumped into the resonant system, and the result of this is that the motor will literally lose control. There are two basic ways to deal with this problem: 11

12 1. Use of elastomeric motor mounts or elastomeric couplings (Appendix A shows the drawings of the motor mounts and couplings) between motor and load can drain energy out of the resonant system, preventing energy from accumulating to the extent that it allows the motor rotor to escape from control. 2. Viscous damping can be used. Here, the damping will not only draw energy out of the resonant modes of the system, but it will also subtract from the total torque available at higher speeds. The end bearing for the lead screw offers an opportunity for viscous damping, as do the ways on which the load slides. Even the friction found in sealed ballbearings or Teflon on steel ways can provide enough damping to prevent resonance problems 11. Spindle Drive The spindle drive is controlled by a pneumatic/ air cylinder activated by solenoid air valve (Fig. 14) using two solid state I/O relays and DAQ board (device 2). The device shown in the Fig. 13 is the solenoid air valve used for spindle UP/ DOWN actions. A close circuit supplies 5V DC to the relay and thereby spindle is either extended or retracted from the work piece. Another device is the spindle motor, which is again controlled by a third relay and same DAQ board for spindle ON/ OFF positions. Fig. 15 shows the photo of all the connections for spindle drive. AC Power Supply 120VAC Switch Device 1 2 AC O/P RELAY DC I/P DCVoltage 5 V Figure 13-Wiring Diagram of Solid State Digital I/O Relay These Solid state I/O switching modules deliver an electrically clean, photo-isolated, noise-free "output" interface from logic level control systems (NI-DAQ board) to external loads such as motors, valves, solenoids, etc. Solenoid Air Cylinder Figure 14-Working of Solenoid Air Valve 12 12

13 An air compressor (Fig. 15) is used to supply a pressurized air of about PSI or 6 bar to the pressure center of the solenoid air valve. When the solenoid is activated and displaces downward, then the pressurized air is sent to the air cylinder. Here when pressure P1> P2, the piston in the air cylinder is forced down, moving the spindle downward. Similarly, when P2>P1, the piston is forced up, moving the load (spindle) upward. Desktop Mill Relay Circuit Stepper Driver PC with LabVIEW Program NI-DAQ USB Air Compressor Figure 15-Experimental Test Setup-II Spindle Solenoid Air Valve Ball End Mill Clamping Work Table Stepper Motor Work Piece Slides Limit Switches for Y-axis Figure 16-CNC Desktop Mill Fig. 16 shows a closer view of the CNC desktop mill, where a spindle is operated by a solenoid air valve. A ball end mill is used as a cutting tool. Clamping is used to fix the work piece to the work table. Two stepper motors are used to control the X and Y slides movement. Limit switches are used at each end of the X and Y axes. 13

14 Limit Switches in Motion Control A limit switch is a device that produces a signal used to stop the motor. Limit switches are usually used to indicate an end of travel, or to prevent a motor from travelling too far in one direction or crossing the work space limits. In this experiment, the stepper motors cannot move any more than a specified distance (5.5in. each direction) without doing damage to the motor or the surroundings. When a limit switch (Fig. 17) is activated in the direction of travel, a controller needs to stop motion in that direction as soon as possible. To accomplish this, ReadDigPort_2.vi as shown in Appendix C is used in a while loop in the main program to stop immediately at the press of the roller. This acts like an emergency stop and the whole program and machine comes to a stand still. To get any movement, the limit must be disabled. Figure 17-Limit Switch and its connections for longitudinal slide of the desktop mill When the XY table has moved to the farthest position it can move to, the motor must stop trying to push it any further. If there were no limit switches on the XY table, the motor would reach the end of travel, but still continue to turn, causing damage to either the motor or the XY table Results and Discussions This section includes the description of LabVIEW programming (Fig ) to read CNC-code text file and to be able to complete the engraving operation 14 on desktop CNC miniature mill. The program is written to execute sub-routine of any 3 letters (A-Z) or 3 numbers (0-9).The CNC code for letters A to Z and numbers 0 to 9 are explained in Appendix B. A flow chart is illustrated in Fig. 18 for the LabVIEW program used to read a CNC-code text file. The Main VI (Subroutine_Main.vi) is having a SubVI called Sub Code VI which contains all the different CNC codes (G0, G1, G2, G3, Home, M5 and L9201) used in the program. A SubVI for each of the CNC code is written. 14

15 Main VI Sub Code VI G0 G1 G2 G3 Home M5 L9201 Linear Interpolation SubVI Circular Interpolation SubVI Limit Switch SubVI Spindle SubVI Engrave SubVI Main VI Program: Figure 18-Flow Chart for the LabVIEW Program to read a CNC-Code text file Figure 19-Front Panel of Subroutine_Main.vi Figure 20-Block Diagram of Subroutine_Main.vi 15

16 Sub Code VI Program: Figure 21-Front panel of Sub_Code.vi Fig. 21 shows front panel of the Sub Code VI. Here a menu ring that has different CNC-codes and another ring that contains the characters, i.e., letters (A-Z) and numbers (0-9) are used. Linear Interpolation Sub VI: G0, G1 Figure 22-Front Panel of Feed Rate All_with Limit Switch.vi Figure 23-Block Diagram of Feed Rate All_with Limit Switch.vi 16

17 Ring Properties Table 5-Test Menu Ring Properties The Table 5 shows the different cases used in Linear Interpolation SubVI. Figure 24-Front Panel of SubVI Feed Rate _with Limit Switch.vi 17

18 Figure 25-Block Diagram of SubVI Feed Rate_with Limit Switch.vi Circular Interpolation SubVI: G2, CW Figure 26-Front Panel of CW Circular Interpolation (G2) SubVI.vi Figure 27-Block Diagram of CW Circular Interpolation (G2) SubVI.vi 18

19 Circular Interpolation SubVI: G3, CCW Figure 28-Front Panel of CCW Circular Interpolation (G3) SubVI.vi Figure 29-Block Diagram of CCW Circular Interpolation (G3) SubVI.vi 19

20 Figure 30-Front Panel of CW/CCW Circular Interpolation SubVI.vi Figure 31-Block Diagram of CW/CCW Circular Interpolation SubVI.vi 20

21 Figure 32-Description of algorithm in CW/CCW Circular Interpolation SubVI.vi Spindle SubVI: M5 Figure 33-Front Panel of Spindle Motion (UP/ DOWN/ ON/ OFF).vi Figure 34-Block Diagram of Spindle Motion (UP/ DOWN/ ON/ OFF).vi Engrave SubVI: L9201 The L word, L is used for Engraving operations. Before running the Main VI, make sure that all the G-code text files for the characters (A-Z and 0-9) are in the same folder as that of Engrave SubVI. All the text files are tab delimited. 21

22 Figure 35-Front Panel of LUS.vi (Reads Text file of English Alphabet (A-Z) and Numbers (0-9)) Figure 36-Block Diagram of LUS.vi Character Box G-code for each English Alphabet, i.e., from A to Z and Numbers, i.e., from 0 to 9 is written. Here the character box (Fig. 37) height is taken as 1.4 in. and its width ranges from 0.8 to 1.2 in. depending upon the character or the letter width. In other words, the Start and End points for each letter box is (0, 0) and (0.8, 1.4) or (1.2, 1.4) respectively. 22

23 EP Height S Width Figure 37-Character/Letter Box Engraving (ULL) An example of engraving, i.e., letters ULL on the CNC desktop mill is achieved by using G- code from tables 6 and 7 and the corresponding tool path is shown in the Fig. 38 and Fig. 39. Code X Y I J G G G G G G Table 6-G-code for Letter U Y-axis , 1.4 Letter U 0.2, , , , , , , X-axis G1 G0 G3 X,Y I, J Figure 38-Character Box for Letter U Code X Y I J G G G G G Table 7-G-code for Letter L Y-axis Letter L , , , , , , X-axis G1 G0 G3 X,Y I, J 23 Figure 39-Character Box for Letter L

24 Figure 40-Engraving on CNC Desktop Mill Fig. 40 shows a photo taken after the engraving operation on the CNC desktop mill used in Test setup-ii. 7. Conclusions In this paper stepper motors, which have high holding torque at low speeds, are utilized to build their control circuit and write a LabVIEW program that reads and implements a CNC code, in the form of a text file, for engraving operations on a desktop mill. The program also controls the basic functions of the desktop CNC mill, such as turning the spindle on and off and controlling travel limits of the worktable. The basic CNC code included linear and circular interpolations, which provide the foundation necessary for the implementation of any future design expansion of the program. The paper also took one step beyond the set goals, namely engraving operation subroutines for English Alphabet (A to Z) and numbers (0 to 9) were written and executed on the desktop mill. Limitations The limitations of the open-loop approach include: 1. It is not good for applications with varying loads, it is possible for a stepper motor to lose steps, and its energy efficiency level is low. 2. It has resonance areas which must be avoided Scope of Future Work 1. Apart from milling, this experiment can be used for drilling, turning, boring, & grinding operations. It can be further applied on machines like pipe bending coil winding, flame cutting, welding, etc. 2. The CNC codes used in this paper are G0, G1, G2, G3, M5 and L9201. In addition to this, there are several CNC codes which can be programmed and implemented. 3. Instead of reading the code from a text file (.txt) which is written manually, it can be generated readily by using a CAM package like GibbsCAM, MasterCAM, etc. 4. To improve the function of CNC mill, a 4-axis or 5-axis can be added. This can be used to machine complex parts like turbine blades. 5. There is a scope to increase the machine operational envelope, i.e., the worktable size, which is too small for machining. 6. In this paper, X and Y axes are controlled by stepper motors and Z-axis is controlled by a pneumatic cylinder operated by a solenoid valve using LabVIEW. A study can be made 24

25 by using a stepper motor for Z-axis as well. The rotational bipolar stepper motors can be replaced by linear stepper motors and studied further. 7. A simulation that allows user to see a preview of the cutter s tool path either in 2D (XY Graph) or in 3D view can be developed using a LabVIEW VI program 16. References 1. Stutes, E., Potier, B., Jr. and Thibodeaux, C., 1995, Computer Numerically Controlled Desktop Milling Machine, Report, Mechanical Engineering Department, The University of Southwestern Louisiana, Lafayette, LA, pp Portescap, 42M048C Series Stepper Motor Manual, 2005, Danaher Motion, West Chester, Pennsylvania, 42M048C StepperCS 134 v6.09.pdf 3. Groover, M.P., 2007, Automation, production systems, and computer-integrated manufacturing, Prentice Hall, Upper Saddle River, New Jersey, pp Sokoloff, L., 2004, Applications in LabVIEW, Prentice Hall, Upper Saddle River, New Jersey, pp National Instruments Corporation, 2006, Getting Started with LabVIEW, Manual, Austin, Texas, pp New Japan Radio Co, Ltd., 2005, NJM3770A Datasheet, DETAIL_MOVE_SPEC 7. Sokoloff, L., 2004, Applications in LabVIEW, Prentice Hall, Upper Saddle River, New Jersey, pp Sure Step Manual, First Edition, Revision A, 2004, Manual Number: STP-SYS-M, 9. Michigan Tech., 2005, Operational Amplifiers, Lab Report, pp. 1-2, Pabla, B.S., Adithan, M., 1994, CNC Machines, New Age International, Daryaganj, New Delhi, India, pp Jones, D. W., 1995, Control of stepping motors, a tutorial, The University of Iowa Department of Computer Science, Iowa City, Iowa, Dorf, R. C. and Bishop, R. H., 2008, Modern Control Systems, Prentice Hall, Upper Saddle River, New Jersey, pp National Instruments, 2006, Limit Switches in Motion control Tutorial, Fadal User Manual, 2003, Fixed Subroutines, Section 6, Compumachine Inc., Danvers MA, pp , Sect_6 Fixed_Subroutines.pdf 15. Baldor Electric Company, 2000, Servo Control Facts, A Handbook Explaining the Basics of Motion, Fort Smith, Arkansas, pp.10-16, Feng, Y. N., 2007, LabVIEW Controlled Desktop Computer Numerical Control (CNC) Mill, National Instruments ASEAN Virtual Instrumentation Applications Contest, Singapore. 25

10. CNC Hardware Basics

10. CNC Hardware Basics CAD/CAM Principles and Applications 10 CNC Hardware Basics 10-1/10-20 by P.N.Rao 10. CNC Hardware Basics 10.1 Structure of CNC machine tools Table 10.1 Some design criteria for CNC machine tool design

More information

Three Axis TB6560 CNC Driver Users Manual

Three Axis TB6560 CNC Driver Users Manual Three Axis TB6560 CNC Driver Users Manual Revision 2.0 Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 2. Descriptions of 3-AXIS CNC Board... 3 2.1. Photo

More information

CNC HARDWARE & TOOLING BASICS

CNC HARDWARE & TOOLING BASICS Computer Aided Manufacturing (CAM) CNC HARDWARE & TOOLING BASICS Assoc. Prof. Dr. Tamer S. Mahmoud 1. Parts of CNC Machine Tools Any CNC machine tool essentially consists of the following parts: Part Program,

More information

Unit 24: Applications of Pneumatics and Hydraulics

Unit 24: Applications of Pneumatics and Hydraulics Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 OUTCOME 2 TUTORIAL 4 DIRECTIONAL CONTROL VALVES The material needed for outcome 2 is very extensive

More information

Servo Info and Centering

Servo Info and Centering Info and Centering A servo is a mechanical motorized device that can be instructed to move the output shaft attached to a servo wheel or arm to a specified position. Inside the servo box is a DC motor

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

Four/Five Axis TB6560 CNC Driver Users Manual

Four/Five Axis TB6560 CNC Driver Users Manual Four/Five Axis TB6560 CNC Driver Users Manual Revision 2.0. Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 1.3. Key Features... 3 2. Descriptions of 4/5-AXIS

More information

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors Electronics Exercise 3: Uni-Polar Stepper Motor Controller / Driver Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles

More information

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Manual page 1 rev 1.33 COPYRIGHT 2007 ARCUS, ALL RIGHTS RESERVED First edition, June 2007 ARCUS TECHNOLOGY copyrights this document.

More information

AXIS DESIGNATION IN NC PART PROGRAMMING

AXIS DESIGNATION IN NC PART PROGRAMMING AXIS DESIGNATION IN NC PART PROGRAMMING 1 FUNCTIONS PERFORMED BY THE CONTROL SYSTEM OF NC MACHINE TOOL DISPLACEMENT OF SLIDE MEMBERS. ANGULAR ROTATION OF THE CIRCULAR TABLE. STOP / START MAIN SPINDLE.

More information

CNC Milling Engraving machine G4030A Instruction manual

CNC Milling Engraving machine G4030A Instruction manual CNC Milling Engraving machine G4030A Instruction manual 1. Safety notes Every machine controlled by computer (PC) can be really dangerous for human life and health. Comply with bolow rules and use Your

More information

Datasheet of the Easy Servo Drive ES-D808. 24-75VDC, 8.2A Peak, Close-loop, No Tuning. Version 0.1.0. http://www.leadshine.com

Datasheet of the Easy Servo Drive ES-D808. 24-75VDC, 8.2A Peak, Close-loop, No Tuning. Version 0.1.0. http://www.leadshine.com Datasheet of the Easy Servo Drive ES-D808 4-75VDC, 8.A Peak, Close-loop, No Tuning Version 0.1.0 http://www.leadshine.com Features Step and direction control Closed position loop for no loss of movement

More information

Presentation on CNC MACHINES. By: Hafiz Muhammad Rizwan

Presentation on CNC MACHINES. By: Hafiz Muhammad Rizwan Presentation on CNC MACHINES By: Hafiz Muhammad Rizwan WELCOME CNC Machines What is a CNC Machine? CNC : Computer Numerical Control Conventionally, an operator decides and adjusts various machines parameters

More information

UNIT 1 INTRODUCTION TO NC MACHINE TOOLS

UNIT 1 INTRODUCTION TO NC MACHINE TOOLS UNIT 1 INTRODUCTION TO NC MACHINE TOOLS Structure 1.1 Introduction Objectives 1.2 NC Machines 1.2.1 Types of NC Machine 1.2.2 Controlled Axes 1.2.3 Basic Components of NC Machines 1.2.4 Problems with Conventional

More information

FRC WPI Robotics Library Overview

FRC WPI Robotics Library Overview FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this

More information

CIM Computer Integrated Manufacturing

CIM Computer Integrated Manufacturing INDEX CIM IN BASIC CONFIGURATION CIM IN ADVANCED CONFIGURATION CIM IN COMPLETE CONFIGURATION DL CIM A DL CIM B DL CIM C DL CIM C DL CIM B DL CIM A Computer Integrated Manufacturing (CIM) is a method of

More information

UNIT II Robots Drive Systems and End Effectors Part-A Questions

UNIT II Robots Drive Systems and End Effectors Part-A Questions UNIT II Robots Drive Systems and End Effectors Part-A Questions 1. Define End effector. End effector is a device that is attached to the end of the wrist arm to perform specific task. 2. Give some examples

More information

Recognizing and understanding schematic symbols will enable you to comprehend a circuit s function.

Recognizing and understanding schematic symbols will enable you to comprehend a circuit s function. Schematic symbols are used to identify and graphically depict the function of fluid power components. Recognizing and understanding schematic symbols will enable you to comprehend a circuit s function.

More information

SECTION G2: CABLE PROCESSOR MODULE MAINTENANCE

SECTION G2: CABLE PROCESSOR MODULE MAINTENANCE SECTION G2: CABLE PROCESSOR MODULE MAINTENANCE Cable Processor Module overview WARNING! When tipping the Cable Processor Module back, (after removing the toggle arm pin), use extreme caution not to drop

More information

Setting up the DeskCNC controller.

Setting up the DeskCNC controller. 1) Determine the steps to linear motion ratios for each axis. 2 2) Determine Maximum velocity (speed). 3 3) Setting up the software Machine Tab 4 4) Setting up the software DeskCNC Setup Tab 5 5) Setting

More information

CNC Machine Control Unit

CNC Machine Control Unit NC Hardware a NC Hardware CNC Machine Control Unit Servo Drive Control Hydraulic Servo Drive Hydraulic power supply unit Servo valve Servo amplifiers Hydraulic motor Hydraulic Servo Valve Hydraulic Servo

More information

Schematic Symbols Chart (Design Hydraulic and Pneumatic circits)

Schematic Symbols Chart (Design Hydraulic and Pneumatic circits) Page 1 of 6 (Home) Symbols / Visit us on: Fluid Power, Automation and Motion Control for all Industries About Us Products Services Catalogs Place an Order Training & Information Contact Us Employee Access

More information

GLOLAB Two Wire Stepper Motor Positioner

GLOLAB Two Wire Stepper Motor Positioner Introduction A simple and inexpensive way to remotely rotate a display or object is with a positioner that uses a stepper motor to rotate it. The motor is driven by a circuit mounted near the motor and

More information

SKYFIRE TM CNC. www. Skyfirecnc.com. SVM-2 Vertical CNC Milling Machine

SKYFIRE TM CNC. www. Skyfirecnc.com. SVM-2 Vertical CNC Milling Machine SVM-2 Vertical CNC Milling Machine Datasheet Ver. 1.0 1 SUMMARY SKYFIRE provides variale versions to meet customers budget and needs. Not all appliacations need a fully equiped high end CNC. We give many

More information

PHD User Manual. Table of Contents

PHD User Manual. Table of Contents Table of Contents Overview...2 Install PHD Software...3 Connect PHD Equipment...5 Connect Sensor to the PHD Programmer...6 Run PHD Application...7 Verify Parameters and Program Sensor...10 View Output

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

HERZ-Thermal Actuators

HERZ-Thermal Actuators HERZ-Thermal Actuators Data Sheet 7708-7990, Issue 1011 Dimensions in mm 1 7710 00 1 7710 01 1 7711 18 1 7710 80 1 7710 81 1 7711 80 1 7711 81 1 7990 00 1 7980 00 1 7708 11 1 7708 10 1 7708 23 1 7709 01

More information

DC Motor control Reversing

DC Motor control Reversing January 2013 DC Motor control Reversing and a "Rotor" which is the rotating part. Basically there are three types of DC Motor available: - Brushed Motor - Brushless Motor - Stepper Motor DC motors Electrical

More information

MANUAL FOR BREAKOUT BOARD HG06

MANUAL FOR BREAKOUT BOARD HG06 MANUAL FOR BREAKOUT BOARD HG06 INFORMATION IS SPECIFIC TO OUR PRODUCTS AND CAN CAUSE DAMAGE IF USED WITH NONE COMPATIBLE PRODUCTS SO PLEASE CHECK WITH YOUR SUPPLIER FOR COMPATIBILITY These drawings are

More information

Mini Breakout-Board. CNC Interface for LPT Port. Installation Manual Version 4

Mini Breakout-Board. CNC Interface for LPT Port. Installation Manual Version 4 Mini CNC Interface for LPT Port Version 4 Product Brief This breakout-board is designed to connect up to four stepper or servo drives to the parallel port of a PC. This requires the use of a CNC controller

More information

Using the Motor Controller

Using the Motor Controller The Motor Controller is designed to be a convenient tool for teachers and students who want to use math and science to make thing happen. Mathematical equations are the heart of math, science and technology,

More information

Fundamentals of Signature Analysis

Fundamentals of Signature Analysis Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...

More information

Series: IDAM Servo Drive E Digital Motor Drive - DMD-078.12

Series: IDAM Servo Drive E Digital Motor Drive - DMD-078.12 Series: IDAM Servo Drive E Digital Motor Drive - DMD-078.12 inside Integrated amplifiers for 8 single-phase motors, 4 two-phases motors or 4 three-phases motors or combinations of them in one device Position

More information

CNC-STEP. "LaserProbe4500" 3D laser scanning system Instruction manual

CNC-STEP. LaserProbe4500 3D laser scanning system Instruction manual LaserProbe4500 CNC-STEP "LaserProbe4500" 3D laser scanning system Instruction manual 2 Hylewicz CNC-Technik Siemensstrasse 13-15 D-47608 Geldern Fon.: +49 (0) 2831 133236 E-Mail: info@cnc-step.com Website:

More information

Table of Contents Getting Started... 3 The Motors... 4 The Control Board... 5 Setting up the Computer with Mach3... 6 Starting up the Equipment...

Table of Contents Getting Started... 3 The Motors... 4 The Control Board... 5 Setting up the Computer with Mach3... 6 Starting up the Equipment... User Manual Table of Contents Getting Started... 3 The Motors... 4 The Control Board... 5 Setting up the Computer with Mach3... 6 Starting up the Equipment... 12 G-Code Example... 13 2 Getting Started

More information

Fig 3. PLC Relay Output

Fig 3. PLC Relay Output 1. Function of a PLC PLC Basics A PLC is a microprocessor-based controller with multiple inputs and outputs. It uses a programmable memory to store instructions and carry out functions to control machines

More information

Unit 24: Applications of Pneumatics and Hydraulics

Unit 24: Applications of Pneumatics and Hydraulics Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 OUTCOME 2 TUTORIAL 2 HYDRAULIC AND PNEUMATIC CYLINDERS The material needed for outcome 2 is very extensive

More information

HC4300 Portable Flame/Plasma Cutting Machine Control System User Manual

HC4300 Portable Flame/Plasma Cutting Machine Control System User Manual HC4300 Portable Flame/Plasma Cutting Machine Control System User Manual Operation Skills Adtech (Shenzhen) CNC Technology Co., LTD Address: F/5, 36th Building, MaJiaLong Industrial Park, Nanshan District,

More information

UIM2901-5A MACH3 breakout board

UIM2901-5A MACH3 breakout board User Manual UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 breakout board Features General DB25 interface between PC and user device Fully buffered opto-isolated I/O (Input

More information

ECE 495 Project 3: Shocker Actuator Subsystem and Website Design. Group 1: One Awesome Engineering

ECE 495 Project 3: Shocker Actuator Subsystem and Website Design. Group 1: One Awesome Engineering ECE 495 Project 3: Shocker Actuator Subsystem and Website Design Group 1: One Awesome Engineering Luquita Edwards Evan Whetsell Sunny Verma Thomas Ryan Willis Long I. Executive Summary The main goal behind

More information

Industrial Automation Training Academy. PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

STEPPER MOTOR SPEED AND POSITION CONTROL

STEPPER MOTOR SPEED AND POSITION CONTROL STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester

More information

DUGARD. Machine Tools Since 1939. Dugard 700L Series Heavy Duty CNC Lathes. www.dugard.com

DUGARD. Machine Tools Since 1939. Dugard 700L Series Heavy Duty CNC Lathes. www.dugard.com DUGARD Machine Tools Since 1939 Dugard 700L Series Heavy Duty CNC Lathes www.dugard.com Dugard 700L Heavy Duty CNC Lathe 2000, 3000 or 4000mm bed length Designed for easy and convenient operation The concave

More information

Machining Center Equipped with Unparalleled Rigidity and Agility NHX6300

Machining Center Equipped with Unparalleled Rigidity and Agility NHX6300 Press Release Mori Seiki Co., Ltd. Head Office: 2-35-16 Meieki, Nakamura-ku, Nagoya City 450-0002, Japan TEL: +81(0)52-587-1830 FAX: +81(0)52-587-1833 January 24, 2013 Machining Center Equipped with Unparalleled

More information

Series LC6D/LC6C. To power supply PLC. LC6C dedicated teaching box P.971. Options P.973

Series LC6D/LC6C. To power supply PLC. LC6C dedicated teaching box P.971. Options P.973 Series LCD To power supply Electric Actuator Series LCC Stepper Motor Driver LCD Series LX Dedicated Stepper Motor Driver and Positioning Driver Series LCD/LCC PLC Positioning unit (Not incl. To be provided

More information

LINEAR ACTUATORS. Linear Actuators. Linear Actuators. Linear Actuators are Actuators that creates motion in a straight line, as contrasted

LINEAR ACTUATORS. Linear Actuators. Linear Actuators. Linear Actuators are Actuators that creates motion in a straight line, as contrasted LINEAR ACTUATORS Linear Actuators Linear Actuators Linear Actuators are Actuators that creates motion in a straight line, as contrasted with circular motion of a conventional electric motor. Linear actuators

More information

TL-Series Sub-Spindle Operator s Addendum

TL-Series Sub-Spindle Operator s Addendum 3 4 5 11 9 TL-Series Sub-Spindle Operator s Addendum 2 1 12 10 6 7 8 20HP VECTOR DUAL DRIVE LIVE TOOLING SUB SPINDLE 2008 Haas Automation, Inc. 96-0037 rev L 9/08 1 1. Introduction Specific M codes are

More information

Flow Charts and Servomotors (background to Lab #2) Things to learn about: flow charts for design. MECH452 2014 Lecture #2 flow charts & servos rev2

Flow Charts and Servomotors (background to Lab #2) Things to learn about: flow charts for design. MECH452 2014 Lecture #2 flow charts & servos rev2 MECH 452 Lecture #2 Flow Charts and Servomotors (background to Lab #2) 1 2 Handout #2 (highlights, questions) Things to learn about: flow charts for design Only 5 symbols (subroutine not shown) Flow charts

More information

Tool Turrets and Tool Discs

Tool Turrets and Tool Discs Our other products Automatic Tool Changer Chucking Cylinders Tool Discs Indexing Tables Tool Turrets and Tool Discs Pragati Automation Pvt. Ltd. 1, IV Phase, 11th Cross, Peenya Industrial Area Bangalore

More information

Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board

Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board Abstract This application note is a tutorial of how to use an Arduino UNO microcontroller to

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

Stepper motor I/O. Application Note DK9222-0410-0014 Motion Control. A General information on stepper motors

Stepper motor I/O. Application Note DK9222-0410-0014 Motion Control. A General information on stepper motors Stepper motor Keywords Stepper motor Fieldbus Microstepping Encoder Phase current Travel distance control Speed interface KL2531 KL2541 Part A of this Application Example provides general information on

More information

Chapter 11 SERVO VALVES. Fluid Power Circuits and Controls, John S.Cundiff, 2001

Chapter 11 SERVO VALVES. Fluid Power Circuits and Controls, John S.Cundiff, 2001 Chapter 11 SERVO VALVES Fluid Power Circuits and Controls, John S.Cundiff, 2001 Servo valves were developed to facilitate the adjustment of fluid flow based on the changes in the load motion. 1 Typical

More information

Application Note AN-SERV-006

Application Note AN-SERV-006 THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT IS SUPPLIED "AS IS", WITHOUT ANY GUARANTEE OF ANY KIND. These documents are provided by our technical support department to assist others.

More information

CNC Programming. Lecture 25. Engineering 475 Automated Production Systems

CNC Programming. Lecture 25. Engineering 475 Automated Production Systems CNC Programming Lecture 25 Engineering 475 Automated Production Systems Information Needed by a CNC Machine 1. Preparatory Information: units, incremental or absolute positioning 2. Coordinates: X,Y,Z,

More information

PS 29M DUAL CHANNEL BELTPACK IN METAL CASE

PS 29M DUAL CHANNEL BELTPACK IN METAL CASE PS 29M DUAL CHANNEL BELTPACK IN METAL CASE USER MANUAL October 2013 This product is designed and manufactured by: ASL Intercom BV Zonnebaan 42 3542 EG Utrecht The Netherlands Phone: +31 (0)30 2411901 Fax:

More information

That s E[M]CONOMY: Not just training: Real Action! CONCEPT TURN 250. Training reality with industrial performance

That s E[M]CONOMY: Not just training: Real Action! CONCEPT TURN 250. Training reality with industrial performance [ That s ] E[M]CONOMY: Not just training: Real Action! CONCEPT TURN 250 Training reality with industrial performance Concept TURN 250 Uncompromising quality right down to the last bolt, at an unbeatable

More information

Mill Series Training Manual. Haas CNC Mill Programming

Mill Series Training Manual. Haas CNC Mill Programming Haas Factory Outlet A Division of Productivity Inc Mill Series Training Manual Haas CNC Mill Programming Revised 042814 (Printed 04-2014) This Manual is the Property of Productivity Inc The document may

More information

Electric Rotary Actuator - On/Off or programmable control actuator

Electric Rotary Actuator - On/Off or programmable control actuator Electric Rotary Actuator - On/Off or programmable control actuator Direct mounting on quarter-turn valves Manual override standard Corrosion resistant Adjustable limit switches Multi-voltage version Type

More information

HIGH PRODUCTION DUAL DRIVE HORIZONTAL MACHINING CENTER

HIGH PRODUCTION DUAL DRIVE HORIZONTAL MACHINING CENTER HIGH PRODUCTION DUAL DRIVE HORIZONTAL MACHINING CENTER 14001 認 可 登 錄 14001 認 可 登 錄 1 Introducing all new H630B high speed horizontal machining center. Incorporates state of the art Dual Drive technology

More information

MOTION COORDINATOR MC206X Quick Connection Guide

MOTION COORDINATOR MC206X Quick Connection Guide I/O Connector 1 Analogue In / Inputs 0-7 5 Way Connector Power /CANbus I/O Connector 2 24V Power / I/O 8-15 I/O Connector 3 WDOG / Ref Encoder / Analogue Outputs USB Serial A Serial B Axes 0-3 Encoder

More information

DATA ACQUISITION FROM IN VITRO TESTING OF AN OCCLUDING MEDICAL DEVICE

DATA ACQUISITION FROM IN VITRO TESTING OF AN OCCLUDING MEDICAL DEVICE DATA ACQUISITION FROM IN VITRO TESTING OF AN OCCLUDING MEDICAL DEVICE Florentina ENE 1, Carine GACHON 2, Nicolae IONESCU 3 ABSTRACT: This paper presents a technique for in vitro testing of an occluding

More information

Alternative Linear Motion Systems. Iron Core Linear Motors

Alternative Linear Motion Systems. Iron Core Linear Motors Alternative Linear Motion Systems ME EN 7960 Precision Machine Design Topic 5 ME EN 7960 Precision Machine Design Alternative Linear Motion Systems 5-1 Iron Core Linear Motors Provide actuation forces

More information

Data Sheet. Adaptive Design ltd. Arduino Dual L6470 Stepper Motor Shield V1.0. 20 th November 2012. L6470 Stepper Motor Shield

Data Sheet. Adaptive Design ltd. Arduino Dual L6470 Stepper Motor Shield V1.0. 20 th November 2012. L6470 Stepper Motor Shield Arduino Dual L6470 Stepper Motor Shield Data Sheet Adaptive Design ltd V1.0 20 th November 2012 Adaptive Design ltd. Page 1 General Description The Arduino stepper motor shield is based on L6470 microstepping

More information

Product Description Full Voltage Starting Electric Fire Pump Controllers FTA1000

Product Description Full Voltage Starting Electric Fire Pump Controllers FTA1000 Product Description Full Voltage Starting Electric Fire Pump Controllers FTA1000 Description Firetrol FTA1000 Full Voltage Fire Pump Controllers are intended for use with electric motor driven fi re pumps

More information

Housing diameter Shaft diameter 1. Flange (Mounting of housing) Protection class shaft input (EN 60529) Protection class housing (EN 60529)

Housing diameter Shaft diameter 1. Flange (Mounting of housing) Protection class shaft input (EN 60529) Protection class housing (EN 60529) Direct mounting without coupling Flexible hollow shaft design up to diameter 4 mm Through hollow shaft or as end shaft (blind shaft) Easy installation by means of clamping shaft or blind shaft Short overall

More information

Robotics and Automation Blueprint

Robotics and Automation Blueprint Robotics and Automation Blueprint This Blueprint contains the subject matter content of this Skill Connect Assessment. This Blueprint does NOT contain the information one would need to fully prepare for

More information

Mach3 Tutorial Setting up a basic three axis milling machine. Based on Mach3 2.0

Mach3 Tutorial Setting up a basic three axis milling machine. Based on Mach3 2.0 Mach3 Tutorial Setting up a basic three axis milling machine. Based on Mach3 2.0 Purpose. The purpose of this tutorial is to help and to guide the user to, step by step, set up and tune the Mach3 CNC controller

More information

SmartCut EVS Series CNC Mills Combination of CNC technology and manual capability SC EVS-350B CNC SC EVS-550B CNC

SmartCut EVS Series CNC Mills Combination of CNC technology and manual capability SC EVS-350B CNC SC EVS-550B CNC Summit Machine Tool Manufacturing L.L.C. SmartCut EVS Series CNC Mills Combination of CNC technology and manual capability SC EVS-350B CNC SC EVS-550B CNC Summit Machine Tool Manufacturing L.L.C. SmartCut

More information

1115 4G SERIES GOVERNOR. 4-20 ma ANALOGUE DIGITAL SPEED SETTING

1115 4G SERIES GOVERNOR. 4-20 ma ANALOGUE DIGITAL SPEED SETTING 1115 4G SERIES GOVERNOR with 4-20 ma ANALOGUE & DIGITAL SPEED SETTING PO Box 28, 9300AA Roden, The Netherlands Tel: +31 505019888 Fax: +31 505013618 E-mail: regulateurs@regulateurs-europa.com 1115 4G

More information

Smart DeviceNet Remote I/O Terminals

Smart DeviceNet Remote I/O Terminals Smart DeviceNet Remote I/O Terminals ather and Use Information for Effective Preventive Maintenance et more useful data for preventive maintenance when you build cost-effective parallel information systems

More information

FUNDAMENTALS OF ROBOTICS

FUNDAMENTALS OF ROBOTICS FUNDAMENTALS OF ROBOTICS Lab exercise Stäubli AULINAS Josep (u1043469) GARCIA Frederic (u1038431) Introduction The aim of this tutorial is to give a brief overview on the Stäubli Robot System describing

More information

Application Information Fully Integrated Hall Effect Motor Driver for Brushless DC Vibration Motor Applications

Application Information Fully Integrated Hall Effect Motor Driver for Brushless DC Vibration Motor Applications Application Information Fully Integrated Hall Effect Motor Driver for Brushless DC Vibration Motor Applications By Shaun Milano Vibration motors are used in a variety of applications including mobile phone

More information

Whirling Machine. New Dimension of Whirling Technology. Thread Whirling Machines. Big Workpiece Diameter. High Pitch Thread

Whirling Machine. New Dimension of Whirling Technology. Thread Whirling Machines. Big Workpiece Diameter. High Pitch Thread LEISTRITZ PRODUKTIONSTECHNIK GMBH Thread Whirling Machines Whirling Machine New Dimension of Whirling Technology Big Workpiece Diameter High Pitch Thread Customer Satisfaction remains the Highest Priority

More information

Access Control Using Smartcard And Passcode

Access Control Using Smartcard And Passcode IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676 Volume 4, Issue 5 (Jan. - Feb. 2013), PP 29-34 Access Control Using Smartcard And Passcode Omorogiuwa Eseosa 1., Uhunmwangho

More information

CNC MILLING TECHNOLOGY FOR THE JEWELER- AND GOLDSMITH HANDCRAFT:

CNC MILLING TECHNOLOGY FOR THE JEWELER- AND GOLDSMITH HANDCRAFT: :: precise. individual. economic. CNC MILLING TECHNOLOGY FOR THE JEWELER- AND GOLDSMITH HANDCRAFT: made in Germany Welcome to the world of imes-icore. Productivity and economy redefined! imes-icore is

More information

Chen. Vibration Motor. Application note

Chen. Vibration Motor. Application note Vibration Motor Application note Yangyi Chen April 4 th, 2013 1 Table of Contents Pages Executive Summary ---------------------------------------------------------------------------------------- 1 1. Table

More information

Operating and installation instructions. Professional plasma torch height control. Model: MyPlasm THC

Operating and installation instructions. Professional plasma torch height control. Model: MyPlasm THC Operating and installation instructions Professional plasma torch height control Model: MyPlasm THC Characteristics of the device: - A miniature casing for panel mounting - Full optical insulation of inputs

More information

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty.

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. Whale 3 DC Servo drive User Manual and Installation Guide Contents 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. 2. Electric specifications. 2.1.Operation ranges. 3. Connections

More information

ME 1355 CAD/CAM LABORATORY CNC MILLING PROGRAM. Study of G Codes and M Codes to Write Manual Part Programming for Fanuc Control Systems

ME 1355 CAD/CAM LABORATORY CNC MILLING PROGRAM. Study of G Codes and M Codes to Write Manual Part Programming for Fanuc Control Systems ME 1355 CAD/CAM LABORATORY CNC MILLING PROGRAM Ex.No.1 Study of G Codes and M Codes to Write Manual Part Programming for Fanuc Control Systems PREPARATORY FUNCTION ( G CODES ) The preparatory functions

More information

Providing Answers For All Your Machine Tool Needs

Providing Answers For All Your Machine Tool Needs Providing Answers For All Your Machine Tool Needs STANDARD FEATURES FANUC MXP-200FA CONTROL Spindle Features Body Structure POWERFUL 20 HP H / L SHIFTING SPINDLE MOTOR HARDENED & GROUND BOXWAY CONSTRUCTION

More information

Standard Cables (Without electromagnetic brake, with electromagnetic brake) CC010ES-2. 1 m CC020ES-2. 2 m CC030ES-2. 3 m CC050ES-2.

Standard Cables (Without electromagnetic brake, with electromagnetic brake) CC010ES-2. 1 m CC020ES-2. 2 m CC030ES-2. 3 m CC050ES-2. Motorized Actuators Motor Cables EZS /EZS for Clean Room Use This cable is a dedicated cable for connecting the linear slide of the EZS Series and EZS Series for Clean Room Use with the controller. Use

More information

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015 Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) The standard tuning values used in ADVANCED Motion Controls drives are conservative and work well in over 90%

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

Permanent Magnet Motor Kit, Magnetic Reed Type. (SKY-ReedMotorKit) Instructions

Permanent Magnet Motor Kit, Magnetic Reed Type. (SKY-ReedMotorKit) Instructions Permanent Magnet Motor Kit, Magnetic Reed Type (SKY-ReedMotorKit) Instructions This kit contains powerful permanent magnets. Exercise caution when handling them as they can pull on iron tools and snap

More information

Reaction Torque Sensor

Reaction Torque Sensor Force 1 1 N m up to 1 000 1 000 N m Type 9329A 9389A These easy to install piezoelectric reaction torque sensors are particularly suitable for measuring rapidly changing torques at non-rotating shafts.

More information

ABB Drives. User s Manual. Pulse Encoder Interface Module RTAC-01

ABB Drives. User s Manual. Pulse Encoder Interface Module RTAC-01 ABB Drives User s Manual Pulse Encoder Interface Module RTAC-0 Pulse Encoder Interface Module RTAC-0 User s Manual 3AFE 64486853 REV A EN EFFECTIVE:.5.00 00 ABB Oy. All Rights Reserved. Safety instructions

More information

XS-3525/8S-3. Preliminary DataSheet Version 2.02

XS-3525/8S-3. Preliminary DataSheet Version 2.02 XS-3525/8S-3 Preliminary DataSheet Version 2.02 X The XS-3525/8S-3 microstepping stepper motor driver is the perfect choice for CNC retrofitting of desktop and small benchtop milling machines. Connect

More information

Electronic Power Control

Electronic Power Control Service. Self-Study Programme 210 Electronic Power Control Design and Function With the Electronic Power Control system, the throttle valve is actuated only by an electric motor. This eliminates the need

More information

Development of Combined Automatic Blade Control for Snow-Removing Grader

Development of Combined Automatic Blade Control for Snow-Removing Grader Technical Papers Yukihisa Sakai In snowy regions, improving the efficiency of snow-removing machines has been called for so as to reduce the time and cost involved in clearing the roads of snow. As a means

More information

Email: 1 nrsapre@gmail.com, 2 dr.s.m.kumar@gmail.com

Email: 1 nrsapre@gmail.com, 2 dr.s.m.kumar@gmail.com INDUSTRIAL AUTOMATION WITH ELECTRO PNEUMATIC SYSTEM USING PLC & WIRELESS/LAN ENVIRONMENT - A REMOTE EXPERIMENT 1 Nitin Sapre, 2 Dr. S Mohan Kumar 1 Drives & Control Academy, Bosch Rexroth India Limited,

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

PLCM-T1 / PLCM-T2 Torch height controller

PLCM-T1 / PLCM-T2 Torch height controller www.purelogic.ru Operating guide СОДЕРЖАНИЕ: 1. General information... 2 2. Scope of delivery... 3 3. Specifications... 3 4. The differences between T1 and T2... 4 5. Principle of operation... 6 6. Wiring

More information

Automation System TROVIS 6400 TROVIS 6493 Compact Controller

Automation System TROVIS 6400 TROVIS 6493 Compact Controller Automation System TROVIS 6400 TROVIS 6493 Compact Controller For panel mounting (front frame 48 x 96 mm/1.89 x 3.78 inch) Application Digital controller to automate industrial and process plants for general

More information

Analog Servo Drive 25A8

Analog Servo Drive 25A8 Description Power Range NOTE: This product has been replaced by the AxCent family of servo drives. Please visit our website at www.a-m-c.com or contact us for replacement model information and retrofit

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

APPLIED PNEUMATICS AND HYDRAULICS H TUTORIAL HYDRAULIC AND PNEUMATIC CYLINDERS. This work covers part of outcome 2 of the standard Edexcel module.

APPLIED PNEUMATICS AND HYDRAULICS H TUTORIAL HYDRAULIC AND PNEUMATIC CYLINDERS. This work covers part of outcome 2 of the standard Edexcel module. APPLIED PNEUMATICS AND HYDRAULICS H TUTORIAL HYDRAULIC AND PNEUMATIC CYLINDERS This work covers part of outcome 2 of the standard Edexcel module. The material needed for outcome 2 is very extensive so

More information

Construction and Application of a Computer Based Interface Card

Construction and Application of a Computer Based Interface Card Session 4 Construction and Application of a Computer Based Interface Card Michael Combs Telescope Operations Engineer m.combs@morehead-st.edu Morehead State University Morehead, Kentucky Ahmad Zargari,

More information