增加移动命令前,电机状态的检查; 关闭窗体,关闭服务

This commit is contained in:
zhengxuan.zhang
2024-03-26 17:23:13 +08:00
parent 264c4c5601
commit 54170f3a52
3 changed files with 67 additions and 29 deletions
+1 -1
View File
@@ -557,8 +557,8 @@
this.cboAxisNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboAxisNo.FormattingEnabled = true;
this.cboAxisNo.Items.AddRange(new object[] {
"1",
"0",
"1",
"8"});
this.cboAxisNo.Location = new System.Drawing.Point(115, 20);
this.cboAxisNo.Name = "cboAxisNo";