# DL's loop chains and run a series of motor position reporting

**URL:** https://forums.maslowcnc.com/t/dls-loop-chains-and-run-a-series-of-motor-position-reporting/7578
**Category:** Technical Details
**Created:** [November 4, 2018, 9:07pm UTC](https://forums.maslowcnc.com/t/dls-loop-chains-and-run-a-series-of-motor-position-reporting/7578 "2018-11-04T21:07:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Gero](https://yyz1.discourse-cdn.com/flex031/user_avatar/forums.maslowcnc.com/gero/32/17487_2.png) [@Gero](https://forums.maslowcnc.com/u/Gero)
#### Post date: [November 4, 2018, 9:07pm UTC](https://forums.maslowcnc.com/t/dls-loop-chains-and-run-a-series-of-motor-position-reporting/7578/1 "2018-11-04T21:07:43Z")

</div>

edit: FW/GC 1.24 Manjaro linux

Branched from here: [Holey Triangular Calibration - #95 by dlang](https://forums.maslowcnc.com/t/holey-triangular-calibration/6240/95) not to high-jack the Holey Triangular Calibration, what in my opinion the contributors deserve to be nominated as the Community Gardeners of the year!

On a ~11 1/2 ft motor distance I looped 3 chains.  
I had issues with the original code and thought it’s just to remove a minus. That did not do the trick.  
While B09 accepts a \>\> + or - \<\< before the number the B11 seems to ignore it.  
I ended with up with changing macros with this result:

> Left motor clock-ws B09 L5  
> Left motor cntr-clock-ws B09 L-5  
> Right motor cntr-clock-ws B09 R5  
> Right motor clock-ws B09 R-5  
> Right motor clock-ws B11 R5  
> Right motor clock-ws B11 R-5  
> Left motor cntr-clock-ws B11 L5  
> Left motor cntr-clock-ws B11 L-5

I did reach a point where GC told me something in the line:

> No function has requested a measurement

---

<div class="post-metadata">

### Author: ![Joshua](https://avatars.discourse-cdn.com/v4/letter/j/48db29/32.png) [@Joshua](https://forums.maslowcnc.com/u/Joshua)
#### Post date: [November 6, 2018, 6:03pm UTC](https://forums.maslowcnc.com/t/dls-loop-chains-and-run-a-series-of-motor-position-reporting/7578/2 "2018-11-06T18:03:44Z")

</div>

This is the work that was done to try to understand the variation of chain-tolerance over the length of the chain. Is that correct?

---

<div class="post-metadata">

### Author: ![Gero](https://yyz1.discourse-cdn.com/flex031/user_avatar/forums.maslowcnc.com/gero/32/17487_2.png) [@Gero](https://forums.maslowcnc.com/u/Gero)
#### Post date: [November 6, 2018, 6:06pm UTC](https://forums.maslowcnc.com/t/dls-loop-chains-and-run-a-series-of-motor-position-reporting/7578/3 "2018-11-06T18:06:46Z")

</div>

> [@Joshua](#):
>
> the work that was done

In progress. The code don’t work as posted. My understanding is that it will find differences on parts of chain. I’m struggling with direction change with top/bottom feed and that the measurement thows an error message.

Edit: With B11 the - just chages the motors and not the direction to turn. Stuck on this since Saturday. Will wipe eeprom and delete GC.ini, reload the firmware and see if that makes a difference.

Edit2: Also  
B09 L95 R-95 ( move to the right about 4 inches )

moves the left motor first and far more then 4 inch and after that the left motor. Handling 2 slack chains requires some ducttape.
