Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO827-AssemblyLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
图表
网络
创建新的问题
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b8691c9e
由
LN
编写于
2021-03-31 09:56:53 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
进仓出库取料时,前后气缸前进后等待500毫秒再下降
1 个父辈
6ea04fe4
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
10 行增加
和
0 行删除
source/DeviceLibrary/assemblyLine/MoveEquip_Partial.cs
source/DeviceLibrary/model/StoreStep.cs
source/DeviceLibrary/assemblyLine/MoveEquip_Partial.cs
查看文件 @
b8691c9
...
@@ -277,6 +277,11 @@ namespace OnlineStore.DeviceLibrary
...
@@ -277,6 +277,11 @@ namespace OnlineStore.DeviceLibrary
}
}
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
MO_51_CylinderBefore
))
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
MO_51_CylinderBefore
))
{
{
MoveInfo
.
NextMoveStep
(
LineMoveStep
.
MO_52_WaitTime
);
OutLog
(
"出库 "
+
MoveInfo
.
MoveStep
+
": 等待500毫秒再下降"
);
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
500
));
}
else
if
(
MoveInfo
.
IsStep
(
LineMoveStep
.
MO_52_WaitTime
))
{
//重置夹料次数=0
//重置夹料次数=0
ClampCount
=
0
;
ClampCount
=
0
;
if
(
CylinderIsOk
(
IO_Type
.
BeforeAfterCylinder_After
,
IO_Type
.
BeforeAfterCylinder_Before
))
if
(
CylinderIsOk
(
IO_Type
.
BeforeAfterCylinder_After
,
IO_Type
.
BeforeAfterCylinder_Before
))
...
...
source/DeviceLibrary/model/StoreStep.cs
查看文件 @
b8691c9
...
@@ -311,6 +311,11 @@ namespace OnlineStore.DeviceLibrary
...
@@ -311,6 +311,11 @@ namespace OnlineStore.DeviceLibrary
/// 移栽装置出库处理。。前后气缸1前进
/// 移栽装置出库处理。。前后气缸1前进
/// </summary>
/// </summary>
MO_51_CylinderBefore
,
MO_51_CylinderBefore
,
/// <summary>
/// 移栽装置出库处理。。等待500毫秒在下降
/// </summary>
MO_52_WaitTime
,
/// <summary>
/// <summary>
/// 移栽装置出库处理。上下气缸1下降
/// 移栽装置出库处理。上下气缸1下降
/// </summary>
/// </summary>
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论