This command is used to set a Force Threshold. Any force platform signal below this threshold will be set to zero. This can be used to account for noise or small variations in force.
The pipeline command for Set Force Platform Threshold can be found in the Pipeline Workshop within the Force folder as so:
Set_Force_Platform_Threshold ! /THRESHOLD= ! /SET_AS_DEFAULT=FALSE ;
The following table shows the command parameters seen above and their descriptions:
| Threshold | The minimum value under which signals will be set to 0 |
| Set As Default | True or False: Make this value the default value |
Set_Force_Platform_Threshold /THRESHOLD=50 ! /CALTESTER_THRESHOLD= /SET_AS_DEFAULT=TRUE ;
This value may also be set manually by going to Force → Modify Minimum Force Platform Value
If using this command in a pipeline script, do not forget to use the RECALC command (listed under File Management category in the pipeline workspace) to update force/kinetic signals.