Commit 691c0a12 LN

一维码扫码修改。7寸盘最大高度改为30

1 个父辈 317ea9ce
此文件类型无法预览
...@@ -544,7 +544,7 @@ namespace OnlineStore.AssemblyLine ...@@ -544,7 +544,7 @@ namespace OnlineStore.AssemblyLine
{ {
Camera._cam.CloseAll(); Camera._cam.CloseAll();
} }
CodeLibrary.FrmCodeDecode frm = new CodeLibrary.FrmCodeDecode(); CodeLibrary.FrmCodeDecode frm = new CodeLibrary.FrmCodeDecode(false);
frm.ShowDialog(); frm.ShowDialog();
frm.Dispose(); frm.Dispose();
} }
......
...@@ -447,12 +447,12 @@ namespace OnlineStore.DeviceLibrary ...@@ -447,12 +447,12 @@ namespace OnlineStore.DeviceLibrary
LastWidth = GetWidth(); LastWidth = GetWidth();
MoveInfo.MoveParam.PlateW = LastWidth; MoveInfo.MoveParam.PlateW = LastWidth;
InLog("料盘移栽" + MoveInfo.SLog + ":获取到料盘尺寸 [" + LastWidth + "X" + LastHeight + "]"); InLog("料盘移栽" + MoveInfo.SLog + ":获取到料盘尺寸 [" + LastWidth + "X" + LastHeight + "]");
if (LastWidth.Equals(LineManager.OutMoveId)) if (LastWidth.Equals(7))
{ {
if (LastHeight > 16) if (LastHeight > 30)
{ {
LogUtil.error(Name + "计算后高度" + LastWidth + "X" + LastHeight + ",七寸盘默认盘高最高=16,修改高度为16"); LogUtil.error(Name + "计算后高度" + LastWidth + "X" + LastHeight + ",七寸盘默认盘高最高=30,修改高度为30");
LastHeight = 16; LastHeight = 30;
} }
} }
else if (LastWidth.Equals(13)) else if (LastWidth.Equals(13))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!