Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
NS200
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
图表
网络
创建新的问题
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit fd30d7b8
由
刘韬
编写于
2025-12-11 08:59:19 +0800
浏览文件
选项
浏览文件
标签
下载
差异文件
Merge branch 'master' of
http://106.15.194.121:8083/zdl/ns200
2 个父辈
05f00f9c
722198f9
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
DeviceLibrary/AutoScanAndLabel/MainMachine _LeftProcess.cs
DeviceLibrary/AutoScanAndLabel/MainMachine _LeftProcess.cs
查看文件 @
fd30d7b
...
@@ -149,6 +149,7 @@ namespace DeviceLibrary
...
@@ -149,6 +149,7 @@ namespace DeviceLibrary
else
else
{
{
LeftMoveInfo
.
NextMoveStep
(
MoveStep
.
L10_WaitReelPut
);
LeftMoveInfo
.
NextMoveStep
(
MoveStep
.
L10_WaitReelPut
);
LeftMoveInfo
.
log
(
$
"等待放料"
);
}
}
break
;
break
;
//等中间步骤抓盘
//等中间步骤抓盘
...
@@ -208,7 +209,7 @@ namespace DeviceLibrary
...
@@ -208,7 +209,7 @@ namespace DeviceLibrary
if
(
param1
.
RightPlateHeight
==
0
)
//测高未完成
if
(
param1
.
RightPlateHeight
==
0
)
//测高未完成
{
{
LeftMoveInfo
.
NextMoveStep
(
MoveStep
.
L13
);
LeftMoveInfo
.
NextMoveStep
(
MoveStep
.
L13
);
LeftMoveInfo
.
log
(
$
"查询到记录:{
Righ
tMoveInfo.MoveParam.UID},但还未获取到高度,等待"
);
LeftMoveInfo
.
log
(
$
"查询到记录:{
Lef
tMoveInfo.MoveParam.UID},但还未获取到高度,等待"
);
LeftMoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
500
));
LeftMoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitTime
(
500
));
return
;
return
;
}
}
...
@@ -216,7 +217,7 @@ namespace DeviceLibrary
...
@@ -216,7 +217,7 @@ namespace DeviceLibrary
{
{
LeftMoveInfo
.
MoveParam
.
RightPlateHeight
=
param1
.
RightPlateHeight
;
LeftMoveInfo
.
MoveParam
.
RightPlateHeight
=
param1
.
RightPlateHeight
;
LeftMoveInfo
.
MoveParam
.
RightPulseHeight
=
param1
.
RightPulseHeight
;
LeftMoveInfo
.
MoveParam
.
RightPulseHeight
=
param1
.
RightPulseHeight
;
LeftMoveInfo
.
log
(
$
"查询到记录:{
Righ
tMoveInfo.MoveParam.UID},RightPlateHeight={LeftMoveInfo.MoveParam.RightPlateHeight},RightPulseHeight={LeftMoveInfo.MoveParam.RightPulseHeight}"
);
LeftMoveInfo
.
log
(
$
"查询到记录:{
Lef
tMoveInfo.MoveParam.UID},RightPlateHeight={LeftMoveInfo.MoveParam.RightPlateHeight},RightPulseHeight={LeftMoveInfo.MoveParam.RightPulseHeight}"
);
}
}
}
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论