Force sensor properties

The force sensor properties are part of the scene object properties dialog, which is located at [Tools > Scene object properties]. You can also open the dialog with a double-click on an object icon in the scene hierarchy, or with a click on its toolbar button:

[Scene object properties toolbar button]


In the scene object properties dialog, click the Force sensor button to display the force sensor dialog (the Force sensor button only appears if the last selection is a force sensor). The dialog displays the settings and parameters of the last selected force sensor. If more than one force sensor is selected, then some parameters can be copied from the last selected force sensor to the other selected force sensors (Apply to selection-buttons):

[Force sensor dialog]


  • Filter: when force or torque data is acquired by the force sensor, then it is accumulated and can be filtered in order to obtain less jittery values.
  • Sample size: the number of values that should be used for the filter. 1 will not filter values (raw output).
  • Average value: if selected, then the force sensor will deliver average values (average of sample size values).
  • Median value: if selected, then the force sensor will deliver median values (median of sample size values).
  • Trigger settings: this section allows to set up some automatic triggering conditions. A trigger will call the trigger callback function (inside which one could for instance break the force sensor).
  • Force threshold: the amplitude of the force vector that activates a threshold violation.
  • Torque threshold: the amplitude of the torque vector that activates a threshold violation
  • Consecutive threshold violations for breaking: the number of consecutive times the sensor is allowed to violate a threshold before triggering.
  • Object size: size of the sensor's 3D representation. This has no functional effect.
  • Color: allows adjusting the color of the sensor.