Stepper motor current/torque model

Click For Summary
The discussion focuses on modeling the torque behavior of a stepper motor based on current pulse characteristics, which resemble trapezoids in the time domain. The user proposes integrating the current over time to derive average current for different RPMs, while considering the longest pulse length at low RPMs. They also explore the impact of PWM duty cycle on current capping and question how voltage, inductance, and winding resistance affect current rise and fall times. Additionally, there are inquiries about the relationship between the magnetic field profiles of the rotor and stator, as well as clarification on the meaning of RPS. The conversation emphasizes the interplay between current, magnetic fields, and motor performance.
liquidFuzz
Messages
107
Reaction score
6
TL;DR
Is it possible to model torque based on current in coils?
I've set up an expression for the current in a stepper motor coil. Each current pulse resembles a trapezoid in the time domain. Now I'm trying to figure out how to best use this to model the torque behavior for different RPS. My ide was to integrate over time to get the whole pulse

\int_{t0}^{t1} i_1(t) dt + \int_{t1}^{t2} i_2(t) dt + \int_{t2}^{t3} i_3(t) dt

However I'm not interested in the charge, I*t. Thus I figured I could divide the result with pulse length of the longest pulse possible, i.e. a pulse at low RPS, thus getting a average current for a pulse at different RPS. Does this make any sense..?

Edit, one more thing, the current is capped by altering the pwm ON cycle in the duty cycle. This made me think I should try to find the pwm with the highest ON with of the pwm signal.
 
Engineering news on Phys.org
liquidFuzz said:
I've set up an expression for the current in a stepper motor coil. Each current pulse resembles a trapezoid in the time domain.
Does the voltage and inductance of the winding decide the rise and fall time of the current pulse ?
Does the resistance of the winding limit the current, or is that done only by PWM.

The motor torque is the product of the current and the magnetic field from the poles.
Is the permanent magnetic field of the rotor also a trapezoidal profile ?
How does the wound stator magnetic field profile react with the rotor PM pole profile ?

Does RPS mean Radians or Revolutions Per Second, or should it be poles/second ?
 
Hello! I want to generate an RF magnetic field at variable frequencies (from 1 to 20 MHz) using this amplifier: https://www.minicircuits.com/WebStore/dashboard.html?model=LZY-22%2B, by passing current through a loop of current (assume the inductive resistance is negligible). How should I proceed in practice? Can i directly connect the loop to the RF amplifier? Should I add a 50 Ohm in series? Thank you!