步进电机及单片机英文文献及翻译

合集下载

单片机英文文献资料及翻译

单片机英文文献资料及翻译

单片机英文文献资料及翻译单片机(英文:Microcontroller)Microcontroller is a small computer on a single integrated circuit that contains a processor core, memory, and programmable input/output peripherals. Microcontrollers are designed for embedded applications, in contrast to the microprocessors used in personal computers or other general purpose applications.A microcontroller's processor core is typically a small, low-power computer dedicated to controlling the operation of the device in which it is embedded. It is often designed to provide efficient and reliable control of simple and repetitive tasks, such as switching on and off lights, or monitoring temperature or pressure sensors.MEMORYMicrocontrollers typically have a limited amount of memory, divided into program memory and data memory. The program memory is where the software that controls the device is stored, and is often a type of Read-Only Memory (ROM). The data memory, on the other hand, is used to store data that is used by the program, and is often volatile, meaning that it loses its contents when power is removed.INPUT/OUTPUTMicrocontrollers typically have a number of programmable input/output (I/O) pins that can be used to interface with external sensors, switches, actuators, and other devices. These pins can be programmed to perform specific functions,such as reading a sensor value, controlling a motor, or generating a signal. Many microcontrollers also support communication protocols like serial, parallel, and USB, allowing them to interface with other devices, including other microcontrollers, computers, and smartphones.APPLICATIONSMicrocontrollers are widely used in a variety of applications, including:- Home automation systems- Automotive electronics- Medical devices- Industrial control systems- Consumer electronics- RoboticsCONCLUSIONIn conclusion, microcontrollers are powerful and versatile devices that have become an essential component in many embedded systems. With their small size, low power consumption, and high level of integration, microcontrollers offer an effective and cost-efficient solution for controlling a wide range of devices and applications.。

基于单片机的步进电机电路控制设计英文文献与翻译

基于单片机的步进电机电路控制设计英文文献与翻译

The Stepper motor control circuit be based on Single chipmicrocomputerThe AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4K bytes of Flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmel’s high-density nonvolatile memory technology and is compatible with the industry-standard MCS-51 instruction set and pinout. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel AT89C51 is a powerful microcomputer which provides a highly-flexible and cost-effective solution to many embedded control applications.Function characteristicThe AT89C51 provides the following standard features: 4K bytes of Flash, 128 bytes of RAM, 32 I/O lines, two 16-bit timer/counters, a five vector two-level interrupt architecture, a full duplex serial port, on-chip oscillator and clock circuitry. In addition, the AT89C51 is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port and interrupt system to continue functioning. The Power-down Mode saves the RAM contents but freezes the oscillator disabling all other chip functions until the next hardware reset.Pin DescriptionVCC:Supply voltage.GND:Ground.Port 0:Port 0 is an 8-bit open-drain bi-directional I/O port. As an output port, each pin can sink eight TTL inputs. When 1s are written to port 0 pins, the pins can be used as highimpedance inputs.Port 0 may also be configured to be the multiplexed loworder address/data bus during accesses to external program and data memory. In this mode P0 has internal pullups.Port 0 also receives the code bytes during Flashprogramming,and outputs the code bytes during programverification. External pullups are required during programverification.Port 1Port 1 is an 8-bit bi-directional I/O port with internal pullups.The Port 1 output buffers can sink/source four TTL inputs.When 1s are written to Port 1 pins they are pulled high by the internal pullups and can be used as inputs. As inputs,Port 1 pins that are externally being pulled low will source current (IIL) because of the internal pullups.Port 1 also receives the low-order address bytes during Flash programming and verification.Port 2Port 2 is an 8-bit bi-directional I/O port with internal pullups.The Port 2 output buffers can sink/source four TTL inputs.When 1s are written to Port 2 pins they are pulled high by the internal pullups and can be used as inputs. As inputs,Port 2 pins that are externally being pulled low will source current, because of the internal pullups.Port 2 emits the high-order address byte during fetches from external program memory and during accesses to external data memory that use 16-bit addresses. In this application, it uses strong internal pullupswhen emitting 1s. During accesses to external data memory that use 8-bit addresses, Port 2 emits the contents of the P2 Special Function Register.Port 2 also receives the high-order address bits and some control signals during Flash programming and verification.Port 3Port 3 is an 8-bit bi-directional I/O port with internal pullups.The Port 3 output buffers can sink/source four TTL inputs.When 1s are written to Port 3 pins they are pulled high by the internal pullups and can be used as inputs. As inputs,Port 3 pins that are externally being pulled low will source current (IIL) because of the pullups.Port 3 also serves the functions of various special features of the AT89C51 as listed below:Port 3 also receives some control signals for Flash programming and verification.RSTReset input. A high on this pin for two machine cycles while the oscillator is running resets the device.ALE/PROGAddress Latch Enable output pulse for latching the low byte of the address during accesses to external memory. This pin is also the program pulse input (PROG) during Flash programming.In normal operation ALE is emitted at a constant rate of 1/6 the oscillator frequency, and may be used for external timing or clocking purposes. Note, however, that one ALE pulse is skipped during each access to external Data Memory. If desired, ALE operation can be disabled by setting bit 0 of SFR location 8EH. With the bit set, ALE is active only during a MOVX or MOVC instruction. Otherwise, the pin is weakly pulled high. Setting the ALE-disable bit has no effect if the microcontroller is in external execution mode.PSENProgram Store Enable is the read strobe to external program memory.When the AT89C51 is executing code from external program memory, PSEN is activated twice each machine cycle, except that two PSEN activations are skipped during each access to external data memory.EA/VPPExternal Access Enable. EA must be strapped to GND in order to enable the device to fetch code from external program memory locations starting at 0000H up to FFFFH. Note, however, that if lock bit 1 is programmed, EA will be internally latched on reset.EA should be strapped to VCC for internal program executions.This pin also receives the 12-volt programming enable voltage(VPP) during Flash programming, for parts that require12-volt VPP.XTAL1Input to the inverting oscillator amplifier and input to the internal clock operating circuit.XTAL2Output from the inverting oscillator amplifier.Oscillator CharacteristicsXTAL1 and XTAL2 are the input and output, respectively,of an inverting amplifier which can be configured for use as an on-chip oscillator, as shown in Figure 1.Either a quartz crystal or ceramic resonator may be used. To drive the device from an external clock source, XTAL2 should be left unconnected while XTAL1 is driven as shown in Figure 2.There are no requirements on the duty cycle of the external clock signal, since the input to the internal clocking circuitry is through a divide-by-two flip-flop, but minimum and maximum voltage high and low time specifications must be observed.Figure 1. Oscillator Connections Figure 2. External Clock Drive ConfigurationIdle ModeIn idle mode, the CPU puts itself to sleep while all the onchip peripherals remain active. The mode is invoked by software. The content of the on-chip RAM and all the special functions registers remain unchanged during this mode. The idle mode can be terminated by any enabled interrupt or by a hardware reset.It should be noted that when idle is terminated by a hard ware reset, the device normally resumes program execution,from where it left off, up to two machine cycles before the internal reset algorithm takes control. On-chip hardware inhibits access to internal RAM in this event, but access to the port pins is not inhibited. To eliminate the possibility of an unexpected write to a port pin when Idle is terminated by reset, the instruction following the one that invokes Idle should not be one that writes to a port pin or to external memory.Power-down ModeIn the power-down mode, the oscillator is stopped, and the instruction that invokes power-down is the last instruction executed. The on-chip RAM and Special Function Registers retain their values until the power-down mode is terminated. The only exit from power-down is a hardware reset. Reset redefines the SFRs but does not change the on-chip RAM. The reset should not be activated before VCC is restored to its normal operating level and must be held active long enough to allow the oscillator to restart and stabilize.Program Memory Lock BitsOn the chip are three lock bits which can be left unprogrammed (U) or can be programmed (P) to obtain the additional features listed in the table below.When lock bit 1 is programmed, the logic level at the EA pin is sampled and latched during reset. If the device is powered up without a reset, the latch initializes to a random value, and holds that value until reset is activated. It is necessary that the latched value of EA be in agreement with the current logic level at that pin in order for the device to function properly.IntroductionStepper motors are electromagnetic incremental-motion devices which convertdigital pulse inputs to analog angle outputs. Their inherent stepping ability allows for accurate position control without feedback. That is, they can track any step position in open-loop mode, consequently no feedback is needed to implement position control. Stepper motors deliver higher peak torque per unit weight than DC motors; in addition, they are brushless machines and therefore require less maintenance. All of these properties have made stepper motors a very attractive selection in many position and speed control systems, such as in computer hard disk drivers and printers, XY-tables, robot manipulators, etc.Although stepper motors have many salient properties, they suffer from an oscillation or unstable phenomenon. This phenomenon severely restricts their open-loop dynamic performance and applicable area where high speed operation is needed. The oscillation usually occurs at stepping rates lower than 1000 pulse/s, and has been recognized as a mid-frequency instability or local instability [1], or a dynamic instability [2]. In addition, there is another kind of unstable phenomenon in stepper motors, that is, the motors usually lose synchronism at higher stepping rates, even though load torque is less than their pull-out torque. This phenomenon is identified as high-frequency instability in this paper, because it appears at much higher frequencies than the frequencies at which the mid-frequency oscillation occurs. The high-frequency instability has not been recognized as widely as mid-frequency instability, and there is not yet a method to evaluate it.Mid-frequency oscillation has been recognized widely for a very long time, however, a complete understanding of it has not been well established. This can be attributed to the nonlinearity that dominates the oscillation phenomenon and is quite difficult to deal with.384 L. Cao and H. M. SchwartzMost researchers have analyzed it based on a linearized model [1]. Although in many cases, this kind of treatments is valid or useful, a treatment based on nonlinear theory is needed in order to give a better description on this complex phenomenon. For example, based on a linearized model one can only see that the motors turn to be locally unstable at some supplyfrequencies, which does not give much insight into the observed oscillatory phenomenon. In fact, the oscillation cannot be assessed unless one uses nonlinear theory.Therefore, it is significant to use developed mathematical theory on nonlinear dynamics to handle the oscillation or instability. It is worth noting that Taft and Gauthier [3], and Taft and Harned [4] used mathematical concepts such as limit cycles and separatrices in the analysis of oscillatory and unstable phenomena, and obtained some very instructive insights into the socalled loss of synchronous phenomenon. Nevertheless, there is still a lack of a comprehensive mathematical analysis in this kind of studies. In this paper a novel mathematical analysis is developed to analyze the oscillations and instability in stepper motors.The first part of this paper discusses the stability analysis of stepper motors. It is shown that the mid-frequency oscillation can be characterized as a bifurcation phenomenon (Hopf bifurcation) of nonlinear systems. One of contributions of this paper is to relate the midfrequency oscillation to Hopf bifurcation, thereby, the existence of the oscillation is provedtheoretically by Hopf theory. High-frequency instability is also discussed in detail, and a novel quantity is introduced to evaluate high-frequency stability. This quantity is very easyto calculate, and can be used as a criteria to predict the onset of the high-frequency instability. Experimental results on a real motor show the efficiency of this analytical tool.The second part of this paper discusses stabilizing control of stepper motors through feedback. Several authors have shown that by modulating the supply frequency [5], the midfrequencyinstability can be improved. In particular, Pickup and Russell [6, 7] have presented a detailed analysis on the frequency modulation method. In their analysis, Jacobi series was used to solve a ordinary differential equation, and a set of nonlinear algebraic equations had to be solved numerically. In addition, their analysis is undertaken for a two-phase motor, and therefore, their conclusions cannot applied directly to oursituation, where a three-phase motor will be considered. Here, we give a more elegant analysis for stabilizing stepper motors, where no complex mathematical manipulation is needed. In this analysis, a d–q model of stepper motors is used. Because two-phase motors and three-phase motors have the same q–d model and therefore, the analysis is valid for both two-phase and three-phase motors. Up to date, it is only recognized that the modulation method is needed to suppress the midfrequency oscillation. In this paper, it is shown that this method is not only valid to improve mid-frequency stability, but also effective to improve high-frequency stability.2. Dynamic Model of Stepper MotorsThe stepper motor considered in this paper consists of a salient stator with two-phase or threephase windings, and a permanent-magnet rotor. A simplified schematic of a three-phase motor with one pole-pair is shown in Figure 1. The stepper motor is usually fed by a voltage-source inverter, which is controlled by a sequence of pulses and produces square-wave voltages. Thismotor operates essentially on the same principle as that of synchronous motors. One of major operating manner for stepper motors is that supplying voltage is kept constant and frequencyof pulses is changed at a very wide range. Under this operating condition, oscillation and instability problems usually arise.Figure 1. Schematic model of a three-phase stepper motorA mathematical model for a three-phase stepper motor is established using q–d framereference transformation. The voltage equations for three-phase windings are given byv a = Ri a + L*di a /dt − M*di b/dt − M*di c/dt + dλpma/dt ,v b = Ri b + L*di b/dt − M*di a/dt − M*di c/dt + dλpmb/dt ,v c = Ri c + L*di c/dt − M*di a/dt − M*di b/dt + dλpmc/dt ,where R and L are the resistance and inductance of the phase windings, and M is the mutual inductance between the phase windings. _pm a, _pm b and _pm c are the flux-linkages of thephases due to the permanent magnet, and can be assumed to be sinusoid functions of rotor position _ as followλpma = λ1 sin(Nθ),λpmb = λ1 sin(Nθ − 2 π/3),λpmc = λ1 sin(Nθ - 2 π/3),where N is number of rotor teeth. The nonlinearity emphasized in this paper is represented by the above equations, that is, the flux-linkages are nonlinear functions of the rotor position.By using the q; d transformation, the frame of reference is changed from the fixed phase axes to the axes moving with the rotor (refer to Figure 2). Transformation matrix from the a; b; c frame to the q; d frame is given by [8]For example, voltages in the q; d reference are given byIn the a; b; c reference, only two variables are independent (ia C ib C ic D 0); therefore, the above transformation from three variables to two variables is allowable. Applying the abovetransformation to the voltage equations (1), the transferred voltage equation in the q; d frame can be obtained asv q = Ri q + L1*di q/dt + NL1i dω + Nλ1ω,v d=Ri d + L1*di d/dt − NL1i qω, (5)Figure 2. a, b, c and d, q reference framewhere L1 D L C M, and ! is the speed of the rotor.It can be shown that the motor’s torque has the following form [2]T = 3/2Nλ1i qThe equation of motion of the rotor is written asJ*dω/dt = 3/2*Nλ1i q − B fω – Tl ,where Bf is the coefficient of viscous friction, and Tl represents load torque, which is assumed to be a constant in this paper.In order to constitute the complete state equation of the motor, we need another state variable that represents the position of the rotor. For this purpose the so called load angle _ [8] is usually used, which satisfies the following equationDδ/dt = ω−ω0 ,where !0 is steady-state speed of the motor. Equations (5), (7), and (8) constitute the statespace model of the motor, for which the input variables are the voltages vq and vd. As mentioned before, stepper motors are fed by an inverter, whose output voltages are not sinusoidal but instead are square waves. However, because the non-sinusoidal voltages do not change the oscillation feature and instability very much if compared to the sinusoidal case (as will be shown in Section 3, the oscillation is due to the nonlinearity of the motor), for the purposes of this paper we can assume the supply voltages are sinusoidal. Under this assumption, we can get vq and vd as followsv q = V m cos(Nδ) ,v d = V m sin(Nδ) ,where Vm is the maximum of the sine wave. With the above equation, we have changed the input voltages from a function of time to a function of state, and in this way we can represent the dynamics of the motor by a autonomous system, as shown below. This will simplify the mathematical analysis.From Equations (5), (7), and (8), the state-space model of the motor can be written in a matrix form as followsẊ = F(X,u) = AX + Fn(X) + Bu , (10) where X D T iq id ! _U T , u D T!1 Tl U T is defined as the input, and !1 D N!0 is the supply frequency. The input matrix B is defined byThe matrix A is the linear part of F._/, and is given byFn.X/ represents the nonlinear part of F._/, and is given byThe input term u is independent of time, and therefore Equation (10) is autonomous.There are three parameters in F.X;u/, they are the supply frequency !1, the supply voltage magnitude Vm and the load torque Tl . These parameters govern the behaviour of the stepper motor. In practice, stepper motors are usually driven in such a way that the supply frequency !1 is changed by the command pulse to control the motor’s speed, while the supply voltage is kept constant. Therefore, we shall investigate the effect of parameter !1.3. Bifurcation and Mid-Frequency OscillationBy setting ! D !0, the equilibria of Equation (10) are given asand ' is its phase angle defined byφ = arctan(ω1L1/R) . (16)Equations (12) and (13) indicate that multiple equilibria exist, which means that these equilibria can never be globally stable. One can see that there are two groups of equilibria as shown in Equations (12) and (13). The first group represented by Equation (12) corresponds to the real operatingconditions of the motor. The second group represented by Equation (13) is always unstable and does not relate to the real operating conditions. In the following, we will concentrate on the equilibria represented by Equation (12).基于单片机的步进电机电路控制设计89C51是一种带4K字节闪烁可编程可擦除只读存储器(FPEROM—Falsh Programmable and Erasable Read Only Memory)的低电压、高性能CMOS8位微处理器,俗称单片机。

