Tx_Spring, Ty_Spring, Tz_Sprin Property
Application
Force Control Object FC#
Description
This sets or returns the value of the virtual coefficient of elasticity for force control in the specified axis in the direction of rotation in the force coordinate system.
Immediate Execution
No
Usage
FGet Object.XX_Spring, rVar
FSet Object.XX_Spring, 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 propertyrVar
A real number variable defining the value of the propertyrValue
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])
Values | |
---|---|
Minimum | 0 (default) |
Maximum | 1000000 |
Detailed Explanation
This sets or returns the value of the virtual coefficient of elasticity for force control in the specified axis in the direction of rotation in 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 Tx virtual coefficients of elasticity, viscosity, and inertia, and carries out a motion with force control 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#