CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

srm(switched reluctant motor) pi control

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
elbinaz



Joined: 15 May 2011
Posts: 3

View user's profile Send private message

srm(switched reluctant motor) pi control
PostPosted: Thu May 19, 2011 11:34 pm     Reply with quote

Hi everyone. Can somebody help me? I have a problem to control srm using PIC16F877. It is 3~.Thanks.
temtronic



Joined: 01 Jul 2010
Posts: 9178
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Fri May 20, 2011 5:31 am     Reply with quote

Showing us your code, PIC type and CCS C version.....
as well as the hardware schematic
...would help us help you !
elbinaz



Joined: 15 May 2011
Posts: 3

View user's profile Send private message

srm pi control
PostPosted: Sat May 21, 2011 1:24 am     Reply with quote

temtronic thanks for your help. My version is 4,068 and my pic is 16f877. It must give me six pwm. I don't have my code. I want to find available code or similar. I am not a master to write code.
Ttelmah



Joined: 11 Mar 2010
Posts: 19383

View user's profile Send private message

PostPosted: Sat May 21, 2011 2:10 am     Reply with quote

It won't.
The 877, has _two_ PWM channels only.

You can potentially generate 'software' PWM channels, but only at relatively low speed.

Are you really sure you need 6 PWM channels?. Most motor control systems use three, but then need complementary outputs on the three channels to involve three channels but six signals. Chips with power control PWM modules offer this.

Microchip has some very good application notes of motor control using these chips.

For six completely separate PWM channels at high speed, you need a lot more up-market chips, like some of the DsPIC's.

So you need to tell us more, and do some research yourself:

What do the phases need to generate - are there genuinely six phases, or just three with the other three signals being derivable from the first three?. You talk about 3 phases, but then say you require six pwm's...

What frequencies and range of control are needed?.

What do you actually need to 'do' with the signals - just sinusoidal synthesis, or more complex control - are you going to be ramping speeds etc.?.

Don't commit yourself to a chip that won't do the job - a vast amount more work, and may well be impossible....

There are 'example' systems for this in the Microchip application notes, but _all_, _will_ need modification to suit other hardware and. A 3 phase pWM motor control system with hardware, would cost several thousand dollars to write the software and the same again to design the driver hardware. You are not going to find an 'off the shelf freebie', which will have all of this. Cheaper and easier if this is a 'one off', to just buy a built motor controller.

To put this in perspective, I have designed polyphase motor control systems for servo applications at work. However when I wanted a similar but rather smaller system supporting higher speeds for a one off 'home' application, I bought an off the shelf unit. I reckoned it was about 50* cheaper than developing a 'one off', and I didn't have a couple of months of free time available....

Best Wsihes
elbinaz



Joined: 15 May 2011
Posts: 3

View user's profile Send private message

PostPosted: Sun May 22, 2011 4:20 am     Reply with quote

Ttelmah thanks. You are right. I want to use 18f46. It has 4 pwm. I will use 3~ motor. Also I want to use 1~ because that dcdc converter. Do you have advice or available code? Best Wishes.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group