关闭 phillc54 打开了这个问题 2019 年 10 月 13 日 · 0 条评论 关闭 twopass 不以串行端口作为参数加载用户空间组件#653 phillc54 打开了这个问题 2019 年 10 月 13 日 · 0 条评论 注释 合作者 phillc54 评论了 2019 年 10 月 13 日 以下是我重现该问题所遵循的步骤: 在 ini 文件中: TWOPASS = ON HALFILE = plasmac.tcl 在 plasmac.tcl 中: loadusr -Wn pmx485 ./pmx485.py /dev/ttyS0 这是我期望发生的事情: 使用 /dev/ttyS0 加载的组件作为参数传递 这是发生了什么: 终端中的以下消息: Starting LinuxCNC… twopass:invoked with <> options twopass:found ./machine.hal twopass:found ./plasmac.tcl twopass:found ./axis_metric_connections.hal twopass:pass0: loadusr -Wn pmx485 ./pmx485.py /dev/ttyS0 twopass:loadusr </dev/ttyS0> 不可执行 它工作正常: 在提交1900782之前 没有双通 *。在 2.8 有关我的硬件和软件的信息: 我正在使用 Debian GNU/Linux 9.11 (stretch) 我正在使用 4.9.0-9-rt-amd64 我正在运行 RIP 构建 我正在使用 2.9.0~pre0.700.g1337f284e 我正在使用安讯士 我正在使用 sim pmx485 是一个使用 PyModbus 与 Modbus ASCII 外围设备通信的组件。 dngarrett在完成 时 关闭了它 895db76 2019 年 10 月 13 日 喜欢 (0) 当前 libtirpc 状态 #652 启动程序后 gmoccapy dro 重置为 g54 #654 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
以下是我重现该问题所遵循的步骤:
在 ini 文件中:
TWOPASS = ON
HALFILE = plasmac.tcl
在 plasmac.tcl 中:
loadusr -Wn pmx485 ./pmx485.py /dev/ttyS0
这是我期望发生的事情:
使用 /dev/ttyS0 加载的组件作为参数传递
这是发生了什么:
终端中的以下消息:
Starting LinuxCNC…
twopass:invoked with <> options
twopass:found ./machine.hal
twopass:found ./plasmac.tcl
twopass:found ./axis_metric_connections.hal
twopass:pass0: loadusr -Wn pmx485 ./pmx485.py /dev/ttyS0
twopass:loadusr </dev/ttyS0> 不可执行
它工作正常:
*。在 2.8
有关我的硬件和软件的信息:
pmx485 是一个使用 PyModbus 与 Modbus ASCII 外围设备通信的组件。