Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
DoubleLineClient_3D
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit ef793232
由
张东亮
编写于
2021-12-14 11:15:44 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
右上最外侧料架放行后等链条停止再放行倒数第二个料架
1 个父辈
61a5bbb4
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
5 行删除
source/DeviceLibrary/doubleLine/DoubleLineBean_lineShelf.cs
source/DeviceLibrary/packageLine/LineAGVProcess.cs
source/DeviceLibrary/doubleLine/DoubleLineBean_lineShelf.cs
查看文件 @
ef79323
...
@@ -65,7 +65,8 @@ namespace OnlineStore.DeviceLibrary
...
@@ -65,7 +65,8 @@ namespace OnlineStore.DeviceLibrary
if
(
IOValue
(
IO_Type
.
RHigh_StopCheck2
).
Equals
(
IO_VALUE
.
LOW
)
&&
if
(
IOValue
(
IO_Type
.
RHigh_StopCheck2
).
Equals
(
IO_VALUE
.
LOW
)
&&
IOValue
(
IO_Type
.
RHigh_StopCylinder2
).
Equals
(
IO_VALUE
.
LOW
)
&&
IOValue
(
IO_Type
.
RHigh_StopCylinder2
).
Equals
(
IO_VALUE
.
LOW
)
&&
IOValue
(
IO_Type
.
RHigh_StopCheck1
).
Equals
(
IO_VALUE
.
HIGH
)
IOValue
(
IO_Type
.
RHigh_StopCheck1
).
Equals
(
IO_VALUE
.
HIGH
)
&&
IOValue
(
IO_Type
.
RHigh_LineRun
).
Equals
(
IO_VALUE
.
LOW
)
&&
RHighProcess
.
Equals
(
false
)
&&
RHighProcess
.
Equals
(
false
)
)
)
{
{
...
@@ -77,7 +78,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -77,7 +78,7 @@ namespace OnlineStore.DeviceLibrary
{
{
RHighProcess
=
true
;
RHighProcess
=
true
;
LogUtil
.
info
(
"右侧双层线_"
+
"右上层放料架到阻挡2"
);
LogUtil
.
info
(
"右侧双层线_"
+
"右上层放料架到阻挡2"
);
IOMove
(
IO_Type
.
RHigh_LineRun
,
IO_VALUE
.
HIGH
,
30000
);
IOMove
(
IO_Type
.
RHigh_LineRun
,
IO_VALUE
.
HIGH
,
30000
);
IOMove
(
IO_Type
.
RHigh_StopCylinder1
,
IO_VALUE
.
HIGH
,
3000
);
IOMove
(
IO_Type
.
RHigh_StopCylinder1
,
IO_VALUE
.
HIGH
,
3000
);
if
(
WaitIo
(
IO_Type
.
RHigh_StopCheck2
,
IO_VALUE
.
HIGH
,
30000
,
"右侧_上层放料架到阻挡2"
))
if
(
WaitIo
(
IO_Type
.
RHigh_StopCheck2
,
IO_VALUE
.
HIGH
,
30000
,
"右侧_上层放料架到阻挡2"
))
{
{
...
...
source/DeviceLibrary/packageLine/LineAGVProcess.cs
查看文件 @
ef79323
...
@@ -316,7 +316,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -316,7 +316,7 @@ namespace OnlineStore.DeviceLibrary
KeepLineRun
(
IO_Type
.
R_LineRun
);
KeepLineRun
(
IO_Type
.
R_LineRun
);
CheckAndMove
(
IO_Type
.
R_OutLineBackRun
,
IO_VALUE
.
LOW
);
CheckAndMove
(
IO_Type
.
R_OutLineBackRun
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
R_OutLineRun
,
IO_VALUE
.
HIGH
);
IOMove
(
IO_Type
.
R_OutLineRun
,
IO_VALUE
.
HIGH
);
IOMove
(
IO_Type
.
R_StopCylinder2
,
IO_VALUE
.
HIGH
,
2
000
);
IOMove
(
IO_Type
.
R_StopCylinder2
,
IO_VALUE
.
HIGH
,
3
000
);
}
}
else
else
{
{
...
@@ -341,7 +341,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -341,7 +341,7 @@ namespace OnlineStore.DeviceLibrary
if
(
benQOutStep
.
IsFinished
())
if
(
benQOutStep
.
IsFinished
())
{
{
benQOutStep
.
Msg
=
"料架["
+
agvClient_Dbline
.
A6_RFID
+
"],到达升降机,停止右侧下层线体,继续送出"
;
benQOutStep
.
Msg
=
"料架["
+
agvClient_Dbline
.
A6_RFID
+
"],到达升降机,停止右侧下层线体,继续送出"
;
IOMove
(
IO_Type
.
R_StopCylinder2
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
R_LineRun
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
R_LineRun
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
R_LeftStopCylinder
,
IO_VALUE
.
HIGH
);
IOMove
(
IO_Type
.
R_LeftStopCylinder
,
IO_VALUE
.
HIGH
);
IOMove
(
IO_Type
.
R_RightStopCylinder
,
IO_VALUE
.
HIGH
);
IOMove
(
IO_Type
.
R_RightStopCylinder
,
IO_VALUE
.
HIGH
);
...
@@ -358,7 +358,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -358,7 +358,7 @@ namespace OnlineStore.DeviceLibrary
}
}
else
if
(
benQOutStep
.
IsStep
(
BenQ_OUT_STEP
.
SHELT_OUT
))
else
if
(
benQOutStep
.
IsStep
(
BenQ_OUT_STEP
.
SHELT_OUT
))
{
{
IOMove
(
IO_Type
.
R_StopCylinder2
,
IO_VALUE
.
LOW
);
if
(
benQOutStep
.
IsFinished
())
if
(
benQOutStep
.
IsFinished
())
{
{
benQOutStep
.
Msg
=
"料架已经送到AGV, 清理RFID["
+
agvClient_Dbline
.
A6_RFID
+
"],关闭链条"
;
benQOutStep
.
Msg
=
"料架已经送到AGV, 清理RFID["
+
agvClient_Dbline
.
A6_RFID
+
"],关闭链条"
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论