Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
SO815-AutoInOutStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
图表
网络
创建新的问题
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 43a3d873
由
LN
编写于
2019-11-19 09:21:24 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
入库取料时需要判断料盘检测信号。
1 个父辈
9f8614db
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
3 行删除
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
source/DeviceLibrary/acSingleStore/AutomaticBaiting_Partial.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
查看文件 @
43a3d87
...
...
@@ -436,9 +436,10 @@ namespace OnlineStore.DeviceLibrary
}
else
{
InStoreLog
(
"入库:SI_07 叉子返回,进出轴至P1 "
);
InStoreLog
(
"入库:SI_07 叉子返回,进出轴至P1
,检测料仓料盘检测信号
"
);
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
SI_07_DeviceBackFromDoor
);
InOutBackToP1
(
moveP
.
InOut_P1
);
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
TrayCheck_Fixture
,
IO_VALUE
.
HIGH
));
}
}
}
...
...
source/DeviceLibrary/acSingleStore/AutomaticBaiting_Partial.cs
查看文件 @
43a3d87
...
...
@@ -343,6 +343,7 @@ namespace OnlineStore.DeviceLibrary
{
Task
.
Factory
.
StartNew
(
delegate
()
{
DateTime
startTime
=
DateTime
.
Now
;
IOManager
.
IOMove
(
IO_Type
.
CameraLight_Power
,
IO_VALUE
.
HIGH
);
string
message
=
""
;
List
<
string
>
codeList
=
CodeManager
.
CameraScan
();
...
...
@@ -369,8 +370,9 @@ namespace OnlineStore.DeviceLibrary
{
StoreManager
.
Store
.
CodeOrInoutMsg
=
ResourceControl
.
GetString
(
ResourceControl
.
InStoreNoCode
,
"未扫到二维码,需要将料盘送出"
);
LogUtil
.
error
(
"未扫到二维码,需要将料盘送出"
);
}
LogUtil
.
info
(
"扫码结束:"
+
LastCode
);
}
TimeSpan
span
=
DateTime
.
Now
-
startTime
;
LogUtil
.
info
(
"扫码结束["
+
FormUtil
.
GetSpanStr
(
span
)+
"]:"
+
LastCode
);
IOManager
.
IOMove
(
IO_Type
.
CameraLight_Power
,
IO_VALUE
.
LOW
);
});
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论