element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Motors and Drives
  • Technologies
  • More
Motors and Drives
Forum Can a motor controller be seen as a Current controlled source?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Motors and Drives to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 16 replies
  • Subscribers 71 subscribers
  • Views 2497 views
  • Users 0 members are here
  • induction_motor
  • matlab
  • motor_controller_model
  • simulink
Related

Can a motor controller be seen as a Current controlled source?

mouch
mouch over 13 years ago

Hi,

 

For a Simulink model I would like to use a very simplified model of a motor controller based on a capacitor and a current controlled source. I am assuming the use of an 3 phase induction motor with motor controller based on a DC to AC inverter.

From what I understand, under regenerative braking the motor generates current which via the inverter  is turned into a DC voltage and current source, which I think can be approached using an Current controlled source and an capacitor.

 

To speed up my simulation, I do not want to simulate the full motor control and motor. I want to assume that the motor and controller can deal with what is expected and that I only see the current and voltages at the DC bus - to which I connect my batteries.

 

To this end, I have calculated the power profile at the bus (as seen by the batteries) based on a drive cycle, vehicle parameters, etc. This powe demand I divide by the voltage I expect at the bus to get the current which I then supply to the current controlled source and capacitor which then get connected to the rest of my model. For example, the battery.

 

My question is:

1. Can a motor controller be seen as a Current controlled source?

2. Are there any oversights I need to take in account if I want to take this approach?

 

Cheers,

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member over 13 years ago

    If i'm not mistaking regerative breaking requires a separate system from the motor's controller to capture and store the energy. This system need to know when the power to the motor has stopped so it can engage and take the power from the motor, rectify it back to DC and charge the batteries.

     

    A motor controller for a 3 Phase induction motor is not a current limiting source. That kind of controller pulses the coils in the motor to make it spin. Those pulses are at a constant current and voltage. What controls the speed is the amount of time between the pulses.

     

    If you use a basic DC motor then your motor controller could be a current controlled source but it wouldn't do well as a generator.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago

    On the DC bus side, you will need to take into account the internal resistance of the batteries because the supply voltage dips as current increases because of this internal resistance.  When the system is in regen the voltage climbs relative to this internal resistance as well. 

    The regen in most controllers is a side effect of the flyback diode on the switching device the controller will regen unless the IGBT mosfet or whatever actively keeps the potential of the buss close to the potential of the reactively generated voltage.  

    As to treating a motor controller like a current controlled source it would be a very simple simulation.  It would be treating the system like a constant load like a pump, and it could work where if the current commanded falls below a certain point current will flow out of the controller onto the bus.  

    Another thing to take into consideration is the ripple on the DC bus controllers cause by switching lot of amps.  Some component blow fuses for no apparent reason because of this and need inductive reactance added to the input path to bring the ripples to an acceptable level. 

     

    Good luck,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mouch
    mouch over 13 years ago in reply to Former Member

    Michael Pilcher wrote:

     

    If i'm not mistaking regerative breaking requires a separate system from the motor's controller to capture and store the energy. This system need to know when the power to the motor has stopped so it can engage and take the power from the motor, rectify it back to DC and charge the batteries.

     

    A motor controller for a 3 Phase induction motor is not a current limiting source. That kind of controller pulses the coils in the motor to make it spin. Those pulses are at a constant current and voltage. What controls the speed is the amount of time between the pulses.

     

    If you use a basic DC motor then your motor controller could be a current controlled source but it wouldn't do well as a generator.

    thanks for the reply. So, if I assume that a motor controller with a motor act like they can deal with the speed and torque I am demanding than this would translate to a power equivalent profile over time. This power profile can than be simulated using a fixed voltage and a changing current, right?

    If the same assumtions are true for the motor controller with motor under regen braking (not interested in how it works, but just that it works) I can then say that at a (assumed) fixed voltage the current follows a similar power profile (albeit with a different sign to indicate that it leaves the controller instead of entering).

     

    cheers

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mouch
    mouch over 13 years ago in reply to Former Member

    forrest2192002 wrote:

     

    On the DC bus side, you will need to take into account the internal resistance of the batteries because the supply voltage dips as current increases because of this internal resistance.  When the system is in regen the voltage climbs relative to this internal resistance as well.

     

    So, if there is no battery connected but a super capacitor then the voltage keeps rising (provide the initial voltage of the super cap is at bus level and the voltage level at the controller terminals is higher)?

     

    At the moment I am ignoring ripple from the motor controller, I am just looking at the curretn profile in and out. This is what I need for my simulation.

     

    cheers

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett over 13 years ago in reply to mouch

    I'm finding it very dificult to understand exactly what you are doing  - can you post the model ?

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mouch
    mouch over 13 years ago in reply to michaelkellett

    Michael Kellett wrote:

     

    I'm finding it very dificult to understand exactly what you are doing  - can you post the model ?

     

    Michael Kellett

    See attached.

     

    The idea is that for a given drive cycle and vehicle I get a power profile that the bus would see. I can then focus on simulating what a battery and converter need to be able to deal with. And research any problems that might arise.

    The reason for simplifying the motor controller + motor + vehicle parameters is to speed up the simulation time. Simulating converters is already hell in terms of time especially since I want to look at whole drive cycles. As such, any saving in terms of simulation time is good.

     

    Hope this explains it further

     

    cheers

    Attachments:
    imagesimulation.docx
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett over 13 years ago in reply to mouch

    Hello,

     

    I don't think that the capacitor and the CCS are standard Simulink blocks - can you tell me where they came from ?

     

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mouch
    mouch over 13 years ago in reply to michaelkellett

    Thats right they are blocks from the SimPowerSystems toolbox. Which is an expansion to the simulink block set. It allows for simulation using a more electronic approach. I was initially looking to build the whole lot in simulink but then the bi-directional nature of a converter would become problematic. In this case, I can use Simulink for the control strategies while taking a electronic approach to the circtuiry elements.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett over 13 years ago in reply to mouch

    Hello Dirk,

     

    I'm sorry but I can't really help you with the PowerSystems blockset.

    (I don't have it and I've never used it so I would be shooting in the dark !)

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mouch
    mouch over 13 years ago in reply to michaelkellett

    Hi Michael,

     

    I understand. But the question was not about the toolbox, but about whether a motor controller can be seen as a variable current source with a capacitor. I think it can based on a setup of an inverter.

     

    An inverter has basically very little resistor  but with a capacitor in front it can supply high current to the motor (in an induction motor current is the defining factor not so much voltage). Under regen conditions the motor basically becomes a voltage source (l believe the voltage raises as a consequence of the back emf increase). Any current into the capacitor raises the voltage of the capacitor (in my assumptions I am assuming that there are no problems with saturation in the motor).

     

    According to these assumption I should be able to see the motor controller as a variable current source.

     

    Is this more or less correct or are there very large discrepancies in my thinking?

     

    Cheers

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube