D3.07.2Force safety ceilingdesignresearch

Force output has a safety ceiling

Aliases: safety limits · maximum force · actuator safety

What it is

A force feedback device has a safety ceiling on the force it may apply. The device acts directly on a user's limb, so uncontrolled force or high-frequency oscillation can cause injury; maximum force, rate of change, and duration are all bounded. That ceiling is a design constraint, not a parameter software can tune around.

Why it happens

The limits come from two directions. Hardware: motors and transmissions have physical output limits, beyond which they stall, overheat, or break. The body: tolerance for rapid and sustained loading is finite, especially with joints near their range limits. High-stiffness rendering can also oscillate in the control loop, and the resulting high-frequency force is a significant injury source, so stability margin is genuinely part of safety. The net effect is a tradeoff between usable stiffness and usable force, with the boundary enforced through both.

Studying it

Measure from both sides: on the device, log actual output and oscillation amplitude across rendering parameters; on the human side, measure tolerance limits and discomfort ratings for force magnitude and rate under controlled conditions. Variables include rendering stiffness, control frequency, duration, and contact site. Include failure-mode analysis, since safety problems appear in abnormal conditions rather than steady operation.

Where it stops holding

Specific numbers vary by device and application: a medical or industrial trainer permits different output than a consumer gamepad, and regulations impose their own exposure limits. With fail-safe behavior—drives cut on power loss—designs may sit closer to the ceiling, but still cannot rely on the user letting go. Soft feedback such as resistance and texture is expressible at low output, so the safety ceiling constrains it less.

Applying it

  • Record maximum force, rate of change, and safety margin in the design documentation and treat them as non-negotiable.
  • Run failure-mode analysis on rendering parameters near the limit and implement passive safety behavior on power loss or overrun.
  • Prefer low-output information such as texture and light resistance, reserving high output for necessary cases.
  • Verification: test device behavior under abnormal conditions—lost sensor, conflicting commands, user-applied counterforce—and confirm output stays inside the safe range.

Related

  • Within the group: D3.07.1 Force feedback can express resistance, boundaries, and texture · D3.07.3 Device workspace limits the expressible range of motion
  • Adjacent: Y3.02 Fail-safe design in safety-critical systems · D3.07 Force feedback devices
  • Search terms: force safety · maximum force · fail-safe haptics

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/D3.07.2