Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Old May 23rd 06, 10:52 AM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Kevin & Natalia
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

Hi All,

I acquired a Pitch-Prop motor a number of years ago, with the intention of
building a antenna rotator.
I still have the intention of doing this, and have checked the motor for
operation. This works out very nice, and was able to control it to different
speeds with different voltage.
I have a construction design for the mounting of the motor and gearbox to
the tower, and antenna.

The problem I have now, is I wish to construct a suitable control unit, with
digital readout, and the possibility of controlling via a mini PIC control,
or via PC.

I have searched the internet without much success, so my next course of
action was to see if anyone on these groups might be of help.
So I put my hands up for HELP!

Any help would be gratefully received.

Thanks in Advance.

Kevin, ZL1KFM.


  #2   Report Post  
Old May 23rd 06, 03:20 PM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Tim Wescott
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

Kevin & Natalia wrote:

Hi All,

I acquired a Pitch-Prop motor a number of years ago, with the intention of
building a antenna rotator.
I still have the intention of doing this, and have checked the motor for
operation. This works out very nice, and was able to control it to different
speeds with different voltage.
I have a construction design for the mounting of the motor and gearbox to
the tower, and antenna.

The problem I have now, is I wish to construct a suitable control unit, with
digital readout, and the possibility of controlling via a mini PIC control,
or via PC.

I have searched the internet without much success, so my next course of
action was to see if anyone on these groups might be of help.
So I put my hands up for HELP!

Any help would be gratefully received.

Thanks in Advance.

Kevin, ZL1KFM.


Excepting the readout, this should be a fairly routine motor control
problem. Depending on what you want to do your control box could be as
simple as a current-limited power supply and a couple of switches or as
complex as a fully fed-back motion control system.

How's your electronics skills, and how fancy do you want it to be?

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Posting from Google? See http://cfaj.freeshell.org/google/

"Applied Control Theory for Embedded Systems" came out in April.
See details at http://www.wescottdesign.com/actfes/actfes.html
  #3   Report Post  
Old May 23rd 06, 04:31 PM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

I'm going to recommend against electronic feedback unless you are a
control systems hobbyist... I did PID
(proportional-integral-derivative) servo on a homebrew rotating mast so
I didn't need a readout and eventually decided to go with a rotation
sensing pot, a voltage-to-current converter, and a surplus meter.

This was after I tweaked the PID to get rid of the oscillations but
still had some average position errors...

I guess with a digital system it would be easier to optimize. Mine was
all analog... and only one op amp, so the settings interacted :-)

Making the motor go and watching the meter is a more sensitive and
intelligent form of feedback, as long as you've got a system you can't
break by turning too far.

A simple pulse-width-modulator for speed control might be in the cards
though. That way you send a variable duty cycle full-on full-off pulse
train to the motor. Good torque and you don't need a variable power
supply just to run the rotor.

I'm going to add one to my rotator soon... I've got that on manual
right now... pulsing the switch makes a nice slow smooth rotation!

If you do like electronics projects for the sake of electronics
projects, feedback control is an interesting way to go, though.

73,
Dan
N3OX

  #4   Report Post  
Old May 23rd 06, 05:11 PM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Richard Clark
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

On 23 May 2006 08:31:29 -0700, "
wrote:

This was after I tweaked the PID to get rid of the oscillations but
still had some average position errors...

I guess with a digital system it would be easier to optimize. Mine was
all analog... and only one op amp, so the settings interacted :-)


Hi Dan,

If anything, going digital has all the prospects of thrashing the
antenna into shreds. The oscillations you speak of are eminently
suited for an analog solution - you simply have to understand the
nature of resonance, coupling (over, critical, and under), and attack.
If you don't, translating them into binary code will be impossible.

For instance, your average position errors were probably due to
under/overshoot and a too heavily dampened system with too much gain.
No computer program is going to improve that.

73's
Richard Clark, KB7QHC
  #5   Report Post  
Old May 23rd 06, 05:38 PM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

Richard,
Agreed on the suitability of an analog solution... I certainly made
some steps toward critically damped operation. My circuit design was
bad, though.

I didn't have a very analyzable problem; the rotator rotates one of
those fiberglass surplus military masts with respect to another, so I
get a lot of stick-slip, especially if there's a breeze (there are 12
feet of mast above this thing).

This is not to say a suitable set of P, I and D couldn't be found, and
it would have been pretty slick if I'd set up right for empirical loop
tuning, but I hadn't done that. I got pretty close by soldering
components in and out.

