Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

email team


Working with Incremental Encoder


Solution 1:

Just sending change in position (rotation angle to be precise) to the actual arm's stepper motor


Solution 2:

Working with the actual position of each joint on the controller.

2a) 

Have the control arm configured such that each joint is in the zero position (or any fixed position) when the control arm is turned on. This way the control knows its exact location without any additional work.

  • Advantage: No complicated work involving using the index pulse or something else to get the initial location of the control arm
  • Disadvantage: Requires that the control arm be in a specific orientation every time it is turned on.


2b)

Use the index pulse in some way to get the initial position of the control arm.