HyperloopManchester / Hyper_Hardware

The hardware libraries and design files for the hyperloop pod
2 stars 0 forks source link

Motor Control Board #5

Open manchester-hyperloop opened 3 years ago

hakanokten commented 3 years ago

Overview


The motor controller is the AC driver board which is used to control the speed of the AC linear induction motor that the pod contains. With the AC driver board, we aim to enhance the process control, save the energy.

Behind the Scenes


Required Control Components (Please check if we have the component)

Working Principles Motor speed is controlled by changing input line frequency. Motor torque and current are controlled by changing the input line voltage.

Single-phase AC motor starter system

image

Non-reversing 3-phase motor starter systems

image

Reversing 3-phase motor starter systems

image

The star-delta AC motor starter systems

image

Speed Control / Speed Drives

-Speed Controller Block Diagram Explanation

Motor Specs Needed for the Motor Control Board


Useful Links


https://www.electricalengineeringtoolbox.com/2016/02/nema-three-phase-electric-motor-designs.html

sni007 commented 3 years ago

Parts of a AC drive module :

1.SPWM signal generator ( either by using 2 555 timers or supplied by microcontroller(preferred) )

In PWM, Vdc is compared with a triangular wave . In SPWM, sinusoidal voltage signal is compared with a triangular wave and hence, the ac voltage output is obtained. ( 3 control signals for 3 phase each with 120 degree phase shift)

2.Switch mode power inverter circuit. Heatsinks needed to dissipate heat from the power MOSFETS. image

Hovewer, since our motor will become a generator when breaking (decelerating), the power will flow from the ac motor to the dc link. Because of this, the voltage from the dc link will gradually increase. There 2 alternatives to solve this problem. First one is using a capacitor in paralel with a resistor so that the energy is dissipated. Other alternative is using a reversible current topology connected between the distrubution system ( battery) and the dc link capacitor. The second alternative is preferred when there is frequent braking in the system.

Overall, work in progress.