| Author |
Message |
cai2
Joined: 30 Nov 2006 Posts: 60 Helped: 1
|
02 Sep 2007 15:37 microcontroller based motor controller |
|
|
|
|
| I am having my research proposal this semester about a microcontroller-based 3 phase induction motor control. But I'm confused what shall i do first?...could you help me?...I'll be using the at89c2051 microcontroller, supposing this is the only microcontroller available....
|
|
| Back to top |
|
 |
cameo_2007
Joined: 15 Mar 2007 Posts: 439 Helped: 17 Location: 13.04°N80.17°E
|
03 Sep 2007 5:17 microcontroller motor control |
|
|
|
|
No,thats not the only microcontroller available.
You have got PIc,which well suits for motor controll applications.
Goto www.microchip.com,and look into the motor controsl section.you will find lot of application notes on motor controls
|
|
| Back to top |
|
 |
vijaya_narayana
Joined: 12 Jun 2007 Posts: 147 Helped: 9
|
03 Sep 2007 6:02 microcontroller based motor |
|
|
|
|
| u have a lot of microcontroller that suits motor control applications u need to search it in atmel and microchip and find which application to use
|
|
| Back to top |
|
 |
afzal ahmed
Joined: 16 May 2006 Posts: 8 Helped: 1
|
03 Sep 2007 7:36 Re: microcontroller-based motor control |
|
|
|
|
| PIC microntrollers are better choice then ATmel controllers coz of there large variety of compilers and easy to use languages
|
|
| Back to top |
|
 |
snaiks
Joined: 28 Jul 2007 Posts: 13
|
03 Sep 2007 14:05 Re: microcontroller-based motor control |
|
|
|
|
can you specify in detail the working of the 3-phase induction motor and what do you want to control -
start/stop
direction
speed
working voltage
bye:D
| cai2 wrote: |
| I am having my research proposal this semester about a microcontroller-based 3 phase induction motor control. But I'm confused what shall i do first?...could you help me?...I'll be using the at89c2051 microcontroller, supposing this is the only microcontroller available.... |
|
|
| Back to top |
|
 |
garg29
Joined: 17 Nov 2004 Posts: 352 Helped: 10
|
04 Sep 2007 4:16 microcontroller-based motor control |
|
|
|
|
| i think he only wants to control the direction of rotation, for speed it would become bulky and he will need to go for v/f control
|
|
| Back to top |
|
 |
cai2
Joined: 30 Nov 2006 Posts: 60 Helped: 1
|
05 Sep 2007 4:44 Re: microcontroller-based motor control |
|
|
|
|
yeah i want to control its start,stop, direction, speed just assuming the only microcontroller available is at89c2051..would it be possible?...is it impossible for 89c2051 to do it?...
Added after 7 minutes:
my idea is utilizing what microcontroller is available in my pc...and that is at89c2051...will it be hard for the controller to do the motor control?
|
|
| Back to top |
|
 |
Google AdSense

|
05 Sep 2007 4:44 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
cameo_2007
Joined: 15 Mar 2007 Posts: 439 Helped: 17 Location: 13.04°N80.17°E
|
05 Sep 2007 4:53 Re: microcontroller-based motor control |
|
|
|
|
| cai2 wrote: |
my idea is utilizing what microcontroller is available in my pc...and that is at89c2051...will it be hard for the controller to do the motor control? |
available in your PC??
|
|
| Back to top |
|
 |
cai2
Joined: 30 Nov 2006 Posts: 60 Helped: 1
|
05 Sep 2007 6:40 Re: microcontroller-based motor control |
|
|
|
|
| I mean its assembler, not the microcontroller itself. Do you think it would be hard to go through with it?...
|
|
| Back to top |
|
 |
cameo_2007
Joined: 15 Mar 2007 Posts: 439 Helped: 17 Location: 13.04°N80.17°E
|
05 Sep 2007 7:05 microcontroller-based motor control |
|
|
|
|
no.its not hard,
end even you know,installing a compiler for PIC hardly takes 15mins.You can download it from microchip.com
And by the way,if you know something of AT89c51,i would say go ahead with that only.
And if you are "0" in both of the programming techniques,i would say you go ahead with PIC micros.
|
|
| Back to top |
|
 |
cai2
Joined: 30 Nov 2006 Posts: 60 Helped: 1
|
05 Sep 2007 7:16 Re: microcontroller-based motor control |
|
|
|
|
| ok..actually, this is my first encounter with the microcontroller..i find it very interesting and challenging that's why i'm into with it...
|
|
| Back to top |
|
 |
cameo_2007
Joined: 15 Mar 2007 Posts: 439 Helped: 17 Location: 13.04°N80.17°E
|
05 Sep 2007 7:24 microcontroller-based motor control |
|
|
|
|
then take PIC with you,
look into
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1469&filter1=function
log in to microchip website.you canb see the application notes there.
Being a begginer,i would doubt whether you would be able to pick up about the motor control programming so fast.
Will take some time,but dont get carried away,the technique is simple.
|
|
| Back to top |
|
 |
cai2
Joined: 30 Nov 2006 Posts: 60 Helped: 1
|
07 Sep 2007 3:53 Re: microcontroller-based motor control |
|
|
|
|
| what do you think could be a nice language program for this project?
|
|
| Back to top |
|
 |
cameo_2007
Joined: 15 Mar 2007 Posts: 439 Helped: 17 Location: 13.04°N80.17°E
|
07 Sep 2007 6:01 microcontroller-based motor control |
|
|
|
|
if you know 'C' language,or atleast the basics of 'C',then it'll be very easy to pick the programming of PIC with C.
Or else, assembly language,but its little bit tough to start with.
i prefer C language.But i would say,you definitely need to have some practical help or guidance from someone who knows the programming.
|
|
| Back to top |
|
 |
vijaya_narayana
Joined: 12 Jun 2007 Posts: 147 Helped: 9
|
07 Sep 2007 6:07 Re: microcontroller-based motor control |
|
|
|
|
i think for your application 89c2051 is more than enough for start,stop and for reversing the motor.
You can use any language which u feel is easier ie (assembly and C)
|
|
| Back to top |
|
 |