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

[Feature Request]: Optimize McePosTable #29

Closed yeu-degroot closed 4 months ago

yeu-degroot commented 4 months ago

This is about optimizing the source code of McePosTable.

In 0.1.0-beta, the program is quite large. There might be room for improvement:

Additional changes:

yeu-rioual commented 4 months ago

In the current state, PosTable can run with 2 instances up to 20. However, running the code with 1 instance needs some modifications. Do we really want to do this ?

yeu-degroot commented 4 months ago

Indeed it doesn't make sense to set just one instance. Let's limit it to 2 to 20.