I would have had a better time with a real multiple op amp circuit with
a knob for each of P, I and D.

I think you hit the nail on the head regarding too heavily dampened
with too much gain in the antenna rotator case. I just couldn't really
tune the thing.


In my case, I just decided to throw up my hands and go to the simplest
method so I could get on the air with a rotating antenna. I have a
quite successful analog servo going every day with my remote antenna
tuner (www.n3ox.net/projects/servo). That one is ever-so-slightly
underdamped, proportional only, and works nicely. There's a little bit
of hysteresis and it certainly could be improved, but I stopped at the
good-enough-for-daily-operation level.

I guess what I meant by "going digital" was that depending on whether
you're more comfortable with programming than a soldering iron (not
me!) you might think about having a simple motor drive circuit and
implement the admittedly complex PID loop in software/firmware.

You're absolutely right that you can't do this if you don't know how to
do the analog...

73,
Dan
N3OX



  #6   Report Post  
Old May 23rd 06, 05:54 PM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Richard Clark
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

On 23 May 2006 09:38:07 -0700, "
wrote:

You're absolutely right that you can't do this if you don't know how to
do the analog...


Hi Dan, All,

The single loudest voice on these matters is Robert Pease at National
Semiconductor. For streaming courses/lectures on this very topic,
visit:
http://www.national.com/nationaltv/index.html

I've been following Bob's no-nonsense contributions for more than 25
years now.

73's
Richard Clark, KB7QHC
  #7   Report Post  
Old May 24th 06, 01:50 AM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Tim Wescott
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

wrote:

Richard,
Agreed on the suitability of an analog solution... I certainly made
some steps toward critically damped operation. My circuit design was
bad, though.

I didn't have a very analyzable problem; the rotator rotates one of
those fiberglass surplus military masts with respect to another, so I
get a lot of stick-slip, especially if there's a breeze (there are 12
feet of mast above this thing).

This is not to say a suitable set of P, I and D couldn't be found, and
it would have been pretty slick if I'd set up right for empirical loop
tuning, but I hadn't done that. I got pretty close by soldering
components in and out.

I would have had a better time with a real multiple op amp circuit with
a knob for each of P, I and D.

I think you hit the nail on the head regarding too heavily dampened
with too much gain in the antenna rotator case. I just couldn't really
tune the thing.


In my case, I just decided to throw up my hands and go to the simplest
method so I could get on the air with a rotating antenna. I have a
quite successful analog servo going every day with my remote antenna
tuner (
www.n3ox.net/projects/servo). That one is ever-so-slightly
underdamped, proportional only, and works nicely. There's a little bit
of hysteresis and it certainly could be improved, but I stopped at the
good-enough-for-daily-operation level.

I guess what I meant by "going digital" was that depending on whether
you're more comfortable with programming than a soldering iron (not
me!) you might think about having a simple motor drive circuit and
implement the admittedly complex PID loop in software/firmware.

You're absolutely right that you can't do this if you don't know how to
do the analog...

73,
Dan
N3OX

Written with the implicit assumption that you'd want to do it in
software, but quite applicable to analog solutions:
http://www.wescottdesign.com/article.../friction.html

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Posting from Google? See http://cfaj.freeshell.org/google/

"Applied Control Theory for Embedded Systems" came out in April.
See details at http://www.wescottdesign.com/actfes/actfes.html
  #8   Report Post  
Old May 23rd 06, 10:27 PM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Highland Ham
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

If you do like electronics projects for the sake of electronics
projects, feedback control is an interesting way to go, though.

============================
Talking rotor position feedback ,instead of the traditional potmeter in
bridge circuit with analogue meter readout ,you could try a low cost
synchro system utilising 2 stepper motors from discarded hard drives ,
dot-matrix printers or flat bed scanners ,with 1 stepper motor
mechanically coupled (either directly or via a reversed rotational
reducer) to the rotor ,the other in the shack as a readout device. The
circuit I found on the web (via Google)needs 5 wires between the stepper
motor coupled to the rotor and the control unit ,located with the other
stepper motor in the shack.
The circuit includes 4 TIP120 NPN transistors 2 LM324 dual Opamps and a
few diodes and resistors. The stepper motor in the shack could either be
provided with a rotating or sliding pointer ( the latter from an old
1950-60s radio) , or be mechanically linked to a counter (for example
from a discarded tape recorder)

A potential 'recycled components' project.

Frank GM0CSZ / KN6WH
  #9   Report Post  
Old May 24th 06, 12:52 AM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Kevin & Natalia
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

