Set Coordinate Inversion

Text Language Definition

procedure T1Axis.SetCoordinateInversion(State:boolean);

Description

Set Coordinate Inversion is used to change the direction a motor or encoder regards as positive. Axis direction is influenced by mechanical transmission reversals, encoder phase definition, and wiring conventions. If the motor does not move in the direction regarded as positive this command may be used to invert the direction by calling with a non-zero parameter. This command operates in an incremental manner by inverting the coordinate frame about the current Actual Position rather than 0. The best time to use this command is during initial setup before homing has been performed. This is not intended to be used after initialization as it can relocate the origin.

Escapes

Set Coordinate Inversion does not generate any escapes.

Examples

This command is used during initialization so that positive motion of the motor provides positive motion:

Related Topics

Begin Move By
Begin Move To