增加主界面快速定位,运动界面,增加单轴JOG

This commit is contained in:
zhengxuan.zhang
2024-03-13 10:47:20 +08:00
parent 92705068f7
commit a43ebd53fe
13 changed files with 1273 additions and 717 deletions
+2
View File
@@ -1837,6 +1837,7 @@
this.button8.TabIndex = 7;
this.button8.Text = "移动到目标位置";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// checkBox1
//
@@ -2033,6 +2034,7 @@
this.button9.TabIndex = 3;
this.button9.Text = "运行";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// checkBox4
//
+10
View File
@@ -812,6 +812,16 @@ namespace ACS_DotNET_Library_Advanced_Demo
lstLog.Items.Add("PROGRAM_END event enabled");
}
private void button8_Click(object sender, EventArgs e)
{
}
private void button9_Click(object sender, EventArgs e)
{
}
void _ACS_PROGRAMEND(BufferMasks buffer)
{
int bit = 0x01;