单片机的外文文献及中文翻译

单片机的外文文献及中文翻译

SCM is an integrated circuit chip,is the use of large scale integrated circuit technology to a data processing capability of CPU CPU random access memory RAM, read-only memory ROM,a variety of I / O port and interrupt system,timers / timer functions (which may also include display driver circuitry,pulse width modulation circuit, analog multiplexer, A / D converter circuit)integrated into a silicon constitute a small and complete computer systems.SCM is also known as micro—controller (Microcontroller),because it is the first to be used in industrial control。

Only a single chip by the CPU chip developed from a dedicated processor. The first design is by a large number of peripherals and CPU on a chip in the computer system, smaller,more easily integrated into a complex and demanding on the volume control device which. The Z80 INTEL is the first designed in accordance with this idea processor, then on the development of microcontroller and dedicated processors will be parting ways。

步进电机概述论文翻译英文版

步进电机概述论文翻译英文版

外文文献:Knowledge of the stepper motorWhat is a stepper motor:The stepping motor as executing components, electromechanical integration is one of the key products, widely used in a variety of automatic control systems. With the development of microelectronics and computer technology, the stepper motor demand grow with each passing day, has been applied in various fields of the national economy.Stepping motor is a kind of electrical pulses into angular displacement of the implementing agencies. When stepping drive receives a pulse signal, it drives stepper motor rotate in the direction set by a fixed angle ( called the " step " ), it is the rotation at a fixed angle step by step operation. The number of pulses to control the amount of angular displacement through the control, so as to achieve the purpose of accurate positioning; also can control the pulse frequency to control motor rotation speed and acceleration, so as to achieve the purpose of speed. Special motor stepper motor control can be used as a, using its no accumulation of error ( accuracy of 100% ) characteristics, widely used in all kinds of open-loop control.Now more commonly used step motor comprises stepper motor ( VR ), permanent magnet stepper motor ( PM ), hybrid stepping motor ( HB ) and single-phase stepping motor.Permanent magnet stepper motor for general two-phase, torque and small volume, the step angle is 7.5 degree or 15 degree;Reaction stepping motor is generally three-phase, can achieve a high torque output, step angle is 1.5 degrees, but the noise and vibration are great. The rotor magnetic circuit made of soft magnetic material reaction stepper motor, a multi-phase excitation winding stator, using magnetic torque changes.Hybrid stepping motor is mixed the advantages of permanent magnet type andreaction type. It is divided into two phase and five phase: two-phase stepper angle is 1.8 degree and five phase stepper angle is 0.72 degrees. Application of the stepping motor is the most widely, is also this subdivision driving of stepper motor selection scheme.Some of the basic parameters of step motor:The natural step motor:It says every hair a step pulse signal control system, motor rotation angle. Motor factory is a step angle values, such as type 86BYG250A motor is given a value of 0.9°/1.8 °( said a half step of work is 0.9 °, the whole step of work is 1.8 °), this step can be called ' motor fixed step ', it doesn't have to be the actual motor work when the real step angle, angle and drive the real steps.Stepper motor phase number:Is the number of coils inside the motor, commonly used in a two-phase, three-phase, four phase, five phase stepper motor. The number of motor phase is different, the step angle is also different, the general two-phase motor step angle is 0.9°/1.8 °, three-phase 0.75 °/1.5 °, five phase of 0.36 °/0.72 °. In the absence of subdivision drive, users mainly rely on different phases of the stepper motor to meet their own requirements of step angle. If you use a subdivision driver, is ' phase ' will become meaningless, users only need to change the fine fraction in the drive, you can change the step angle.Keep the torque ( HOLDINGTORQUE ):Is the stepper motor power but there is no rotation, the stator locked rotor torque. It is one of the most important parameters of step motor, usually stepper motor in the low-speed torque to keep the torque. Because of the larger output torque stepper motor with speed and continuous decay, increases the output power with the speed of change, so keep the torque becomes one of the most important parameters of step motor. For example, when people say 2N.m stepper motor, in the absence of exceptional circumstances described in that refers to keep the torquemotor for the 2N.m step.DETENTTORQUE:DETENTTORQUE:Refers to the stepper motor is not energized condition, the stator locked rotor torque. DETENTTORQUE does not have a unified way of translation in China, easy to make people misunderstand; as the rotor reaction stepper motor is not permanent magnetic material, so it has no DETENTTORQUE.Some of the characteristic of step motor:The 1 stepper motor step angle accuracy for 3-5%, and no accumulation.2 stepper motor appearance allows the maximum temperature.Stepper motor temperature is too high will first make the motor magnetic material demagnetization, resulting in lower torque and loss, so the highest temperature of motor appearance allows should depend on the different motor demagnetization magnetic materials; generally speaking, demagnetization point magnetic material in 130 degrees Celsius above, some even as high as 200 degrees Celsius stepping motor, so the surface temperature at 80-90 degrees Celsius completely normal.3 stepper motor torque will decrease with the increase of rotational speed.When the stepper motor rotates, the electrical inductance of the winding will form a reverse electromotive force; the higher the frequency, the greater the reverse emf. Under the influence of it, the motor with frequency ( or speed ) increase and the phase current is reduced, resulting in lower torque.4 stepper motor speed can be normal operation, but if it is more than a certain speed will not start, and accompanied by howling.Stepper motor is a technical parameter: no-load start frequency, namely the stepper motor under no-load condition can pulse frequency start, if the pulsefrequency is higher than the value, the motor can not start properly, may have lost step or stall. In under the condition of the load, start frequency should be less. If you want to enable the motor to rotate at high speed, pulse frequency should accelerate the process is started, the lower frequency, and then according to certain acceleration up to high frequency desired ( motor speed from low speed to high speed ).Characteristics of stepper motor with its significant, play an important purpose in the era of digital manufacturing. With the different development of digital technology and stepper motor itself technology improves, the stepper motor will be applied in more fields.How to determine the stepper motor driver DC power supply:A. Determination of the voltageHybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive.B. Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times.The main characteristics of stepping motor:A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such asIf adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2 Dragon step angle stepper motor version is 7.5 degrees, 360 degrees around,takes 48 pulses to complete.3 stepper motor has instant start and rapid cessation of superior characteristics. Change the pulse of the order of 4, you can easily change the direction of rotation. Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motor control exampleWe use four-phase unipolar stepper motor as an example. The structure shown in Figure 1:Four four-phase winding leads (as opposed to phase A1 A2 B1 phase phase B2) and two public lines (to the power of positive). The windings of one phase to the power of the ground. So that the windings will be inspired. We use four-phase eight-beat control, ie, 1 phase 2 phase alternating turn, would enhance resolution.0.9 °per step can be transferred to control the motor excitation is transferred in order as follows:If the requirements of motor reversal, the transmission excitation signal can be reversed. 2 control schemeControl system block diagram is as followsThe program uses AT89S51 as the main control device. It is compatible with the AT89C51, but also increased the SPI interface and the watchdog module, which not only makes the debugging process becomes easy and also more stable. The microcontroller in the program mainly for field signal acquisition and operation of the stepper motor to calculate the direction and speed information. Then sent to the CPLD.CPLD with EPM7128SLC84-15, EPM7128 programmable logic device of large-scale, for the ALTERA company's MAX7000 family. High impedance, electrically erasable and other characteristics, can be used for the 2500 unit, the working voltage of +5 V. CPLD receives information sent from the microcontroller after converted to the corresponding control signal output to the stepper motor drive. Put the control signal drives the motor windings after the input, to achieve effective control of the motor.2.1 The hardware structure of the motor driveMotor drive using the following circuit:R1-R8 in which the resistance value of 320Ω. R9-R12 resistance value 2.2KΩ. Q1-Q4 as Darlington D401A, Q5-Q8 for the S8550. J1, J2 and the stepper motor connected to the six-lead。

最新步进电机概述翻译文献综述

最新步进电机概述翻译文献综述

步进电机概述中英文资料对照外文翻译文献综述外文文献:Knowledge of the stepper motorWhat is a stepper motor:The stepping motor as executing components, electromechanical integration is one of the key products, widely used in a variety of automatic control systems. With the development of microelectronics and computer technology, the stepper motor demand grow with each passing day, has been applied in various fields of the national economy.Stepping motor is a kind of electrical pulses into angular displacement of the implementing agencies. When stepping drive receives a pulse signal, it drives stepper motor rotate in the direction set by a fixed angle ( called the " step " ), it is the rotation at a fixed angle step by step operation. The number of pulses to control the amount of angular displacement through the control, so as to achieve the purpose of accurate positioning; also can control the pulse frequency to control motor rotation speed and acceleration, so as to achieve the purpose of speed. Special motor stepper motor control can be used as a, using its no accumulation of error ( accuracy of 100% ) characteristics, widely used in all kinds of open-loop control.Now more commonly used step motor comprises stepper motor ( VR ), permanent magnet stepper motor ( PM ), hybrid stepping motor ( HB ) and single-phase stepping motor.Permanent magnet stepper motor for general two-phase, torque and small volume, the step angle is 7.5 degree or 15 degree;Reaction stepping motor is generally three-phase, can achieve a high torque output, step angle is 1.5 degrees, but the noise and vibration are great. The rotor magnetic circuit made of soft magnetic material reaction stepper motor, a multi-phase excitation winding stator, using magnetic torque changes.Hybrid stepping motor is mixed the advantages of permanent magnet type and reaction type. It is divided into two phase and five phase: two-phase stepper angle is 1.8 degree and five phase stepper angle is 0.72 degrees. Application of the stepping motor is the most widely, is also this subdivision driving of stepper motor selection scheme.Some of the basic parameters of step motor:The natural step motor:It says every hair a step pulse signal control system, motor rotation angle. Motor factory is a step angle values, such as type 86BYG250A motor is given a value of 0.9° /1.8 °( said a half step of work is 0.9 °, the whole step of work is 1.8 °), this step can be called ' motor fixed step ', it doesn't have to be the actual motor work when the real step angle, angle and drive the real steps.Stepper motor phase number:Is the number of coils inside the motor, commonly used in a two-phase, three-phase, four phase, five phase stepper motor. The number of motor phase is different, the step angle is also different, the general two-phase motor step angle is 0.9° /1.8 °, three-phase 0.75 ° /1.5 °, five phase of 0.36 ° /0.72 °. In the absence of subdivision drive, users mainly rely on different phases of the stepper motor to meet their own requirements of step angle. If you use a subdivision driver, is ' phase ' will become meaningless, users only need to change the fine fraction in the drive, you can change the step angle.Keep the torque ( HOLDINGTORQUE ):Is the stepper motor power but there is no rotation, the stator locked rotor torque. It is one of the most important parameters of step motor, usually steppermotor in the low-speed torque to keep the torque. Because of the larger output torque stepper motor with speed and continuous decay, increases the output power with the speed of change, so keep the torque becomes one of the most important parameters of step motor. For example, when people say 2N.m stepper motor, in the absence of exceptional circumstances described in that refers to keep the torque motor for the 2N.m step.DETENTTORQUE:DETENTTORQUE:Refers to the stepper motor is not energized condition, the stator locked rotor torque. DETENTTORQUE does not have a unified way of translation in China, easy to make people misunderstand; as the rotor reaction stepper motor is not permanent magnetic material, so it has no DETENTTORQUE.Some of the characteristic of step motor:The 1 stepper motor step angle accuracy for 3-5%, and no accumulation.2 stepper motor appearance allows the maximum temperature.Stepper motor temperature is too high will first make the motor magnetic material demagnetization, resulting in lower torque and loss, so the highest temperature of motor appearance allows should depend on the different motor demagnetization magnetic materials; generally speaking, demagnetization point magnetic material in 130 degrees Celsius above, some even as high as 200 degrees Celsius stepping motor, so the surface temperature at 80-90 degrees Celsius completely normal.3 stepper motor torque will decrease with the increase of rotational speed.When the stepper motor rotates, the electrical inductance of the winding will form a reverse electromotive force; the higher the frequency, the greater the reverse emf. Under the influence of it, the motor with frequency ( or speed ) increase and the phase current is reduced, resulting in lower torque.4 stepper motor speed can be normal operation, but if it is more than a certain speed will not start, and accompanied by howling.Stepper motor is a technical parameter: no-load start frequency, namely the stepper motor under no-load condition can pulse frequency start, if the pulse frequency is higher than the value, the motor can not start properly, may have lost step or stall. In under the condition of the load, start frequency should be less. If you want to enable the motor to rotate at high speed, pulse frequency should accelerate the process is started, the lower frequency, and then according to certain acceleration up to high frequency desired ( motor speed from low speed to high speed ).Characteristics of stepper motor with its significant, play an important purpose in the era of digital manufacturing. With the different development of digital technology and stepper motor itself technology improves, the stepper motor will be applied in more fields.How to determine the stepper motor driver DC power supply:A. Determination of the voltageHybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive.B. Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times.The main characteristics of stepping motor:A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such asIf adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2 Dragon step angle stepper motor version is 7.5 degrees, 360 degrees around, takes 48 pulses to complete.3 stepper motor has instant start and rapid cessation of superior characteristics.Change the pulse of the order of 4, you can easily change the direction of rotation. Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motor control exampleWe use four-phase unipolar stepper motor as an example. The structure shown in Figure 1:Four four-phase winding leads (as opposed to phase A1 A2 B1 phase phase B2) and two public lines (to the power of positive). The windings of one phase to the power of the ground. So that the windings will be inspired. We use four-phase eight-beat control, ie, 1 phase 2 phase alter nating turn, would enhance resolution. 0.9 ° per step can be transferred to control the motor excitation is transferred in order as follows:If the requirements of motor reversal, the transmission excitation signal can be reversed. 2 control schemeControl system block diagram is as followsThe program uses AT89S51 as the main control device. It is compatible with the AT89C51, but also increased the SPI interface and the watchdog module, which not only makes the debugging process becomes easy and also more stable. The microcontroller in the program mainly for field signal acquisition and operation of the stepper motor to calculate the direction and speed information. Then sent to the CPLD.CPLD with EPM7128SLC84-15, EPM7128 programmable logic device of large-scale, forthe ALTERA company's MAX7000 family. High impedance, electrically erasable and other characteristics, can be used for the 2500 unit, the working voltage of +5 V. CPLD receives information sent from the microcontroller after converted to the corresponding control signal output to the stepper motor drive. Put the control signal drives the motor windings after the input, to achieve effective control of the motor. 2.1 The hardware structure of the motor driveMotor drive using the following circuit:R1-R8 in which the resistance value of 320Ω. R9-R12 resistance value 2.2KΩ. Q1-Q4 as Darlington D401A, Q5-Q8 for the S8550. J1, J2 and the stepper motor connected to the six-lead。

