|
@@ -392,7 +392,7 @@ namespace PunkHPX8_RT.Modules.VpwCell
|
|
|
{
|
|
|
maxSpeed= _recipe.SpinSpeed;
|
|
|
}
|
|
|
- targetPosition = maxSpeed * (second + 60 * 1000);//按最大速度*(时间+多出一分钟)
|
|
|
+ targetPosition = maxSpeed * (second + 60);//按最大速度*(时间+多出一分钟)
|
|
|
_vpwCellDevice.SetRotationSpeed(_recipe.VacuumRinseStep[0].RotationSpeed * 6);
|
|
|
return _vpwCellDevice.RotationProfilePosition(targetPosition);
|
|
|
}
|