Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO664-AssemblyLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 33c9f43e
由
LN
编写于
2020-12-19 14:47:14 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
bug修改
1 个父辈
b6acdd12
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
15 行增加
和
3 行删除
source/DeviceLibrary/assemblyLine/HY/HY_C1Line.cs
source/DeviceLibrary/assemblyLine/HY/HY_Coveryor_Partial.cs
source/DeviceLibrary/assemblyLine/HY/HY_C1Line.cs
查看文件 @
33c9f43
...
@@ -835,7 +835,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -835,7 +835,7 @@ namespace OnlineStore.DeviceLibrary
return
true
;
return
true
;
}
}
FeedingEquip
feed5
=
LineManager
.
Line
.
FeedingEquipMap
[
10
2
];
FeedingEquip
feed5
=
LineManager
.
Line
.
FeedingEquipMap
[
10
5
];
if
(!
feed5
.
MoveInfo
.
MoveType
.
Equals
(
LineMoveType
.
InStore
))
if
(!
feed5
.
MoveInfo
.
MoveType
.
Equals
(
LineMoveType
.
InStore
))
{
{
return
true
;
return
true
;
...
...
source/DeviceLibrary/assemblyLine/HY/HY_Coveryor_Partial.cs
查看文件 @
33c9f43
...
@@ -457,8 +457,19 @@ namespace OnlineStore.DeviceLibrary
...
@@ -457,8 +457,19 @@ namespace OnlineStore.DeviceLibrary
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_01_UpdownToP1
))
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_01_UpdownToP1
))
{
{
MoveInfo
.
NextMoveStep
(
LineMoveStep
.
JM_02_CylinderTake
);
MoveInfo
.
NextMoveStep
(
LineMoveStep
.
JM_02_CylinderTake
);
OutLog
(
logName
+
MoveInfo
.
SLog
+
":横移气缸取料端 "
);
CylinderMove
(
MoveInfo
,
IO_Type
.
HY_MoveCylinder_Give
,
IO_Type
.
HY_MoveCylinder_Take
);
CylinderMove
(
MoveInfo
,
IO_Type
.
HY_MoveCylinder_Give
,
IO_Type
.
HY_MoveCylinder_Take
);
if
(
IsNgPro
())
{
OutLog
(
logName
+
MoveInfo
.
SLog
+
":横移气缸取料端"
);
}
else
{
OutLog
(
logName
+
MoveInfo
.
SLog
+
":横移气缸取料端 ,等待接驳台无料"
);
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_TrayCheck1
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_TrayCheck2
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_TrayCheck3
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_TrayCheck4
,
IO_VALUE
.
LOW
));
}
}
}
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_02_CylinderTake
))
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_02_CylinderTake
))
{
{
...
@@ -493,6 +504,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -493,6 +504,7 @@ namespace OnlineStore.DeviceLibrary
}
}
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_07_ClampCheck
))
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_07_ClampCheck
))
{
{
//更新托盘为空
if
(
SecondMoveInfo
.
IsStep
(
LineMoveStep
.
JHY_09_WaitProcessReel
))
if
(
SecondMoveInfo
.
IsStep
(
LineMoveStep
.
JHY_09_WaitProcessReel
))
{
{
//托盘可以离开
//托盘可以离开
...
@@ -571,7 +583,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -571,7 +583,7 @@ namespace OnlineStore.DeviceLibrary
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_ClampCylinder_Check
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_ClampCylinder_Check
,
IO_VALUE
.
LOW
));
if
(!
IsNgPro
())
if
(!
IsNgPro
())
{
{
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_TrayCheck1
,
IO_VALUE
.
HIGH
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
HY_TrayCheck1
,
IO_VALUE
.
HIGH
));
}
}
}
}
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_15_ClampCheck
))
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
JM_15_ClampCheck
))
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论