步进电机概述中英文对照外文翻译文献

步进电机概述中英文对照外文翻译文献

中英文资料对照外文翻译外文文献:Knowledge of the stepper motorWhat is a stepper motor:Stepper motor is a kind of electrical pulses into angular displacement of the implementing agency. Popular little lesson: When the driver receives a step pulse signal, it will drive a stepper motor to set the direction of rotation at a fixed angle (and the step angle). You can control the number of pulses to control the angular displacement, so as to achieve accurate positioning purposes; the same time you can control the pulse frequency to control the motor rotation speed and acceleration, to achieve speed control purposes.What kinds of stepper motor sub-:In three stepper motors: permanent magnet (PM), reactive (VR) and hybrid (HB) permanent magnet stepper usually two-phase, torque, and smaller, step angle of 7.5 degrees or the general 15 degrees; reaction step is generally three-phase, can achieve high torque output, step angle of 1.5 degrees is generally, but the noise and vibration are large. 80 countries in Europe and America have been eliminated; hybrid stepper is a mix of permanent magnet and reactive advantages. It consists of two phases and the five-phase: two-phase step angle of 1.8 degrees while the general five-phase step angle of 0.72 degrees generally. The most widely used Stepper Motor.What is to keep the torque (HOLDING TORQUE)How much precision stepper motor? Whether the cumulative:The general accuracy of the stepper motor step angle of 3-5%, and not cumulative.Stepper motor to allow the minimum amount of surface temperatureStepper motor to allow the minimum amount of surface temperature:Stepper motor causes the motor temperature is too high the first magnetic demagnetization, resulting in loss of torque down even further, so the motor surface temperature should be themaximum allowed depending on the motor demagnetization of magnetic material points; Generally speaking, the magnetic demagnetization points are above 130 degrees Celsius, and some even as high as 200 degrees Celsius, so the stepper motor surface temperature of 80-90 degrees Celsius is normal.How to determine the stepper motor driver DC power supply:A. Determination of the voltageHybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive.B. Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times.The main characteristics of stepping motor:A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such asIf adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2 Dragon step angle stepper motor version is 7.5 degrees, 360 degrees around, takes 48 pulses to complete.3 stepper motor has instant start and rapid cessation of superior characteristics.Change the pulse of the order of 4, you can easily change the direction of rotation. Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motor control exampleWe use four-phase unipolar stepper motor as an example. The structure shown in Figure 1: Four four-phase winding leads (as opposed to phase A1 A2 B1 phase phase B2) and twopublic lines (to the power of positive). The windings of one phase to the power of the ground. So that the windings will be inspired. We use four-phase eight-beat control, ie, 1 phase 2 phase alternating turn, would enhance resolution. 0.9 ° per step can be transferred to control the motor excitation is transferred in order as follows:If the requirements of motor reversal, the transmission excitation signal can be reversed. 2 control schemeControl system block diagram is as followsThe program uses AT89S51 as the main control device. It is compatible with the AT89C51, but also increased the SPI interface and the watchdog module, which not only makes the debugging process becomes easy and also more stable. The microcontroller in the program mainly for field signal acquisition and operation of the stepper motor to calculate the direction and speed information. Then sent to the CPLD.CPLD with EPM7128SLC84-15, EPM7128 programmable logic device of large-scale, for the ALTERA company's MAX7000 family. High impedance, electrically erasable and other characteristics, can be used for the 2500 unit, the working voltage of +5 V. CPLD receives information sent from the microcontroller after converted to the corresponding control signal output to the stepper motor drive. Put the control signal drives the motor windings after the input, to achieve effective control of the motor. 2.1 The hardware structure of the motor drive Motor drive using the following circuit:R1-R8 in which the resistance value of 320Ω. R9-R12 resistance value 2.2KΩ. Q1-Q4 as Darlington D401A, Q5-Q8 for the S8550. J1, J2 and the stepper motor connected to the six-lead。

单片机控制步进电机外文文献翻译

单片机控制步进电机外文文献翻译

单片机控制步进电机外文原文Stepping motor application and control stepper motor is an electrical pulse will be converted into angular displacement of the implementing agencies. Put it in simple language-speaking: When the stepper drive pulse signal to a receiver, it drives stepper motor rotation direction by setting a fixed point of view (and the step angle). You can control the number of pulses to control the amount of angular displacement, so as to achieve the purpose of accurate positioning; At the same time, you can by controlling the pulse frequency to control the motor rotation speed and acceleration,so as to achieve the purpose of speed.Stepper motor directly from the AC-DC power supply,and must use special equipment - stepper motor drive. Stepper motor drive system performance, in addition to their own performance with the motor on the outside, but also to a large extent depend on the drive is good or bad. A typical stepper motor drive system is operated by the stepper motor controller, stepper motor drives and stepper motor body is composed of three parts. Stepper motor controller stepper pulse and direction signal, each made of a pulse, stepper motor-driven stepper motor drives a rotor rotating step angle, that is, step-by-step further. High or low speed stepper motor, or speed, or deceleration, start or stop pulses are entirely dependent on whether the level or frequency.Decide the direction of the signal controller stepper motor clockwise or counterclockwise rotation. Typically, the stepper motor drive circuit from the logic control, power driver circuit, protection circuit and power components.Stepper motor drive controller, once received from the direction of the signal and step pulse, the control circuit on a pre-determined way of the electrical power-phase stepper motor excitation windings of the conduction or cut-off signal. Control circuit output signal power is low,can not provide the necessary stepping motor output power, the need for power amplifier, which is stepper motor driven power drive part. Power stepper motor drive circuit to control the input current winding to form a space for rotating magnetic field excitation, the rotor-driven movement.Protection circuit in the event of shortcircuit, overload, overheating, such as failure to stop the rapid drive and motor. Motor is usually for the permanent magnet rotor, when the current flows throughthe stator windings, the stator windings produce a magnetic field vector.The magnetic field will lead to a rotor angle of rotation, making a pair of rotor and stator magnetic field direction of the magnetic field direction. When the stator rotating magnetic field vector from a different angle. Also as the rotor magnetic field to a point of view. An electrical pulse for each input, the motor rotation angle step. Its output and input of the angular displacement is proportional to the pulses, with pulse frequency proportional to speed. Power to change the order of winding,the electrical will be reversed. We can, therefore, control the pulse number, frequency and electrical power windings of each phase to control the order of rotation of stepper motor.Stepper motor types:Permanent magnet (PM). Magnetic generally two-phase stepper, torque and are smaller and generally stepping angle of 7.5 degrees or 15 degrees; put more wind for air-conditioning.Reactive(VR), the domestic general called BF, have a common three-phase reaction, step angle of 1.5 degrees; also have five-phase reaction. Noise, no torque has been set at a large number of out.Hybrid (HB), common two-phase hybrid, five-phase hybrid, three-phase hybrid, four-phase hybrid, two-phase can be common with the four-phase drive, five-phase three-phase must be used with their drives;Two-phase, four-phase hybrid step angle is 1.8 degrees more than a small size, great distance,and low noise;Five-phase hybrid stepping motor is generally 0.72, the motor step angle small, high resolution, but the complexity of drive circuits, wiring problems, such as the 5- phase system of 10 lines.Three-phase hybrid stepping motor step angle of 1.2 degrees, but according to the use of 1.8 degrees, the three-phase hybrid stepping motor has a two-phase mixed than the five-phase hybrid more pole will help electric folder symmetric angle, it can be more than two-phase, five-phase high accuracy, the error even smaller, run moresmoothly.Stepper motor to maintain torque: stepper motor power means no rotation, the stator locked rotor torque. It is a stepper motor, one of the most important parameters, usually in the low-speed stepper motor torque at the time of close to maintain the torque. As the stepper motor output torque increases with the speed of constant attenuation, the output power also increases with the speed of change,so as to maintain torque on the stepper motor to measure the parameters of one of the most important. For example, when people say that the stepper motor 2N.m, in the absence of special circumstances that means for maintaining the torque of the stepper motor 2N.m.Precision stepper motors:stepper motor step angle accuracy of 3-5%, not cumulative.Stepper motor to allow the minimum amount of surface temperature:Stepper motor causes the motor temperature is too high the first magnetic demagnetization, resulting in loss of torque down even further, so the motor surface temperature should be the maximum allowed depending on the motor demagnetization of magnetic material points; Generally speaking,the magnetic demagnetization points are above 130 degrees Celsius, and some even as high as 200 degrees Celsius, so the stepper motor surface temperature of 80-90 degrees Celsius is normal.Start frequency of no-load: the stepper motor in case of no-load to the normal start of the pulse frequency, if the pulse frequency is higher than the value of motor does not start, possible to lose steps or blocking.In the case of the load, start frequency should be lower. If you want to achieve high-speed rotation motor, pulse frequency should be to accelerate the process, that is, the lower frequency to start, and then rose to a certain acceleration of the desired frequency (motor speed from low rise to high-speed).Step angle:that is to send a pulse,the electrical angle corresponding to rotation.Torque positioning: positioning torque stepper motor does not refer to the case of electricity,locked rotor torque stator.Operating frequency:step-by-step stepper motor can run without losing thehighest frequency.Subdivision Drive: stepper motor drives the main aim is to weaken or eliminate low-frequency vibration of the stepper motor to improve the accuracy of the motor running. Reduce noise. If the step angle is 1.8 °(full step) the two-phase hybrid stepping motor, if the breakdown of the breakdown of the number of drives for the 8, then the operation of the electrical pulse for each resolution of 0.072 °, the precision of motor can reach or close to 0.225 °, also depends on the breakdown of the breakdown of the drive current control accuracy and other factors, the breakdown of the number of the more difficult the greater the precision of control.How to determine the stepper motor driver DC power supply:A.Determination of the voltage: Hybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose.If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive,or it may damage the drive.B.Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I,1.5to 2.0 times.The main characteristics of stepping motor:1. A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such as If adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2.permanent magnet step angle stepper motor version is 7.5 degrees, 360 degrees around, takes48 pulses to complete.3.stepper motor has instant start and rapid cessation of superior characteristics. Change the order of the pulse4.you can easily change the direction of rotation.Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motors have the following benefits: (1)Low cost (2)Ruggedness (3)Simplicity in construction (4)High reliability(5)No maintenance(6)Wide acceptance(7)No tweaking to stabilize (8)No feedback components are neededThey work in just about any environment Inherently more failsafe than servo motors. There isvirtually no conceivable failure within the stepper drive module that could cause the motor to run away. Stepper motors are simple to drive and control in an open-loop configuration. They only require four leads. They provide excellent torque at low speeds, up to 5 times the continuous torque of a brush motor of the same frame size or double the torque of the equivalent brushless motor. This often eliminates the need for a gearbox. A stepper-driven-system is inherently stiff, with known limits to the dynamic position error.Stepper Motor Disadvantages:Stepper motors have the following disadvantages:1.Resonance effects and relatively long settling times.1.Rough performance at low speed unless a microstep drive is used.2.Liability to undetected position loss as a result of operating open-loop .4.They consume current regardless of load conditions and therefore tend to run hot5.Losses at speed are relatively high and can cause excessive heating, and they are frequently noisy (especially at high speeds).1.They can exhibit lag-lead oscillation, which is difficult to damp.There is a limit to their available size, and positioning accuracy relies on the mechanics(e.g., ballscrew accuracy).Many of these drawbacks can be overcome by the use of a closed-loop control scheme.外文资料翻译译文步进电机应用和控制步进电机是将电脉冲转换成角位移的执行机构。

单片机控制步进电机外文文献翻译

单片机控制步进电机外文文献翻译

