Computer aided Rotating platform

AI Thread Summary
The discussion revolves around building a computer-controlled rotating platform for a heavy telescope, requiring precise rotation to one decimal point degree. Key considerations include the mechanism for rotation, with options like stepper motors or servo motors being discussed, as well as the potential for off-the-shelf solutions. The user is focused on minimizing wear and tear, ensuring reliability, and keeping costs under $1500. The complexity of star tracking is acknowledged, with suggestions leaning towards a traditional altitude-azimuth gimbal mount for its mechanical simplicity, despite its tracking limitations. Overall, the project is a personal endeavor aimed at recording star movements, necessitating careful planning around both mechanical design and motion control.
Trainee Engineering
Messages
52
Reaction score
1
I'm thinking about building a rotating platform (horizontal rotation, like merry-go-round) which will be controlled by computer instructions. the platform will rotate with accuracy to 1 decimal point degree. a load will be mounted on this rotating platform, could weigh up to 200kg. what's the best mechanism for this? pneumatic? magnetic? thanks
 
Engineering news on Phys.org
When you say "controlled by computer instructions" what method of motion control are you planning to use exactly? Stepper motor? Servo w/ encoder? Direct Drive?

Have you considered purchasing an off-the-shelf solution such as this one?

http://www.aerotech.com/product-catalog/stages/rotary-stages/agr.aspx?p=%2fproduct-catalog%2fstages%2frotary-stages.aspx%3fpage%3d2
upload_2016-7-21_8-4-36.png
 
Mech_Engineer said:
When you say "controlled by computer instructions" what method of motion control are you planning to use exactly? Stepper motor? Servo w/ encoder? Direct Drive?

Have you considered purchasing an off-the-shelf solution such as this one?

http://www.aerotech.com/product-catalog/stages/rotary-stages/agr.aspx?p=%2fproduct-catalog%2fstages%2frotary-stages.aspx%3fpage%3d2
View attachment 103588

so, what I'm planning to do is mounting a heavy duty telescope on this platform. after calculating certain star's position, I will input that coordinate, and based on the current platform position, the platform may need to be rotated n degrees (1 decimal point accuracy, so something like 2.7 degrees counter clockwise, etc)
which mechanism will get the precision I need, but enough strength to rotate the load (with minimum power)?
perhaps like this one

it's using air bearing, so reduces wear and tear (no friction at all) significantly? but this looks kinda costly.
Cost is a main concern. I'm willing to build my own mechanism. any hints? I'm a software programmer, no background in mechanical engineering.
thanks
 
Last edited:
Star tracking is a pretty complicated problem, have you considered that you will need adjustments for both azimuth and elevation?
 
Mech_Engineer said:
Star tracking is a pretty complicated problem, have you considered that you will need adjustments for both azimuth and elevation?

yes, this rotating platform is for the azimuth. as for the elevation, I'm assuming that this will be another rotating mechanism, but it will be different (vertical like a ferris wheel and must also take gravity into account, unlike horizontal rotation which can ignore gravity altogether). Thanks
 
Sounds like you're on the right track. You essentially have two paths available to you:
  1. Buy a pair off-the-shelf rotation stages like the Aerotech AGR I linked (potentially an expensive option with the control hardware)
  2. Design your own rotation mechanism using bearings, gears and mechanical know-how, and then implement a drive motor of your choice and sufficient for your torque requirements.
Option (1) gives you the potentially most robust path (especially if the telescope is indeed heavy as you claim) but will cost a good amount of money (potentially tens of thousands).

Option (2) is possibly cheaper if you can put in the engineering time yourself, but not guaranteed to save money when considering the cost of fabricated parts and hardware.

So, is this a personal project or a professional one? Do you have a budget and/or timeline in mind?
 
Mech_Engineer said:
Have you considered buying an off-the-shelf tracking telescope mount? You may be able to buy one for a relatively reasonable price depending on your requirements...
http://www.telescope.com/Mounts-Tri...-Telescope-Mount/pc/-1/c/2/sc/34/p/114829.uts

You might take a look at this article for some inspiration also:
http://astro.neutral.org/homemade-diy-gem-telescope-mount.shtml

this is a personal project. me and some of my astronomy enthusiast friends are thinking about recording the movement of some stars for starters. and yes, this is a huge telescope with other equipments also mounted on it. we never really measure the actual weight, but a guesstimate is around 200kg.
what motion control method do you recommend? what are my options? My priorities are:
1. precision (1 decimal point degree)
2. minimum wear and tear (minimum friction between the working parts)
3. reliability (minimum effort to recalibrate)
4. power consumption
turning speed is not a problem. 1 degree per second is fine, so something like lazy susan is ok
if possible, I'd like the budget to be less than $1500 (just for the platform)
 
Last edited:
Yikes, the weight of your telescope will severely limit your options. I think your best bet will be to design a more traditional altitude-azimuth gimbal mount, and then come up with a plan for motorizing it. See here: https://en.wikipedia.org/wiki/Altazimuth_mount

This kind of design is mechanically simple, which could be good for your budget concerns. But, note that for tracking purposes this kind of mount has some disadvantages, specifically because it is not tilted to match the Earth's rotation, tracking has to be done using synchronized motion in two axes with complex tracking algorithms to try and produce smooth synchronized motion.

Wikipedia.org said:
When used as an astronomical telescope mount, the biggest advantage of an alt-azimuth mount is the simplicity of its mechanical design. The primary disadvantage is its inability to follow astronomical objects in the night sky as the Earth spins on its axis the way that an equatorial mount can. Equatorial mounts only need to be rotated about a single axis, at a constant rate, to follow the rotation of the night sky (diurnal motion). Altazimuth mounts need to be rotated about both axes at variable rates, achieved via microprocessor based two-axis drive systems, to track equatorial motion. This imparts an uneven rotation to the field of view that also has to be corrected via a microprocessor based counter rotation system.[1]

You should also take another look at your angular resolution requirement. Astronomical telescope trackers typically have angular resolutions measured in arc-seconds, which is 3,600 times the resolution you're proposing.

https://en.wikipedia.org/wiki/Minute_and_second_of_arc
Wikipedia.org said:
A second of arc, arcsecond (arcsec), or arc second is 1/60 of an arcminute, 1/3,600 of a degree, 1/1,296,000 of a turn, and π/648,000 (about 1/206,265) of a radian.
 
Back
Top