Tx_Damper, Ty_Damper, Tz_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 of the force coordinate system.

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
Tx Specifies X axis in the direction of rotation.
Ty Specifies Y axis in the direction of rotation.
Tz Specifies Z axis in the direction of rotation.

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

Values
Minimum 10
Maximum 1000000

Default: 3000

Detailed Explanation
This sets or returns the value of the virtual coefficient of viscosity for force control in the direction of rotation for 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 Tx coefficients of elasticity, viscosity, and inertia, and carries out a motion with the force control function active.

Function ForceControlTest
  FSet FCS1.Orientation, FG_TOOL
  FSet FC1.CoordinateSystem, FCS1
  FSet FC1.Enabled, False, False, False, True, False, False
  FSet FC1.Tx_Spring, 20000
  FSet FC1.Tx_Damper, 8000
  FSet FC1.Tx_Mass, 10000
  Move CurPos +TLW(10) FC1 ROT
Fend

See Also
Force Control Object FC#