Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
SO1057-XLRStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit e747d3a2
由
张东亮
编写于
2024-02-01 10:17:27 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
入料机构执行一定次数,只回原入料机构的轴,AB料口不动
1 个父辈
4dba1553
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
1 行删除
source/DeviceLibrary/manager/model/InOutParam.cs
source/DeviceLibrary/storeBean/inputBean/InputEquip.cs
source/DeviceLibrary/storeBean/inputBean/InputEquip_InStore.cs
source/DeviceLibrary/manager/model/InOutParam.cs
查看文件 @
e747d3a
...
...
@@ -133,7 +133,7 @@ namespace OnlineStore.DeviceLibrary
public
bool
singleOut
=
false
;
public
string
ToStr
()
{
return
" ["
+
barcode
+
"] ["
+
PosId
+
"] ["
+
PlateW
+
"x"
+
PlateH
+
"]"
+
$
",hSerial[{hSerial}]"
+
",urgentReel ["
+
urgentReel
return
" ["
+
barcode
+
"] ["
+
PosId
+
"] ["
+
PlateW
+
"x"
+
PlateH
+
"]"
+
$
",hSerial[{hSerial}]"
+
$
",isNg[{IsNG}],NgMsg[{NgMsg}]"
+
",urgentReel ["
+
urgentReel
+
"],cutReel ["
+
cutReel
+
"],smallReel ["
+
smallReel
+
"],rfid ["
+
rfid
+
"],rfidLoc ["
+
rfidLoc
+
"],singleOut["
+
singleOut
+
"]"
;
}
...
...
source/DeviceLibrary/storeBean/inputBean/InputEquip.cs
查看文件 @
e747d3a
此文件的差异被折叠,
点击展开。
source/DeviceLibrary/storeBean/inputBean/InputEquip_InStore.cs
查看文件 @
e747d3a
...
...
@@ -387,6 +387,7 @@ namespace OnlineStore.DeviceLibrary
BufferDataManager
.
AInStoreInfo
=
MoveInfo
.
MoveParam
.
PosInfo
;
MoveInfo
.
EndMove
();
runStatus
=
RunStatus
.
Runing
;
InoutEndEvent
();
}
#
endregion
...
...
@@ -481,6 +482,7 @@ namespace OnlineStore.DeviceLibrary
BufferDataManager
.
BInStoreInfo
=
MoveInfo
.
MoveParam
.
PosInfo
;
MoveInfo
.
EndMove
();
runStatus
=
RunStatus
.
Runing
;
InoutEndEvent
();
}
#
endregion
...
...
@@ -538,6 +540,7 @@ namespace OnlineStore.DeviceLibrary
MoveLog
(
$
" 入料->NG箱放料结束,耗时【{FormUtil.GetSpanStr(span)}】"
);
MoveInfo
.
EndMove
();
runStatus
=
RunStatus
.
Runing
;
InoutEndEvent
();
}
#
endregion
...
...
@@ -1190,6 +1193,7 @@ namespace OnlineStore.DeviceLibrary
runStatus
=
RunStatus
.
Runing
;
TimeSpan
span
=
DateTime
.
Now
-
startOutTime
;
MoveLog
(
$
"出库->料串 {MoveInfo.SLog}: 放料完成,耗时【{FormUtil.GetSpanStr(span)}】"
);
InoutEndEvent
();
}
#
endregion
...
...
@@ -1248,6 +1252,7 @@ namespace OnlineStore.DeviceLibrary
MoveLog
(
$
" 出料->NG箱放料结束,耗时【{FormUtil.GetSpanStr(span)}】"
);
MoveInfo
.
EndMove
();
runStatus
=
RunStatus
.
Runing
;
InoutEndEvent
();
}
#
endregion
...
...
@@ -1307,6 +1312,7 @@ namespace OnlineStore.DeviceLibrary
MoveLog
(
$
" 出料->紧急箱放料结束,耗时【{FormUtil.GetSpanStr(span)}】"
);
MoveInfo
.
EndMove
();
runStatus
=
RunStatus
.
Runing
;
InoutEndEvent
();
}
#
endregion
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论