Versions Compared

Key

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

...

  • Declare local variables L1, L2
  • Compute the new open-loop position: C2 * <encoder counts per rev> / <microsteps per rev> = (C2 * EL * 8) / (MS * 200)
    • L1=C2*ELL1=L1*8
    • L2=MS*200
  • Write the new open-loop position to C1. (C1=L1/L2)

...