Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO908-XLRStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b52ccd30
由
张东亮
编写于
2021-08-22 16:41:51 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
存储机构-当采集不到图像时,返回-1
1 个父辈
3959b19b
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
11 行增加
和
1 行删除
source/DeviceLibrary/storeBean/boxBean/BoxEquip_AutoFindPos.cs
source/DeviceLibrary/storeBean/boxBean/BoxEquip_InExecute.cs
source/DeviceLibrary/storeBean/boxBean/BoxEquip_OutExecute.cs
source/DeviceLibrary/storeBean/boxBean/BoxEquip_Partial.cs
source/DeviceLibrary/storeBean/boxBean/BoxEquip_AutoFindPos.cs
查看文件 @
b52ccd3
...
@@ -501,6 +501,8 @@ namespace OnlineStore.DeviceLibrary
...
@@ -501,6 +501,8 @@ namespace OnlineStore.DeviceLibrary
{
{
int
flag
;
int
flag
;
markCoor
=
new
EyemOcsFXYR
();
markCoor
=
new
EyemOcsFXYR
();
if
(
bitmap
==
null
)
return
-
1
;
EyemImage
tpDstImg
;
EyemImage
tpDstImg
;
EyemImage
image
=
eyemCvtToEyemImage
(
bitmap
);
EyemImage
image
=
eyemCvtToEyemImage
(
bitmap
);
flag
=
eyemMarkerTracing
(
image
,
120
,
ref
markCoor
,
out
tpDstImg
);
flag
=
eyemMarkerTracing
(
image
,
120
,
ref
markCoor
,
out
tpDstImg
);
...
...
source/DeviceLibrary/storeBean/boxBean/BoxEquip_InExecute.cs
查看文件 @
b52ccd3
...
@@ -248,6 +248,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -248,6 +248,7 @@ namespace OnlineStore.DeviceLibrary
MoveAxisToP3
();
MoveAxisToP3
();
PullAxis_UpdownToLowP4
();
PullAxis_UpdownToLowP4
();
UpdownAxisTo_P6_P12
();
UpdownAxisTo_P6_P12
();
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
3000
));
break
;
break
;
case
StepEnum
.
SI_08_ToPosition
:
case
StepEnum
.
SI_08_ToPosition
:
if
(
CamCheckReelPosition
())
if
(
CamCheckReelPosition
())
...
...
source/DeviceLibrary/storeBean/boxBean/BoxEquip_OutExecute.cs
查看文件 @
b52ccd3
...
@@ -58,6 +58,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -58,6 +58,7 @@ namespace OnlineStore.DeviceLibrary
ComAxis_To_P2
();
ComAxis_To_P2
();
XAxis_To_P3
();
XAxis_To_P3
();
MiddleAxis_To_P3
();
MiddleAxis_To_P3
();
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
3000
));
break
;
break
;
case
StepEnum
.
SO_02_ToPosition
:
case
StepEnum
.
SO_02_ToPosition
:
if
(
CamCheckReelPosition
())
if
(
CamCheckReelPosition
())
...
...
source/DeviceLibrary/storeBean/boxBean/BoxEquip_Partial.cs
查看文件 @
b52ccd3
...
@@ -656,9 +656,15 @@ namespace OnlineStore.DeviceLibrary
...
@@ -656,9 +656,15 @@ namespace OnlineStore.DeviceLibrary
CamDetectError
=
true
;
CamDetectError
=
true
;
return
false
;
return
false
;
}
}
else
if
(
res
==-
1
)
{
SetWarnMsg
(
$
"相机检查库位异常[code={res}],取像失败。库位号:{MoveInfo.MoveParam.PosInfo.PosId}"
);
CamDetectError
=
true
;
return
false
;
}
else
else
{
{
SetWarnMsg
(
$
"相机检查库位异常[code={res}]
,未找到Mark点
。库位号:{MoveInfo.MoveParam.PosInfo.PosId}"
);
SetWarnMsg
(
$
"相机检查库位异常[code={res}]。库位号:{MoveInfo.MoveParam.PosInfo.PosId}"
);
CamDetectError
=
true
;
CamDetectError
=
true
;
return
false
;
return
false
;
}
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论