Application of 32-bit MCU in servo motor

Publisher:丝路老君Latest update time:2014-03-21 Source: eccnKeywords:MCU  UPD70F3454 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
In the servo system, AC permanent magnet synchronous motor has become the mainstream choice of servo system because of its excellent low-speed performance, weak magnetic high-speed control, wide speed regulation range, high dynamic characteristics and efficiency. At present, permanent magnet synchronous AC servo technology has become one of the supporting technologies of industrial automation.

This article takes Renesas Electronics' 32-bit variable frequency MCU V850E/IX3 UPD70F3454 as an example to explain its application in AC servo system.

About Renesas Electronics UPD70F3454

UPD70F3454 is a 32-bit high-performance MCU for variable frequency control developed by Renesas Electronics. It uses V850 core, RISC architecture, 5-stage pipeline, built-in DSP function, maximum 64MHZ, built-in 256K flash ROM and related peripheral functions, such as DMA controller, timer/counter, serial interface UART, SPI, IIC, A/D, bus controller, low voltage detection, on-chip debugging, etc. For variable frequency control, UPD70F3454 provides 2 groups of six-phase PWM outputs, two groups of independent 12-bit AD converters, built-in comparators and op amps, two groups of encoder input counters, highly integrated peripherals required for servo motor control, and can use one MCU to control two servo motors.

System Principle

1. System Hardware Structure:

The hardware of the servo control system based on UPD70F3454 is as shown in the figure below. It mainly includes:

⑴, MCU UPD70F3454 and its peripheral circuits, 3454 is the core controller, receives external signals, judges the working mode of the system, and converts it into the switching signal output of the inverter, drives IPM after isolation, and EEPROM is used to save parameters and store user information. The RS232 module is responsible for communicating with the host computer, or directly sending speed and direction control information through the host computer; programming and debugging can be done through MINICUBE, MINICUBE2, PG-FP5.

⑵, IPM drive circuit, MCU outputs 6-phase PWM signals, which are transmitted through optocoupler isolation and IPM full-bridge inverter output to drive the strong power circuit of the servo motor.

⑶. Current sampling. The system needs to sample at least two-phase currents, such as Ia and Ic. The signal of the sampling circuit is converted to digital after the operational amplifier and comparator of the AD module inside 3454.

⑷. Rotor position detection. The orthogonal encoding signals A, B, and Z output by the incremental photoelectric encoder are input to the TMT module of the MCU to determine the position of the motor rotor and the motor speed signal.

⑸. Sensor signal input, including pulse input, analog input, switch input, etc. and communication with other MCUs.


Figure: Renesas Electronics UPD70F3454 Servo Control Hardware Structure Diagram

2. Features and advantages:

①. Precise full digital control. Adopting Renesas Electronics 32-bit dedicated frequency conversion MCU, 64MHZ CPU and PWM operation clock, high-precision frequency output.

②. Low system cost. UPD70F3454 is equipped with rich peripheral resources such as power-on reset, voltage detection, voltage regulator, 4 operational amplifiers, 8 comparators, encoder interface, etc.

③. Rich peripheral functions. 5V single power supply, external bus, DMA controller.

④. Provide a safe and secure high-end variable frequency motor evaluation system. There are software reference codes for each module of the system, such as PWM, AD, TMT and other modules. Users can easily carry out secondary development on the original system. And there is a strong support team for the motor group.

In addition to high-speed real-time response and single clock instructions, UPD70F3454 also supports multiplication instructions, saturation operations, bit operations and other instructions optimized for digital servo control systems. The servo control system based on UPD70F3454 in this article makes full use of the internal resources of MCU, with simple circuit design and few peripheral devices, meets the real-time requirements of vector control, and realizes full digital control of servo. The low-cost and high-performance MCU control characteristics make the system have a good application prospect.

At present, UPD70F3454 has been widely used in customers' general servos, textile machinery, and sewing machines. For detailed product information and technical support, please contact Shiqiang Telecom, an authorized agent of Renesas Electronics.
Keywords:MCU  UPD70F3454 Reference address:Application of 32-bit MCU in servo motor

Previous article:Design of nodes for coal mine comprehensive monitoring system based on ZigBee
Next article:Design of solar water heating control system based on RTOS

Recommended ReadingLatest update time:2024-11-16 21:49

Design of single chip intelligent temperature warning system
  This paper proposes a design scheme of intelligent temperature warning system based on single chip microcomputer. With AT89S51 single chip microcomputer as the core, the scheme uses LM386 audio module, DS18B20 sensor, LCD display and keyboard to design an intelligent temperature warning system. The system can display
[Microcontroller]
Design of single chip intelligent temperature warning system
Smoke sensor based on AT89C51 microcontroller
#include reg51.h #include stdio.h #define uchar unsigned char //macro definition of unsigned character type #define uint unsigned int //macro definition of unsigned integer sbit ST=P3^0; //A/D start conversion signal sbit OE=P3^1; //Data output enable signal sbit
[Microcontroller]
Smoke sensor based on AT89C51 microcontroller
Design paper and microcontroller program of eight-digit electronic password lock
Electronic locks   I. Introduction With the improvement of people's living standards, the problem of how to achieve home anti-theft has become particularly prominent. Traditional mechanical locks are often pried open due to their simple structure. Electronic locks are popular among users due to their high confidenti
[Microcontroller]
Design paper and microcontroller program of eight-digit electronic password lock
STM32 MCU ADC learning experience summary
 Because the company's products need to use AD to detect battery voltage, the requirements are not very high, and I suddenly want to use DMA+ADC+TIM. I thought it was very simple before, but the actual use made me feel ashamed. The problems I encountered made me confused. I kept checking information and testing, and f
[Microcontroller]
Microcontroller driver stepper motor program
NS-6 type experiment board drives stepper motor The control output is P1 port PH266-E1.2 is driven by 8050 and 8550 as power output. Press K1 key, the motor will accelerate from slow to fast and rotate clockwise. Press K2 key, the motor will accelerate from slow to fast and rotate counterclockwise. Note: This te
[Microcontroller]
Design of LED display screen control circuit based on single chip microcomputer
 LED display screens are widely used in industrial and mining enterprises, schools, shopping malls, shops, public places, etc. for graphic display, advertising, and information release. This paper designs a display screen composed of 4 16×16 dot matrix LED modules, with a single-chip microcomputer as the controller, wh
[Microcontroller]
Design of LED display screen control circuit based on single chip microcomputer
Application of single chip microcomputer in smart rice cooker
1 Introduction   At present, most of the rice cookers on the market adopt mechanical or fixed power heating methods, which have low energy utilization rate and single function, making it difficult to meet people's growing living needs. Therefore, it is very necessary to develop a fully functional, safe and reliable m
[Microcontroller]
About the structure and pull-up problem of P0 port of 51 single-chip microcomputer
1. When P0 is used as the address data bus, V1 and V2 work together to form a push-pull structure. When the level is high, V1 is turned on and V2 is turned off; when the level is low, V1 is turned off and V2 is turned on. In this case, no external pull-up resistor is needed. Moreover, when V1 is turned on, V2 is tu
[Microcontroller]
About the structure and pull-up problem of P0 port of 51 single-chip microcomputer
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
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号