You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/configuration.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,20 @@ Torque begins to be limited when the motor temperature reaches this value.
201
201
If the motor temperature reaches this value, a fault is triggered and
202
202
all torque is stopped.
203
203
204
+
## `servo.fault_position_error`
205
+
206
+
If finite, a fault is triggered when the absolute position control
207
+
error exceeds this value. The position control error is the
208
+
difference between the commanded and measured position in revolutions.
209
+
If set to `nan` (the default), no fault is triggered.
210
+
211
+
## `servo.fault_velocity_error`
212
+
213
+
If finite, a fault is triggered when the absolute velocity control
214
+
error exceeds this value. The velocity control error is the
215
+
difference between the commanded and measured velocity in revolutions
216
+
per second. If set to `nan` (the default), no fault is triggered.
217
+
204
218
## `servo.flux_brake_margin_voltage`
205
219
206
220
Selects the flux braking point relative to the currently configured `servo.max_voltage`. `flux braking point = max_voltage - flux_brake_margin_voltage`.
0 commit comments