Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC30-AutoInOutStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit c401a657
由
LN
编写于
2021-01-07 16:37:55 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
扫码超时时间修改
1 个父辈
bdb4f1c3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
6 行删除
source/DeviceLibrary/DeviceLibrary/halcon/CodeManager.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
source/DeviceLibrary/DeviceLibrary/halcon/CodeManager.cs
查看文件 @
c401a65
...
...
@@ -173,7 +173,7 @@ namespace OnlineStore.DeviceLibrary
}
else
{
cc
=
HDCodeHelper
.
DecodeCode
(
ho_Image
,
code
Count
,
GetCodeParamFilePath
(
codeType
),
codeType
);
cc
=
HDCodeHelper
.
DecodeCode
(
ho_Image
,
code
Type
,
GetCodeParamFilePath
(
codeType
),
codeCount
,
2000
);
}
foreach
(
CodeInfo
c
in
cc
)
{
...
...
@@ -189,7 +189,7 @@ namespace OnlineStore.DeviceLibrary
{
// SaveImageToFile(deviceName, cameraName, bit);
}
LogUtil
.
info
(
" 【"
+
cameraName
+
"】扫码完成【"
+
FormUtil
.
GetSpanStr
(
DateTime
.
Now
-
startTime
)
+
"】 :"
+
r
);
LogUtil
.
info
(
" 【"
+
cameraName
+
"】
"
+
"
扫码完成【"
+
FormUtil
.
GetSpanStr
(
DateTime
.
Now
-
startTime
)
+
"】 :"
+
r
);
}
catch
(
AccessViolationException
e
)
{
...
...
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
查看文件 @
c401a65
...
...
@@ -708,9 +708,9 @@ namespace OnlineStore.DeviceLibrary
InStoreLog
(
"入库:SIS_38 ,清理扫码信息,开始扫码,最多等待6000 "
);
AutomaticBaiting
.
ClearInStoreInfo
();
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
SIS_38_ScanCode
);
StoreMove
.
OneWaitCanEndStep
=
true
;
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitCodeOK
());
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
6000
));
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
9000
));
StoreMove
.
OneWaitCanEndStep
=
true
;
AutomaticBaiting
.
GetCameraCode
();
}
else
if
(
StoreMove
.
MoveStep
.
Equals
(
StoreMoveStep
.
SIS_38_ScanCode
))
...
...
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
查看文件 @
c401a65
...
...
@@ -638,8 +638,8 @@ namespace OnlineStore.DeviceLibrary
if
(
IOManager
.
IOValue
(
IO_Type
.
TrayCheck_LoadMaterial
).
Equals
(
IO_VALUE
.
HIGH
))
{
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
AUTO_I03_ScanCode
);
InStoreLog
(
" 开始扫码,最多等待
10
000 "
);
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
10
000
));
InStoreLog
(
" 开始扫码,最多等待
9
000 "
);
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
9
000
));
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitCodeOK
());
StoreMove
.
OneWaitCanEndStep
=
true
;
GetCameraCode
();
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论