The most complete analysis of DC motor working principle and control circuit (brushless + brush + servo + stepper)

Publisher:TranquilOasisLatest update time:2023-08-25 Source: elecfansKeywords:DC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere


Modern multi-pole, multi-tooth stepper motors have a step accuracy of less than 0.9 degrees (400 pulses per revolution) and are mainly used in highly accurate positioning systems, such as those for magnetic heads in floppy disks/hard drives, printers/plotters or robotic applications. The most commonly used stepper motor is the 200-step-per-revolution stepper motor. It has a 50-tooth rotor, a 4-phase stator and a step angle of 1.8 degrees (360 degrees/(50×4)).


The structure and control of stepper motor

2a4cd196-d485-11ed-bfe3-dac502259ad0.png

In the simple example of a variable reluctance stepper motor above, the motor consists of a central rotor surrounded by four electromagnetic field coils labelled A, B, C and D. All coils with the same letter are connected together so that applying power to, for example, a coil labelled A will cause the magnetic rotor to align with that set of coils.


By energizing each set of coils in sequence, the rotor can be rotated or "stepped" from one position to an angle determined by its step angle configuration, and by energizing the coils in sequence, the rotor will produce rotational motion.


A stepper motor driver controls the step angle and speed of the motor by energizing the field coils in a set sequence (e.g. “ADCB, ADCB, ADCB, A…”, etc.) and the rotor will rotate in one direction (forward), reversing the pulse sequence to “ABCD, ABCD, ABCD, A…”, etc. and the rotor will rotate in the opposite direction (reverse).


So in the simple example above, the stepper motor has four coils, making it a 4-phase motor, and the number of poles on the stator is eight (2 x 4), with each phase spaced 45 degrees apart. The number of teeth on the rotor is six, spaced 60 degrees apart.


The rotor then has 24 (6 teeth x 4 coils) possible positions or "steps" to complete one full revolution. Therefore, the above step angle is: 360° / 24 = 15°.


Obviously, more rotor teeth and/or stator coils will result in more control and smaller step angles. Likewise, by connecting the motor's electrical coils in different configurations, full-step, half-step and micro-step angles can be achieved. However, to achieve micro-stepping, the stepper motor must be driven by a (quasi-)sinusoidal current, which is expensive to achieve.


The speed of a stepper motor's rotation can also be controlled by varying the time delay (frequency) between the digital pulses applied to the coils. The longer the delay, the slower the speed for one full revolution. By applying a fixed number of pulses to the motor, the motor shaft will rotate a given angle.


The advantage of using a time-delayed pulse is that no additional feedback of any kind is required, since by counting the number of pulses supplied to the motor the final position of the rotor is known accurately. This response to a set number of digital input pulses allows the stepper motor to be operated in an "open loop system", making control easy and cheap.


For example, let's say our stepper motor above has a step angle of 3.6 degrees per step. To make the motor rotate, for example, 216 degrees and then stop at the desired position, a total of: 216 degrees / (3.6 degrees / step) = 80 pulses are required to be applied to the stator coils.


There are many stepper motor controller ICs available which can control stepping speed, rotation speed and motor direction. The SAA1027 is one such controller IC which has all the necessary counters and code conversion functions built in and can automatically drive 4 fully controlled bridge outputs to the motor in the correct sequence.


The direction of rotation can also be selected with single-step mode or continuous (stepless) rotation in the selected direction, but this places some burden on the controller. When using an 8-bit digital controller, 256 microsteps per step can also be achieved

SAA1027 stepper motor control chip

2a67ddc4-d485-11ed-bfe3-dac502259ad0.png

In this tutorial about Rotary Actuators, we looked at brushed and brushless DC motors, DC servomotors, and stepper motors, which are electromechanical actuators that can be used as output devices for position or velocity control.

[1] [2] [3]
Keywords:DC Reference address:The most complete analysis of DC motor working principle and control circuit (brushless + brush + servo + stepper)

Previous article:Detailed explanation of the three major control points of servo, stepper and frequency conversion
Next article:PLC control of robot interference area and interlock signal control

Recommended ReadingLatest update time:2024-11-16 11:24

TUV Rheinland issues the world's first DC1500V string photovoltaic inverter TUV certificate to Sungrow
SHANGHAI, January 4, 2018 /PRNewswire/ -- On December 27, 2017, TUV Rheinland (hereinafter referred to as TUV Rheinland) issued a TUV certificate to the latest model SG125HV inverter of Sungrow Power Supply Co., Ltd. (hereinafter referred to as Sungrow Power Supply). This is also the world's first TUV certificate fo
[New Energy]
iDC 100丨Zhixing Technology confirms application for 2024 Golden Collection Award
Application Technology丨iDC 100 Application field: Intelligent driving Unique advantages: Thanks to Zhixing Technology's leading algorithms and engineering capabilities, the controller can use a single SOC solution (without an extern
[Automotive Electronics]
iDC 100丨Zhixing Technology confirms application for 2024 Golden Collection Award
ADC0809 realizes the conversion of 8 analog signals in turn (displayed on the digital tube)
//----------------------------- Function: ADC0809 realizes the conversion of 8 analog signals in turn and       displays them on the digital tube; 1. P1 port is used as the segment code control terminal of the digital tube, and    P2 port is used as the bit code control terminal of the digital tube; 2. P2.7 port i
[Microcontroller]
STM8S ADC initialization settings and applications
//ADC channel number definition #define ADC_Chanel0 (unsigned char)0x00 #define ADC_Chanel1 (unsigned char)0x01 #define ADC_Chanel2 (unsigned char)0x02 #define ADC_Chanel3 (unsigned char)0x03 #define ADC_Chanel4 (unsigned char)0x04 #define ADC_Chanel5 (unsigned char)0x05 #define ADC_Chanel6 (unsi
[Microcontroller]
IDC: Global smartphone shipments in the first quarter of this year reached nearly 290 million units, with Apple's shipments down 9.6% year-on-year
On April 15, market research firm IDC released a research report this morning, saying that global smartphone shipments in the first quarter of 2024 (1Q24) increased by 7.8% year-on-year to 289.4 million units. Although the smartphone industry has not completely escaped the difficulties and the market still faces mac
[Mobile phone portable]
IDC: Global smartphone shipments in the first quarter of this year reached nearly 290 million units, with Apple's shipments down 9.6% year-on-year
N76E003 Watchdog Timer WDCON
1. Reset function configuration N76E003 provides a watchdog timer (WDT), which can be configured as a timeout reset timer to reset the entire device. Once the device enters an abnormal state or hangs due to external interference, the watchdog can reset and recover the system. WDTEN (CONFIG4 ) initializes WDT to work
[Microcontroller]
N76E003 Watchdog Timer WDCON
Discussion on AC and DC sampling of STM32 ADC
cutting edge Regarding the STM32 sampling problem, I believe many people have encountered such a problem, whether it is about the underlying configuration of the ADC or the choice of the ADC sampling solution, or the ADC software and hardware filtering algorithm. Here, the blogger will extend the training questions he
[Microcontroller]
Discussion on AC and DC sampling of STM32 ADC
Goodix Technology acquires chip design company DCT, a major step forward in smart driving
Goodix Technology announced that it has completed the acquisition of the German system-on-chip design company Dream Chip Technologies GmbH (hereinafter referred to as DCT).   This is an important measure for Goodix Technology to promote its diversified strategic development and gather global innovation forces. DCT's s
[Embedded]
Goodix Technology acquires chip design company DCT, a major step forward in smart driving
Latest Embedded Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号