Hi Tim,

My electronics skills are fairly good, I have built many projects over the
time.
What I was wanting to do, is have a control box in the shack with a readout
and left/right controls. And have the provision to also be able to have a PC
control it.
I like the Pitch-prop motor, as it is strong, and can be controlled easy.

The way I control it at the moment, is via a 2 voltage system.
The pitch-prop runs at 36volts for full speed, and when I wish to slow it
down for small movements, I use a second set of controls at 15volts. Not the
best way of doing it, but it works.
I then look out the window and see where it is pointing. I know where N, E,
S, W are on my section.

As to price on the parts, I would like to keep it down to around a couple of
hundred dollars.

Regards and thanks for your input.

Kevin, ZL1KFM
www.qsl.net/zl1hk

"Tim Wescott" wrote in message
...


Excepting the readout, this should be a fairly routine motor control
problem. Depending on what you want to do your control box could be as
simple as a current-limited power supply and a couple of switches or as
complex as a fully fed-back motion control system.

How's your electronics skills, and how fancy do you want it to be?

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Posting from Google? See http://cfaj.freeshell.org/google/

"Applied Control Theory for Embedded Systems" came out in April.
See details at http://www.wescottdesign.com/actfes/actfes.html



  #10   Report Post  
Old May 24th 06, 01:55 AM posted to rec.radio.amateur.antenna,rec.radio.amateur.equipment,rec.radio.amateur.homebrew,rec.radio.amateur.misc
Tim Wescott
 
Posts: n/a
Default Control Unit for Home Built Rotator from Pitch-Prop Motor

Hey Kevin:

http://www.wescottdesign.com/articles/pidwophd.html
http://www.wescottdesign.com/article.../friction.html

If you want to control it from a PC I'd suggest that you drive an H
bridge from a microprocessor, with a PID controller in there to make it
go. The biggest key to making a PID loop without doing a bunch of math
is to keep your ambition under control -- if you have to go fast, then
you need to delve into theory.

As pointed out, PID control can be tricky -- even though I'm a control
systems professional there's a good chance that if I did it rev 1.0
would just use the micro to implement virtual buttons, with feedback
control for rev 1.1. You definitely want to make sure all the pieces
are working before you close the loop.

Kevin & Natalia wrote:

Hi Tim,

My electronics skills are fairly good, I have built many projects over the
time.
What I was wanting to do, is have a control box in the shack with a readout
and left/right controls. And have the provision to also be able to have a PC
control it.
I like the Pitch-prop motor, as it is strong, and can be controlled easy.

The way I control it at the moment, is via a 2 voltage system.
The pitch-prop runs at 36volts for full speed, and when I wish to slow it
down for small movements, I use a second set of controls at 15volts. Not the
best way of doing it, but it works.
I then look out the window and see where it is pointing. I know where N, E,
S, W are on my section.

As to price on the parts, I would like to keep it down to around a couple of
hundred dollars.

Regards and thanks for your input.

Kevin, ZL1KFM
www.qsl.net/zl1hk

"Tim Wescott" wrote in message
...


Excepting the readout, this should be a fairly routine motor control
problem. Depending on what you want to do your control box could be as
simple as a current-limited power supply and a couple of switches or as
complex as a fully fed-back motion control system.

How's your electronics skills, and how fancy do you want it to be?

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Posting from Google? See http://cfaj.freeshell.org/google/

"Applied Control Theory for Embedded Systems" came out in April.
See details at http://www.wescottdesign.com/actfes/actfes.html






--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Posting from Google? See http://cfaj.freeshell.org/google/

"Applied Control Theory for Embedded Systems" came out in April.
See details at http://www.wescottdesign.com/actfes/actfes.html


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
FCC SHUTS DOWN the 'Boy Broadcaster" from ME Maritime Phone Patcher General 105 September 30th 05 04:17 PM
FCC SHUTS DOWN the 'Boy Broadcaster" from ME Maritime Phone Patcher Policy 105 September 30th 05 04:17 PM
Hal Turner - the dumbest man on radio - OFF THE AIR! neptune3 Shortwave 25 June 6th 04 10:00 AM
a page of motorola 2way 2 way portable and mobile radio history john private smith Policy 0 December 22nd 03 02:42 AM
Tip-of-the-Day: Check your Ham-IV Control Unit Dick, AA5VU Antenna 3 September 12th 03 04:01 PM


All times are GMT +1. The time now is 08:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 RadioBanter.
The comments are property of their posters.
 

About Us

"It's about Radio"

 

Copyright © 2017