Fx_PeakForce, Fy_PeakForce, Fz_PeakForce Status

Application
Force Monitor Object FM#

Description
This returns the value of the peak force for the specified axis in the direction of translation.

Usage
FGet Object.XX_PeakForce, rVar

  • Object
    Object name
    The object is specified as either of FM (numerical value) or FM (label).

  • XX
    A character string defining the name of the property

  • rVar
    A real number variable defining the value of the property

Values
XX

Specified Axis Description
Fx Specifies the X axis in the direction of translation.
Fy Specifies the Y axis in the direction of translation.
Fz Specifies the Z axis in the direction of translation.

Detailed Explanation
XX_PeakForce returns the value of the force peak for the specified axis in the direction of translation.
Before executing XX_PeakForce, execute PeakForceClear.

Usage Example
This example returns the value of the peak force in the Fx direction.

Function CheckPeakForce
  Double PF
  FSet FC1.Enabled, True, False, False, False, False, False
  FSet FC1.TargetForces, 10, 0, 0, 0, 0, 0
  FSet FS1.Reset
  FSet FM1.CoordinateSystem, FCS0
  FSet FM1.PeakForceClear, True, False, False, False, False,
                                  False, False, False
  FCKeep FC1, 10
  FGet FM1.Fx_PeakForce, PF
  Print PF
Fend

See Also
Force Monitor Object FM#