YaskawaEurope / mlx-examples

This repository contains the sources of the MotoLogix code examples. The rendered pages can be seen on the Yaskawa Motologix website.
https://motologix.yaskawa.eu.com/examples
MIT License
3 stars 0 forks source link

[Rockwell] First motion blending #25

Open yeu-rioual opened 1 year ago

yeu-rioual commented 1 year ago

In the Rockwell PosTable, the first motion always come to a stop (no blending).

QA is forced to 0 in the UpdateIndex subroutine if CalcFirstMove variable isTrue. Hence, the next positions are not loaded in anticipation.

QA is normally increased in the UpdateLoadIndex subroutine, but it is missing a big section of code. But this section is a lot similar compared to what is already done in the UpdateIndex subroutine.

So, we either: