Skip to content

Hardware design of a Linear Induction Motor. Uses circuferential coil arrangement (a.k.a. 'linear shaft motor')

Notifications You must be signed in to change notification settings

openMLA/linear-shaft-motor

Repository files navigation

Caution

This project is still under development, and is not yet ready for reproduction. Star or watch the repository if you want to be the first to know about a first release.

Linear shaft motor stage 🧲

Hardware design of a Linear Induction Motor. Uses circumferential coil arrangement (a.k.a. 'linear shaft motor'). The design is intended to be used as an 'XY-stage' for a lithography machine or other applications with precision position requirements but light load.

Target features

  • ~1 Micron position (measurement) accuracy or better
  • Ability to stack design for two linear movement axes
  • ~110mm travel range
  • Open Hardware. Designed from parts that can be sourced.

Important

The binary files in this repository (FreeCAD files, etc) are managed with Git-Annex. When you clone this repo they will not immediately be available. You will need to install Git-Annex on your system and then run git-annex get . to download these files.

Hardware overview 🛍

There are 3 elements that are key to a linear induction stage. Considerations and selection motivations can be found on the linked wiki sections.

  • Linear guidance system ⚙. The mechanical constraints that constrain motion along a single direction. Think linear rails and so on.
  • Linear induction motor 🧲. The magnets and coil assembly that are able to produce the forces required for the stage to move along it's constrained motion path.
  • Encoder and feedback circuit 💻. Components that sense the system's position and use this information to drive the linear motor to target location.

Of course there is also the brackets and mounting surfaces that are required to ensure these pieces all fit together.

Linear induction motor geometries 🔠

There are 3 categories of linear induction motors:

  • Flat motors (flat magnets only on one side of forcer)
  • I-beam motors (flat magnets on both sides of forcer)
  • Shaft motors (cylindrical magnets with forcer wrapped around magnets)

There are advantages and disadvantages to each geometry. This video by WSM Technology INC 🎥 is a good starting point. It primarily is listing advantages of Shaft motors (as used in this project), but doesn't really go into the downsides of the shaft geometry. I think that the primary disadvantage is that the shaft motor is a pretty bulky design, and in space-constrained applications it may not be ideal. This kind of project would actually be a good fit for flat or I-beam geometries as the space below the stage is quite wide, and a linear-shaft design is not using that space efficiently.

Bill of materials 📃💸

You can find the BOM as a CSV file in this repository. Note that this BOM.csv is generated from another CSV in the ./components directory.

Similar projects 👨‍❤️‍👨

Besides the many commercial vendors of induction motors of the various kinds (shaft, flat, and I-beam), there have also been various DIY attempts at such motors. They are impressive efforts, and were very effective in demonstrating the feasibility of the concept. Vulcaman's project can and has even been reproduced by another user.

If there are any cool projects I have missed, let me know!

About

Hardware design of a Linear Induction Motor. Uses circuferential coil arrangement (a.k.a. 'linear shaft motor')

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published