1、优化飞拍时使用配置的触发通道

Eight
lhiven 3 months ago
parent 4cb0ebc539
commit 23fe3173a1

@ -112,7 +112,7 @@ namespace Rs.MotionPlat.Flow.SubFlow
{ {
triggerPos[i] = sp.Y + (i * 5); triggerPos[i] = sp.Y + (i * 5);
} }
AxisControl.LoadY2.SetPosCompare(1, triggerPos); AxisControl.LoadY2.SetPosCompare((ushort)GlobalVar.HightChannel, triggerPos);
AxisPosPrint.PrintXY1Y2CurrentPos("已运动到料仓拍照位上方", GetClassName()); AxisPosPrint.PrintXY1Y2CurrentPos("已运动到料仓拍照位上方", GetClassName());
flowStep = EProductLocationFlowStep.; flowStep = EProductLocationFlowStep.;
} }

@ -101,7 +101,7 @@ namespace Rs.MotionPlat.Flow.SubFlow
{ {
triggerPos[i] = sp.Y + (i * 5); triggerPos[i] = sp.Y + (i * 5);
} }
AxisControl.LoadY2.SetPosCompare(1, triggerPos); AxisControl.LoadY2.SetPosCompare((ushort)GlobalVar.HightChannel, triggerPos);
AxisPosPrint.PrintXY1Y2CurrentPos("已运动到料仓拍照位上方", GetClassName()); AxisPosPrint.PrintXY1Y2CurrentPos("已运动到料仓拍照位上方", GetClassName());
flowStep = EStockLocationFlowStep.; flowStep = EStockLocationFlowStep.;
} }

@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
// //
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
[assembly: AssemblyVersion("1.20.25.10")] [assembly: AssemblyVersion("1.20.25.12")]
//[assembly: AssemblyVersion("1.0.0.0")] //[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")] //[assembly: AssemblyFileVersion("1.0.0.0")]

Loading…
Cancel
Save