Skip to content

Commit bfd8873

Browse files
authored
Fix equation formatting in voltage torque control doc
1 parent d048cd5 commit bfd8873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/simplefoc_library/digging_deeper/theory/voltage_torque_control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Where $$\hat{i}_q$$ is the actual q-axis current flowing through the motor, whil
208208
If we substitute the actual torque term with $$\hat{\tau}$$ and consider the steady-state assumption ($$\frac{d i}{dt} = 0$$) and field-oriented control ($$i_d = 0$$), the actual torque can be expressed as:
209209

210210
$$
211-
\hat{\tau} = \tau - \frac{K_t}{R} \cdot U_{bemf} = \hat{\tau} - \frac{K_t}{R} \cdot K_e \cdot v
211+
\hat{\tau} = \tau - \frac{K_t}{R} \cdot U_{bemf} = \tau - \frac{K_t}{R} \cdot K_e \cdot v
212212
$$
213213

214214
or equivalently:
@@ -503,4 +503,4 @@ This loop has to be executed very fast (current control loop typically runs at 1
503503
- [Estimated current mode setup guide](estimated_current_mode)
504504
- [Voltage mode implementation](voltage_torque_mode)
505505
- [FOC algorithm source code](foc_implementation)
506-
- [Motor parameter measurement](phase_resistance)
506+
- [Motor parameter measurement](phase_resistance)

0 commit comments

Comments
 (0)