Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

conveyor tracking: working area problem

I have a problem of tracking. I have a linear conveyor, robot tracking its moving (left to right direction).

  My working frame  is 1 Meter width. If robot do movment (for example,welding) from right to left,all area is reachable; But if I program welding routine to start from most left corner to right, robot

will stop and tell errors.

  Is it because of tracking parameter settings not so good? I guess I need to change StartWinWidth=0.2 or something like this?

        -Unit "Qtrack1" -CommandType "CountsPerMeter" -Value "1858"

      -Unit "Qtrack1" -CommandType "SyncSeparation" -Value "1.75"

      -Unit "Qtrack1" -CommandType "QueueTrckDist" -Value "0.0"

      -Unit "Qtrack1" -CommandType "StartWinWidth" -Value "0.5"

    Could anyone help me out? Very appreciated