单片机控制步进电机外文文献翻译单片机控制步进电机外文原文Stepping motor application and controlstepper motor is an electrical pulse will be converted into angular displacement of the implementing agencies. Put it in simple language-speaking: When the stepper drive pulse signal to a receiver, it drives stepper motor rotation direction by setting a fixed point of view (and the step angle). You can control the number of pulses to control the amount of angular displacement, so as to achieve the purpose of accurate positioning; At the same time, you can by controlling the pulsefrequency to control the motor rotation speed and acceleration, so as to achieve the purpose of speed.Stepper motor directly from the AC-DC power supply, and must use special equipment - stepper motor drive. Stepper motor drive system performance, in addition to their own performance with the motor on the outside, but also to a large extent depend on the drive is good or bad.A typical stepper motor drive system is operated by the stepper motor controller, stepper motor drives and stepper motor body is composed of three parts. Stepper motor controller stepper pulse and direction signal, each made of a pulse, stepper motor-driven stepper motor drives a rotor rotating step angle, that is, step-by-step further. High or low speed stepper motor, or speed, or deceleration, start or stop pulses areentirely dependent on whether the level or frequency. Decide the direction of the signal controller stepper motor clockwise or counterclockwise rotation. Typically, the stepper motor drive circuit from the logic control, power driver circuit, protection circuit and power components. Stepper motor drive controller, once received from the direction of the signal and step pulse, the control circuit on a pre-determined way of the electrical power-phase stepper motor excitation windings of the conduction or cut-off signal. Control circuit output signal power is low, can not provide the necessary stepping motor output power, the need for power amplifier, which is stepper motor driven power drive part. Power stepper motor drive circuit to control the input current winding to form a space for rotating magnetic field excitation, the rotor-driven movement. Protection circuit in the event of short circuit, overload, overheating, such as failure to stop the rapid drive and motor.Motor is usually for the permanent magnet rotor, when the current flows through the stator windings, the stator windings produce a magnetic field vector. The magnetic field will lead to a rotor angle of rotation, making a pair of rotor and stator magnetic field direction of the magnetic field direction. When the stator rotating magnetic field vector from a different angle. Also as the rotor magnetic field to a point of view. An electrical pulse for each input, the motor rotation angle step. Its output and input of the angular displacement is proportional to the pulses, with pulse frequency proportional to speed.Power to change the order of winding, the electrical will be reversed. We can, therefore, control the pulse number, frequency and electrical power windings of each phase to control the order of rotation of stepper motor.Stepper motor types:Permanent magnet (PM). Magnetic generally two-phase stepper, torque and are smaller and generally stepping angle of 7.5 degrees or 15 degrees; put more wind for air-conditioning.Reactive (VR), the domestic general called BF, have a common three-phase reaction, step angle of 1.5 degrees; also have five-phase reaction. Noise, no torque has been set at a large number of out.Hybrid (HB), common two-phase hybrid, five-phase hybrid, three-phase hybrid, four-phase hybrid, two-phase can be common with the four-phase drive, five-phase three-phase must be used with their drives;Two-phase, four-phase hybrid step angle is 1.8 degrees more than a small size, great distance, and low noise;Five-phase hybrid stepping motor is generally 0.72, the motor step angle small, high resolution, but the complexity of drive circuits,wiring problems, such as the 5-phase system of 10 lines.Three-phase hybrid stepping motor step angle of 1.2 degrees, but according to the use of 1.8 degrees, the three-phase hybrid stepping motor has a two-phase mixed than the five-phase hybrid more pole will help electric folder symmetric angle, it can be more than two-phase,five-phase high accuracy, the error even smaller, run moresmoothly.Stepper motor to maintain torque: stepper motor power means no rotation, the stator locked rotor torque. It is a stepper motor, one of the most important parameters, usually in the low-speed stepper motor torque at the time of close to maintain the torque. As the stepper motor output torque increases with the speed of constant attenuation, the output power also increases with the speed of change, so as to maintain torque on the stepper motor to measure the parameters of one of the most important. For example, when people say that the stepper motor 2N.m, in the absence of special circumstances that means for maintaining the torque of the stepper motor 2N.m.Precision stepper motors: stepper motor step angle accuracy of 3-5%, not cumulative.Stepper motor to allow the minimum amount of surfacetemperature:Steppermotor causes the motor temperature is too high the first magnetic demagnetization, resulting in loss of torque down even further, so the motor surface temperature should be the maximum allowed depending on the motor demagnetization of magnetic material points; Generally speaking, the magnetic demagnetization points are above 130 degrees Celsius, and some even as high as 200 degrees Celsius, so the stepper motor surface temperature of 80-90 degrees Celsius is normal.Start frequency of no-load: the stepper motor in case of no-load to the normal start of the pulse frequency, if the pulse frequency ishigher than the value of motor does not start, possible to lose steps or blocking. In the case of the load, start frequency should be lower. If you want to achieve high-speed rotation motor, pulse frequency should be to accelerate the process, that is, the lower frequency to start, and then rose to a certain acceleration of the desired frequency (motor speed from low rise to high-speed).Step angle: that is to send a pulse, the electrical angle corresponding to rotation.Torque positioning: positioning torque stepper motor does not refer to the case of electricity, locked rotor torque stator.Operating frequency: step-by-step stepper motor can run without losing thehighest frequency.Subdivision Drive: stepper motor drives the main aim is to weaken or eliminate low-frequency vibration of the stepper motor to improve the accuracy of the motor running. Reduce noise. If the step angle is 1.8 ? (full step) the two-phase hybrid stepping motor, if the breakdown of the breakdown of the number of drives for the 8, then the operation of the electrical pulse for each resolution of 0.072 ?, the precision of motor can reach or close to 0.225 ?, also depends on the breakdown of the breakdown of the drive current control accuracy and other factors, the breakdown of the number of the more difficult the greater the precision of control.How to determine the stepper motor driver DC power supply:A. Determination of the voltage: Hybrid stepping motor driver power supplyvoltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive.B. Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times.The main characteristics of stepping motor:1. A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such as If adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2. permanent magnet step angle stepper motor version is 7.5 degrees, 360 degrees around, takes 48 pulses to complete.3. stepper motor has instant start and rapid cessation of superior characteristics. Change the order of the pulse4(you can easily change the direction of rotation.Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motors have the following benefits: (1)Low cost(2)Ruggedness (3)Simplicity in construction (4)High reliability (5)No maintenance (6)Wideacceptance(7)No tweaking to stabilize (8)No feedback components are neededThey work in just about any environment Inherently more failsafethan servo motors. There isvirtually no conceivable failure within the stepper drive module that could cause the motor to run away. Stepper motors are simple to drive and control in an open-loop configuration. They only require four leads. They provide excellent torque at low speeds, up to 5 times the continuous torque of a brush motor of the same frame size or double the torque of the equivalent brushless motor. This often eliminates the need for a gearbox. A stepper-driven-system is inherently stiff, with known limits to the dynamic position error.Stepper Motor Disadvantages:Stepper motors have the following disadvantages:1. Resonance effects and relatively long settling times .2.Rough performance at low speed unless a microstep drive is used .3.Liability to undetected position loss as a result of operating open-loop .4. They consume current regardless of load conditions and therefore tend to run hot5. Losses at speed are relatively high and can cause excessive heating, and they are frequently noisy (especially at high speeds).6.They can exhibit lag-lead oscillation, which is difficult to damp.There is a limit to their available size, and positioning accuracy relies on the mechanics (e.g., ballscrew accuracy).Many of these drawbacks can be overcome by the use of a closed-loop control scheme.外文资料翻译译文步进电机应用和控制步进电机是将电脉冲转换成角位移的执行机构。

步进电机概述论文中英文资料对照外文翻译文献综述

步进电机概述论文中英文资料对照外文翻译文献综述

步进电机概述中英文资料对照外文翻译文献综述外文文献:Knowledge of the stepper motorWhat is a stepper motor:Stepper motor is a kind of electrical pulses into angular displacement of the implementing agency. Popular little lesson: When the driver receives a step pulse signal, it will drive a stepper motor to set the direction of rotation at a fixed angle (and the step angle). You can control the number of pulses to control the angular displacement, so as to achieve accurate positioning purposes; the same time you can control the pulse frequency to control the motor rotation speed and acceleration, to achieve speed control purposes.What kinds of stepper motor sub-:In three stepper motors: permanent magnet (PM), reactive (VR) and hybrid (HB) permanent magnet stepper usually two-phase, torque, and smaller, step angle of 7.5 degrees or the general 15 degrees; reaction step is generally three-phase, can achieve high torque output, step angle of 1.5 degrees is generally, but the noise and vibration are large. 80 countries in Europe and America have been eliminated; hybrid stepper is a mix of permanent magnet and reactive advantages. It consists of two phases and the five-phase: two-phase step angle of 1.8 degrees while the general five-phase step angle of 0.72 degrees generally. The most widely used Stepper Motor.What is to keep the torque (HOLDING TORQUE)How much precision stepper motor? Whether the cumulative:The general accuracy of the stepper motor step angle of 3-5%, and not cumulative.Stepper motor to allow the minimum amount of surface temperatureStepper motor to allow the minimum amount of surface temperature:Stepper motor causes the motor temperature is too high the first magnetic demagnetization, resulting in loss of torque down even further, so the motor surface temperature should be themaximum allowed depending on the motor demagnetization of magnetic material points; Generally speaking, the magnetic demagnetization points are above 130 degrees Celsius, and some even as high as 200 degrees Celsius, so the stepper motor surface temperature of 80-90 degrees Celsius is normal.How to determine the stepper motor driver DC power supply:A. Determination of the voltageHybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive.B. Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times.The main characteristics of stepping motor:A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such asIf adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2 Dragon step angle stepper motor version is 7.5 degrees, 360 degrees around, takes 48 pulses to complete.3 stepper motor has instant start and rapid cessation of superior characteristics.Change the pulse of the order of 4, you can easily change the direction of rotation. Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motor control exampleWe use four-phase unipolar stepper motor as an example. The structure shown in Figure 1: Four four-phase winding leads (as opposed to phase A1 A2 B1 phase phase B2) and twopublic lines (to the power of positive). The windings of one phase to the power of the ground. So that the windings will be inspired. We use four-phase eight-beat control, ie, 1 phase 2 phase alternating turn, would enhance resolution. 0.9 ° per step can be transferred to control the motor excitation is transferred in order as follows:If the requirements of motor reversal, the transmission excitation signal can be reversed. 2 control schemeControl system block diagram is as followsThe program uses AT89S51 as the main control device. It is compatible with the AT89C51, but also increased the SPI interface and the watchdog module, which not only makes the debugging process becomes easy and also more stable. The microcontroller in the program mainly for field signal acquisition and operation of the stepper motor to calculate the direction and speed information. Then sent to the CPLD.CPLD with EPM7128SLC84-15, EPM7128 programmable logic device of large-scale, for the ALTERA company's MAX7000 family. High impedance, electrically erasable and other characteristics, can be used for the 2500 unit, the working voltage of +5 V. CPLD receives information sent from the microcontroller after converted to the corresponding control signal output to the stepper motor drive. Put the control signal drives the motor windings after the input, to achieve effective control of the motor. 2.1 The hardware structure of the motor drive Motor drive using the following circuit:R1-R8 in which the resistance value of 320Ω. R9-R12 resistance value 2.2KΩ. Q1-Q4 as Darlington D401A, Q5-Q8 for the S8550. J1, J2 and the stepper motor connected to the six-lead。

步进电机-英文资料及翻译(Stepping Motor Types)

步进电机-英文资料及翻译(Stepping Motor Types)

Stepping Motor TypesIntroductionStepping motors come in two varieties, permanent magnet and variable reluctance (there are also hybrid motors, which are indistinguishable from permanent magnet motors from the controller's point of view). Lacking a label on the motor, you can generally tell the two apart by feel when no power is applied. Permanent magnet motors tend to "cog" as you twist the rotor with your fingers, while variable reluctance motors almost spin freely (although they may cog slightly because of residual magnetization in the rotor). You can also distinguish between the two varieties with an ohmmeter. Variable reluctance motors usually have three (sometimes four) windings, with a common return, while permanent magnet motors usually have two independent windings, with or without center taps. Center-tapped windings are used in unipolar permanent magnet motors.Stepping motors come in a wide range of angular resolution. The coarsest motors typically turn 90 degrees per step, while high resolution permanent magnet motors are commonly able to handle 1.8 or even 0.72 degrees per step. With an appropriate controller, most permanent magnet and hybrid motors can be run in half-steps, and some controllers can handle smaller fractional steps or microsteps.For both permanent magnet and variable reluctance stepping motors, if just one winding of the motor is energised, the rotor (under no load) will snap to a fixed angle and then hold that angle until the torque exceeds the holding torque of the motor, at which point, the rotor will turn, trying to hold at each successive equilibrium point.Variable Reluctance MotorsFigure 1.1If your motor has three windings, typically connected as shown in the schematic diagram in Figure 1.1, with one terminal common to all windings, it is most likely a variable reluctance stepping motor. In use, the common wire typically goes to the positive supply and the windings are energized in sequence.The cross section shown in Figure 1.1 is of 30 degree per step variable reluctance motor. The rotor in this motor has 4 teeth and the stator has 6 poles, with each winding wrapped around two opposite poles. With winding number 1 energised, the rotor teeth marked X are attracted to this winding's poles. If the current through winding 1 is turned off and winding 2 is turned on, the rotor will rotate 30 degrees clockwise so that the poles marked Y line up with the poles marked 2.To rotate this motor continuously, we just apply power to the 3 windings in sequence. Assuming positive logic, where a 1 means turning on the current through a motor winding, the following control sequence will spin the motor illustrated in Figure 1.1 clockwise 24 steps or 2 revolutions:Winding 1 1001001001001001001001001Winding 2 0100100100100100100100100Winding 3 0010010010010010010010010 time --->The section of this tutorial on Mid-Level Control provides details on methods for generating such sequences of control signals, while the section on Control Circuits discusses the power switching circuitry needed to drive the motor windings from such control sequences.There are also variable reluctance stepping motors with 4 and 5 windings, requiring 5 or 6 wires. The principle for driving these motors is the same as that for the three winding variety, but it becomes important to work out the correct order to energise the windings to make the motor step nicely.The motor geometry illustrated in Figure 1.1, giving 30 degrees per step, uses the fewest number of rotor teeth and stator poles that performs satisfactorily. Using more motor poles and more rotor teeth allows construction of motors with smaller step angle. Toothed faces on each pole and a correspondingly finely toothed rotor allows for step angles as small as a few degrees.Unipolar MotorsFigure 1.2Unipolar stepping motors, both Permanent magnet and hybrid stepping motors with 5 or 6 wires are usually wired as shown in the schematic in Figure 1.2, with a center tap on each of two windings. In use, the center taps of the windings are typically wired to the positive supply, and the two ends of each winding are alternately grounded to reverse the direction of the field provided by that winding.The motor cross section shown in Figure 1.2 is of a 30 degree per step permanent magnet or hybrid motor -- the difference between these two motor types is not relevant at this level of abstraction. Motor winding number 1 is distributed between the top and bottom stator pole, while motor winding number 2 is distributed between the left and right motor poles. The rotor is a permanent magnet with 6 poles, 3 south and 3 north, arranged around its circumfrence.For higher angular resolutions, the rotor must have proportionally more poles. The 30 degree per step motor in the figure is one of the most common permanent magnet motor designs, although 15 and 7.5 degree per step motors are widely available. Permanent magnet motors with resolutions as good as 1.8 degrees per step are made, and hybrid motors are routinely built with 3.6 and 1.8 degrees per step, with resolutions as fine as 0.72 degrees per step available.As shown in the figure, the current flowing from the center tap of winding 1 to terminal a causes the top stator pole to be a north pole while the bottom stator pole is a south pole. This attracts the rotor into the position shown. If the power to winding 1 is removed and winding 2 is energised, the rotor will turn 30 degrees, or one step.To rotate the motor continuously, we just apply power to the two windings in sequence. Assuming positive logic, where a 1 means turning on the current through a motor winding, the following two control sequences will spin the motor illustrated in Figure 1.2 clockwise 24 steps or 2 revolutions:Winding 1a 1000100010001000100010001Winding 1b 0010001000100010001000100Winding 2a 0100010001000100010001000Winding 2b 0001000100010001000100010 time --->Winding 1a 1100110011001100110011001Winding 1b 0011001100110011001100110Winding 2a 0110011001100110011001100Winding 2b 1001100110011001100110011 time --->Note that the two halves of each winding are never energized at the same time. Both sequences shown above will rotate a permanent magnet one step at a time. The top sequence only powers one winding at a time, as illustrated in the figure above; thus, it uses less power. The bottom sequence involves powering two windings at a time and generally produces a torque about 1.4 times greater than the top sequence while using twice as much power.The section of this tutorial on Mid-Level Control provides details on methods for generating such sequences of control signals, while the section on Control Circuits discusses the power switching circuitry needed to drive the motor windings from such control sequences.The step positions produced by the two sequences above are not the same; as a result, combining the two sequences allows half stepping, with the motor stopping alternately at the positions indicated by one or the other sequence. The combined sequence is as follows:Winding 1a 11000001110000011100000111Winding 1b 00011100000111000001110000Winding 2a 01110000011100000111000001Winding 2b 00000111000001110000011100time --->Bipolar MotorsFigure 1.3Bipolar permanent magnet and hybrid motors are constructed with exactly the same mechanism as is used on unipolar motors, but the two windings are wired more simply, with no center taps. Thus, the motor itself is simpler but the drive circuitry needed to reverse the polarity of each pair of motor poles is more complex. The schematic in Figure 1.3 shows how such a motor is wired, while the motor cross section shown here is exactly the same as the cross section shown in Figure 1.2.The drive circuitry for such a motor requires an H-bridge control circuit for each winding; these are discussed in more detail in the section on Control Circuits. Briefly, an H-bridge allows the polarity of the power applied to each end of each winding to be controlled independently. The control sequences for single stepping such a motor are shown below, using + and - symbols to indicate the polarity of the power applied to each motor terminal:Terminal 1a +---+---+---+--- ++--++--++--++--Terminal 1b --+---+---+---+- --++--++--++--++Terminal 2a -+---+---+---+-- -++--++--++--++-Terminal 2b ---+---+---+---+ +--++--++--++--+ time --->Note that these sequences are identical to those for a unipolar permanent magnet motor, at an abstract level, and that above the level of the H-bridge power switching electronics, the control systems for the two types of motor can be identical.Note that many full H-bridge driver chips have one control input to enable the output and another to control the direction. Given two such bridge chips, one per winding, the following control sequences will spin the motor identically to the control sequences given above:Enable 1 1010101010101010 1111111111111111Direction 1 1x0x1x0x1x0x1x0x 1100110011001100Enable 2 0101010101010101 1111111111111111Direction 2 x1x0x1x0x1x0x1x0 0110011001100110 time --->To distinguish a bipolar permanent magnet motor from other 4 wire motors, measure the resistances between the different terminals. It is worth noting that some permanent magnet stepping motors have 4 independent windings, organized as two sets of two. Within each set, if the two windings are wired in series, the result can be used as a high voltage bipolar motor. If they are wired in parallel, the result can be used as a low voltage bipolar motor. If they are wired in series with a center tap, the result can be used as a low voltage unipolar motor. Bifilar MotorsBifilar windings on a stepping motor are applied to the same rotor and stator geometry as a bipolar motor, but instead of winding each coil in the stator with a single wire, two wires are wound in parallel with each other. As a result, the motor has 8 wires, not four.In practice, motors with bifilar windings are always powered as either unipolar or bipolar motors. Figure 1.4 shows the alternative connections to the windings of such a motor.Figure 1.4To use a bifilar motor as a unipolar motor, the two wires of each winding are connected in series and the point of connection is used as a center-tap. Winding 1 in Figure 1.4 is shown connected this way.To use a bifilar motor as a bipolar motor, the two wires of each winding are connected either in parallel or in series. Winding 2 in Figure 1.4 is shown with a parallel connection; this allows low voltage high-current operation. Winding 1 in Figure 1.4 is shown with a series connection; if the center tap is ignored, this allows operation at a higher voltage and lower current than would be used with the windings in parallel.It should be noted that essentially all 6-wire motors sold for bipolar use are actually wound using bifilar windings, so that the external connection that serves as a center tap is actually connected as shown for winding 1 in Figure 1.4. Naturally, therefore, any unipolar motor may be used as a bipolar motor at twice the rated voltage and half the rated current as is given on the nameplate.The question of the correct operating voltage for a bipolar motor run as a unipolar motor, or for a bifilar motor with the motor windings in series is not as trivial as it might first appear. There are three issues: The current carrying capacity of the wire, cooling the motor, and avoiding driving the motor's magnetic circuits into saturation. Thermal considerations suggest that, if the windings are wired in series, the voltage should only be raised by the square root of 2. The magnetic field in the motor depends on the number of ampere turns; when the two half-windings are run in series, the number of turns is doubled, but because a well-designed motor has magnetic circuits that are close to saturation when the motor is run at its rated voltage and current, increasing the number of ampere-turns does not make the field any stronger. Therefore, when a motor is run with the two half-windings in series, the current should be halved in order to avoid saturation; or, in other words, the voltage across the motor winding should be the same as it was.For those who salvage old motors, finding an 8-wire motor poses a challenge! Which of the 8 wires is which? It is not hard to figure this out using an ohm meter, an AC volt meter, and a low voltage AC source. First, use the ohm meter to identify the motor leads that are connected to each other through the motor windings. Then, connect a low-voltage AC source to one of these windings. The AC voltage should be below the advertised operating voltage of the motor; voltages under 1 volt are recommended. The geometry of the magnetic circuits of the motor guarantees that the two wires of a bifilar winding will be strongly coupled for AC signals, while there should be almost no coupling to the other two wires. Therefore, probing with an AC volt meter should disclose which of the other three windings is paired to the winding under power. Multiphase MotorsFigure 1.5A less common class of permanent magnet or hybrid stepping motor is wired with all windings of the motor in a cyclic series, with one tap between each pair ofwindings in the cycle, or with only one end of each motor winding exposed while the other ends of each winding are tied together to an inaccessible internal connection. In the context of 3-phase motors, these configurations would be described as Delta and Y configurations, but they are also used with 5-phase motors, as illustrated in Figure 1.5. Some multiphase motors expose all ends of all motor windings, leaving it to the user to decide between the Delta and Y configurations, or alternatively, allowing each winding to be driven independently.Control of either one of these multiphase motors in either the Delta or Y configuration requires 1/2 of an H-bridge for each motor terminal. It is noteworthy that 5-phase motors have the potential of delivering more torque from a given package size because all or all but one of the motor windings are energised at every point in the drive cycle. Some 5-phase motors have high resolutions on the order of 0.72 degrees per step (500 steps per revolution).Many automotive alternators are built using a 3-phase hybrid geometry with either a permanent magnet rotor or an electromagnet rotor powered through a pair of slip-rings. These have been successfully used as stepping motors in some heavy duty industrial applications; step angles of 10 degrees per step have been reported.With a 5-phase motor, there are 10 steps per repeat in the stepping cycle, as shown below:Terminal 1 +++-----+++++-----++Terminal 2 --+++++-----+++++---Terminal 3 +-----+++++-----++++Terminal 4 +++++-----+++++-----Terminal 5 ----+++++-----+++++-time --->With a 3-phase motor, there are 6 steps per repeat in the stepping cycle, as shown below:Terminal 1 +++---+++---Terminal 2 --+++---+++-Terminal 3 +---+++---++time --->Here, as in the bipolar case, each terminal is shown as being either connected to the positive or negative bus of the motor power system. Note that, at each step, only one terminal changes polarity. This change removes the power from one winding attached to that terminal (because both terminals of the winding in question are of the same polarity) and applies power to one winding that was previously idle. Given the motor geometry suggested by Figure 1.5, this control sequence will drive the motor through two revolutions.To distinguish a 5-phase motor from other motors with 5 leads, note that, if the resistance between two consecutive terminals of the 5-phase motor is R, the resistance between non-consecutive terminals will be 1.5R.Note that some 5-phase motors have 5 separate motor windings, with a total of 10 leads. These can be connected in the star configuration shown above, using 5 half-bridge driver circuits, or each winding can be driven by its own full-bridge. While the theoretical component count of half-bridge drivers is lower, the availability of integrated full-bridge chips may make the latter approach preferable.步进电机•介绍•变磁阻电机•单极电机•双极电机•单一电机•多相电机介绍步进电动机分成两类、永磁和变磁阻(也有混合电机、永磁电机与从控制器的观点)。

步进电机概述论文翻译英文版(5篇模版)

步进电机概述论文翻译英文版(5篇模版)

步进电机概述论文翻译英文版(5篇模版)第一篇:步进电机概述论文翻译英文版Knowledge of the stepper motor What is a stepper motor:The stepping motor as executing components, electromechanical integration is one of the key products, widely used in a variety of automatic control systems. With the development of microelectronics and computer technology, the stepper motor demand grow with each passing day, has been applied in various fields of the national economy.Stepping motor is a kind of electrical pulses into angular displacement of the implementing agencies. When stepping drive receives a pulse signal, it drives stepper motor rotate in the direction set by a fixed angle ( called the " step " ), it is the rotation at a fixed angle step by step operation. The number of pulses to control the amount of angular displacement through the control, so as to achieve the purpose of accurate positioning; also can control the pulse frequency to control motor rotation speed and acceleration, so as to achieve the purpose of speed. Special motor stepper motor control can be used as a, using its no accumulation of error ( accuracy of 100% ) characteristics, widely used in all kinds of open-loop control.Now more commonly used step motor comprises stepper motor ( VR ), permanent magnet stepper motor ( PM ), hybrid stepping motor ( HB ) and single-phase stepping motor.Permanent magnet stepper motor for general two-phase, torque and small volume, the step angle is 7.5 degree or 15 degree;Reaction stepping motor is generally three-phase, can achieve a high torque output, step angle is 1.5 degrees, but thenoise and vibration are great. The rotor magnetic circuit made of soft magnetic material reaction stepper motor, a multi-phase excitation winding stator, using magnetic torque changes.Hybrid stepping motor is mixed the advantages of permanent magnet type and reaction type. It is divided into two phase and five phase: two-phase stepper angle is 1.8 degree and five phase stepper angle is 0.72 degrees. Application of the stepping motor is the most widely, is also this subdivision driving of stepper motor selection scheme.Some of the basic parameters of step motor:The natural step motor:It says every hair a step pulse signal control system, motor rotation angle. Motor factory is a step angle values, such as type 86BYG250A motor is given a value of 0.9° /1.8 °( said a half step of work is 0.9 °, the whole step of work is 1.8 °), this step can be called ' motor fixed step ', it doesn't have to be the actual motor work when the real step angle, angle and drive the real steps.Stepper motor phase number:Is the number of coils inside the motor, commonly used in a two-phase, three-phase, four phase, five phase stepper motor. The number of motor phase is different, the step angle is also different, the general two-phase motor step angle is 0.9° /1.8 °, three-phase 0.75 ° /1.5 °, five phase of 0.36 ° /0.72 °. In the absence of subdivision drive, users mainly rely on different phases of the stepper motor to meet their own requirements of step angle. If you use a subdivision driver, is ' phase ' will become meaningless, users only need to change the fine fraction in the drive, you can change the step angle.Keep the torque ( HOLDINGTORQUE ):Is the stepper motor power but there is no rotation, thestator locked rotor torque. It is one of the most important parameters of step motor, usually stepper motor in the low-speed torque to keep the torque. Because of the larger output torque stepper motor with speed and continuous decay, increases the output power with the speed of change, so keep the torque becomes one of the most important parameters of step motor. For example, when people say 2N.m stepper motor, in the absence of exceptional circumstances described in that refers to keep the torque motor for the 2N.m step.DETENTTORQUE: DETENTTORQUE:Refers to the stepper motor is not energized condition, the stator locked rotor torque. DETENTTORQUE does not have a unified way of translation in China, easy to make people misunderstand; as the rotor reaction stepper motor is not permanent magnetic material, so it has no DETENTTORQUE.Some of the characteristic of step motor:The 1 stepper motor step angle accuracy for 3-5%, and no accumulation.2 stepper motor appearance allows the maximum temperature.Stepper motor temperature is too high will first make the motor magnetic material demagnetization, resulting in lower torque and loss, so the highest temperature of motor appearance allows should depend on the different motor demagnetization magnetic materials; generally speaking, demagnetization point magnetic material in 130 degrees Celsius above, some even as high as 200 degrees Celsius stepping motor, so the surface temperature at 80-90 degrees Celsius completely normal.3 stepper motor torque will decrease with the increase of rotational speed.When the stepper motor rotates, the electrical inductance of the winding will form a reverse electromotive force; the higher the frequency, the greater the reverse emf. Under the influence of it, the motor with frequency ( or speed ) increase and the phase current is reduced, resulting in lower torque.4 stepper motor speed can be normal operation, but if it is more than a certain speed will not start, and accompanied by howling.Stepper motor is a technical parameter: no-load start frequency, namely the stepper motor under no-load condition can pulse frequency start, if the pulse frequency is higher than the value, the motor can not start properly, may have lost step or stall. In under the condition of the load, start frequency should be less. If you want to enable the motor to rotate at high speed, pulse frequency should accelerate the process is started, the lower frequency, and then according to certain acceleration up to high frequency desired ( motor speed from low speed to high speed ).Characteristics of stepper motor with its significant, play an important purpose in the era of digital manufacturing. With the different development of digital technology and stepper motor itself technology improves, the stepper motor will be applied in more fields. How to determine the stepper motor driver DC power supply:A. Determination of the voltageHybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, thenthe voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive. B. Determination of Current Power supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times. The main characteristics of stepping motor:A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such as If adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2 Dragon step angle stepper motor version is 7.5 degrees, 360 degrees around, takes 48 pulses to complete.3 stepper motor has instant start and rapid cessation of superior characteristics. Change the pulse of the order of 4, you can easily change the direction of rotation. Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force. Stepper motor control example We use four-phase unipolar stepper motor as an example. The structure shown in Figure 1:Four four-phase winding leads (as opposed to phase A1 A2 B1 phase phase B2) and two public lines (to the power of positive). The windings of one phase to the power of the ground. So that the windings will be inspired. We use four-phase eight-beat control, ie, 1 phase 2 phase alternating turn, would enhance resolution. 0.9 ° per step can be transferred to control the motor excitation is transferred in order as follows:If the requirements of motor reversal, the transmission excitation signal can be reversed. 2 control scheme Control system block diagram is as followsThe program uses AT89S51 as the main control device. It is compatible with the AT89C51, but also increased the SPI interface and the watchdog module, which not only makes the debugging process becomes easy and also more stable. The microcontroller in the program mainly for field signal acquisition and operation of the stepper motor to calculate the direction and speed information. Then sent to the CPLD. CPLD with EPM7128SLC84-15, EPM7128 programmable logic device of large-scale, for the ALTERA company's MAX7000 family. High impedance, electrically erasable and other characteristics, can be used for the 2500 unit, the working voltage of +5 V. CPLD receives information sent from the microcontroller after converted to the corresponding control signal output to the stepper motor drive. Put the control signal drives the motor windings after the input, to achieve effective control of the motor.2.1 The hardware structure of the motor drive Motor drive using the following circuit:R1-R8 in which the resistance value of 320Ω. R9-R12 resistance value 2.2KΩ. Q1-Q4 as Darlington D401A, Q5-Q8 for the S8550. J1, J2 and the stepper motor connected to the six-lead。

步进电机运动控制系统外文文献翻译中英文

步进电机运动控制系统外文文献翻译中英文

步进电机运动控制系统外文文献翻译中英文外文文献翻译(含:英文原文及中文译文)文献出处:YH Lee. Stepper motor motion control system design [J]. Equipment Manufacturing Technology, 2015,2(6):31-41.英文原文Stepper motor motion control system designYH LeeAbstractStepper motors are open-loop control elements that convertelectrical pulse signals to angular or linear displacements. In the case of non-overload, the rotation speed and stop position of the motor depend only on the frequency and pulse number of the pulse signal, and is not affected by the load change, that is, a pulse signal is applied to the motor, and the motor rotates through a step angle. The existence of this linear relationship, coupled with the fact that the stepper motor has only periodic errors and no cumulative errors, is a feature. It is very simple to use a stepper motor to control the speed and position. Stepper motor speed control is generally to change the frequency of the input stepper motor pulse to achieve stepper motor speed control, because the stepper motor for each pulse to rotate afixed angle, so that you can control the stepper motor The time intervalfrom one pulse to the next pulse changes the frequency of the pulse. The length of the delay controls the step anglespecifically to change the rotation speed of the motor, thereby realizing the stepping motor speed control. In this design scheme, the internal timer of the AT89C51 microcontroller is used to change the frequency of the CP pulse to realize the control of the rotation speedof the stepper motor to realize the functions of the motor speed adjustment and forward and reverse rotation. The design takes into consideration that the CPU may be disturbed when executing instructions, causing the program to "run away" or enter the "endless loop". Therefore, the watchdog circuit is designed using a microprocessing system monitoring integrated chip manufactured by MAXIM. MAXI813. This article also gives the related hardware block diagram and software flow chart in detail, and has compiled the assembly language program.Keywords: stepper motor single chip microcomputer speed control systemIntroductionStepper motors were first developed by the British in 1920. The invention of the transistor in the late 1950s was also gradually applied to a stepping motor, which made it easier to control the digitization. After continuous improvement, today's stepper motors have been widely used in mechanical systems with high controllability such as high positioning accuracy, high decomposition performance, highresponsiveness, and reliability. In the production process, where automation, labor saving, andhigh efficiency are required, we can easily find traces of stepper motors, especially those that emphasize speed, position control, and flexible control applications that require precise command operation. The most. As an actuator, a stepper motor is one of the key products of electromechanical integration and is widely used in various automation control systems. With the development of microelectronics and computer technology, the demand for stepper motors is increasing day by day, and there are applications in various national economic fields. A stepper motor is an actuator that converts an electrical pulse signal into an angular or linear displacement. Stepper motors can be driven directly with digital signals and are very easy to use. The general motor is continuous rotation, while the stepper motor has two basic states of positioning and operation. When there is a pulse input, the stepping motor rotates step by step, and when it is given a pulse signal, it turns a certain angle. The angular displacement of the stepping motor is strictly proportional to the number of input pulses and is synchronized in time with the input pulse. Therefore, as long as the number of input pulses, the frequency, and the phase sequence of the motor windings are controlled, the desired rotation angle can be obtained. Speed and direction of rotation. When there is no pulse input, the air gap magnetic field can keep the rotor in the original position under theexcitation of the winding power supply. So it is very suitable forsingle chip microcomputer control. Stepper motors also have features such as fast start, precise stepping and positioning, and are thus widely used in CNC machine tools, plotters, printers, and optical instruments. Stepping motors have become the third category of motors except for DC motors and AC motors. Traditional electric motors, as electromechanical energy conversion devices, play a key role in human production and life into the electrification process. The stepper motor can be used as a special motor for control, and it is widely used in various open-loop control because it has no accumulated error (accuracy is 100%). Now more commonly used stepper motors include reactive stepper motors (VR), permanent magnet stepper motors (PM), hybrid stepper motors (HB), and single-phase stepper motors. Permanent-magnet type stepping motor is generally two-phase, small torque and volume, step angle is generally 7.5 degrees or 15 degrees; Reactive stepping motor is generally three-phase, can achieve large torque output, stepping The angle is generally 1.5 degrees, but the noise and vibration are large. The rotor of the reactive stepper motor is magnetically routed from a soft magnetic material, and the stator has a multi-phase excitation winding, which generates torque using a change in the magnetic permeability. Hybrid stepping motor refers to the advantage of mixing permanent magnet type and reactive type. It is divided into two phases and five phases: the two-phase step angle is generally 1.8 degrees andthe five-phase step angle is generally 0.72 degrees. This type of steppermotor is the most widely used and is also the stepper motor used in this subdivision drive scheme.1 stepper motor overview1. 1 stepper motor features:1) The accuracy of a typical stepper motor is 3-5% of the step angle and does not accumulate. 2) The allowable temperature of the stepper motor is high. Excessively high temperature of the stepping motor first demagnetizes the magnetic material of the motor, resulting in a drop in torque and even loss of synchronism. Therefore, the maximum temperature allowed for the appearance of the motor should depend on the demagnetization point of the magnetic material of different motors; generally, the demagnetization of the magnetic material. The points are all above 130 degrees Celsius, and some are even up to 200 degrees Celsius. Therefore, the external temperature of the stepper motor is completely normal at 80-90 degrees Celsius. 3) The torque of the stepper motor will decrease as the rotation speed increases. When the stepper motor rotates, the inductance of each phase winding of the motor will form a counter electromotive force; the higher the frequency, the greater the counter electromotive force. Under its effect, the motor's phase current decreases as the frequency (or speed) increases, causing the torque to drop. 4) The stepping motor can run normally at low speed,but it cannot start if it is higher than a certain speed, accompanied by howling. The stepper motorhas a technical parameter: No-load starting frequency, that is the pulse frequency that the stepping motor can start normally under no-load conditions. If the pulse frequency is higher than this value, the motor cannot start normally, and step loss or stall may occur. In the case of load, the starting frequency should be lower. If the motor is to be rotated at a high speed, the pulse frequency should have an acceleration process, that is, the starting frequency is low, and then it is increased to a desired high frequency (motor speed is raised from low speed to high speed) at a certain acceleration. TC \* MERGEFORMAT1. 2 working principle of stepping motorA stepper motor is a type of motor that is controlled by anelectrical pulse and converts the electrical pulse signal into a phase-shifted motor whose mechanical displacement and rotational speed are proportional to the number of pulses and the pulse frequency of the input motor winding. Each pulse signal can be stepped The feed motor rotates at a fixed angle. The number of pulses determines the total angle of rotation. The frequency of the pulse determines the speed of the motor. When the stepper receives a pulse signal, it drives the stepper motor to rotate in the set direction. At a fixed angle (called "step angle"), its rotation is performed step by step at a fixed angle. By controlling the number of pulses to control the angular displacement,so as to achieve the purpose of accurate positioning; At the same time, by controlling the pulse frequencyto control the speed and acceleration of the motor rotation, so asto achieve the purpose of speed control.2 Basic requirements for designStudy the characteristics, working principle, and specific speed regulation principle of stepper motor. TC \* MERGEFORMATBasic requirements The stepper motor uses a three-phase steppermotor with a power of 1W. When the speed is in the range of 0 to1000r/min, the maximum accuracy is 2%. To basically complete the graduation design, the stepper motor can perform precise speed control, positive and negative rotation, and it can not lose step when starting. Basically, there is no Oscillation, can complete the complete hardware circuit diagram, software design.3 Argumentation of the plan3.1 Determination of control methodsAlthough the stepper motor control is a relatively accurate, open-loop stepper motor control system has the advantages of low cost, simple, convenient control, etc., in the open-loop system of the stepper motor using the microcontroller, the frequency of the CP pulse of the control system or change The cycle is actually controlling the speed of the stepper motor. There are two ways the system can achieve stepper motor speed control. One is delay, the other is timing. The delay method is to call a delay subroutine after each commutation. After the delay isover, the commutation is executed again. In this way, CP pulses or commutation cycles with a certain frequency can be issued. The delay time of the delay subroutine and the time used by the commutation program are the cycles of the CP pulse. This method is simple, uses less resources, and is implemented by software. Different subroutines can be called to achieve different speeds. However, it takes a long time to process the CPU and cannot handle other tasks at runtime. Therefore, it is only suitable for a simpler control process. The timing method is to use the timer timing function in the microcontroller system to generate an arbitrary period of the timing signal, so that the period of the system output CP pulse can be conveniently controlled. When the timer is started, the timer counts up the system and its cycle starting from the loaded initial value. When the timer overflows, the timer generates an interrupt and the system transfers to execute the timer interrupt subroutine. The motor commutation subroutine is placed in the timer interrupt service routine. The timer interrupt is once and the motor is reversed once to achieve motor speed control. Since there is a certain time interval from the start of restarting the timer to the timer application interruption, the timing time is increased. In order to reduce this timing error and achieve accurate timing, it is necessary to make appropriate adjustments to the initial value of reloading counts. . The initial value of adjusted reloading mainly considers two factors and one is the time required to interrupt theresponse. The second is the time occupied by reloading the initial value instruction, including other instructions that interrupt the service program before reloading the initial value. After these two factors are combined, the correction amount of the reload count initial value takes 8 machine cycles, that is, the timing time is shortened by 8 machine cycles. When using the timer interrupt to control the motor shift, it is actually changing the size of the timer load value. In the control process, a discrete approach is used to approximate the ideal speed curve. In order to reduce the time for calculating the load value in each step, the load value required for the speed of each discrete point is fixed in the ROM of the system when the system is designed. The system uses the table look-up method to find the required load value in the system. Significantly reduce the time spent on CPU and improve the response speed of the system. Most stepper motor motion control systems are designed to run in an open-loop state, because the cost is low, and the position control inherent in the motion control technology can be provided without feedback. However, in some applications, more reliability, security, or product quality assurance is required. Therefore, closed-loop control is also an option. Here are some methods for achieving closed-loop control of stepper motors: 1) Step-by-step confirmation, This is the simplest displacement control, using a low-value optical encoder to calculate the amount of step movement. A simple loop compares the stepper motor with the commandverification and verifies that the stepper motor moves to the expected position; 2) Back-EMF, a sensorless detection method, uses a stepper motor's back EMF (eleCtromotiveCe, emf) signal , Measure and control speed. When the back-EMF voltage drops to the monitoring detection level, the closed-loop control is changed to the standard open-loop to complete the final displacement movement; 3) Full-servo control refers to the full-time use of feedback devices for stepper motors - encoders, decoding , or other feedback sensors to more accurately control the stepper motor displacement and torque. Other methods include a variety of different back-EMF control motor parameter measurements and software techniques that some manufacturers use. Here, the stepper drive monitors and measures the motor coils and uses voltage current information to increase the stepper motor control. Positive damping uses this information to block the speed of vibration, producing more usable torque output and reducing torque-induced mechanical vibration losses. No encoder installation monitoring uses information to detect the loss of synchronous speed. Conventional stepper motor control usually employs feedback devices and non-sensing methods, and is an effective method to implement a sports application with safety requirements, dangerous conditions or high accuracy requirements. Most stepper motor-based systems typically operate in an open-loop state, which provides a low-cost solution. In fact, stepper systems can improve the performanceof displacement control without feedback. However, when the stepper motor is running in open loop, there may be a simultaneous loss between the command pace and the actual step. Closed-loop control, which is part of traditional step control, can effectively provide higher reliability, safety, or product quality. In these stepper systems, the closed loop of the feedback device or indirect parametric sensing method can correct or control out-of-step, monitor motor stagnation, and ensure greater available torque output. Recently, closed-loop control (CLC) of stepper motors can also help implement smart distributed motion architectures. However, there is a risk of out-of-step operation in open-loop operation, which will result in positioning errors. However, compared to encoders used in servo systems, closed-loop stepper motors use encoders that are less costly. Therefore, closed-loop control is selected.3.2 Determination of Drive ModeThere are generally two methods for driving a stepping motor. One is directly driven by the CPU. This method is generally not suitable because the output current pulse of the CPU is extremely small and it cannot sufficiently rotate the stepping motor. One is indirect drivingby the CPU, which is to amplify the signal output from the CPU, and then directly drive or indirectly drive the stepper motor throughphotoelectric isolation. This method is relatively safe and reliable. The solid design should use a CPU to drive the stepper motor indirectly. Thetachogenerator of the encoder is also used as the speed measurement tool. Because the closed-loop control is selected, there must be feedback components. There are generally two types of feedback components. One is the coaxial tachometer generator, and the speed of the stepping motor is fed back. Back, and then through the display and stepper motor adjustment; Another is through the optical coaxial encoder to the stepper motor speed feedback back to the stepper motor to adjust; compared to the latter, the latter The design is relatively simple, inexpensive, safe and reliable, and less polluting. The latter is generally used for solids, and photoelectric crumblers are used as feedback components.3. 3 Selection of Drive CircuitThere are many kinds of driving motors for stepping motors, but the most common ones are single voltage driving, dual voltage driving, chopper driving, subdivision control driving and so on. Single-voltage driving is the simplest driving circuit in stepper motor control. It is essentially a single-phase inverter. Its greatest feature is its simple structure, because of its low work efficiency, especially its prominent features at high frequencies. Its external resistor R consumes a considerable amount of heat, which affects the stability of the circuit. This type of drive is generally used only in the drive circuit of a low-power stepper motor. Dual-voltage driving is generally driven by two power supply voltages. Since these two power supplies are one highvoltage and one low voltage, they are also called high and low voltage driving circuits. The disadvantage of the dual-voltage driving circuit is that the valley point appears in the current at the high-low voltage connection, which inevitably causes the torque to drop at the valley point. Not suitable for normal operation of the motor. For the chopper circuit drive, this disadvantage can be overcome and the efficiency of the stepper motor can also be improved. Therefore, it is a good driver circuit from the standpoint of improving efficiency. It can use a higher power supply voltage and does not require an external resistor to limit the rated current and reduce the time constant. However, due to the sawtooth fluctuations at the top of the waveform, large electromagnetic noise is generated. The subdivision drive is powered by a pulse voltage. For a voltage pulse, the rotor can rotate one step. Generally, according to the voltage pulse distribution method, each phase winding of the stepping motor will alternately switch, and the rotor of the stepping motor can be fixed. Rotate. The subdivided control circuit is generally divided into two types. One is to use a linear analog power amplifier to obtain a staircase current. This method is simple but inefficient. The other method is to use a single-chip microcomputer to obtain the step current by using the method of pulse width modulation. This method requires complex calculations to make the substepped step angles uniform. However, due to the fact that the design of the stepper motor requires a relatively wide range ofhigh-speed adjustments, the drive chip 8713 should be used to drive themotor and the speed of the stepper motor must be controlled by software.中文译文步进电机运动控制系统设计作者:YH Lee摘要步进电机是将电脉冲信号转变为角位移或线位移的开环控制元件。

