Reference Frame Transformation Implementation for Motor Control

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 10

  • @basmaagnbasmaagn5715
    @basmaagnbasmaagn5715 Місяць тому

    Thanks, can you introducing a other series for bldc motor

  • @prasanthkumar2950
    @prasanthkumar2950 5 місяців тому +1

    hi sir,
    what is the name and function of the rem block. And 1/s block is the integrator block?

    • @SandunKuruppu
      @SandunKuruppu  3 місяці тому

      rem is the remainder. 1/s is integrator

  • @vevasam
    @vevasam 2 роки тому

    Hello, thank you so much for this series. I am highly looking forward for the upcoming videos on creating the motor model and FOC. Are there any plans to make some content on realizing the FOC on a target. I would love to see how the toolchain could be used/configured to generate code for a target. Thanks a lot and looking forward for further videos.

    • @SandunKuruppu
      @SandunKuruppu  2 роки тому +1

      Target programming wont be covered in this one. Maybe for another series.

  • @dwarang
    @dwarang 10 місяців тому

    Hello, sir.
    Thanks for informative lectures.
    I have a question.
    Why iq,id,i0 are used as Vqs,Vds,V0s?
    Is there an assumption that R is one?

    • @SandunKuruppu
      @SandunKuruppu  10 місяців тому

      That is just the variable name used. This is just showing the transformation matrix.

    • @dwarang
      @dwarang 10 місяців тому

      @@SandunKuruppu Oh.. understood
      Thank you, sir.

  • @PankajKumar-yh2lv
    @PankajKumar-yh2lv 9 місяців тому

    Thank you so much sir for very useful video.
    Sir, how to implement this model in hardware.
    How to implement spwm for inverter to drive PMSM by using this model.

    • @SandunKuruppu
      @SandunKuruppu  9 місяців тому

      If you are looking for hardware implementations, Texas Instruments Control Suite has a good FOC example that works with DRV8301 Low Voltage motor drive board. Please check it out. It has very good instructions and labs that really works. Otherwise, you will have to write the software yourself, which is not impossible.