User Tools

Site Tools


visual3d:documentation:pipeline:force_commands:set_force_platform_threshold

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:force_commands:set_force_platform_threshold [2024/06/19 12:50] sgrangervisual3d:documentation:pipeline:force_commands:set_force_platform_threshold [2026/01/08 18:38] (current) wikisysop
Line 1: Line 1:
-set a force thresholdany force platform signal below this threshold will be set to zero.+====== Set Force Platform Threshold ====== 
 +This command is used to set a Force ThresholdAny force platform signal below this threshold will be set to zero. This can be used to account for noise or small variations in force
  
 +====Pipeline Command====
 +The pipeline command for **Set Force Platform Threshold** can be found in the Pipeline Workshop within the **Force** folder as so:
 <code> <code>
-set_force_platform_threshold +Set_Force_Platform_Threshold 
-! /threshold=20 +! /THRESHOLD
-! /set_as_default=false+! /SET_AS_DEFAULT=FALSE
 ; ;
 </code> </code>
  
-this value may also be set manually by going to **force -> [[visual3d:documentation:kinematics_and_kinetics:external_forces:force_platforms#minimum_force|modify minimum force platform value]]**+====Command Parameters==== 
 +The following table shows the command parameters seen above and their descriptions:
  
-if using this command in a pipeline script, do not forget to use the [[visual3d:documentation:pipeline:file_commands:recalc|recalc]] command (listed under [[visual3d:documentation:pipeline:file_commands:file_management_overview|file management]] category in the pipeline workspace) to update force/kinetic signals.+|**Threshold**| The minimum value under which signals will be set to 0| 
 +|**Set As Default**|True or False: Make this value the default value| 
 + 
 +====Example: Set Minimum Threshold to 50N==== 
 +<code> 
 +Set_Force_Platform_Threshold 
 +/THRESHOLD=50 
 +! /CALTESTER_THRESHOLD= 
 +/SET_AS_DEFAULT=TRUE 
 +
 +</code> 
 +====Notes==== 
 +This value may also be set manually by going to **Force -> [[Visual3D:Documentation:Kinematics_and_Kinetics:External_Forces:Force_Platforms#Minimum_Force|Modify Minimum Force Platform Value]]** 
 + 
 +If using this command in a pipeline script, do not forget to use the [[Visual3D:Documentation:Pipeline:File_Commands:Recalc|RECALC]] command (listed under [[Visual3D:Documentation:Pipeline:File_Commands:File_Management_Overview|File Management]] category in the pipeline workspace) to update force/kinetic signals.
  
  
  
visual3d/documentation/pipeline/force_commands/set_force_platform_threshold.1718801456.txt.gz · Last modified: by sgranger