DefaultTaskTargetMode Parameter

Default Value: 0

Minimum Value: 0

Maximum Value: 1

Units: None

Type: int

IMPORTANT: This parameter does not apply to asynchronous motion, which includes the MoveAbsolute() and MoveIncremental() functions. You can use it with MoveCcw(), MoveCw(), MoveLinear(), MoveRapid(), MovePt(), and MovePvt() motion.

The DefaultTaskTargetMode parameter specifies the default programming mode as Incremental or Absolute.

Do not try to set the active programming mode with this parameter. To set the programming mode from within an AeroScript program, use the SetupTaskTargetMode() function.

IMPORTANT: You must reset the controller for these changes to have an effect.