Skip to content
Snippets Groups Projects
Commit eb7c305c authored by Sabrina Chowdhury's avatar Sabrina Chowdhury Committed by hoijui
Browse files

update

parent c310e669
No related branches found
No related tags found
No related merge requests found
......@@ -64,5 +64,20 @@ Choosing a stepper very much depends on the type of machine you have or are goin
- For the same reason, bipolar motors have a high torque output. To learn more about the wiring, check this [Wiring Configurataion](https://blog.orientalmotor.com/wiring-basics-unipolar-vs-bipolar).
- However, the motors need more complex circuitry to switch the coils. This isn’t an issue because the driver modules do this for us.
---
> #### 2) Torque Rating
---
- Stepper motors are rated by their holding torque in oz / in (ounces per inch) or N.m (Newton-metre) etc.
- Holding torque is the maximum torque that the motor can provide with both windings energized at full current before it starts jumping steps.
- **Example**: a NEMA23 might say 175 oz / in. So it can hold 175 ounces on an arm of 1 inch in length attached to the motor shaft.
- We also need to note how much current the motor will draw and the voltage it needs to work at.
- The holding torque with one winding energized at the rated current is about ***1/sqrt(2)*** times that.
- The torque is proportional to current (except at very low currents), so for example, if we set the drivers to 85% of the motor rated current, then the maximum torque will be ***85% * 0.707 = 60%*** of the specified holding torque.
---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment