Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
SO815-AutoInOutStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
图表
网络
创建新的问题
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit e023b281
由
几米阳光
编写于
2019-04-12 11:39:07 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
3ffb5dae
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
5 行删除
source/ACSingleStore/记录.txt
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
source/ACSingleStore/记录.txt
查看文件 @
e023b28
...
@@ -123,7 +123,7 @@ PRO,最后一盘料需要补充的高度,LastTrayAddHeight,10,,,,,,,,,
...
@@ -123,7 +123,7 @@ PRO,最后一盘料需要补充的高度,LastTrayAddHeight,10,,,,,,,,,
20190309自动上下料修改:入库从吸盘下方拿到盘后先下降一点再后退
20190309自动上下料修改:入库从吸盘下方拿到盘后先下降一点再后退
StoreConfig 文件增加下降高度的配置。
StoreConfig 文件增加下降高度的配置。
批量轴上料完成后,直接回P2点。
批量轴上料完成后,直接回P2点。
PRO,升降轴从吸盘下方接料后下降的高度,UpDownAxis_DownValue,10000,,,,,,,
20190313修改:
20190313修改:
1.料仓状态默认复位中。
1.料仓状态默认复位中。
...
...
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
查看文件 @
e023b28
...
@@ -330,8 +330,8 @@ namespace OnlineStore.DeviceLibrary
...
@@ -330,8 +330,8 @@ namespace OnlineStore.DeviceLibrary
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
AUTO_I06_SuckingDisc_Up
);
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
AUTO_I06_SuckingDisc_Up
);
LogUtil
.
info
(
Name
+
"入料: 吸盘上升"
);
LogUtil
.
info
(
Name
+
"入料: 吸盘上升"
);
CylinderMove
(
IO_Type
.
SuckingDisc_Up
,
IO_Type
.
SuckingDisc_Down
,
fals
e
);
CylinderMove
(
IO_Type
.
SuckingDisc_Up
,
IO_Type
.
SuckingDisc_Down
,
tru
e
);
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
SuckingDisc_Down
,
IO_VALUE
.
LOW
));
//
StoreMove.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.SuckingDisc_Down, IO_VALUE.LOW));
}
}
else
if
(
SuckingDisc_WorkCount
<
3
)
else
if
(
SuckingDisc_WorkCount
<
3
)
...
@@ -402,7 +402,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -402,7 +402,7 @@ namespace OnlineStore.DeviceLibrary
if
(
LastCode
.
Equals
(
""
))
if
(
LastCode
.
Equals
(
""
))
{
{
LogUtil
.
info
(
Name
+
"入料: 未扫到二维码,将料盘送出,等待料盘拿走"
);
LogUtil
.
info
(
Name
+
"入料: 未扫到二维码
尺寸:【"
+
LastWidth
+
"*"
+
LastHeight
+
"】
,将料盘送出,等待料盘拿走"
);
SendTrayOut
();
SendTrayOut
();
}
}
else
else
...
@@ -435,7 +435,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -435,7 +435,7 @@ namespace OnlineStore.DeviceLibrary
}
}
else
else
{
{
LogUtil
.
info
(
Name
+
"入料: 未获取到PosID或启动入库失败,将料盘送出,等待料盘拿走"
);
LogUtil
.
info
(
Name
+
"入料: 未获取到PosID或启动入库失败,
尺寸:【"
+
LastWidth
+
"*"
+
LastHeight
+
"】
将料盘送出,等待料盘拿走"
);
SendTrayOut
();
SendTrayOut
();
}
}
}
}
...
@@ -531,6 +531,10 @@ namespace OnlineStore.DeviceLibrary
...
@@ -531,6 +531,10 @@ namespace OnlineStore.DeviceLibrary
{
{
posId
=
okList
[
0
].
PositionNum
;
posId
=
okList
[
0
].
PositionNum
;
}
}
else
{
LogUtil
.
info
(
"未找到盘高>="
+
LastHeight
+
"的库位"
);
}
bool
result
=
StoreManager
.
Store
.
StartInStoreMove
(
new
InOutStoreParam
(
LastCode
,
posId
,
LastHeight
,
LastWidth
),
true
,
false
);
bool
result
=
StoreManager
.
Store
.
StartInStoreMove
(
new
InOutStoreParam
(
LastCode
,
posId
,
LastHeight
,
LastWidth
),
true
,
false
);
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitStoreRuning
());
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitStoreRuning
());
}
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论