Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
AutoCountMachine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 7e43b5c1
由
LN
编写于
2020-06-03 16:06:35 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
91556c11
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
13 行增加
和
9 行删除
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.Designer.cs
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.cs
RC1266-AutoCountMachine/source/DeviceLibrary/bean/OutputEquip.cs
RC1266-AutoCountMachine/source/DeviceLibrary/bean/OutputEquip_Partial.cs
RC1266-AutoCountMachine/source/DeviceLibrary/bean/X_RAY_Equip.cs
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.Designer.cs
查看文件 @
7e43b5c
...
@@ -156,7 +156,7 @@
...
@@ -156,7 +156,7 @@
this
.
pictureBox1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
85
);
this
.
pictureBox1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
85
);
this
.
pictureBox1
.
Name
=
"pictureBox1"
;
this
.
pictureBox1
.
Name
=
"pictureBox1"
;
this
.
pictureBox1
.
Size
=
new
System
.
Drawing
.
Size
(
576
,
385
);
this
.
pictureBox1
.
Size
=
new
System
.
Drawing
.
Size
(
576
,
385
);
this
.
pictureBox1
.
SizeMode
=
System
.
Windows
.
Forms
.
PictureBoxSizeMode
.
StretchImage
;
this
.
pictureBox1
.
SizeMode
=
System
.
Windows
.
Forms
.
PictureBoxSizeMode
.
Zoom
;
this
.
pictureBox1
.
TabIndex
=
284
;
this
.
pictureBox1
.
TabIndex
=
284
;
this
.
pictureBox1
.
TabStop
=
false
;
this
.
pictureBox1
.
TabStop
=
false
;
//
//
...
...
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.cs
查看文件 @
7e43b5c
...
@@ -480,10 +480,12 @@ namespace OnlineStore.AutoCountClient
...
@@ -480,10 +480,12 @@ namespace OnlineStore.AutoCountClient
string
trayInfo
=
""
;
string
trayInfo
=
""
;
if
(
equip
.
MoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Working
)
||
equip
.
MoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Labelling
))
if
(
equip
.
MoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Working
)
||
equip
.
MoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Labelling
))
{
{
s
=
RobotRunStatus
.
Busy
;
trayInfo
=
equip
.
MoveInfo
.
MoveParam
.
OutStr
();
trayInfo
=
equip
.
MoveInfo
.
MoveParam
.
OutStr
();
}
}
else
if
(
equip
.
SecMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Working
)
||
equip
.
SecMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Labelling
))
else
if
(
equip
.
SecMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Working
)
||
equip
.
SecMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Labelling
))
{
{
s
=
RobotRunStatus
.
Busy
;
trayInfo
=
equip
.
SecMoveInfo
.
MoveParam
.
OutStr
();
trayInfo
=
equip
.
SecMoveInfo
.
MoveParam
.
OutStr
();
}
}
else
if
(
equip
is
InputEquip
)
else
if
(
equip
is
InputEquip
)
...
...
RC1266-AutoCountMachine/source/DeviceLibrary/bean/OutputEquip.cs
查看文件 @
7e43b5c
...
@@ -406,7 +406,11 @@ namespace OnlineStore.DeviceLibrary
...
@@ -406,7 +406,11 @@ namespace OnlineStore.DeviceLibrary
return
;
return
;
}
}
BusyMoveProcess
();
BusyMoveProcess
();
IOTimeOutProcess
();
if
(
ShelfMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
None
)
&&
ShelfMoveInfo
.
IsInWait
.
Equals
(
false
))
{
IOTimeOutProcess
();
}
if
(
ShelfMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
None
))
if
(
ShelfMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
None
))
...
@@ -695,8 +699,6 @@ namespace OnlineStore.DeviceLibrary
...
@@ -695,8 +699,6 @@ namespace OnlineStore.DeviceLibrary
#
endregion
#
endregion
}
}
}
}
RC1266-AutoCountMachine/source/DeviceLibrary/bean/OutputEquip_Partial.cs
查看文件 @
7e43b5c
...
@@ -52,19 +52,19 @@ namespace OnlineStore.DeviceLibrary
...
@@ -52,19 +52,19 @@ namespace OnlineStore.DeviceLibrary
{
{
if
(
MoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
None
).
Equals
(
false
))
if
(
MoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
None
).
Equals
(
false
))
{
{
LogUtil
.
error
(
MoveInfo
.
Name
+
"StartWorking 失败 , MoveInfo 忙碌中="
+
MoveInfo
.
MoveType
);
LogUtil
.
error
(
MoveInfo
.
Name
+
"StartWorking 失败 , MoveInfo 忙碌中="
+
MoveInfo
.
MoveType
,
201
);
return
false
;
return
false
;
}
}
if
(
ShelfMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
ShelfPro
)&&
ShelfMoveInfo
.
MoveStep
>=
StepEnum
.
OS_31_ShendShelfOut
)
if
(
ShelfMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
ShelfPro
)&&
ShelfMoveInfo
.
MoveStep
>=
StepEnum
.
OS_31_ShendShelfOut
)
{
{
LogUtil
.
error
(
MoveInfo
.
Name
+
"StartWorking 失败 , ShelfMoveInfo 正在送出料架 "
+
ShelfMoveInfo
.
MoveType
+
"_"
+
ShelfMoveInfo
.
MoveStep
);
LogUtil
.
error
(
MoveInfo
.
Name
+
"StartWorking 失败 , ShelfMoveInfo 正在送出料架 "
+
ShelfMoveInfo
.
MoveType
+
"_"
+
ShelfMoveInfo
.
MoveStep
,
202
);
return
false
;
return
false
;
}
}
if
(
SecMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Labelling
)&&
SecMoveInfo
.
MoveStep
<=
StepEnum
.
OL11_XYToP3
)
if
(
SecMoveInfo
.
MoveType
.
Equals
(
RobotMoveType
.
Labelling
)&&
SecMoveInfo
.
MoveStep
<=
StepEnum
.
OL11_XYToP3
)
{
{
LogUtil
.
error
(
MoveInfo
.
Name
+
"StartWorking 失败 , SecMoveInfo 上个贴标还在等待中 "
+
SecMoveInfo
.
MoveType
+
"_"
+
SecMoveInfo
.
MoveStep
);
LogUtil
.
error
(
MoveInfo
.
Name
+
"StartWorking 失败 , SecMoveInfo 上个贴标还在等待中 "
+
SecMoveInfo
.
MoveType
+
"_"
+
SecMoveInfo
.
MoveStep
,
203
);
return
false
;
return
false
;
}
}
...
...
RC1266-AutoCountMachine/source/DeviceLibrary/bean/X_RAY_Equip.cs
查看文件 @
7e43b5c
...
@@ -31,7 +31,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -31,7 +31,7 @@ namespace OnlineStore.DeviceLibrary
public
string
LastXRayState
=
"未知"
;
public
string
LastXRayState
=
"未知"
;
public
bool
InXWork
=
false
;
public
bool
InXWork
=
false
;
private
string
path_XRAY
=
Application
.
StartupPath
+
@"\XRAY"
;
//
private string path_XRAY = Application.StartupPath + @"\XRAY";
private
string
path1_tif
=
Application
.
StartupPath
+
@"\XRAY\tif"
;
private
string
path1_tif
=
Application
.
StartupPath
+
@"\XRAY\tif"
;
private
string
path2_png
=
Application
.
StartupPath
+
@"\XRAY\png"
;
private
string
path2_png
=
Application
.
StartupPath
+
@"\XRAY\png"
;
private
string
path3_out
=
Application
.
StartupPath
+
@"\XRAY\out"
;
private
string
path3_out
=
Application
.
StartupPath
+
@"\XRAY\out"
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论