开源改变世界

MB2HAL:超过 5 时出错PIN_NAMES #2162

推推 grbl 3年前 (2023-01-31) 251次浏览
关闭
hansu 打开了这个问题 2022 年 11 月 29 日 · 2 条评论
关闭

MB2HAL:超过 5 时出错PIN_NAMES#2162

hansu 打开了这个问题 2022 年 11 月 29 日 · 2 条评论

注释

MB2HAL:超过 5 时出错PIN_NAMES #2162
成员

这有效:
PIN_NAMES=INPUT1,INPUT2,INPUT3,INPUT4,INPUT5
这不是:
PIN_NAMES=INPUT1,INPUT2,INPUT3,INPUT4,INPUT5,INPUT6,INPUT

调试输出:

mb2hal parse_transaction_section DEBUG: [TRANSACTION_00] [PIN_NAMES] 
[INPUT1,INPUT2,INPUT3,INPUT4,INPUT5,INPUT6,INPUT7]
mb2hal parse_transaction_section DEBUG: [TRANSACTION_00] [NELEMENTS] [17]   <- This is not correct (should be 7 as stated above)

此处报告:https ://forum.linuxcnc.org/24-hal-components/47495-mb2hal-reading-multiple-coils-limited-to-5-when-using-names

MB2HAL:超过 5 时出错PIN_NAMES #2162 hansu 自己分配的这个 2022 年 11 月 29 日
MB2HAL:超过 5 时出错PIN_NAMES #2162
合作者
彼得赖因霍尔特森 评论了 2022 年 11 月 29 日 通过电子邮件
MB2HAL:超过 5 时出错PIN_NAMES #2162
成员作者

是的,这应该是可能的