Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
SO775-DUOStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit a82c8460
由
LN
编写于
2020-10-23 09:02:33 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
复位提升轴回原点之前,取料提升机构需要在前进端
1 个父辈
6b2e7217
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
source/DeviceLibrary/duoStore/DUOStoreBean.cs
source/DeviceLibrary/store/StoreStep.cs
source/DeviceLibrary/duoStore/DUOStoreBean.cs
查看文件 @
a82c846
...
...
@@ -176,7 +176,7 @@ namespace OnlineStore.DeviceLibrary
MoveInfo
.
NewMove
(
MoveType
.
Reset
);
MoveInfo
.
NextMoveStep
(
StoreMoveStep
.
LR_01_StopUp
);
LogUtil
.
info
(
Name
+
"开始复位 "
+
MoveInfo
.
MoveStep
+
" :四个阻挡全部上升
"
);
LogUtil
.
info
(
Name
+
"开始复位 "
+
MoveInfo
.
MoveStep
+
" :四个阻挡全部上升,取料提升机构需要在前进端
"
);
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
600
));
IOMove
(
IO_Type
.
Line_Stop1_Wait
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
Line_Stop2_Work
,
IO_VALUE
.
LOW
);
...
...
@@ -185,7 +185,8 @@ namespace OnlineStore.DeviceLibrary
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
Line_Stop1_Wait
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
Line_Stop2_Work
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
Line_Stop3_Buffer
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
Line_Stop4_Out
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
Line_Stop4_Out
,
IO_VALUE
.
LOW
));
hoisterCylinder
.
StartForward
(
MoveInfo
);
}
protected
override
void
ResetProcess
()
...
...
source/DeviceLibrary/store/StoreStep.cs
查看文件 @
a82c846
...
...
@@ -296,7 +296,7 @@ namespace OnlineStore.DeviceLibrary
#
region
流水线模块复位
1001
开始
/// <summary>
/// 复位:所有阻挡上升
/// 复位:所有阻挡上升
,取料提升机构前进端
/// </summary>
LR_01_StopUp
=
1001
,
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论