Optical Encoder Based FOC Model using dsPIC33CK LVMC Board

This is a Optical Encoder Based FOC model for a PMSM motor using Microchip's dsPIC33CK Low Voltage Motor Control (LVMC) Board.
15 Downloads
Updated 23 Mar 2023

image

MATLAB LVMC dsPIC33CK256MP508 FOC OPTICAL ENCODER

1. INTRODUCTION

This document describes the setup requirements for running the Optical Encoder Based FOC algorithm, using MATLAB/Simulink and dsPIC33CK Low Voltage Motor Control (LVMC) Board.

2. SUGGESTED DEMONSTRATION REQUIREMENTS

2.1 MATLAB Model Required for the Demonstration

  • MATLAB model can be cloned or downloaded as zip file from the Github repository (link).

2.2 Software Tools Used for Testing the MATLAB/Simulink Model

  1. MPLAB X IDE and IPE (v6.0)
  2. XC16 compiler (v2.00)
  3. MATLAB R2022b
  4. Required MATLAB add-on packages
    • Simulink
    • Simulink Coder
    • MATLAB Coder
    • Embedded Coder (v7.9)
    • MPLAB Device blocks for Simulink (v3.50.35)
    • Motor Control Blockset (v1.5)

NOTE: The software used for testing the model during release is listed above. It is recommended to use the version listed above or later versions for building the model.

2.3 Hardware Tools Required for the Demonstration

  • dsPIC33CK Low Voltage Motor Control (LVMC) Development Board (DM330031)
  • 24V Power Supply (AC002013)
  • 24V, 3-Phase Brushless DC Permanent Magnet Hurst Motor (AC300022)

NOTE: All items listed under this section Hardware Tools Required for the Demonstration are available at microchip DIRECT.

3. HARDWARE SETUP

This section describes hardware setup required for the demonstration.

  1. Connect the 3-phase wires from the motor to PHA, PHB, and PHC of the J14 connector and encoder wires from the motor to +5V, GND, QEA and QEB terminals of connector J8 (in the same order as shown in the picture), provided on the dsPIC33CK LVMC Board.

    har1

    har1_1

  2. Plug in the 24V power supply to connector J1 provided on the dsPIC33CK LVMC Board. Alternatively, the Inverter Board can also be powered through Connector J2.

  3. The board has an onboard programmer 'PICkit™ On Board (PKoBv4)', which can be used for programming or debugging the dsPIC33CK256MP508. To use an on-board programmer, connect a micro-USB cable between Host PC and Micro USB connector J13 provided on the dsPIC33CK LVMC Board.

  4. Alternatively, the device can also be programmed using the programmer/debugger (MPLAB® PICkit™ 4 In-Circuit Debugger - PG164140) by interfacing it through connector J10 of the dsPIC33CK LVMC Board, as shown below. Ensure that the programmer is oriented correctly before proceeding.

4. BASIC DEMONSTRATION

Follow the below instructions step-by-step, to set up and run the motor control demo application:

  1. Launch MATLAB (refer the section “2.2 Sofware Tools Used for Testing the MATLAB/Simulink Model").

  2. Open the folder downloaded from the repository, in which MATLAB files are saved (refer the section "2.1 MATLAB Model Required for the Demonstration").

  3. Double click and open the .m file. This .m file contains the configuration parameter for the motor and board. By default, the .m file is configured to run Hurst 300 motor and LVMC board. Run the file by clicking the “Run” icon and wait till all variables gets loaded on the ‘Workspace’ tab.

  4. Double click on the FOC Simulink model.

  5. This opens the FOC Simulink model as shown below. Click on the "Run" icon to start the simulation.

  6. To plot the simulation result, Data Inspector is used (refer to figure below). To observe the additional signals, log them as required. Alternatively, normal Simulink Scope can be used to plot the signals.

  7. From this Simulink model an MPLAB X project can be generated, and it can be used to run the PMSM motor using LVMC board.

    To generate the code from the Simulink model, go to the "MICROCHIP" tab, and enable the tabs shown in the figure below.

  8. To generate the code and run the motor, click on ‘Build Model’ or ‘Clean Build Model’ option under the “Microchip” tab. This will generate the MPLAB X project from the Simulink model and program the dsPIC33CK256MP508 device.

  9. After completing the process, the ‘Operation Succeeded’ message will be displayed on the ‘Diagnostics Viewer’.

  10. If the device is successfully programmed, LED- LD10 and LD11 will be blinking.

  11. Keep the potentiometer (POT1) position at the middle. Then, to Run the motor, press the push button SW1.

  12. In this model, the motor is enabled to run in both clockwise and anticlockwise direction. The reference speed of it set by the potentiometer (“POT1”). The zero-reference speed is the mid-point of the POT1, vary the POT1 in either direction to increase the motor speed in the corresponding direction.

  13. Press the push button SW1 to stop the motor.

5. DATA VISUALIZATION USING MOTOR CONTROL BLOCKSET (MCB) HOST MODEL

The FOC model comes with the initialization required for data visualization using Motor Control Blockset Host Model (MCB Host Model). The MCB Host Model is a Simulink model which facilitates data visualization through the UART Serial Interface.

  1. To establish serial communication with the host PC, connect a micro-USB cable between the host PC and the dsPIC33CK LVMC Board (J13 connector). This interface is used for programming as well. (Alternatively, a micro-USB cable can be connected from the host PC to the J6 connector of the dsPIC33CK LVMC Board to establish the serial communication).

  2. Ensure that the FOC model is programmed and running as described under section "4. Basic Demonstration" by following steps 1 through 13.

  3. Open the MCB Host model and double click on the “Serial Setup” block. Then select the appropriate COM port connected to the hardware from the drop-down menu and set the baud rate as 921659. Please note that the same baud rate is required to be chosen in the FOC model (the baud rate can be viewed on the “UART Configuration” block in the “LVMC Board Template”).

  4. Open the “UART_Rx” subsystem to configure the COM port. This can be done by configuring the “Host Serial Receive” block of the “UART_Rx” subsystem. Ensure to select the same COM port configured in step 3.

  5. Click the run icon of the MCB Host model to open the scope window and monitor the signals.

  6. In the figure below, one example is shown where two signals (measured and reference speeds) have been plotted.

6. REFERENCES:

For more information, refer to the following documents or links.

  1. dsPIC33CK LVMC Board User’s Guide (DS50003297)
  2. MPLAB® X IDE installation
  3. MPLAB® XC16 Compiler installation
  4. Motor Control Blockset
  5. MPLAB Device Blocks for Simulink :dsPIC, PIC32 and SAM mcu

Cite As

Microchip Support Team (2024). Optical Encoder Based FOC Model using dsPIC33CK LVMC Board (https://github.com/microchip-pic-avr-solutions/matlab-lvmc-dspic33ck256mp508-foc-opticalencoder/releases/tag/1.0.1), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2023a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

matlab-lvmc-dspic33ck256mp508-foc-opticalencoder

matlab-lvmc-dspic33ck256mp508-foc-opticalencoder

Version Published Release Notes
1.0.1

1.0.0.0

See release notes for this release on GitHub: https://github.com/microchip-pic-avr-solutions/matlab-lvmc-dspic33ck256mp508-foc-opticalencoder/releases/tag/1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.