步进电机运动控制系统外文文献翻译中英文

步进电机运动控制系统外文文献翻译中英文

外文文献翻译(含:英文原文及中文译文)文献出处:YH Lee. Stepper motor motion control system design [J]. Equipment Manufacturing Technology, 2015,2(6):31-41.英文原文Stepper motor motion control system designYH LeeAbstractStepper motors are open-loop control elements that convert electrical pulse signals to angular or linear displacements. In the case of non-overload, the rotation speed and stop position of the motor depend only on the frequency and pulse number of the pulse signal, and is not affected by the load change, that is, a pulse signal is applied to the motor, and the motor rotates through a step angle. The existence of this linear relationship, coupled with the fact that the stepper motor has only periodic errors and no cumulative errors, is a feature. It is very simple to use a stepper motor to control the speed and position. Stepper motor speed control is generally to change the frequency of the input stepper motor pulse to achieve stepper motor speed control, because the stepper motor for each pulse to rotate a fixed angle, so that you can control the stepper motor The time interval from one pulse to the next pulse changes the frequency of the pulse. The length of the delay controls the step anglespecifically to change the rotation speed of the motor, thereby realizing the stepping motor speed control. In this design scheme, the internal timer of the A T89C51 microcontroller is used to change the frequency of the CP pulse to realize the control of the rotation speed of the stepper motor to realize the functions of the motor speed adjustment and forward and reverse rotation. The design takes into consideration that the CPU may be disturbed when executing instructions, causing the program to "run away" or enter the "endless loop". Therefore, the watchdog circuit is designed using a microprocessing system monitoring integrated chip manufactured by MAXIM. MAXI813. This article also gives the related hardware block diagram and software flow chart in detail, and has compiled the assembly language program.Keywords: stepper motor single chip microcomputer speed control systemIntroductionStepper motors were first developed by the British in 1920. The invention of the transistor in the late 1950s was also gradually applied to a stepping motor, which made it easier to control the digitization. After continuous improvement, today's stepper motors have been widely used in mechanical systems with high controllability such as high positioning accuracy, high decomposition performance, high responsiveness, and reliability. In the production process, where automation, labor saving, andhigh efficiency are required, we can easily find traces of stepper motors, especially those that emphasize speed, position control, and flexible control applications that require precise command operation. The most. As an actuator, a stepper motor is one of the key products of electromechanical integration and is widely used in various automation control systems. With the development of microelectronics and computer technology, the demand for stepper motors is increasing day by day, and there are applications in various national economic fields. A stepper motor is an actuator that converts an electrical pulse signal into an angular or linear displacement. Stepper motors can be driven directly with digital signals and are very easy to use. The general motor is continuous rotation, while the stepper motor has two basic states of positioning and operation. When there is a pulse input, the stepping motor rotates step by step, and when it is given a pulse signal, it turns a certain angle. The angular displacement of the stepping motor is strictly proportional to the number of input pulses and is synchronized in time with the input pulse. Therefore, as long as the number of input pulses, the frequency, and the phase sequence of the motor windings are controlled, the desired rotation angle can be obtained. Speed and direction of rotation. When there is no pulse input, the air gap magnetic field can keep the rotor in the original position under the excitation of the winding power supply. So it is very suitable for single chip microcomputer control. Stepper motors also havefeatures such as fast start, precise stepping and positioning, and are thus widely used in CNC machine tools, plotters, printers, and optical instruments. Stepping motors have become the third category of motors except for DC motors and AC motors. Traditional electric motors, as electromechanical energy conversion devices, play a key role in human production and life into the electrification process. The stepper motor can be used as a special motor for control, and it is widely used in various open-loop control because it has no accumulated error (accuracy is 100%). Now more commonly used stepper motors include reactive stepper motors (VR), permanent magnet stepper motors (PM), hybrid stepper motors (HB), and single-phase stepper motors. Permanent-magnet type stepping motor is generally two-phase, small torque and volume, step angle is generally 7.5 degrees or 15 degrees; Reactive stepping motor is generally three-phase, can achieve large torque output, stepping The angle is generally 1.5 degrees, but the noise and vibration are large. The rotor of the reactive stepper motor is magnetically routed from a soft magnetic material, and the stator has a multi-phase excitation winding, which generates torque using a change in the magnetic permeability. Hybrid stepping motor refers to the advantage of mixing permanent magnet type and reactive type. It is divided into two phases and five phases: the two-phase step angle is generally 1.8 degrees and the five-phase step angle is generally 0.72 degrees. This type of steppermotor is the most widely used and is also the stepper motor used in this subdivision drive scheme.1 stepper motor overview1. 1 stepper motor features:1) The accuracy of a typical stepper motor is 3-5% of the step angle and does not accumulate. 2) The allowable temperature of the stepper motor is high. Excessively high temperature of the stepping motor first demagnetizes the magnetic material of the motor, resulting in a drop in torque and even loss of synchronism. Therefore, the maximum temperature allowed for the appearance of the motor should depend on the demagnetization point of the magnetic material of different motors; generally, the demagnetization of the magnetic material. The points are all above 130 degrees Celsius, and some are even up to 200 degrees Celsius. Therefore, the external temperature of the stepper motor is completely normal at 80-90 degrees Celsius. 3) The torque of the stepper motor will decrease as the rotation speed increases. When the stepper motor rotates, the inductance of each phase winding of the motor will form a counter electromotive force; the higher the frequency, the greater the counter electromotive force. Under its effect, the motor's phase current decreases as the frequency (or speed) increases, causing the torque to drop. 4) The stepping motor can run normally at low speed, but it cannot start if it is higher than a certain speed, accompanied by howling. The stepper motorhas a technical parameter: No-load starting frequency, that is the pulse frequency that the stepping motor can start normally under no-load conditions. If the pulse frequency is higher than this value, the motor cannot start normally, and step loss or stall may occur. In the case of load, the starting frequency should be lower. If the motor is to be rotated at a high speed, the pulse frequency should have an acceleration process, that is, the starting frequency is low, and then it is increased to a desired high frequency (motor speed is raised from low speed to high speed) at a certain acceleration. TC \* MERGEFORMA T1. 2 working principle of stepping motorA stepper motor is a type of motor that is controlled by an electrical pulse and converts the electrical pulse signal into a phase-shifted motor whose mechanical displacement and rotational speed are proportional to the number of pulses and the pulse frequency of the input motor winding. Each pulse signal can be stepped The feed motor rotates at a fixed angle. The number of pulses determines the total angle of rotation. The frequency of the pulse determines the speed of the motor. When the stepper receives a pulse signal, it drives the stepper motor to rotate in the set direction. At a fixed angle (called "step angle"), its rotation is performed step by step at a fixed angle. By controlling the number of pulses to control the angular displacement, so as to achieve the purpose of accurate positioning; At the same time, by controlling the pulse frequencyto control the speed and acceleration of the motor rotation, so as to achieve the purpose of speed control.2 Basic requirements for designStudy the characteristics, working principle, and specific speed regulation principle of stepper motor. TC \* MERGEFORMA T Basic requirements The stepper motor uses a three-phase stepper motor with a power of 1W. When the speed is in the range of 0 to 1000r/min, the maximum accuracy is 2%. To basically complete the graduation design, the stepper motor can perform precise speed control, positive and negative rotation, and it can not lose step when starting. Basically, there is no Oscillation, can complete the complete hardware circuit diagram, software design.3 Argumentation of the plan3.1 Determination of control methodsAlthough the stepper motor control is a relatively accurate, open-loop stepper motor control system has the advantages of low cost, simple, convenient control, etc., in the open-loop system of the stepper motor using the microcontroller, the frequency of the CP pulse of the control system or change The cycle is actually controlling the speed of the stepper motor. There are two ways the system can achieve stepper motor speed control. One is delay, the other is timing. The delay method is to call a delay subroutine after each commutation. After the delay isover, the commutation is executed again. In this way, CP pulses or commutation cycles with a certain frequency can be issued. The delay time of the delay subroutine and the time used by the commutation program are the cycles of the CP pulse. This method is simple, uses less resources, and is implemented by software. Different subroutines can be called to achieve different speeds. However, it takes a long time to process the CPU and cannot handle other tasks at runtime. Therefore, it is only suitable for a simpler control process. The timing method is to use the timer timing function in the microcontroller system to generate an arbitrary period of the timing signal, so that the period of the system output CP pulse can be conveniently controlled. When the timer is started, the timer counts up the system and its cycle starting from the loaded initial value. When the timer overflows, the timer generates an interrupt and the system transfers to execute the timer interrupt subroutine. The motor commutation subroutine is placed in the timer interrupt service routine. The timer interrupt is once and the motor is reversed once to achieve motor speed control. Since there is a certain time interval from the start of restarting the timer to the timer application interruption, the timing time is increased. In order to reduce this timing error and achieve accurate timing, it is necessary to make appropriate adjustments to the initial value of reloading counts. . The initial value of adjusted reloading mainly considers two factors and one is the time required to interrupt theresponse. The second is the time occupied by reloading the initial value instruction, including other instructions that interrupt the service program before reloading the initial value. After these two factors are combined, the correction amount of the reload count initial value takes 8 machine cycles, that is, the timing time is shortened by 8 machine cycles. When using the timer interrupt to control the motor shift, it is actually changing the size of the timer load value. In the control process, a discrete approach is used to approximate the ideal speed curve. In order to reduce the time for calculating the load value in each step, the load value required for the speed of each discrete point is fixed in the ROM of the system when the system is designed. The system uses the table look-up method to find the required load value in the system. Significantly reduce the time spent on CPU and improve the response speed of the system. Most stepper motor motion control systems are designed to run in an open-loop state, because the cost is low, and the position control inherent in the motion control technology can be provided without feedback. However, in some applications, more reliability, security, or product quality assurance is required. Therefore, closed-loop control is also an option. Here are some methods for achieving closed-loop control of stepper motors: 1) Step-by-step confirmation, This is the simplest displacement control, using a low-value optical encoder to calculate the amount of step movement. A simple loop compares the stepper motor with the commandverification and verifies that the stepper motor moves to the expected position; 2) Back-EMF, a sensorless detection method, uses a stepper motor's back EMF (eleCtromotiveCe, emf) signal , Measure and control speed. When the back-EMF voltage drops to the monitoring detection level, the closed-loop control is changed to the standard open-loop to complete the final displacement movement; 3) Full-servo control refers to the full-time use of feedback devices for stepper motors - encoders, decoding , or other feedback sensors to more accurately control the stepper motor displacement and torque. Other methods include a variety of different back-EMF control motor parameter measurements and software techniques that some manufacturers use. Here, the stepper drive monitors and measures the motor coils and uses voltage current information to increase the stepper motor control. Positive damping uses this information to block the speed of vibration, producing more usable torque output and reducing torque-induced mechanical vibration losses. No encoder installation monitoring uses information to detect the loss of synchronous speed. Conventional stepper motor control usually employs feedback devices and non-sensing methods, and is an effective method to implement a sports application with safety requirements, dangerous conditions or high accuracy requirements. Most stepper motor-based systems typically operate in an open-loop state, which provides a low-cost solution. In fact, stepper systems can improve the performanceof displacement control without feedback. However, when the stepper motor is running in open loop, there may be a simultaneous loss between the command pace and the actual step. Closed-loop control, which is part of traditional step control, can effectively provide higher reliability, safety, or product quality. In these stepper systems, the closed loop of the feedback device or indirect parametric sensing method can correct or control out-of-step, monitor motor stagnation, and ensure greater available torque output. Recently, closed-loop control (CLC) of stepper motors can also help implement smart distributed motion architectures. However, there is a risk of out-of-step operation in open-loop operation, which will result in positioning errors. However, compared to encoders used in servo systems, closed-loop stepper motors use encoders that are less costly. Therefore, closed-loop control is selected.3.2 Determination of Drive ModeThere are generally two methods for driving a stepping motor. One is directly driven by the CPU. This method is generally not suitable because the output current pulse of the CPU is extremely small and it cannot sufficiently rotate the stepping motor. One is indirect driving by the CPU, which is to amplify the signal output from the CPU, and then directly drive or indirectly drive the stepper motor through photoelectric isolation. This method is relatively safe and reliable. The solid design should use a CPU to drive the stepper motor indirectly. Thetachogenerator of the encoder is also used as the speed measurement tool. Because the closed-loop control is selected, there must be feedback components. There are generally two types of feedback components. One is the coaxial tachometer generator, and the speed of the stepping motor is fed back. Back, and then through the display and stepper motor adjustment; Another is through the optical coaxial encoder to the stepper motor speed feedback back to the stepper motor to adjust; compared to the latter, the latter The design is relatively simple, inexpensive, safe and reliable, and less polluting. The latter is generally used for solids, and photoelectric crumblers are used as feedback components.3. 3 Selection of Drive CircuitThere are many kinds of driving motors for stepping motors, but the most common ones are single voltage driving, dual voltage driving, chopper driving, subdivision control driving and so on. Single-voltage driving is the simplest driving circuit in stepper motor control. It is essentially a single-phase inverter. Its greatest feature is its simple structure, because of its low work efficiency, especially its prominent features at high frequencies. Its external resistor R consumes a considerable amount of heat, which affects the stability of the circuit. This type of drive is generally used only in the drive circuit of a low-power stepper motor. Dual-voltage driving is generally driven by two power supply voltages. Since these two power supplies are one highvoltage and one low voltage, they are also called high and low voltage driving circuits. The disadvantage of the dual-voltage driving circuit is that the valley point appears in the current at the high-low voltage connection, which inevitably causes the torque to drop at the valley point. Not suitable for normal operation of the motor. For the chopper circuit drive, this disadvantage can be overcome and the efficiency of the stepper motor can also be improved. Therefore, it is a good driver circuit from the standpoint of improving efficiency. It can use a higher power supply voltage and does not require an external resistor to limit the rated current and reduce the time constant. However, due to the sawtooth fluctuations at the top of the waveform, large electromagnetic noise is generated. The subdivision drive is powered by a pulse voltage. For a voltage pulse, the rotor can rotate one step. Generally, according to the voltage pulse distribution method, each phase winding of the stepping motor will alternately switch, and the rotor of the stepping motor can be fixed. Rotate. The subdivided control circuit is generally divided into two types. One is to use a linear analog power amplifier to obtain a staircase current. This method is simple but inefficient. The other method is to use a single-chip microcomputer to obtain the step current by using the method of pulse width modulation. This method requires complex calculations to make the substepped step angles uniform. However, due to the fact that the design of the stepper motor requires a relatively wide range ofhigh-speed adjustments, the drive chip 8713 should be used to drive the motor and the speed of the stepper motor must be controlled by software.中文译文步进电机运动控制系统设计作者:YH Lee摘要步进电机是将电脉冲信号转变为角位移或线位移的开环控制元件。

