修改保压低速偏移,写成速度了

master
lhiven 1 year ago
parent d54828a32d
commit 23723211b8

@ -678,7 +678,7 @@ namespace Rs.MotionPlat.Flow
case ETurnoverFlowStep.1:
if(GlobalVar.EnableTwoSpeed)
{
targetPos = SysConfigParam.GetValue<double>("PressDumpZ") + GlobalVar.PressLowSpeed;
targetPos = SysConfigParam.GetValue<double>("PressDumpZ") + GlobalVar.PressLowSpeedOffset;
}
else
{

Loading…
Cancel
Save