Sign in

username:

password:



Not a member?

Search Sci.Electronics.Design



Search tips

design by Keywords

8051 | Amplifier | AVR | CMOS | Converter | DAC | Diode | FPGA | GPS | I2C | IDE | Laser | LCD | MOSFET | Op-amp | Oscillator | Oscilloscope | PID | PLL | PSU | PWM | RFID | RS232 | RS485 | SMPS | Spice | Transformer | Transistor | TTL | USB | VCO

Ads

See Also

DSPEmbedded SystemsFPGA

design | PS for PWM-controlled motor


There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

PS for PWM-controlled motor - pimpom - 2010-01-31 03:13:00

I don't know if this should be in seb rather than in sed, but 
here goes. I have this brushed motor from an old machinery with 
an integral reduction gear. The label has faded completely so 
that it's impossible to read the nameplate ratings. It was 
powered from a transformer that outputs 26.5V at no load, and 
judging from the orginal control board, it was apparently run by 
phase control at mains frequency with a pair of SCRs. The current 
limiting jumper was set at 3A. The transformer is rated for 90VA, 
secondary dc resistance is about 0.2 ohm and primary (230V) 12 
ohms.

I'd like to try using the motor and the transformer with 
high-frequency PWM control, but if I rectify and filter the 
transformer output, the supply voltage will be substantially 
higher than the average in the original scheme (though of course 
no higher than the peak). Is this likely to cause any problems? 
Please ignore any other issues for the time being. 





Re: PS for PWM-controlled motor - Richard Torrens (News) - 2010-01-31 14:37:00

In article <hk3e2v$cu3$1...@news.albasani.net>,
   pimpom <p...@invalid.invalid> wrote:
> I don't know if this should be in seb rather than in sed, but 
> here goes. I have this brushed motor from an old machinery with 
> an integral reduction gear. The label has faded completely so 
> that it's impossible to read the nameplate ratings. It was 
> powered from a transformer that outputs 26.5V at no load, and 
> judging from the orginal control board, it was apparently run by 
> phase control at mains frequency with a pair of SCRs. The current 
> limiting jumper was set at 3A. The transformer is rated for 90VA, 
> secondary dc resistance is about 0.2 ohm and primary (230V) 12 
> ohms.

> I'd like to try using the motor and the transformer with 
> high-frequency PWM control, but if I rectify and filter the 
> transformer output, the supply voltage will be substantially 
> higher than the average in the original scheme (though of course 
> no higher than the peak). Is this likely to cause any problems? 
> Please ignore any other issues for the time being. 

Lots on 4QD site about this:
e.g.
http://www.4qd.co.uk/faq/bmnc3.html#machtools  Mains use - (Machine Tools)

-- 
------------------------------------------------------------------
Richard Torrens. News email address is valid - for a limited time only.
http://www.Torrens.org.uk for genealogy, natural history, wild food, walks, cats
and more!

Re: PS for PWM-controlled motor - Fred Abse - 2010-02-04 03:46:00

On Sun, 31 Jan 2010 13:43:18 +0530, pimpom wrote:

> I don't know if this should be in seb rather than in sed, but here goes. I
> have this brushed motor from an old machinery with an integral reduction
> gear. The label has faded completely so that it's impossible to read the
> nameplate ratings. It was powered from a transformer that outputs 26.5V at
> no load, and judging from the orginal control board, it was apparently run
> by phase control at mains frequency with a pair of SCRs. The current
> limiting jumper was set at 3A. The transformer is rated for 90VA,
> secondary dc resistance is about 0.2 ohm and primary (230V) 12 ohms.
> 
> I'd like to try using the motor and the transformer with high-frequency
> PWM control, but if I rectify and filter the transformer output, the
> supply voltage will be substantially higher than the average in the
> original scheme (though of course no higher than the peak). Is this likely
> to cause any problems? Please ignore any other issues for the time being.

If you implement proper current, as opposed to voltage, control, it
shouldn't matter. You could then use armature voltage for speed feedback. 
Just limit maximum speed to that giving, say 24V on the armature.

-- 
"Electricity is of two kinds, positive and negative. The difference
is, I presume, that one comes a little more expensive, but is more
durable; the other is a cheaper thing, but the moths get into it."
                                             (Stephen Leacock)

Re: PS for PWM-controlled motor - pimpom - 2010-02-06 14:01:00

Fred Abse wrote:
> On Sun, 31 Jan 2010 13:43:18 +0530, pimpom wrote:
>
>> I don't know if this should be in seb rather than in sed, but 
>> here
>> goes. I have this brushed motor from an old machinery with an
>> integral reduction gear. The label has faded completely so 
>> that it's
>> impossible to read the nameplate ratings. It was powered from 
>> a
>> transformer that outputs 26.5V at no load, and judging from 
>> the
>> orginal control board, it was apparently run by phase control 
>> at
>> mains frequency with a pair of SCRs. The current limiting 
>> jumper was
>> set at 3A. The transformer is rated for 90VA, secondary dc
>> resistance is about 0.2 ohm and primary (230V) 12 ohms.
>>
>> I'd like to try using the motor and the transformer with
>> high-frequency PWM control, but if I rectify and filter the
>> transformer output, the supply voltage will be substantially 
>> higher
>> than the average in the original scheme (though of course no 
>> higher
>> than the peak). Is this likely to cause any problems? Please 
>> ignore
>> any other issues for the time being.
>
> If you implement proper current, as opposed to voltage, 
> control, it
> shouldn't matter. You could then use armature voltage for speed
> feedback. Just limit maximum speed to that giving, say 24V on 
> the
> armature.

Thanks. I thought no one else was going to reply and stopped 
watching the thread until now.