Skip to content

microchip-pic-avr-solutions/matlab-lvmc-dspic33ck256mp508-foc-inductive-position-sensor

Repository files navigation

image

MATLAB LVMC dsPIC33CK256MP508 LX34050 FOC

INTRODUCTION

This document describes the setup requirements for running the LX34050 inductive position sensor 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.05)
  2. XC16 compiler (v2.00)
  3. MATLAB R2023a
  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 (AC300020)
  • LX34050 Static Sensor Board
  • Adapter Board
  • Target Conductor

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. Remove the back cover of the short hurst motor and attach the sensor wheel to the shaft as shown in the figure below.

  2. Screw the sensor board and connect the phase winding wires and sensor wires.

  3. The final set up is as shown below: image

  4. 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.

  5. 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.

  6. 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 075 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. To Run the motor, press the push button SW1.

  12. The motor speed can be varied using the potentiometer (labeled “POT1”).

  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. Field Oriented Control (FOC) of a Three-Phase BLDC Motor Using a Rotary Inductive Position Sensor (AN4764)
  2. dsPIC33CK LVMC Board User’s Guide (DS50003297)
  3. MPLAB® X IDE installation
  4. MPLAB® XC16 Compiler installation
  5. Motor Control Blockset
  6. MPLAB Device Blocks for Simulink :dsPIC, PIC32 and SAM mcu