Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO908-XLRStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit cc037a3b
由
LN
编写于
2021-09-08 11:40:20 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
同时只留一个出库料串。轴报警时停止运动
1 个父辈
0da9290e
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
4 行删除
source/DeviceLibrary/storeBean/EquipBase.cs
source/DeviceLibrary/storeBean/inputBean/BatchMoveBean.cs
source/DeviceLibrary/storeBean/inputBean/BatchMoveBean_Partial.cs
source/DeviceLibrary/storeBean/EquipBase.cs
查看文件 @
cc037a3
...
...
@@ -59,7 +59,8 @@ namespace OnlineStore.DeviceLibrary
isNoAirpressure_Check
=
true
;
}
this
.
alarmType
=
alarmType
;
if
(
alarmType
.
Equals
(
AlarmType
.
SuddenStop
)
||
alarmType
.
Equals
(
AlarmType
.
NoAirpressure_Check
)
||
alarmType
.
Equals
(
AlarmType
.
AxisAlarm
))
if
(
alarmType
.
Equals
(
AlarmType
.
SuddenStop
)
||
alarmType
.
Equals
(
AlarmType
.
NoAirpressure_Check
)
||
alarmType
.
Equals
(
AlarmType
.
AxisAlarm
)||
alarmType
.
Equals
(
AlarmType
.
AxisMoveError
))
{
StopMove
();
}
...
...
source/DeviceLibrary/storeBean/inputBean/BatchMoveBean.cs
查看文件 @
cc037a3
...
...
@@ -13,7 +13,7 @@ namespace OnlineStore.DeviceLibrary
{
public
partial
class
BatchMoveBean
{
public
bool
ShelfAutoOut
=
tru
e
;
public
bool
ShelfAutoOut
=
fals
e
;
public
bool
ShelfNeedLeave
=
false
;
public
string
Name
=
"料口"
;
public
AxisBean
BatchAxis
=
null
;
...
...
@@ -535,6 +535,14 @@ namespace OnlineStore.DeviceLibrary
return
false
;
}
internal
bool
ShelfIsOut
()
{
if
(
MoveInfo
.
MoveType
.
Equals
(
MoveType
.
OutStore
)
&&
MoveInfo
.
MoveStep
<
StepEnum
.
IS21_BatchToP1
)
{
return
true
;
}
return
false
;
}
public
string
GetMoveStr
()
...
...
source/DeviceLibrary/storeBean/inputBean/BatchMoveBean_Partial.cs
查看文件 @
cc037a3
...
...
@@ -388,12 +388,12 @@ namespace OnlineStore.DeviceLibrary
{
needLeave
=
false
;
}
else
if
(
ShelfType
.
Equals
(
1
)
&&
Robot
.
BatchMove_B
.
Shelf
Ready
Out
())
else
if
(
ShelfType
.
Equals
(
1
)
&&
Robot
.
BatchMove_B
.
Shelf
Is
Out
())
{
needLeave
=
true
;
}
//如果已经有一个出库料串,这个直接离开
else
if
(
ShelfType
.
Equals
(
2
)
&&
Robot
.
BatchMove_A
.
Shelf
Ready
Out
())
else
if
(
ShelfType
.
Equals
(
2
)
&&
Robot
.
BatchMove_A
.
Shelf
Is
Out
())
{
needLeave
=
true
;
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论