How does PLC control servo motor? The main process of servo transmission system design

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

How does PLC control servo motors?

Before answering this question, we must first understand the purpose of servo motors. Compared with ordinary motors, servo motors are mainly used for precise positioning. Therefore, what we usually call servo control is actually the position control of servo motors. In fact, servo motors also have two other working modes, namely speed control and torque control, but they are less used.


Speed ​​control is generally achieved with a frequency converter. Using a servo motor for speed control is generally used for fast acceleration and deceleration or precise speed control, because compared with a frequency converter, a servo motor can reach thousands of revolutions within a few millimeters. Since the servo is closed-loop, the speed is very stable. Torque control mainly controls the output torque of the servo motor, also because the servo motor has a fast response. Applying the above two types of control, the servo drive can be regarded as a frequency converter, which is generally controlled by analog quantity. The most important application of servo motors is positioning control. Position control has two physical quantities to control, namely speed and position. To be precise, it is to control how fast the servo motor reaches where and stop accurately. The servo drive controls the speed and distance of the servo motor by the frequency and number of pulses received. For example, we agree that the servo motor rotates once every 10,000 pulses.


If the PLC sends 10,000 pulses in one minute, the servo motor will complete one circle at a speed of 1r/min. If it sends 10,000 pulses in one second, the servo motor will complete one circle at a speed of 60r/min. Therefore, the PLC controls the servo motor by controlling the pulses sent. Sending pulses in a physical way, that is, using the transistor output of the PLC is the most common way, and low-end PLCs generally use this method. The mid-to-high-end PLC transmits the number and frequency of pulses to the servo drive through communication. For example: Profibus-DP CANopen, MECHATROLINK-II, EtherCAT, etc. These two methods are just different in terms of the channels of implementation, but the essence is the same, and it is the same for our programming. This is what I want to tell you, to learn the principles and apply them to other cases, rather than learning for the sake of learning.


There is a big difference in programming. Japanese PLC uses instructions, while European PLC uses function blocks. But the essence is the same. For example, to control the servo to an absolute positioning, we need to control the PLC output channel, pulse number, pulse frequency, acceleration and deceleration time, and know when the servo driver completes positioning, whether it hits the limit, etc. No matter which PLC, it is nothing more than the control of these physical quantities and the reading of motion parameters, but the implementation methods of different PLCs are different.

How to design a servo system?

ea7dbc92-d560-11ed-bfe3-dac502259ad0.jpg

ea9115f8-d560-11ed-bfe3-dac502259ad0.jpg

eab06502-d560-11ed-bfe3-dac502259ad0.jpg

eaca62e0-d560-11ed-bfe3-dac502259ad0.jpg

eae518ba-d560-11ed-bfe3-dac502259ad0.jpg

eaf863d4-d560-11ed-bfe3-dac502259ad0.jpg

eb0995aa-d560-11ed-bfe3-dac502259ad0.jpg

eb1f4350-d560-11ed-bfe3-dac502259ad0.jpg

eb2e6916-d560-11ed-bfe3-dac502259ad0.jpg

eb44e164-d560-11ed-bfe3-dac502259ad0.jpg

eb614066-d560-11ed-bfe3-dac502259ad0.jpg

eb7e61fa-d560-11ed-bfe3-dac502259ad0.jpg

eb9de4da-d560-11ed-bfe3-dac502259ad0.jpg

ebb418b8-d560-11ed-bfe3-dac502259ad0.jpg

ebc2aacc-d560-11ed-bfe3-dac502259ad0.jpg

ebdd0570-d560-11ed-bfe3-dac502259ad0.jpg

ebee064a-d560-11ed-bfe3-dac502259ad0.jpg

ec0e0468-d560-11ed-bfe3-dac502259ad0.jpg

ec25bec8-d560-11ed-bfe3-dac502259ad0.png


Keywords:PLC Reference address:How does PLC control servo motor? The main process of servo transmission system design

Previous article:Causes and solutions for inverter low voltage tripping
Next article:About the maintenance method of PLC external wiring

Recommended ReadingLatest update time:2024-11-16 09:40

Common input devices of PLC and how to correctly connect input and output circuits
Common input devices of PLC include buttons, travel switches, proximity switches, conversion switches, encoders, various sensors, etc. Output devices include relays, contactors, solenoid valves, etc. Correctly connecting input and output circuits is the prerequisite for ensuring the safe and reliable operation of PL
[Embedded]
Common input devices of PLC and how to correctly connect input and output circuits
PLC ladder diagram monitoring and debugging program operation steps
After the program is written, it is necessary to check whether the program can meet the control requirements. The main inspection methods are: The first is to analyze the program from beginning to end to determine whether the program is correct. This method is the simplest, but requires programmers to have a hi
[Embedded]
PLC ladder diagram monitoring and debugging program operation steps
How to use PLC to realize the positioning function of encoder
Strictly speaking, the encoder will only tell you how to position and execute. It needs to rely on controllers such as PLC or stepper motors to achieve positioning. The encoder is like a person's eyes, knowing that the motor shaft or load is at a certain position. The industrial encoder is generally photoelectric en
[Embedded]
How to use PLC to realize the positioning function of encoder
What is USS protocol? PLC application - USS protocol introduction
What is the USS Protocol? USS protocol (Universal Serial Interface Protocol) is the universal communication protocol for all transmission products of SIEMENS. It is a protocol for data communication based on serial bus. USS protocol is a master-slave structure protocol, which stipulates that there can be one ma
[Embedded]
What is USS protocol? PLC application - USS protocol introduction
Application of PLC analog quantity acquisition in industrial automation control
In complex industrial sites, it is often necessary to collect data on analog quantities such as temperature, voltage, current, pressure, etc., which can be controlled and collected with the help of PLC. However, there are many PLC analog quantity acquisition modules on the market. Different manufacturers and differe
[Embedded]
LEXCOM participated in the CharIN ASIA webinar and delivered a keynote speech on HomePlug® GreenPHY PLC chip
LEXCOM participated in the CharIN ASIA webinar and delivered a keynote speech on HomePlug® GreenPHY PLC chip Hangzhou City – October 25, 2022 – The CharIN ASIA webinar was held online on October 24. The conference's keynote speeches covered important issues, industry trends, challenges and opportunities for the elec
[Network Communication]
LEXCOM participated in the CharIN ASIA webinar and delivered a keynote speech on HomePlug® GreenPHY PLC chip
Mitsubishi PLC high-speed counter and motor application cases
Case 1 Motor speed measurement application How to measure the speed of the motor below (the encoder resolution is 400 pulses per revolution) (unit: revolutions per minute). This encoder has NPN output and outputs low level. The AB phase output is connected to X0 and X1 of the plc, and the common end
[Embedded]
Mitsubishi PLC high-speed counter and motor application cases
Understanding PLC wiring problems in one article
PLC automatic control is widely used in electrical automation and intelligent control, and all power workers know it. In addition to inputting the established program, the automatic control of PLC also requires wiring the input and output ports of the PLC itself. Only when the program instructions of the PLC are cor
[Embedded]
Understanding PLC wiring problems in one article
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号