单片机控制步进电机外文文献翻译资料讲解

单片机控制步进电机外文文献翻译资料讲解

单片机控制步进电机外文原文Stepping motor application and control stepper motor is an electrical pulse will be converted into angular displacement of the implementing agencies. Put it in simple language-speaking: When the stepper drive pulse signal to a receiver, it drives stepper motor rotation direction by setting a fixed point of view (and the step angle). You can control the number of pulses to control the amount of angular displacement, so as to achieve the purpose of accurate positioning; At the same time, you can by controlling the pulse frequency to control the motor rotation speed and acceleration, so as to achieve the purpose of speed.Stepper motor directly from the AC-DC power supply, and must use special equipment - stepper motor drive. Stepper motor drive system performance, in addition to their own performance with the motor on the outside, but also to a large extent depend on the drive is good or bad. A typical stepper motor drive system is operated by the stepper motor controller, stepper motor drives and stepper motor body is composed of three parts. Stepper motor controller stepper pulse and direction signal, each made of a pulse, stepper motor-driven stepper motor drives a rotor rotating step angle, that is, step-by-step further. High or low speed stepper motor, or speed, or deceleration, start or stop pulses are entirely dependent on whether the level or frequency. Decide the direction of the signal controller stepper motor clockwise or counterclockwise rotation. Typically, the stepper motor drive circuit from the logic control, power driver circuit, protection circuit and power components. Stepper motor drive controller, once received from the direction of the signal and step pulse, the control circuit on a pre-determined way of the electrical power-phase stepper motor excitation windings of the conduction or cut-off signal. Control circuit output signal power is low, can not provide the necessary stepping motor output power, the need for power amplifier, which is stepper motor driven power drive part. Power stepper motor drive circuit to control the input current winding to form a space for rotating magnetic field excitation, the rotor-driven movement. Protection circuit in the event of shortcircuit, overload, overheating, such as failure to stop the rapid drive and motor.Motor is usually for the permanent magnet rotor, when the current flows through the stator windings, the stator windings produce a magnetic field vector. The magnetic field will lead to a rotor angle of rotation, making a pair of rotor and stator magnetic field direction of the magnetic field direction. When the stator rotating magnetic field vector from a different angle. Also as the rotor magnetic field to a point of view. An electrical pulse for each input, the motor rotation angle step. Its output and input of the angular displacement is proportional to the pulses, with pulse frequency proportional to speed. Power to change the order of winding, the electrical will be reversed. We can, therefore, control the pulse number, frequency and electrical power windings of each phase to control the order of rotation of stepper motor.Stepper motor types:Permanent magnet (PM). Magnetic generally two-phase stepper, torque and are smaller and generally stepping angle of 7.5 degrees or 15 degrees; put more wind for air-conditioning.Reactive (VR), the domestic general called BF, have a common three-phase reaction, step angle of 1.5 degrees; also have five-phase reaction. Noise, no torque has been set at a large number of out.Hybrid (HB), common two-phase hybrid, five-phase hybrid, three-phase hybrid, four-phase hybrid, two-phase can be common with the four-phase drive, five-phase three-phase must be used with their drives;Two-phase, four-phase hybrid step angle is 1.8 degrees more than a small size, great distance, and low noise;Five-phase hybrid stepping motor is generally 0.72, the motor step angle small, high resolution, but the complexity of drive circuits, wiring problems, such as the 5-phase system of 10 lines.Three-phase hybrid stepping motor step angle of 1.2 degrees, but according to the use of 1.8 degrees, the three-phase hybrid stepping motor has a two-phase mixed than the five-phase hybrid more pole will help electric folder symmetric angle, it can be more than two-phase, five-phase high accuracy, the error even smaller, run moresmoothly.Stepper motor to maintain torque: stepper motor power means no rotation, the stator locked rotor torque. It is a stepper motor, one of the most important parameters, usually in the low-speed stepper motor torque at the time of close to maintain the torque. As the stepper motor output torque increases with the speed of constant attenuation, the output power also increases with the speed of change, so as to maintain torque on the stepper motor to measure the parameters of one of the most important. For example, when people say that the stepper motor 2N.m, in the absence of special circumstances that means for maintaining the torque of the stepper motor 2N.m.Precision stepper motors: stepper motor step angle accuracy of 3-5%, not cumulative.Stepper motor to allow the minimum amount of surface temperature:Stepper motor causes the motor temperature is too high the first magnetic demagnetization, resulting in loss of torque down even further, so the motor surface temperature should be the maximum allowed depending on the motor demagnetization of magnetic material points; Generally speaking, the magnetic demagnetization points are above 130 degrees Celsius, and some even as high as 200 degrees Celsius, so the stepper motor surface temperature of 80-90 degrees Celsius is normal.Start frequency of no-load: the stepper motor in case of no-load to the normal start of the pulse frequency, if the pulse frequency is higher than the value of motor does not start, possible to lose steps or blocking. In the case of the load, start frequency should be lower. If you want to achieve high-speed rotation motor, pulse frequency should be to accelerate the process, that is, the lower frequency to start, and then rose to a certain acceleration of the desired frequency (motor speed from low rise to high-speed).Step angle: that is to send a pulse, the electrical angle corresponding to rotation.Torque positioning: positioning torque stepper motor does not refer to the case of electricity, locked rotor torque stator.Operating frequency: step-by-step stepper motor can run without losing thehighest frequency.Subdivision Drive: stepper motor drives the main aim is to weaken or eliminate low-frequency vibration of the stepper motor to improve the accuracy of the motor running. Reduce noise. If the step angle is 1.8 °(full step) the two-phase hybrid stepping motor, if the breakdown of the breakdown of the number of drives for the 8, then the operation of the electrical pulse for each resolution of 0.072 °, the precision of motor can reach or close to 0.225 °, also depends on the breakdown of the breakdown of the drive current control accuracy and other factors, the breakdown of the number of the more difficult the greater the precision of control.How to determine the stepper motor driver DC power supply:A. Determination of the voltage:Hybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive.B. Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times.The main characteristics of stepping motor:1. A stepper motor drive can be added operate pulse drive signal must be no pulse when the stepper motor at rest, such as If adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2. permanent magnet step angle stepper motor version is 7.5 degrees, 360 degrees around, takes 48 pulses to complete.3. stepper motor has instant start and rapid cessation of superior characteristics. Change the order of the pulse4.you can easily change the direction of rotation.Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motors have the following benefits: (1)Low cost (2)Ruggedness (3)Simplicity in construction (4)High reliability (5)No maintenance (6)Wide acceptance(7)No tweaking to stabilize (8)No feedback components are needed They work in just about any environment Inherently more failsafe than servo motors. There isvirtually no conceivable failure within the stepper drive module that could cause the motor to run away. Stepper motors are simple to drive and control in an open-loop configuration. They only require four leads. They provide excellent torque at low speeds, up to 5 times the continuous torque of a brush motor of the same frame size or double the torque of the equivalent brushless motor. This often eliminates the need for a gearbox. A stepper-driven-system is inherently stiff, with known limits to the dynamic position error.Stepper Motor Disadvantages:Stepper motors have the following disadvantages:1. Resonance effects and relatively long settling times .2.Rough performance at low speed unless a microstep drive is used .3.Liability to undetected position loss as a result of operating open-loop .4. They consume current regardless of load conditions and therefore tend to run hot5. Losses at speed are relatively high and can cause excessive heating, and they are frequently noisy (especially at high speeds).6.They can exhibit lag-lead oscillation, which is difficult to damp.There is a limit to their available size, and positioning accuracy relies on the mechanics (e.g., ballscrew accuracy).Many of these drawbacks can be overcome by the use of a closed-loop control scheme.外文资料翻译译文步进电机应用和控制步进电机是将电脉冲转换成角位移的执行机构。

