Commit 765d3268 LN

1

1 个父辈 fe5fd0e4
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<!--AOI程序文件夹--> <!--AOI程序文件夹-->
<add key="AOIFileConfig" value="\config\AOIConfig\" /> <add key="AOIFileConfig" value="\config\AOIConfig\" />
<!--是否启动AOI--> <!--是否启动AOI-->
<add key="IsNeedAOI" value="0" /> <add key="IsNeedAOI" value="1" />
<add key="DefaultPointSize" value="5" /> <add key="DefaultPointSize" value="5" />
<add key="DefaultPointType" value="1" /> <add key="DefaultPointType" value="1" />
<add key="Config_Pwd" value="123456" /> <add key="Config_Pwd" value="123456" />
......
...@@ -24,6 +24,7 @@ namespace TSA_V ...@@ -24,6 +24,7 @@ namespace TSA_V
private List<TextBox> LittleTextList = new List<TextBox>(); private List<TextBox> LittleTextList = new List<TextBox>();
private void FrmCodeInPut_Load(object sender, EventArgs e) private void FrmCodeInPut_Load(object sender, EventArgs e)
{ {
this.Focus();
txtPCBCode.Focus(); txtPCBCode.Focus();
} }
public void SetCount(int count) public void SetCount(int count)
......
...@@ -932,7 +932,7 @@ namespace TSA_V ...@@ -932,7 +932,7 @@ namespace TSA_V
MesUtil.ClearCode(); MesUtil.ClearCode();
FrmCodeInPut frmCode = new FrmCodeInPut(); FrmCodeInPut frmCode = new FrmCodeInPut();
frmCode.SetCount(count); frmCode.SetCount(count);
frmCode.ShowDialog(); frmCode.ShowDialog(this);
} }
private void btnCodeTest_Click(object sender, EventArgs e) private void btnCodeTest_Click(object sender, EventArgs e)
......
...@@ -109,3 +109,10 @@ SmartWorkstation.exe.config文件需要增加参数: ...@@ -109,3 +109,10 @@ SmartWorkstation.exe.config文件需要增加参数:
编号改为位号 编号改为位号
名称改为物料编码 名称改为物料编码
位置改为料盘位置。 位置改为料盘位置。
PointDisplayType=1时,投影文字显示partNum,否则显示点名称
20210910:
电路板到出口时,必须离开才结束。
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!