Fx_Damper, Fy_Damper, Fz_Damper Property

Application
Force Control Object FC#

Description
This sets or returns the value of the virtual coefficient of viscosity for force control in the specified axis for the force in the direction of translation.

Immediate Execution
No

Usage
FGet Object.XX_Damper, rVar
FSet Object.XX_Damper, rValue

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

  • XX
    A character string defining the name of the property

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

  • rValue
    A real number or formula defining the new value of the property

Values
XX

Specified Axis Description
Fx Specifies translated force in the X axis.
Fy Specifies translated force in the Y axis.
Fz Specifies translated force in the Z axis.

rValue (Unit: [N/(mm/sec)])

Values
Minimum 0.1
Maximum 200

Default: 10

Detailed Explanation
This sets or returns the value of the virtual coefficient of viscosity for force control in the specified axis of the established force coordinate system.
Refer to the following manual for details on coefficients.
“Epson RC+ 8.0 Option Force Guide 8.0”

Usage Example
This example sets the virtual coefficients of elasticity, viscosity, and inertia in Fx and carries out a motion with force control active.

FSet FCS1.Orientation, FG_TOOL
FSet FC1.CoordinateSystem, FCS1
FSet FC1.Enabled, True, False, False, False, False, False
FSet FC1.Fx_Spring, 0.01
FSet FC1.Fx_Damper, 4
FSet FC1.Fx_Mass, 5
Move CurPos +X(10) FC1

See Also
Force Control Object FC#