diff --git a/Rs.SkyLine/Home.cs b/Rs.SkyLine/Home.cs
index c01b312..b2942e9 100644
--- a/Rs.SkyLine/Home.cs
+++ b/Rs.SkyLine/Home.cs
@@ -863,6 +863,7 @@ namespace Rs.MotionPlat
}
foreach (var dir in dirs)
{
+ RemoveReadOnlyAttribute(dir);
DirectoryInfo di = new DirectoryInfo(dir);
DateTime dtCreate = di.CreationTime;
if ((DateTime.Now - dtCreate).Days > GlobalVar.ImageSaveDays)
@@ -878,6 +879,7 @@ namespace Rs.MotionPlat
dirs = Directory.GetDirectories(dirpath);
foreach (var dir in dirs)
{
+ RemoveReadOnlyAttribute(dir);
DirectoryInfo di = new DirectoryInfo(dir);
DateTime dtCreate = di.CreationTime;
if ((DateTime.Now - dtCreate).Days > GlobalVar.ImageSaveDays)
@@ -896,6 +898,7 @@ namespace Rs.MotionPlat
CopyDirectory(workDir, bakDir);
string toDir = Path.Combine(Directory.GetParent(bakDir).FullName, zipFileName + ".zip");
ZipHelper.ZipDirectory(bakDir, toDir);
+ RemoveReadOnlyAttribute(bakDir);
Directory.Delete(bakDir, true);
}
}
@@ -906,6 +909,30 @@ namespace Rs.MotionPlat
}
}
+ void RemoveReadOnlyAttribute(string dirPath)
+ {
+ DirectoryInfo di = new DirectoryInfo(dirPath);
+ di.Attributes = FileAttributes.Normal & FileAttributes.Directory;
+ //查找所有的文件
+ string[] files = Directory.GetFiles(dirPath);
+ if (files != null && files.Length > 0)
+ {
+ foreach (string f in files)
+ {
+ File.SetAttributes(f, System.IO.FileAttributes.Normal);
+ }
+ }
+ //查找所有的文件夹
+ string[] dirs = Directory.GetDirectories(dirPath);
+ if (dirs != null && dirs.Length > 0)
+ {
+ foreach (string d in dirs)
+ {
+ RemoveReadOnlyAttribute(d);
+ }
+ }
+ }
+
public static void CopyDirectory(string sourceDir, string targetDir)
{
DirectoryInfo dir = new DirectoryInfo(sourceDir);
diff --git a/Rs.SkyLine/Properties/AssemblyInfo.cs b/Rs.SkyLine/Properties/AssemblyInfo.cs
index 80667d7..90e4c82 100644
--- a/Rs.SkyLine/Properties/AssemblyInfo.cs
+++ b/Rs.SkyLine/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
- [assembly: AssemblyVersion("3.20.24.56")]
+ [assembly: AssemblyVersion("3.20.24.57")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Rs.SkyLine/SysConfig/NozzleConfig.en-US.resx b/Rs.SkyLine/SysConfig/NozzleConfig.en-US.resx
index 27809d7..a589862 100644
--- a/Rs.SkyLine/SysConfig/NozzleConfig.en-US.resx
+++ b/Rs.SkyLine/SysConfig/NozzleConfig.en-US.resx
@@ -121,6 +121,27 @@
1047, 0
+
+ 440, 0
+
+
+ 607, 849
+
+
+ 440, 849
+
+
+ 545, 0
+
+
+ 1250, 849
+
+
+ 602, 849
+
+
+ Picker IO
+
3, 598
@@ -130,6 +151,15 @@
Picker using option
+
+ 596, 229
+
+
+ 590, 109
+
+
+ Shuttle
+
315, 59
@@ -190,11 +220,11 @@
529, 32
-
- 590, 109
+
+ 590, 100
-
- T-Tray
+
+ Tray
305, 54
@@ -256,15 +286,6 @@
522, 25
-
- 590, 100
-
-
- Stock
-
-
- 596, 229
-
596, 128
@@ -280,17 +301,11 @@
596, 87
-
- 602, 849
-
-
- Picker IO
-
-
- 440, 0
+
+ 435, 480
-
- 607, 849
+
+ Picker R position
373, 274
@@ -436,11 +451,11 @@
Teach
-
- 435, 480
+
+ 435, 369
-
- Picker R position
+
+ Picker X,Y position
279, 139
@@ -532,21 +547,6 @@
Teach
-
- 435, 369
-
-
- Picker X,Y position
-
-
- 440, 849
-
-
- 545, 0
-
-
- 1250, 849
-
132, 204
@@ -767,6 +767,9 @@
Shuttle Place Z position
+
+ 545, 849
+
132, 205
@@ -980,7 +983,4 @@
Tray pick up Z position
-
- 545, 849
-
\ No newline at end of file
diff --git a/Rs.SkyLine/SysConfig/NozzleConfig.resx b/Rs.SkyLine/SysConfig/NozzleConfig.resx
index 92dbce0..ad90100 100644
--- a/Rs.SkyLine/SysConfig/NozzleConfig.resx
+++ b/Rs.SkyLine/SysConfig/NozzleConfig.resx
@@ -135,8 +135,8 @@
groupBox8
-
- 安全位Y:
+
+ 8
8
@@ -163,18 +163,18 @@
示教
-
- 32, 32
-
label35
-
- contextMenuStrip2
+
+ groupBox8
273, 234
+
+ 79, 25
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -182,8 +182,8 @@
55
-
- 273, 172
+
+ groupBox4
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -197,14 +197,17 @@
groupBox6
+
+ 32, 32
+
86, 207
-
- btnMoveTrayNozzle2TakeHeight
+
+ 1
-
- 0.01
+
+ txtTrayNozzle5TakeHeight
groupBox4
@@ -218,19 +221,19 @@
True
-
- 示教
+
+ Off(1-8)
197, 94
-
-
- Flat
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
宋体, 9pt
+
Flat
@@ -282,9 +285,6 @@
1
-
- 26
-
btnTeachTurnoverNozzle4TakeHeight
@@ -336,9 +336,6 @@
95, 59
-
- 32, 32
-
panel2
@@ -381,8 +378,8 @@
1
-
- 示教
+
+ 108, 22
Center
@@ -402,15 +399,15 @@
True
-
- 202, 23
-
21
Flat
+
+ 0.01
+
groupBox2
@@ -423,24 +420,30 @@
102, 22
-
- 0
-
30, 25
0.01
+
+ 157, 300
+
95, 23
groupBox5
+
+ groupBox5
+
102, 22
+
+ Z5:
+
263, 34
@@ -459,6 +462,9 @@
btnMoveTurnoverNozzle6TakeHeight
+
+ 17, 12
+
Center
@@ -480,8 +486,8 @@
label6
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Col8
btnGoNozzleZ7ZeroInTurnoverTray
@@ -504,6 +510,9 @@
71, 12
+
+ 261, 27
+
19
@@ -561,9 +570,6 @@
button33
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
157, 278
@@ -573,8 +579,8 @@
groupBox6
-
- 7, 180
+
+ 80, 25
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -591,12 +597,6 @@
8
-
- 85, 21
-
-
- 46
-
102, 22
@@ -606,8 +606,8 @@
ms
-
- 86, 52
+
+ 运动到此
groupBox15
@@ -621,9 +621,6 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 43
-
groupBox2
@@ -642,15 +639,12 @@
toolStripMenuItem4
-
- groupBox5
+
+ 404, 220
6
-
- 周转盘取放料
-
46
@@ -666,9 +660,6 @@
296, 202
-
- 1
-
Flat
@@ -684,8 +675,11 @@
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 212, 22
+
+ panelEx1
+
+
+ 10
7, 242
@@ -696,20 +690,20 @@
8
+
+ groupBox2
+
79, 25
-
- 159, 234
-
45
46
-
- 0
+
+ 5
groupBox8
@@ -783,12 +777,12 @@
Col6
-
- 219, 34
-
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox5
+
Col7
@@ -801,9 +795,6 @@
1
-
- Center
-
btnLookR5
@@ -822,8 +813,11 @@
Col1
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox7
+
+
+ groupBox8
宋体, 9pt
@@ -843,18 +837,12 @@
Z8:
-
- Flat
-
btnMoveTurnoverNozzle1TakeHeight
2
-
- 50, 21
-
0
@@ -873,6 +861,9 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 441, 480
+
10, 89
@@ -912,8 +903,8 @@
159, 17
-
- 404, 128
+
+ 214, 31
宋体, 9pt
@@ -942,8 +933,8 @@
60
-
- 157, 300
+
+ 296, 130
40
@@ -972,27 +963,27 @@
95, 275
-
- col8ToolStripMenuItem
+
+ Top
-
- 102, 22
+
+ panel3
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 12
宋体, 9pt
-
- 放料偏移:
-
390, 274
groupBox7
+
+ 2
+
17, 12
@@ -1002,9 +993,6 @@
55
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
True
@@ -1038,9 +1026,6 @@
0
-
- groupBox5
-
groupBox3
@@ -1059,12 +1044,6 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 5, 0, 0, 0
-
-
- Top
-
44
@@ -1140,8 +1119,11 @@
159, 79
-
- 真空破时间:
+
+ 32, 32
+
+
+ Top
0.01
@@ -1152,12 +1134,18 @@
toolStripMenuItem26
+
+ 60, 21
+
groupBox5
groupBox2
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
86, 52
@@ -1209,9 +1197,6 @@
39
-
- 184, 30
-
txtTurnoverNozzle5TakeHeight
@@ -1248,8 +1233,8 @@
85, 21
-
- toolStripMenuItem22
+
+ 45
102, 22
@@ -1284,6 +1269,9 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 50, 21
+
groupBox4
@@ -1335,6 +1323,9 @@
30, 16
+
+ 273, 203
+
groupBox6
@@ -1347,12 +1338,12 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- btnTeachTurnoverNozzle6TakeHeight
-
4
+
+ 108, 22
+
groupBox2
@@ -1368,9 +1359,6 @@
Center
-
- Center
-
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1419,12 +1407,6 @@
60, 21
-
- 44
-
-
- 48
-
44
@@ -1434,11 +1416,8 @@
1
-
- btnMoveDischargeSafePostionX
-
-
- 50
+
+ 46
23, 12
@@ -1455,9 +1434,6 @@
30, 25
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
label9
@@ -1527,8 +1503,8 @@
80, 25
-
- 80, 25
+
+ Col5
0
@@ -1539,12 +1515,18 @@
308, 62
+
+ 宋体, 9pt
+
7, 149
Col7
+
+ txtTrayNozzle3TakeHeight
+
示教
@@ -1563,9 +1545,6 @@
groupBox5
-
- 回安全位
-
86, 83
@@ -1623,8 +1602,8 @@
groupBox2
-
- 4
+
+ 9, 244
宋体, 10pt
@@ -1674,7 +1653,10 @@
col5ToolStripMenuItem
-
+
+ groupBox6
+
+
groupBox6
@@ -1704,17 +1686,20 @@
19, 63
-
- 212, 26
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
197, 274
+
+ 44
+
Flat
-
- groupBox5
+
+ True
50
@@ -1728,8 +1713,11 @@
btnMoveNozzleR8StartPos
-
- groupBox16
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 宋体, 9pt
groupBox5
@@ -1761,8 +1749,8 @@
col1ToolStripMenuItem
-
- 18
+
+ 308, 62
47
@@ -1770,8 +1758,8 @@
32
-
- 114, 27
+
+ ms
86, 145
@@ -1788,9 +1776,6 @@
441, 369
-
- groupBox6
-
groupBox2
@@ -1803,18 +1788,9 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Flat
-
-
- 108, 22
-
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 10, 80
-
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1824,8 +1800,8 @@
groupBox4
-
- Col8
+
+ 0
4
@@ -1839,8 +1815,8 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 运动到此
+
+ 50, 21
32, 32
@@ -1854,8 +1830,11 @@
groupBox2
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
+
+
+ 60, 21
75, 23
@@ -1911,6 +1890,9 @@
Z8:
+
+ 45
+
groupBox6
@@ -1923,21 +1905,21 @@
txtTrayNozzle2TakeHeight
+
+ Flat
+
goHomeToolStripMenuItem
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
17, 12
+
+ 7
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 404, 220
-
groupBox6
@@ -1947,6 +1929,9 @@
43
+
+ 4
+
groupBox2
@@ -1965,12 +1950,15 @@
groupBox14
-
- 43
+
+ Center
7
+
+ 404, 137
+
True
@@ -1986,14 +1974,14 @@
Z6:
-
- 真空破时间:
+
+ groupBox14
button29
-
- 16, 27
+
+ btnMoveTrayNozzle2TakeHeight
1
@@ -2004,6 +1992,9 @@
197, 202
+
+ 宋体, 9pt
+
txtDischargeNozzleDumpTurnoverTrayOffset
@@ -2022,8 +2013,8 @@
Center
-
- 0.01
+
+ 52
宋体, 9pt
@@ -2058,8 +2049,11 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 6
+
+ 示教
+
+
+ 43
23
@@ -2070,8 +2064,8 @@
panel1
-
- 80, 25
+
+ 1
5, 0
@@ -2109,8 +2103,8 @@
214, 31
-
- 44
+
+ 273, 110
groupBox5
@@ -2124,8 +2118,8 @@
22
-
- 17, 12
+
+ groupBox3
label42
@@ -2151,8 +2145,8 @@
17, 12
-
- groupBox3
+
+ 102, 22
35
@@ -2187,11 +2181,11 @@
宋体, 9pt
-
- 2
+
+ 30, 25
-
- 15
+
+ 回安全位
True
@@ -2247,17 +2241,14 @@
True
-
- Off(1-8)
-
5
273, 79
-
- 4
+
+ 安全位Y:
True
@@ -2328,9 +2319,6 @@
Flat
-
- 404, 87
-
2
@@ -2364,9 +2352,6 @@
Col3
-
- 17, 59
-
5
@@ -2379,6 +2364,9 @@
Center
+
+ 7, 180
+
True
@@ -2388,9 +2376,15 @@
label27
+
+ 13
+
55
+
+ label28
+
50
@@ -2412,12 +2406,21 @@
示教
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 32, 32
button39
+
+ 34
+
+
+ toolStripMenuItem22
+
+
+ 21, 298
+
txtTurnoverNozzle4TakeHeight
@@ -2490,6 +2493,9 @@
30, 25
+
+ button18
+
0.01
@@ -2514,8 +2520,8 @@
50, 21
-
- Flat
+
+ 50, 21
button37
@@ -2529,8 +2535,11 @@
273, 110
-
- 4
+
+ 6, 12
+
+
+ True
label20
@@ -2583,8 +2592,8 @@
toolStripMenuItem25
-
- 80, 25
+
+ 30
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2598,8 +2607,8 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Z2:
+
+ 46
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2610,12 +2619,6 @@
45
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
30
@@ -2637,21 +2640,15 @@
28
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- btnMoveNozzleR5StartPos
+
+ 29
23
-
- btnMoveNozzleR6StartPos
-
Center
@@ -2664,15 +2661,15 @@
44
+
+ 17, 12
+
43
32, 32
-
- groupBox14
-
Center
@@ -2682,9 +2679,6 @@
46
-
- Z7:
-
btnTeachNozzleR8StartPos
@@ -2706,14 +2700,14 @@
102, 22
-
- 60, 21
+
+ 回安全位
95, 239
-
- groupBox5
+
+ 1
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2784,8 +2778,8 @@
Col4
-
- 80, 25
+
+ groupBox6
102, 22
@@ -2805,6 +2799,9 @@
0.01
+
+ Flat
+
groupBox16
@@ -2817,8 +2814,8 @@
True
-
- 80, 25
+
+ 45
0
@@ -2826,9 +2823,6 @@
43
-
- 46
-
15
@@ -2859,8 +2853,8 @@
宋体, 9pt
-
- 运动到此
+
+ 162, 31
宋体, 9pt
@@ -2868,6 +2862,9 @@
79, 25
+
+ Center
+
43
@@ -2877,9 +2874,15 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
44
+
+ groupBox15
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2910,6 +2913,9 @@
7, 242
+
+ Flat
+
Flat
@@ -2919,8 +2925,8 @@
6
-
- groupBox2
+
+ Flat
390, 22
@@ -2931,8 +2937,8 @@
txtTrayNozzle8TakeHeight
-
- 7, 25
+
+ 运动到此
46
@@ -2964,6 +2970,9 @@
button14
+
+ 47
+
groupBox2
@@ -2973,6 +2982,9 @@
109, 92
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
运动到此
@@ -2982,15 +2994,12 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- txtTurnoverNozzle6TakeHeight
+
+ label44
44
-
- Flat
-
示教
@@ -3027,17 +3036,14 @@
5, 369
-
- True
-
-
- panelEx1
+
+ label8
$this
-
- 50, 21
+
+ panelEx2
groupBox14
@@ -3045,6 +3051,9 @@
80, 25
+
+ 80, 25
+
groupBox6
@@ -3072,6 +3081,9 @@
btnTeachTrayNozzle3TakeHeight
+
+ 80, 25
+
19, 111
@@ -3090,12 +3102,6 @@
100, 60
-
- 3
-
-
- ms
-
运动到此
@@ -3105,6 +3111,9 @@
398, 100
+
+ 0, 0
+
btnTeachNozzleR4StartPos
@@ -3117,12 +3126,15 @@
起始位Y:
-
- 27
+
+ 102, 22
Flat
+
+ 44
+
6
@@ -3177,8 +3189,11 @@
btnGoNozzleZ7ZeroInStock
-
- 32, 32
+
+ 102, 22
+
+
+ 关真空吸后延时:
409, 849
@@ -3192,15 +3207,18 @@
0
+
+ 85, 21
+
System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 回安全位
-
On(1-8)
+
+ True
+
groupBox5
@@ -3246,12 +3264,15 @@
关真空吸后延时:
-
- panel3
+
+ btnMoveNozzleR5StartPos
54
+
+ 示教
+
102, 22
@@ -3291,8 +3312,8 @@
groupBox6
-
- Flat
+
+ 273, 172
groupBox14
@@ -3333,14 +3354,17 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 17, 12
+
+ 159, 234
+
+
+ Z7:
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 60, 21
+
+ groupBox2
388, 172
@@ -3348,15 +3372,12 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 301, 59
+
+ button8
45
-
- 4
-
toolStripMenuItem15
@@ -3399,14 +3420,14 @@
2
-
- 关真空吸后延时:
+
+ 0
23, 12
-
- 宋体, 9pt
+
+ 85, 21
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3417,6 +3438,9 @@
80, 25
+
+ 4
+
1
@@ -3429,14 +3453,14 @@
261, 22
-
- 80, 25
+
+ 404, 128
46
-
- 52
+
+ 44
8
@@ -3453,8 +3477,8 @@
Flat
-
- groupBox15
+
+ btnTeachTurnoverNozzle6TakeHeight
43
@@ -3480,9 +3504,6 @@
415, 849
-
- Z5:
-
27
@@ -3498,8 +3519,8 @@
示教
-
- button18
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
groupBox5
@@ -3543,6 +3564,9 @@
301, 23
+
+ Center
+
38
@@ -3564,14 +3588,14 @@
43
-
+
groupBox2
273, 17
-
- 29
+
+ Z7:
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3582,6 +3606,9 @@
True
+
+ 80, 25
+
btnMoveTrayNozzle4TakeHeight
@@ -3591,8 +3618,8 @@
79, 25
-
- label8
+
+ 55
30, 16
@@ -3618,6 +3645,9 @@
9
+
+ groupBox5
+
groupBox3
@@ -3684,17 +3714,20 @@
34, 34
+
+ 43
+
Flat
label3
-
- 34
+
+ groupBox6
-
- 运动到此
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
45
@@ -3708,8 +3741,8 @@
btnMoveTurnoverNozzle2TakeHeight
-
- 9, 244
+
+ btnTeachDischargeSafePostionX
btnLookR7
@@ -3717,8 +3750,8 @@
296, 22
-
- 宋体, 9pt
+
+ 85, 21
Center
@@ -3735,6 +3768,9 @@
Center
+
+ btnMoveDischargeSafePostionX
+
60, 21
@@ -3744,8 +3780,8 @@
44
-
- txtNozzleR6StartPos
+
+ ms
NoControl
@@ -3759,12 +3795,18 @@
16
-
- 108, 22
+
+ 80, 25
+
+
+ Flat
53, 12
+
+ contextMenuStrip2
+
groupBox15
@@ -3780,6 +3822,9 @@
运动到此
+
+ Col8
+
关真空破后延时:
@@ -3813,20 +3858,17 @@
214, 59
-
- Flat
-
True
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox2
+
+ 48
-
- 80, 25
+
+ label41
True
@@ -3864,6 +3906,9 @@
运动到此
+
+ groupBox14
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3930,9 +3975,6 @@
474, 849
-
- 45
-
32, 32
@@ -3948,6 +3990,9 @@
groupBox2
+
+ label29
+
44
@@ -3960,8 +4005,8 @@
43
-
- groupBox2
+
+ 27
Col5
@@ -4008,6 +4053,9 @@
Center
+
+ groupBox15
+
宋体, 9pt
@@ -4032,8 +4080,11 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox4
+
+ Flat
+
+
+ 95, 203
0.01
@@ -4044,8 +4095,11 @@
7
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 388, 79
+
+
+ 真空破时间:
60, 21
@@ -4053,12 +4107,12 @@
排料吸嘴R
-
- 80, 25
-
11
+
+ 0
+
163, 26
@@ -4113,11 +4167,11 @@
50, 21
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Center
+
+ 202, 23
groupBox5
@@ -4137,11 +4191,14 @@
Flat
+
+ col8ToolStripMenuItem
+
btnTeachNozzleR2StartPos
-
- 55
+
+ 周转盘取放料
296, 166
@@ -4152,8 +4209,11 @@
groupBox7
-
- label28
+
+ groupBox4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
1
@@ -4170,9 +4230,15 @@
5
+
+ 43
+
0
+
+ 212, 22
+
95, 131
@@ -4191,8 +4257,8 @@
回安全位
-
- btnTeachDischargeSafePostionX
+
+ 301, 59
groupBox4
@@ -4200,8 +4266,8 @@
4
-
- 1
+
+ 50
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -4218,6 +4284,9 @@
label18
+
+ 106, 59
+
Flat
@@ -4227,9 +4296,6 @@
23, 12
-
- 宋体, 9pt
-
44
@@ -4248,11 +4314,11 @@
groupBox2
-
- Top
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 47
+
+ 运动到此
47
@@ -4290,8 +4356,8 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 114, 27
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -4305,14 +4371,8 @@
0.01
-
- 46
-
-
- 5
-
-
- label40
+
+ 184, 30
102, 22
@@ -4362,12 +4422,6 @@
37
-
- 162, 31
-
-
- 宋体, 9pt
-
1
@@ -4389,8 +4443,8 @@
Z2:
-
- 0, 0
+
+ 46
44
@@ -4404,8 +4458,8 @@
7
-
- panelEx2
+
+ Flat
102, 22
@@ -4419,8 +4473,8 @@
32, 32
-
- 79, 25
+
+ 4
panel2
@@ -4431,9 +4485,6 @@
43
-
- 36
-
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -4449,6 +4500,9 @@
Center
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
btnMoveTrayNozzle5TakeHeight
@@ -4458,8 +4512,8 @@
43
-
- 8
+
+ Center
btnMoveTrayNozzle6TakeHeight
@@ -4470,8 +4524,8 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0.01
+
+ 43
25
@@ -4488,8 +4542,8 @@
groupBox2
-
- 95, 203
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
23, 12
@@ -4500,8 +4554,8 @@
359, 27
-
- Col4
+
+ 80, 25
79, 25
@@ -4518,9 +4572,6 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 55
-
groupBox5
@@ -4542,8 +4593,8 @@
45
-
- groupBox4
+
+ groupBox1
102, 22
@@ -4585,7 +4636,10 @@
33
- Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.38, Culture=neutral, PublicKeyToken=null
+ Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.56, Culture=neutral, PublicKeyToken=null
+
+
+ Flat
btnGoNozzleZ2ZeroInStock
@@ -4599,14 +4653,14 @@
106, 27
-
- 46
+
+ 10, 80
-
- 4
+
+ 86, 238
-
- 2
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
79, 25
@@ -4635,6 +4689,9 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 15
+
13
@@ -4656,14 +4713,11 @@
390, 95
-
- 真空吸时间:
-
宋体, 9pt
-
- 2
+
+ 18
50
@@ -4677,8 +4731,8 @@
57
-
- 79, 25
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -4698,9 +4752,6 @@
toolStripMenuItem8
-
- 23, 12
-
Flat
@@ -4713,14 +4764,11 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox2
-
0.01
-
- 441, 480
+
+ 80, 25
24
@@ -4743,8 +4791,8 @@
55
-
- 46
+
+ 359, 26
groupBox5
@@ -4758,8 +4806,8 @@
5
-
- True
+
+ groupBox5
Z1:
@@ -4767,6 +4815,9 @@
50, 21
+
+ groupBox2
+
btnGoNozzleZ1ZeroInTurnoverTray
@@ -4788,9 +4839,6 @@
19
-
- 30
-
207, 80
@@ -4836,8 +4884,11 @@
panelEx1
-
- 2
+
+ groupBox16
+
+
+ 46
10
@@ -4848,9 +4899,6 @@
86, 21
-
- 214, 31
-
159, 203
@@ -4878,8 +4926,8 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 关真空破后延时:
groupBox7
@@ -4887,11 +4935,14 @@
True
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
43
-
- button8
+
+ 79, 25
1
@@ -4935,23 +4986,20 @@
groupBox16
-
- 运动到此
-
toolStripMenuItem17
groupBox4
-
- 261, 27
+
+ groupBox6
359, 22
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 放料偏移:
114, 22
@@ -4959,26 +5007,26 @@
6
-
- 45
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
True
-
- 运动到此
+
+ 2
示教
-
- groupBox2
+
+ Flat
btnGoNozzleZ5ZeroInTurnoverTray
-
- True
+
+ groupBox2
txtLoadNozzleCloseVacBreakDelaytimeInTTray
@@ -4992,15 +5040,12 @@
groupBox6
-
- groupBox7
+
+ 4
groupBox2
-
- 296, 130
-
groupBox5
@@ -5013,23 +5058,20 @@
groupBox5
-
- 1
-
-
- groupBox6
+
+ 29
groupBox8
-
- Col8
+
+ 212, 26
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 388, 79
+
+ 43
groupBox7
@@ -5055,8 +5097,8 @@
True
-
- Z7:
+
+ 1
回安全位
@@ -5124,11 +5166,8 @@
宋体, 9pt
-
- 359, 26
-
-
- Flat
+
+ Z3:
47
@@ -5163,15 +5202,15 @@
btnTeachTurnoverNozzle1TakeHeight
-
- 46
-
-
- True
+
+ toolStripMenuItem18
btnGoNozzleZ5ZeroInStock
+
+ Col4
+
0.01
@@ -5232,12 +5271,6 @@
Col4
-
- 43
-
-
- 1
-
col3ToolStripMenuItem
@@ -5256,9 +5289,6 @@
宋体, 9pt
-
- txtTrayNozzle5TakeHeight
-
102, 22
@@ -5295,8 +5325,8 @@
34
-
- label41
+
+ 0.01
310, 22
@@ -5304,20 +5334,17 @@
2
-
- 7
+
+ 26
-
- 宋体, 9pt
+
+ Col8
0
- groupBox1
-
-
- groupBox8
+ groupBox1
3, 369
@@ -5343,6 +5370,9 @@
Center
+
+ 60, 21
+
388, 141
@@ -5364,9 +5394,6 @@
groupBox3
-
- 308, 62
-
groupBox6
@@ -5376,8 +5403,8 @@
45
-
- groupBox15
+
+ 17, 59
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -5400,14 +5427,11 @@
Center
-
- 44
-
46
-
- 32, 32
+
+ 真空破时间:
Flat
@@ -5478,17 +5502,14 @@
30, 25
-
- groupBox6
+
+ groupBox2
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ms
-
-
- 50, 21
+
+ txtNozzleR6StartPos
groupBox2
@@ -5499,8 +5520,8 @@
80, 25
-
- Flat
+
+ 23, 12
60, 21
@@ -5511,17 +5532,17 @@
btnTeachDischargeSafePostionY
-
- 9
+
+ 46
55
-
- 85, 21
+
+ 3
-
- 404, 137
+
+ 真空吸时间:
0.01
@@ -5532,13 +5553,13 @@
time
-
- 273, 203
+
+ 86, 52
宋体, 10pt
-
+
80, 25
@@ -5562,8 +5583,8 @@