Fx_Enabled, Fy_Enabled, Fz_Enabled Property

Application
Force Control Object FC#, Force Trigger Object FT#

Description
Independently activates/inactivates, or returns the force control function or force trigger function of the translational direction.

Immediate Execution
No

Usage
FGet Object.XX_Enabled, bVar
FSet Object.XX_Enabled, bValue

  • Object
    Object name

  • XX
    A character string defining the name of the property

  • bVar
    A Boolean variable defining the value of the property

  • bValue
    A Boolean value 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.

bValue

Name of constants Values Description
False 0 Inactivates the subject axis. (default)
True -1 Activates the subject axis.

Detailed Explanation
Independently activates/inactivates, or returns the force control function or force trigger function of the translational direction.

Usage Example
This example activates the Force Control Object in the X axis.

> FSet FC1.Fx_Enabled, True

See Also
Force Control Object FC#, Force Trigger Object FT#