Commit de14ca3c 刘韬

1

1 个父辈 ced23b09
......@@ -66,11 +66,11 @@ public partial class AxisTipControl : FrmBase
if (sts.ServoOn < 0)
{
showToolTip("伺服尚未使能",c);
//return;
return;
}
if (sts.ALM != 0 || sts.WARN != 0 || sts.EMG != 0) {
showToolTip("伺服警报状态中",c);
//return;
return;
}
readPosition();
this.Show();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!