Commit e40760ab LN

1

1 个父辈 52288496
......@@ -152,14 +152,21 @@ namespace DeviceLibrary
if (!string.IsNullOrEmpty(id))
{
if (linrunlist.ContainsKey(id))
{
linrunlist.Remove(id);
}
LogUtil.info(Name + $" 线体管理器 {id},{parentname} 请求立刻停止线体.");
}
}
if (!canStopLine(out string msg))
LogUtil.info(Name + $" {Name}");
{
LogUtil.info(Name + $" {msg}");
}
else
{
IOSTOP();
}
if (!lineTimer.Enabled)
lineTimer.Enabled = true;
// IOMove(IO_Type.Line_Run, IO_VALUE.LOW);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!