Commit cb0174dd 刘韬

1

1 个父辈 70d30512
......@@ -92,7 +92,7 @@ namespace DeviceLibrary
Pause();
return;
}
if (!string.IsNullOrEmpty(saftylight) && IOManager.IOValue(saftylight).Equals(IO_VALUE.LOW)) {
if (!string.IsNullOrEmpty(saftylight) && IOManager.IOValue(saftylight).Equals(IO_VALUE.LOW) && IOManager.IOValue(down.ToString()).Equals(IO_VALUE.LOW)) {
moveInfo.log("安全光栅触发停止");
Pause();
return;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!