DefaultTaskTargetMode Parameter
Default Value: 0
Minimum Value: 0
Maximum Value: 1
Units: None
Type: int
This table shows the value of the configuration for the parameter setting.
Table: Parameter Settings, Configurations, and Values
Setting | Configurations | Value |
---|---|---|
Programming Mode |
Incremental |
0 |
Absolute |
1 |
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.