Commit 52288496 LN

1

1 个父辈 89f0f5f6
......@@ -375,7 +375,7 @@ namespace DeviceLibrary
else if (tpos > Config.Batch_P1 + Config.Batch_PoToMM * maxReelHeight)
{
StringMoveInfo.NextMoveStep(MoveStep.StringReadyPut);
StringMoveInfo.log($"料盘放入料串,下降{StringMoveInfo.MoveParam.PlateH}+{3}mm");
StringMoveInfo.log($"料盘放入料串,下降{StringMoveInfo.MoveParam.PlateH}+{Config.Batch_OutPlateDownMM}mm");
Batch_Axis.AbsMove(StringMoveInfo, tpos, Config.Batch_P1_speed);
Batch_Axis.MonitorAxisLoadRate(Setting_Init.LoadRateLimit_BatchMaxLoadRate);
}
......
......@@ -131,6 +131,7 @@ namespace TheMachineNView
this.button1.TabIndex = 7;
this.button1.Text = "reelTest";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// tp
......@@ -256,6 +257,7 @@ namespace TheMachineNView
this.button2.TabIndex = 11;
this.button2.Text = "scanTest";
this.button2.UseVisualStyleBackColor = true;
this.button2.Visible = false;
this.button2.Click += new System.EventHandler(this.button1_Click);
//
// SettingControl
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!