There is two ways of moving a motor:
- Executing the command Move, given as an argument the position in units where the motor want to be move to.
- Executing the following commmands in the given order: SetupUnitPosition, with argument the position in units where the motor want to be move to (or SetupStepPosition, if the absolute final position wants to be given in steps), StartMove, and CompleteMove.