Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO664-AssemblyLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit c4988849
由
LN
编写于
2020-12-04 15:18:58 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
bug修改
1 个父辈
3fdf180c
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
16 行增加
和
16 行删除
source/AssemblyLineClient/FrmFeedingEquip.Designer.cs
source/AssemblyLineClient/FrmFeedingEquip.cs
source/AssemblyLineClient/FrmHYEquip.Designer.cs
source/AssemblyLineClient/FrmLineStore.cs
source/AssemblyLineClient/FrmMoveEquip.Designer.cs
source/AssemblyLineClient/FrmMoveEquip.cs
source/AssemblyLineClient/FrmFeedingEquip.Designer.cs
查看文件 @
c498884
...
...
@@ -706,7 +706,7 @@
this
.
SL_ClampCylinder_Relax
.
TabIndex
=
249
;
this
.
SL_ClampCylinder_Relax
.
Text
=
"夹料气缸放松"
;
this
.
SL_ClampCylinder_Relax
.
UseVisualStyleBackColor
=
false
;
this
.
SL_ClampCylinder_Relax
.
Click
+=
new
System
.
EventHandler
(
this
.
btnFeedCylinder
_Click
);
this
.
SL_ClampCylinder_Relax
.
Click
+=
new
System
.
EventHandler
(
this
.
SL_ClampCylinder_Relax
_Click
);
//
// lblThisSta
//
...
...
@@ -1153,7 +1153,7 @@
//
this
.
axisMoveControl1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
4
);
this
.
axisMoveControl1
.
Name
=
"axisMoveControl1"
;
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
575
,
4
37
);
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
575
,
4
40
);
this
.
axisMoveControl1
.
TabIndex
=
219
;
//
// groupBox2
...
...
source/AssemblyLineClient/FrmFeedingEquip.cs
查看文件 @
c498884
...
...
@@ -728,10 +728,10 @@ namespace OnlineStore.AssemblyLine
DoBtnClick
(
sender
);
}
private
void
btnFeedCylinder
_Click
(
object
sender
,
EventArgs
e
)
private
void
SL_ClampCylinder_Relax
_Click
(
object
sender
,
EventArgs
e
)
{
LogUtil
.
info
(
equipBase
.
Name
+
"界面点击:"
+
SL_ClampCylinder_Work
.
Text
);
equipBean
.
CylinderMove
(
null
,
IO_Type
.
SL_ClampCylinder_
Relax
,
IO_Type
.
SL_ClampCylinder_Work
);
equipBean
.
CylinderMove
(
null
,
IO_Type
.
SL_ClampCylinder_
Work
,
IO_Type
.
SL_ClampCylinder_Relax
);
}
private
void
SL_TopCylinder_Down_Click
(
object
sender
,
EventArgs
e
)
...
...
@@ -767,7 +767,7 @@ namespace OnlineStore.AssemblyLine
private
void
SL_ClampCylinder_Work_Click
(
object
sender
,
EventArgs
e
)
{
LogUtil
.
info
(
equipBase
.
Name
+
"界面点击:"
+
SL_ClampCylinder_Relax
.
Text
);
equipBean
.
CylinderMove
(
null
,
IO_Type
.
SL_ClampCylinder_
Work
,
IO_Type
.
SL_ClampCylinder_Relax
);
equipBean
.
CylinderMove
(
null
,
IO_Type
.
SL_ClampCylinder_
Relax
,
IO_Type
.
SL_ClampCylinder_Work
);
}
private
void
SL_OutTopCylinder_Down_Click
(
object
sender
,
EventArgs
e
)
...
...
@@ -787,7 +787,7 @@ namespace OnlineStore.AssemblyLine
}
}
LogUtil
.
info
(
equipBase
.
Name
+
"界面点击:"
+
SL_TrayLocation_After
.
Text
);
equipBean
.
CylinderMove
(
null
,
IO_Type
.
SL_TrayLocation_
After
,
IO_Type
.
SL_TrayLocation_After
);
equipBean
.
CylinderMove
(
null
,
IO_Type
.
SL_TrayLocation_
Before
,
IO_Type
.
SL_TrayLocation_After
);
}
private
void
btnOutStore_Click
(
object
sender
,
EventArgs
e
)
...
...
source/AssemblyLineClient/FrmHYEquip.Designer.cs
查看文件 @
c498884
...
...
@@ -982,7 +982,7 @@
this
.
axisMoveControl1
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
3
);
this
.
axisMoveControl1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
4
,
3
,
4
);
this
.
axisMoveControl1
.
Name
=
"axisMoveControl1"
;
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
566
,
4
2
0
);
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
566
,
4
4
0
);
this
.
axisMoveControl1
.
TabIndex
=
0
;
//
// FrmHYEquip
...
...
source/AssemblyLineClient/FrmLineStore.cs
查看文件 @
c498884
...
...
@@ -72,8 +72,8 @@ namespace OnlineStore.AssemblyLine
return
;
}
FrmIOTest
ioStatus
=
new
FrmIOTest
();
AddForm
(
" IO列表查看 "
,
ioStatus
);
//
FrmIOTest ioStatus = new FrmIOTest();
//
AddForm(" IO列表查看 ", ioStatus);
FrmLineIO
frmIOStatus
=
new
FrmLineIO
();
AddForm
(
" 流水线IO "
,
frmIOStatus
);
...
...
source/AssemblyLineClient/FrmMoveEquip.Designer.cs
查看文件 @
c498884
...
...
@@ -446,7 +446,7 @@
this
.
ClampCylinder_Relax
.
TabIndex
=
255
;
this
.
ClampCylinder_Relax
.
Text
=
"夹料气缸放松"
;
this
.
ClampCylinder_Relax
.
UseVisualStyleBackColor
=
false
;
this
.
ClampCylinder_Relax
.
Click
+=
new
System
.
EventHandler
(
this
.
btnClampSlack
_Click
);
this
.
ClampCylinder_Relax
.
Click
+=
new
System
.
EventHandler
(
this
.
ClampCylinder_Relax
_Click
);
//
// BeforeAfterCylinder_Before
//
...
...
@@ -459,7 +459,7 @@
this
.
BeforeAfterCylinder_Before
.
TabIndex
=
249
;
this
.
BeforeAfterCylinder_Before
.
Text
=
"横移前进->>"
;
this
.
BeforeAfterCylinder_Before
.
UseVisualStyleBackColor
=
false
;
this
.
BeforeAfterCylinder_Before
.
Click
+=
new
System
.
EventHandler
(
this
.
btnBeforeAfter
Before_Click
);
this
.
BeforeAfterCylinder_Before
.
Click
+=
new
System
.
EventHandler
(
this
.
BeforeAfterCylinder_
Before_Click
);
//
// TopCylinder_Up
//
...
...
@@ -708,7 +708,7 @@
//
this
.
axisMoveControl1
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
7
);
this
.
axisMoveControl1
.
Name
=
"axisMoveControl1"
;
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
567
,
4
2
0
);
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
567
,
4
4
0
);
this
.
axisMoveControl1
.
TabIndex
=
219
;
//
// groupBox2
...
...
source/AssemblyLineClient/FrmMoveEquip.cs
查看文件 @
c498884
...
...
@@ -593,7 +593,7 @@ namespace OnlineStore.AssemblyLine
equipBean
.
CylinderMove
(
null
,
IO_Type
.
TopCylinder_Down
,
IO_Type
.
TopCylinder_Up
);
}
private
void
btnBeforeAfter
Before_Click
(
object
sender
,
EventArgs
e
)
private
void
BeforeAfterCylinder_
Before_Click
(
object
sender
,
EventArgs
e
)
{
if
(
equipBean
.
CanBeforeAfter
())
{
...
...
@@ -636,12 +636,12 @@ namespace OnlineStore.AssemblyLine
{
LogUtil
.
info
(
equipBase
.
Name
+
"界面点击:"
+
ClampCylinder_Relax
.
Text
);
equipBase
.
CylinderMove
(
null
,
IO_Type
.
ClampCylinder_
Work
,
IO_Type
.
ClampCylinder_Relax
);
equipBase
.
CylinderMove
(
null
,
IO_Type
.
ClampCylinder_
Relax
,
IO_Type
.
ClampCylinder_Work
);
}
private
void
btnClampSlack
_Click
(
object
sender
,
EventArgs
e
)
private
void
ClampCylinder_Relax
_Click
(
object
sender
,
EventArgs
e
)
{
LogUtil
.
info
(
equipBase
.
Name
+
"界面点击:"
+
ClampCylinder_Work
.
Text
);
equipBase
.
CylinderMove
(
null
,
IO_Type
.
ClampCylinder_
Relax
,
IO_Type
.
ClampCylinder_Work
);
equipBase
.
CylinderMove
(
null
,
IO_Type
.
ClampCylinder_
Work
,
IO_Type
.
ClampCylinder_Relax
);
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论