步进电机英文资料及翻译(SteppingMotorTypes)

步进电机英文资料及翻译(SteppingMotorTypes)

Stepping Motor TypesIntroductionStepping motors come in two varieties, permanent magnet and variable reluctance (there are also hybrid motors, which are indistinguishable from permanent magnet motors from the controller's point of view). Lacking a label on the motor, you can generally tell the two apart by feel when no power is applied. Permanent magnet motors tend to "cog" as you twist the rotor with your fingers, while variable reluctance motors almost spin freely (although they may cog slightly because of residual magnetization in the rotor). You can also distinguish between the two varieties with an ohmmeter. Variable reluctance motors usually have three (sometimes four) windings, with a common return, while permanent magnet motors usually have two independent windings, with or without center taps. Center-tapped windings are used in unipolar permanent magnet motors.Stepping motors come in a wide range of angular resolution. The coarsest motors typically turn 90 degrees per step, while high resolution permanent magnet motors are commonly able to handle or even degrees per step. With an appropriate controller, most permanent magnet and hybrid motors can be run in half-steps, and some controllers can handle smaller fractional steps or microsteps.For both permanent magnet and variable reluctance stepping motors, if just one winding of the motor is energised, the rotor (under no load) will snap to a fixed angle and then hold that angle until the torque exceeds the holding torque of the motor, at which point, the rotor will turn, trying to hold at each successive equilibrium point.Variable Reluctance Motors。

单片机的外文文献及中文翻译

单片机的外文文献及中文翻译

单片机的外文文献及中文翻译一、外文文献Title: The Application and Development of SingleChip Microcontrollers in Modern ElectronicsSinglechip microcontrollers have become an indispensable part of modern electronic systems They are small, yet powerful integrated circuits that combine a microprocessor core, memory, and input/output peripherals on a single chip These devices offer significant advantages in terms of cost, size, and power consumption, making them ideal for a wide range of applicationsThe history of singlechip microcontrollers can be traced back to the 1970s when the first microcontrollers were developed Since then, they have undergone significant advancements in technology and performance Today, singlechip microcontrollers are available in a wide variety of architectures and capabilities, ranging from simple 8-bit devices to complex 32-bit and 64-bit systemsOne of the key features of singlechip microcontrollers is their programmability They can be programmed using various languages such as C, Assembly, and Python This flexibility allows developers to customize the functionality of the microcontroller to meet the specific requirements of their applications For example, in embedded systems for automotive, industrial control, and consumer electronics, singlechip microcontrollers can be programmed to control sensors, actuators, and communication interfacesAnother important aspect of singlechip microcontrollers is their low power consumption This is crucial in batterypowered devices and portable electronics where energy efficiency is of paramount importance Modern singlechip microcontrollers incorporate advanced power management techniques to minimize power consumption while maintaining optimal performanceIn addition to their use in traditional electronics, singlechip microcontrollers are also playing a significant role in the emerging fields of the Internet of Things (IoT) and wearable technology In IoT applications, they can be used to collect and process data from various sensors and communicate it wirelessly to a central server Wearable devices such as smartwatches and fitness trackers rely on singlechip microcontrollers to monitor vital signs and perform other functionsHowever, the design and development of systems using singlechip microcontrollers also present certain challenges Issues such as realtime performance, memory management, and software reliability need to be carefully addressed to ensure the successful implementation of the applications Moreover, the rapid evolution of technology requires developers to constantly update their knowledge and skills to keep up with the latest advancements in singlechip microcontroller technologyIn conclusion, singlechip microcontrollers have revolutionized the field of electronics and continue to play a vital role in driving technological innovation Their versatility, low cost, and small form factor make them an attractive choice for a wide range of applications, and their importance is expected to grow further in the years to come二、中文翻译标题:单片机在现代电子领域的应用与发展单片机已成为现代电子系统中不可或缺的一部分。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

外文文献:Knowledge of the stepper motorWhat is a stepper motor:Stepper motor is a kind of electrical pulses into angular displacement of the implementing agency. Popular little lesson: When the driver receives a step pulse signal, it will drive a stepper motor to set the direction of rotation at a fixed angle (and the step angle). You can control the number of pulses to control the angular displacement, so as to achieve accurate positioning purposes; the same time you can control the pulse frequency to control the motor rotation speed and acceleration, to achieve speed control purposes.What kinds of stepper motor sub-:In three stepper motors: permanent magnet (PM), reactive (VR) and hybrid (HB) permanent magnet stepper usually two-phase, torque, and smaller, step angle of 7.5 degrees or the general 15 degrees; reaction step is generally three-phase, can achieve high torque output, step angle of 1.5 degrees is generally, but the noise and vibration are large. 80 countries in Europe and America have been eliminated; hybrid stepper is a mix of permanent magnet and reactive advantages. It consists of two phases and the five-phase: two-phase step angle of 1.8 degrees while the general five-phase step angle of 0.72 degrees generally. The most widely used Stepper Motor.What is to keep the torque (HOLDING TORQUE)How much precision stepper motor? Whether the cumulative:The general accuracy of the stepper motor step angle of 3-5%, and not cumulative.Stepper motor to allow the minimum amount of surface temperatureStepper motor to allow the minimum amount of surface temperature:Stepper motor causes the motor temperature is too high the first magnetic demagnetization, resulting in loss of torque down even further, so the motor surface temperature should be the maximum allowed depending on the motor demagnetization of magnetic material points; Generally speaking, the magnetic demagnetization points are above 130 degrees Celsius, and some even as high as 200 degrees Celsius, so the stepper motor surface temperature of 80-90 degrees Celsius is normal.How to determine the stepper motor driver DC power supply:A. Determination of the voltageHybrid stepping motor driver power supply voltage is generally a wide range (such as the IM483 supply voltage of 12 ~ 48VDC), the supply voltage is usually based on the work of the motor speed and response to the request to choose. If the motor operating speed higher or faster response to the request, then the voltage value is high, but note that the ripple voltage can not exceed the maximum input voltage of the drive, or it may damage the drive.B. Determination of CurrentPower supply current is generally based on the output phase current drive I to determine. If a linear power supply, power supply current is generally preferable 1.1 to 1.3 times the I; if we adopt the switching power supply, power supply current is generally preferable to I, 1.5 to 2.0 times.The main characteristics of stepping motor:A stepper motor drive can be added operate pulse drive signal must be nopulse when the stepper motor at rest, such asIf adding the appropriate pulse signal, it will to a certain angle (called the step angle) rotation. Rotation speed and pulse frequency is proportional to.2 Dragon step angle stepper motor version is 7.5 degrees, 360 degrees around, takes 48 pulses to complete.3 stepper motor has instant start and rapid cessation of superior characteristics.Change the pulse of the order of 4, you can easily change the direction of rotation.Therefore, the current printers, plotters, robotics, and so devices are the core of the stepper motor as the driving force.Stepper motor control exampleWe use four-phase unipolar stepper motor as an example. The structure shown in Figure 1:Four four-phase winding leads (as opposed to phase A1 A2 B1 phase phase B2) and two public lines (to the power of positive). The windings of one phase to the power of the ground. So that the windings will be inspired. We use four-phase eight-beat control, ie, 1 phase 2 phase alternating turn, would enhance resolution. 0.9 °per step can be transferred to control the motor excitation is transferred in order as follows:If the requirements of motor reversal, the transmission excitation signal can be reversed. 2 control schemeControl system block diagram is as followsThe program uses AT89S51 as the main control device. It is compatible withthe AT89C51, but also increased the SPI interface and the watchdog module, which not only makes the debugging process becomes easy and also more stable. The microcontroller in the program mainly for field signal acquisition and operation of the stepper motor to calculate the direction and speed information. Then sent to the CPLD.CPLD with EPM7128SLC84-15, EPM7128 programmable logic device of large-scale, for the ALTERA company's MAX7000 family. High impedance, electrically erasable and other characteristics, can be used for the 2500 unit, the working voltage of +5 V. CPLD receives information sent from the microcontroller after converted to the corresponding control signal output to the stepper motor drive. Put the control signal drives the motor windings after the input, to achieve effective control of the motor. 2.1 The hardware structure of the motor driveMotor drive using the following circuit:R1-R8 in which the resistance value of 320Ω. R9-R12 resistance value 2.2KΩ. Q1-Q4 as Darlington D401A, Q5-Q8 for the S8550. J1, J2 and the stepper motor connected to the six-lead。

相关文档
最新文档