Designing 3-phase motor driver

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 51

  • @rajeshchauhan4949
    @rajeshchauhan4949 4 ปีที่แล้ว +2

    Please make more videos of this type. I am so happy find this video and your explanation of every part. You have done a very great job

  • @mehmetcx
    @mehmetcx 2 ปีที่แล้ว

    the best video I have ever watched so far in the youtube!!! serious...no exaggeration

  • @sc0or
    @sc0or หลายเดือนก่อน

    Hi. I wonder what’s an advantage of using optocouplers? It seems all parts can share a same gnd, and gate drivers are 3v3 compatible

    • @IlusysSystems
      @IlusysSystems  หลายเดือนก่อน +1

      They allow for sloppy design. I did not have scope back then, and during development I burned bunch of mosfets. This caused arduino to die as well. So I just protected myself this way which allowed me to debug issues by trial and error.

    • @sc0or
      @sc0or หลายเดือนก่อน

      @@IlusysSystems Aha! That was very smart. Thank you for the info.

  • @Telectronics
    @Telectronics 3 ปีที่แล้ว

    Do you know If the compact high power spindle motors from china are BLDC motors ? It says 1.5KW, 220V, 400Hz/24000rpm and has at least 4 wire connections so must be star winding. People use them with a VFD for CNC machines. I ask because I want to build it on my own for learning experience. Should be similar to your circuit right ? Only Mosfets IRFP460 and rectified mains instead of 12V

  • @rayner1guerra
    @rayner1guerra 2 หลายเดือนก่อน

    Are the coils delta or strar?

  • @donaldwright2426
    @donaldwright2426 4 ปีที่แล้ว

    Thanks for this video. I 'm currently designing a 144 Vdc @ 100A 6 phase inverter (driving a 2 stators motor). I'm actually uncertain if I should galvanized (or isolate) the 144 Vdc of the 5 Vdc electronics (no commun ground) ? Can you share your thoughts on galvanization the powers.

    • @IlusysSystems
      @IlusysSystems  4 ปีที่แล้ว

      Hi, AFAIK in commercial applications only communication is isolates from mains voltage. Perhaps some drivers with expensive parts on low voltage side are isolated as well, but these tend to be optimized for cost, so there is little to protect. I guess your phase driver chips would be most expensive and likely have integrated low voltage inputs with external bootstrapping or support circuitry.
      So if driver has comm like serial or whatever, isolate that. If driver is directly connected to some PC output (would be wtf driver, but I don't judge) isolate that.
      Or do "risk assesment" and if there is nothing worth protecting, just don't do it.

  • @shivanshuagarwal4349
    @shivanshuagarwal4349 4 ปีที่แล้ว

    Hey, thanks for this coherent video!
    I had a question, for PWM the Arduino boards cannot provide high frequency like 30-40 kHz. But most high power motor requires this frequency, how can we achieve that?

    • @IlusysSystems
      @IlusysSystems  4 ปีที่แล้ว

      Arduino can proivide high freq PWM. I was using around 40 kHz in this project.
      To achieve this, you have to get CPU datasheet, and set up registers yourself. Alternatively, I am sure there will be some library to do this for variouc models for you so you don't have to dig through datasheet, but hey, you will have to dig through docs for library...
      I haven't used such library so I can't recommend any.

  • @sudhirpatil3434
    @sudhirpatil3434 4 ปีที่แล้ว

    good!

  • @emilianochomnalez637
    @emilianochomnalez637 6 ปีที่แล้ว

    Thanks for the video

    • @IlusysSystems
      @IlusysSystems  6 ปีที่แล้ว

      Thanks for the comment
      I mean, you are welcome :)

  • @ahmarhayat9277
    @ahmarhayat9277 3 ปีที่แล้ว

    Hi. I am designing a driver for 5kw ac induction motor rated 3000 rpm at 100Hz. It is operated by 48V battery and S2-60 min. Is it possible to use the design above, offcourse changing the mosfets ? It also has A/B Encoder for feedback.

    • @IlusysSystems
      @IlusysSystems  3 ปีที่แล้ว

      Not really, this is obviously low voltage design with Vmax less than Vgs of mosfets

  • @muhammadmuslihalhamid2072
    @muhammadmuslihalhamid2072 4 ปีที่แล้ว

    hii sir, what kind of voltege source on your video sir ? and how much the voltage source sir ?..
    thank you..

    • @IlusysSystems
      @IlusysSystems  4 ปีที่แล้ว

      Hi, I used 12V PC PSU for this

  • @hernangarcia1690
    @hernangarcia1690 4 ปีที่แล้ว

    Exelente

  • @aperteoverde6254
    @aperteoverde6254 2 ปีที่แล้ว

    Hi friend ! About the DEAT TIME , can you explain It to us???

    • @IlusysSystems
      @IlusysSystems  2 ปีที่แล้ว

      It's when both mosfets are supposed to be off, because they don't switch instantly

  • @walmirsantos9026
    @walmirsantos9026 2 ปีที่แล้ว

    Can you send me schematics circuit in PDF? Congratulations for your job. Walmir Brazil

    • @IlusysSystems
      @IlusysSystems  2 ปีที่แล้ว

      I have added file v3.pdf to shared folder. Sorry for bad organization.

  • @nazmicanerden3750
    @nazmicanerden3750 ปีที่แล้ว

    380 v ac motor control ?

  • @MrSoe-wn9qg
    @MrSoe-wn9qg 5 ปีที่แล้ว

    Sir , kindly advise to me that how to fix "TCCR4E, 'was not declared in this scope" in arduino issue issue . thanks

    • @IlusysSystems
      @IlusysSystems  5 ปีที่แล้ว

      I believe, that TCCR4E is declared only for arduino leonardo. other models may require different setup. what's your model?

    • @MrSoe-wn9qg
      @MrSoe-wn9qg 5 ปีที่แล้ว

      @@IlusysSystems My one is Arduino uno sir

    • @IlusysSystems
      @IlusysSystems  5 ปีที่แล้ว

      ​@@MrSoe-wn9qg I found this: simple-circuit.com/arduino-sensorless-bldc-motor-controller-esc/
      it's also sensorless, so that's quite nice

    • @MrSoe-wn9qg
      @MrSoe-wn9qg 5 ปีที่แล้ว

      @@IlusysSystems Noted with thanks sir

  • @mayasoftcafe
    @mayasoftcafe 4 ปีที่แล้ว

    help me
    me error
    exit status 1
    'TCCR4E' was not declared in this scope

    • @IlusysSystems
      @IlusysSystems  4 ปีที่แล้ว +1

      it's discussed somewhere in comments here

    • @mayasoftcafe
      @mayasoftcafe 4 ปีที่แล้ว

      @@IlusysSystems ok for leonado board

    • @mayasoftcafe
      @mayasoftcafe 4 ปีที่แล้ว

      @@IlusysSystems thanks you sir

  • @RAVIKUMAR-sx4hz
    @RAVIKUMAR-sx4hz 4 ปีที่แล้ว

    Can you give programming code

  • @bilalqasim2555
    @bilalqasim2555 4 ปีที่แล้ว

    hi i wanted to control the speed of the single phase induction motor what kind of modification can be made in this design?

    • @IlusysSystems
      @IlusysSystems  4 ปีที่แล้ว

      you need to change frequency. Look up VFD

    • @bilalqasim2555
      @bilalqasim2555 4 ปีที่แล้ว

      @@IlusysSystems The 3 identical parts (drivers) in the circuit can i use one part of it? for single phase induction motor? Can snubber circuit can be used with microcontroller to control the speed as well? would really appreciate your help.

    • @bilalqasim2555
      @bilalqasim2555 4 ปีที่แล้ว

      I need to use microcontroller with mosfet/igbt to control the speed thats why.

    • @IlusysSystems
      @IlusysSystems  4 ปีที่แล้ว

      ​@@bilalqasim2555 I am not sure. it may be the case, that single phase induction motors will require relatively smooth sine wave to work properly. This driver is not quite equipped to do that. but possibly could be modified. perhaps only in SW but as I say I am not sure

  • @balajin4290
    @balajin4290 4 ปีที่แล้ว

    tpl250h

  • @shanawarchughtai6476
    @shanawarchughtai6476 3 ปีที่แล้ว

    Hello, love your project. Can i get your email to contact you?

    • @IlusysSystems
      @IlusysSystems  3 ปีที่แล้ว

      You should be able to access it through YT, but I prefer to discuss here

    • @shanawarchughtai6476
      @shanawarchughtai6476 3 ปีที่แล้ว

      @@IlusysSystems I am currently building a VFD for a three phase induction motor and wanted to seek help for it.

    • @IlusysSystems
      @IlusysSystems  3 ปีที่แล้ว

      @@shanawarchughtai6476 Mains voltage circuits are obviously more complex, because of necessary safety for human and also for componenct, because they are expensive. Unfortunately I don't have too much experience with these kind of circuits. Good experience that is, I have some bad experience though :)
      Only thing I can tell you as an advice is read carefully through datasheets and application notes. You should be able to learn to design good product that way.

    • @shanawarchughtai6476
      @shanawarchughtai6476 3 ปีที่แล้ว

      @@IlusysSystems thanks a million though. I hope to work my way through it.

    • @sidharthsharma517
      @sidharthsharma517 3 ปีที่แล้ว

      @@IlusysSystems can this same work for 1 hp motor ? Or pls share email or any communication app for communication