[LinuxCNC/linuxcnc Issue#387] feature request: track peak following error

未分类 bolang 5个月前 (10-15) 22次浏览

Issue #387 | 状态: 进行中 | 作者: SebKuzminsky | 创建时间: 2017-12-25

标签: enhancement motion


It would be helpful and interesting to track the maximum following error. Each joint should grow a new output float pin named something like “.ferror-max”, which holds the highest ferror value seen on that joint since LinuxCNC was started.


评论 (3)

#1 – MZot 于 2018-07-02

There should also be a way to reset the value. Maybe with machine-off -> machine-on transition. Or a .reset-ferror-max pin.


#2 – rene-dev 于 2018-07-02

why not do that in hal?


#3 – pcw-mesa 于 2018-07-02

If you mean track the largest FE in hal, its certainly possible but this is of such general utility
I think it would be better if it were native to motion, because its a great diagnostic tool for random
errors on systems that may not have the appropriate hal wiring installed


原始Issue: https://github.com/LinuxCNC/linuxcnc/issues/387

喜欢 (0)