<< Chapter < Page | Chapter >> Page > |
The objective of this module is to use the Embedded Target for the C2000, and the Digital Motor Control Library (DMClib) to control a Permanent Magnet Synchronous Motor (PMSM) with an encoder using the Field Oriented Control Technique.
The following figure shows the complete application that we will implement step by step during the laboratory.
ias = Phase-a stator current
ibs = Phase-b stator currentias = Stationary a-axis stator current
ibs = Stationary b-axis stator currentids = Synchronously rotating d-axis stator current
iqs = Synchronously rotating q-axis stator currentvas = Stationary a-axis stator voltage
vbs = Stationary b-axis stator voltagevds = Synchronously rotating d-axis stator voltage
vqs = Synchronously rotating q-axis stator voltagevdc = DC-bus voltage
qlr = Rotor flux angleqm = Mechanical angle
dir = Rotor directionwr = Rotor speed
Ta = Phase-a duty cycle ratio of PWM signalTb = Phase-b duty cycle ratio of PWM signal
Tc = Phase-c duty cycle ratio of PWM signal
The simulation process will be based on a simulation model for the PMS Motor.
Based on this model, the simulation will comprise five steps as follows:
The diagram below highlights the modules used in the first step. This first incremental step confirms operation of peripheral and target independent modules on forward control path and the code framework.
At this very first stage the goal is to generate a saw–tooth waveform with a varying frequency. This waveform is an emulation of the rotor angle, which is then passed into the Park transformation allowing us to check the correct computation of the Space Vector PWM needed for the Field Oriented Control.
Notification Switch
Would you like to follow the 'From matlab and simulink to real-time with ti dsp's' conversation and receive update notifications?