Commit de14ca3c 刘韬

1

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