Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-ACPackingStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit d5c25d0e
由
LN
编写于
2020-01-02 10:43:53 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
压紧轴位置配置修改
1 个父辈
b9ac6aa1
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
998 行增加
和
803 行删除
source/ACPackingStore/FormManager.cs
source/ACPackingStore/FrmBox.Designer.cs
source/ACPackingStore/FrmBox.cs
source/ACPackingStore/FrmStore.Designer.cs
source/ACPackingStore/FrmStore.cs
source/DeviceLibrary/ACPackingStore/AC_BOX_Bean_Partial.cs
source/DeviceLibrary/ACPackingStore/StoreManager.cs
source/DeviceLibrary/StoreConfig/BoxConfig_1.csv
source/DeviceLibrary/StoreConfig/BoxConfig_2.csv
source/DeviceLibrary/StoreConfig/linePositions_1.csv
source/DeviceLibrary/StoreConfig/linePositions_2.csv
source/DeviceLibrary/store/InOutParam.cs
source/LoadCVSLibrary/CSVReaderBase.cs
source/LoadCVSLibrary/position/ACBoxPosition.cs
source/LoadCVSLibrary/storeConfig/config/AC_Box_Config.cs
source/ACPackingStore/FormManager.cs
查看文件 @
d5c25d0
...
@@ -14,6 +14,20 @@ namespace OnlineStore.ACPackingStore
...
@@ -14,6 +14,20 @@ namespace OnlineStore.ACPackingStore
{
{
private
static
FrmAxisDebug
debug
=
null
;
private
static
FrmAxisDebug
debug
=
null
;
public
static
void
CloseAxisDebug
()
{
if
(
debug
!=
null
&&
debug
.
IsDisposed
.
Equals
(
false
))
{
debug
.
Close
();
}
}
public
static
void
CloseIoStatus
()
{
if
(
frmIo
!=
null
&&
frmIo
.
IsDisposed
.
Equals
(
false
))
{
frmIo
.
Close
();
}
}
public
static
void
ShowAxisDebug
(
AC_BOX_Bean
store
)
public
static
void
ShowAxisDebug
(
AC_BOX_Bean
store
)
{
{
if
(
debug
==
null
)
if
(
debug
==
null
)
...
...
source/ACPackingStore/FrmBox.Designer.cs
查看文件 @
d5c25d0
...
@@ -51,14 +51,19 @@
...
@@ -51,14 +51,19 @@
this
.
tabControl1
=
new
System
.
Windows
.
Forms
.
TabControl
();
this
.
tabControl1
=
new
System
.
Windows
.
Forms
.
TabControl
();
this
.
tabPage4
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
tabPage4
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupInout
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupInout
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
lblSize
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
txtUpdownP11
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpdownP11
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpdownP12
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpdownP12
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtInoutP11
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtInoutP11
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
btnInoutP11
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnInoutP11
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpdownP12
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpdownP12
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
txtMiddleP11
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtMiddleP11
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
btnComP2
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnComP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpdownP11
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpdownP11
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
txtComP2
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
btnMiddleP11
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnMiddleP11
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
txtComP3
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
lblMsg
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lblMsg
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
btnSavePosition
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnSavePosition
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnStartAuTo
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnStartAuTo
=
new
System
.
Windows
.
Forms
.
Button
();
...
@@ -70,8 +75,6 @@
...
@@ -70,8 +75,6 @@
this
.
txtMiddleP1
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtMiddleP1
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpDownP1
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpDownP1
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpDownP2
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpDownP2
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtComP3
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtComP2
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtInOutP3
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtInOutP3
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtMiddleP2
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtMiddleP2
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpDownP5
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtUpDownP5
=
new
System
.
Windows
.
Forms
.
TextBox
();
...
@@ -87,8 +90,6 @@
...
@@ -87,8 +90,6 @@
this
.
btnMiddleP1
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnMiddleP1
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP1
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP1
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP2
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP2
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnComP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnComP2
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnInOutP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnInOutP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnMiddleP2
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnMiddleP2
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP5
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP5
=
new
System
.
Windows
.
Forms
.
Button
();
...
@@ -96,6 +97,12 @@
...
@@ -96,6 +97,12 @@
this
.
btnUpDownP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP4
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP4
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
label2
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
txtComP3_P2
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
btnComP4
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnMaxP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
txtComP4
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtComMaxP3
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
btnSaveCom
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnSaveCom
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
txtComMax
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtComMax
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
label47
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
label47
=
new
System
.
Windows
.
Forms
.
Label
();
...
@@ -111,6 +118,10 @@
...
@@ -111,6 +118,10 @@
this
.
lblThisSta
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lblThisSta
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
chbDebug
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
chbDebug
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
tabPage1
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
tabPage1
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupBox2
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
txtCID
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
label4
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
btnSaveCID
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
groupBox7
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox7
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
btnSelTemp
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnSelTemp
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
txtHum
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtHum
=
new
System
.
Windows
.
Forms
.
TextBox
();
...
@@ -122,10 +133,6 @@
...
@@ -122,10 +133,6 @@
this
.
btnTempClose
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnTempClose
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnTempInit
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnTempInit
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
axisMoveControl1
=
new
OnlineStore
.
ACPackingStore
.
AxisMoveControl
();
this
.
axisMoveControl1
=
new
OnlineStore
.
ACPackingStore
.
AxisMoveControl
();
this
.
groupBox2
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
txtCID
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
label4
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
btnSaveCID
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
groupShelf
.
SuspendLayout
();
this
.
groupShelf
.
SuspendLayout
();
this
.
panel1
.
SuspendLayout
();
this
.
panel1
.
SuspendLayout
();
this
.
tabControl1
.
SuspendLayout
();
this
.
tabControl1
.
SuspendLayout
();
...
@@ -134,8 +141,8 @@
...
@@ -134,8 +141,8 @@
this
.
groupBox1
.
SuspendLayout
();
this
.
groupBox1
.
SuspendLayout
();
this
.
groupBox3
.
SuspendLayout
();
this
.
groupBox3
.
SuspendLayout
();
this
.
tabPage1
.
SuspendLayout
();
this
.
tabPage1
.
SuspendLayout
();
this
.
groupBox7
.
SuspendLayout
();
this
.
groupBox2
.
SuspendLayout
();
this
.
groupBox2
.
SuspendLayout
();
this
.
groupBox7
.
SuspendLayout
();
this
.
SuspendLayout
();
this
.
SuspendLayout
();
//
//
// timer1
// timer1
...
@@ -345,7 +352,7 @@
...
@@ -345,7 +352,7 @@
this
.
panel1
.
Controls
.
Add
(
this
.
btnStoreStart
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnStoreStart
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnStoreStop
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnStoreStop
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnSotreReset
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnSotreReset
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
4
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
2
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
1308
,
47
);
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
1308
,
47
);
this
.
panel1
.
TabIndex
=
273
;
this
.
panel1
.
TabIndex
=
273
;
...
@@ -467,10 +474,10 @@
...
@@ -467,10 +474,10 @@
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage4
);
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage4
);
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage1
);
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage1
);
this
.
tabControl1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
5
6
);
this
.
tabControl1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
5
2
);
this
.
tabControl1
.
Name
=
"tabControl1"
;
this
.
tabControl1
.
Name
=
"tabControl1"
;
this
.
tabControl1
.
SelectedIndex
=
0
;
this
.
tabControl1
.
SelectedIndex
=
0
;
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
1309
,
5
15
);
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
1309
,
5
21
);
this
.
tabControl1
.
TabIndex
=
272
;
this
.
tabControl1
.
TabIndex
=
272
;
//
//
// tabPage4
// tabPage4
...
@@ -480,13 +487,14 @@
...
@@ -480,13 +487,14 @@
this
.
tabPage4
.
Controls
.
Add
(
this
.
groupBox3
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
groupBox3
);
this
.
tabPage4
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
29
);
this
.
tabPage4
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
29
);
this
.
tabPage4
.
Name
=
"tabPage4"
;
this
.
tabPage4
.
Name
=
"tabPage4"
;
this
.
tabPage4
.
Size
=
new
System
.
Drawing
.
Size
(
1301
,
48
2
);
this
.
tabPage4
.
Size
=
new
System
.
Drawing
.
Size
(
1301
,
48
8
);
this
.
tabPage4
.
TabIndex
=
3
;
this
.
tabPage4
.
TabIndex
=
3
;
this
.
tabPage4
.
Text
=
" 状态信息 "
;
this
.
tabPage4
.
Text
=
" 状态信息 "
;
this
.
tabPage4
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage4
.
UseVisualStyleBackColor
=
true
;
//
//
// groupInout
// groupInout
//
//
this
.
groupInout
.
Controls
.
Add
(
this
.
lblSize
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpdownP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpdownP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpdownP12
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpdownP12
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtInoutP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtInoutP11
);
...
@@ -494,8 +502,12 @@
...
@@ -494,8 +502,12 @@
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpdownP12
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpdownP12
);
this
.
groupInout
.
Controls
.
Add
(
this
.
groupShelf
);
this
.
groupInout
.
Controls
.
Add
(
this
.
groupShelf
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtMiddleP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtMiddleP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnComP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnComP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpdownP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpdownP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtComP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnMiddleP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnMiddleP11
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtComP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
lblMsg
);
this
.
groupInout
.
Controls
.
Add
(
this
.
lblMsg
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnSavePosition
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnSavePosition
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnStartAuTo
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnStartAuTo
);
...
@@ -507,8 +519,6 @@
...
@@ -507,8 +519,6 @@
this
.
groupInout
.
Controls
.
Add
(
this
.
txtMiddleP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtMiddleP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpDownP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpDownP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpDownP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpDownP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtComP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtComP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtInOutP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtInOutP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtMiddleP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtMiddleP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpDownP5
);
this
.
groupInout
.
Controls
.
Add
(
this
.
txtUpDownP5
);
...
@@ -524,8 +534,6 @@
...
@@ -524,8 +534,6 @@
this
.
groupInout
.
Controls
.
Add
(
this
.
btnMiddleP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnMiddleP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP1
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnComP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnComP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnInOutP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnInOutP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnMiddleP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnMiddleP2
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP5
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP5
);
...
@@ -533,13 +541,23 @@
...
@@ -533,13 +541,23 @@
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP3
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP4
);
this
.
groupInout
.
Controls
.
Add
(
this
.
btnUpDownP4
);
this
.
groupInout
.
Enabled
=
false
;
this
.
groupInout
.
Enabled
=
false
;
this
.
groupInout
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
11
7
);
this
.
groupInout
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
11
4
);
this
.
groupInout
.
Name
=
"groupInout"
;
this
.
groupInout
.
Name
=
"groupInout"
;
this
.
groupInout
.
Size
=
new
System
.
Drawing
.
Size
(
988
,
3
61
);
this
.
groupInout
.
Size
=
new
System
.
Drawing
.
Size
(
988
,
3
70
);
this
.
groupInout
.
TabIndex
=
100
;
this
.
groupInout
.
TabIndex
=
100
;
this
.
groupInout
.
TabStop
=
false
;
this
.
groupInout
.
TabStop
=
false
;
this
.
groupInout
.
Text
=
"料仓操作"
;
this
.
groupInout
.
Text
=
"料仓操作"
;
//
//
// lblSize
//
this
.
lblSize
.
AutoSize
=
true
;
this
.
lblSize
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblSize
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
74
);
this
.
lblSize
.
Name
=
"lblSize"
;
this
.
lblSize
.
Size
=
new
System
.
Drawing
.
Size
(
63
,
17
);
this
.
lblSize
.
TabIndex
=
275
;
this
.
lblSize
.
Text
=
"尺寸:7*8"
;
//
// txtUpdownP11
// txtUpdownP11
//
//
this
.
txtUpdownP11
.
AcceptsReturn
=
true
;
this
.
txtUpdownP11
.
AcceptsReturn
=
true
;
...
@@ -620,6 +638,7 @@
...
@@ -620,6 +638,7 @@
this
.
btnUpdownP12
.
Text
=
"升降轴NG放料高点P12:"
;
this
.
btnUpdownP12
.
Text
=
"升降轴NG放料高点P12:"
;
this
.
btnUpdownP12
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP12
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP12
.
UseVisualStyleBackColor
=
false
;
this
.
btnUpdownP12
.
UseVisualStyleBackColor
=
false
;
this
.
btnUpdownP12
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpdownP12_Click
);
//
//
// txtMiddleP11
// txtMiddleP11
//
//
...
@@ -636,6 +655,42 @@
...
@@ -636,6 +655,42 @@
this
.
txtMiddleP11
.
TabIndex
=
225
;
this
.
txtMiddleP11
.
TabIndex
=
225
;
this
.
txtMiddleP11
.
Text
=
"999"
;
this
.
txtMiddleP11
.
Text
=
"999"
;
//
//
// btnComP2
//
this
.
btnComP2
.
AutoSize
=
true
;
this
.
btnComP2
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnComP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnComP2
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnComP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP2
.
Location
=
new
System
.
Drawing
.
Point
(
492
,
229
);
this
.
btnComP2
.
Name
=
"btnComP2"
;
this
.
btnComP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP2
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnComP2
.
TabIndex
=
195
;
this
.
btnComP2
.
Text
=
"8mm压紧点P2:"
;
this
.
btnComP2
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP2
.
UseVisualStyleBackColor
=
false
;
this
.
btnComP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP2_Click
);
//
// btnComP3
//
this
.
btnComP3
.
AutoSize
=
true
;
this
.
btnComP3
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnComP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnComP3
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnComP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP3
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP3
.
Location
=
new
System
.
Drawing
.
Point
(
492
,
268
);
this
.
btnComP3
.
Name
=
"btnComP3"
;
this
.
btnComP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP3
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnComP3
.
TabIndex
=
197
;
this
.
btnComP3
.
Text
=
"8mm压紧前点P3:"
;
this
.
btnComP3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP3
.
UseVisualStyleBackColor
=
false
;
this
.
btnComP3
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP3_Click
);
//
// btnUpdownP11
// btnUpdownP11
//
//
this
.
btnUpdownP11
.
AutoSize
=
true
;
this
.
btnUpdownP11
.
AutoSize
=
true
;
...
@@ -653,6 +708,23 @@
...
@@ -653,6 +708,23 @@
this
.
btnUpdownP11
.
Text
=
"升降轴NG放料低点P11:"
;
this
.
btnUpdownP11
.
Text
=
"升降轴NG放料低点P11:"
;
this
.
btnUpdownP11
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP11
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP11
.
UseVisualStyleBackColor
=
false
;
this
.
btnUpdownP11
.
UseVisualStyleBackColor
=
false
;
this
.
btnUpdownP11
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpdownP11_Click
);
//
// txtComP2
//
this
.
txtComP2
.
AcceptsReturn
=
true
;
this
.
txtComP2
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
txtComP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP2
.
Enabled
=
false
;
this
.
txtComP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP2
.
Location
=
new
System
.
Drawing
.
Point
(
636
,
234
);
this
.
txtComP2
.
MaxLength
=
0
;
this
.
txtComP2
.
Name
=
"txtComP2"
;
this
.
txtComP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComP2
.
Size
=
new
System
.
Drawing
.
Size
(
89
,
23
);
this
.
txtComP2
.
TabIndex
=
196
;
this
.
txtComP2
.
Text
=
"999"
;
//
//
// btnMiddleP11
// btnMiddleP11
//
//
...
@@ -672,6 +744,22 @@
...
@@ -672,6 +744,22 @@
this
.
btnMiddleP11
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnMiddleP11
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnMiddleP11
.
UseVisualStyleBackColor
=
false
;
this
.
btnMiddleP11
.
UseVisualStyleBackColor
=
false
;
//
//
// txtComP3
//
this
.
txtComP3
.
AcceptsReturn
=
true
;
this
.
txtComP3
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
txtComP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP3
.
Enabled
=
false
;
this
.
txtComP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP3
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP3
.
Location
=
new
System
.
Drawing
.
Point
(
636
,
273
);
this
.
txtComP3
.
MaxLength
=
0
;
this
.
txtComP3
.
Name
=
"txtComP3"
;
this
.
txtComP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComP3
.
Size
=
new
System
.
Drawing
.
Size
(
89
,
23
);
this
.
txtComP3
.
TabIndex
=
198
;
this
.
txtComP3
.
Text
=
"999"
;
//
// lblMsg
// lblMsg
//
//
this
.
lblMsg
.
AutoSize
=
true
;
this
.
lblMsg
.
AutoSize
=
true
;
...
@@ -734,7 +822,7 @@
...
@@ -734,7 +822,7 @@
this
.
txtComP1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP1
.
Location
=
new
System
.
Drawing
.
Point
(
636
,
27
3
);
this
.
txtComP1
.
Location
=
new
System
.
Drawing
.
Point
(
636
,
19
3
);
this
.
txtComP1
.
MaxLength
=
0
;
this
.
txtComP1
.
MaxLength
=
0
;
this
.
txtComP1
.
Name
=
"txtComP1"
;
this
.
txtComP1
.
Name
=
"txtComP1"
;
this
.
txtComP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
@@ -749,7 +837,7 @@
...
@@ -749,7 +837,7 @@
this
.
txtInOutP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtInOutP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtInOutP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtInOutP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtInOutP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtInOutP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
395
,
23
5
);
this
.
txtInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
395
,
23
4
);
this
.
txtInOutP2
.
MaxLength
=
0
;
this
.
txtInOutP2
.
MaxLength
=
0
;
this
.
txtInOutP2
.
Name
=
"txtInOutP2"
;
this
.
txtInOutP2
.
Name
=
"txtInOutP2"
;
this
.
txtInOutP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtInOutP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
@@ -817,36 +905,6 @@
...
@@ -817,36 +905,6 @@
this
.
txtUpDownP2
.
TabIndex
=
202
;
this
.
txtUpDownP2
.
TabIndex
=
202
;
this
.
txtUpDownP2
.
Text
=
"999"
;
this
.
txtUpDownP2
.
Text
=
"999"
;
//
//
// txtComP3
//
this
.
txtComP3
.
AcceptsReturn
=
true
;
this
.
txtComP3
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
txtComP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP3
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP3
.
Location
=
new
System
.
Drawing
.
Point
(
636
,
235
);
this
.
txtComP3
.
MaxLength
=
0
;
this
.
txtComP3
.
Name
=
"txtComP3"
;
this
.
txtComP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComP3
.
Size
=
new
System
.
Drawing
.
Size
(
89
,
23
);
this
.
txtComP3
.
TabIndex
=
198
;
this
.
txtComP3
.
Text
=
"999"
;
//
// txtComP2
//
this
.
txtComP2
.
AcceptsReturn
=
true
;
this
.
txtComP2
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
txtComP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP2
.
Location
=
new
System
.
Drawing
.
Point
(
636
,
193
);
this
.
txtComP2
.
MaxLength
=
0
;
this
.
txtComP2
.
Name
=
"txtComP2"
;
this
.
txtComP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComP2
.
Size
=
new
System
.
Drawing
.
Size
(
89
,
23
);
this
.
txtComP2
.
TabIndex
=
196
;
this
.
txtComP2
.
Text
=
"999"
;
//
// txtInOutP3
// txtInOutP3
//
//
this
.
txtInOutP3
.
AcceptsReturn
=
true
;
this
.
txtInOutP3
.
AcceptsReturn
=
true
;
...
@@ -869,7 +927,7 @@
...
@@ -869,7 +927,7 @@
this
.
txtMiddleP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtMiddleP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtMiddleP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtMiddleP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtMiddleP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtMiddleP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
153
,
23
5
);
this
.
txtMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
153
,
23
4
);
this
.
txtMiddleP2
.
MaxLength
=
0
;
this
.
txtMiddleP2
.
MaxLength
=
0
;
this
.
txtMiddleP2
.
Name
=
"txtMiddleP2"
;
this
.
txtMiddleP2
.
Name
=
"txtMiddleP2"
;
this
.
txtMiddleP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtMiddleP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
@@ -983,7 +1041,7 @@
...
@@ -983,7 +1041,7 @@
this
.
btnComP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP1
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP1
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP1
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP1
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP1
.
Location
=
new
System
.
Drawing
.
Point
(
492
,
26
8
);
this
.
btnComP1
.
Location
=
new
System
.
Drawing
.
Point
(
492
,
18
8
);
this
.
btnComP1
.
Name
=
"btnComP1"
;
this
.
btnComP1
.
Name
=
"btnComP1"
;
this
.
btnComP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP1
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnComP1
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
...
@@ -1002,7 +1060,7 @@
...
@@ -1002,7 +1060,7 @@
this
.
btnInOutP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnInOutP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnInOutP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
btnInOutP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
btnInOutP2
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP2
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
252
,
2
30
);
this
.
btnInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
252
,
2
29
);
this
.
btnInOutP2
.
Name
=
"btnInOutP2"
;
this
.
btnInOutP2
.
Name
=
"btnInOutP2"
;
this
.
btnInOutP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnInOutP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnInOutP2
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnInOutP2
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
...
@@ -1088,42 +1146,6 @@
...
@@ -1088,42 +1146,6 @@
this
.
btnUpDownP2
.
UseVisualStyleBackColor
=
false
;
this
.
btnUpDownP2
.
UseVisualStyleBackColor
=
false
;
this
.
btnUpDownP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP2_Click
);
this
.
btnUpDownP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP2_Click
);
//
//
// btnComP3
//
this
.
btnComP3
.
AutoSize
=
true
;
this
.
btnComP3
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnComP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnComP3
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnComP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP3
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP3
.
Location
=
new
System
.
Drawing
.
Point
(
492
,
230
);
this
.
btnComP3
.
Name
=
"btnComP3"
;
this
.
btnComP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP3
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnComP3
.
TabIndex
=
197
;
this
.
btnComP3
.
Text
=
"压紧轴压紧前点P3:"
;
this
.
btnComP3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP3
.
UseVisualStyleBackColor
=
false
;
this
.
btnComP3
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP3_Click
);
//
// btnComP2
//
this
.
btnComP2
.
AutoSize
=
true
;
this
.
btnComP2
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnComP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnComP2
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnComP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP2
.
Location
=
new
System
.
Drawing
.
Point
(
492
,
188
);
this
.
btnComP2
.
Name
=
"btnComP2"
;
this
.
btnComP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP2
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnComP2
.
TabIndex
=
195
;
this
.
btnComP2
.
Text
=
"压紧轴压紧点P2:"
;
this
.
btnComP2
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP2
.
UseVisualStyleBackColor
=
false
;
this
.
btnComP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP2_Click
);
//
// btnInOutP3
// btnInOutP3
//
//
this
.
btnInOutP3
.
AutoSize
=
true
;
this
.
btnInOutP3
.
AutoSize
=
true
;
...
@@ -1150,7 +1172,7 @@
...
@@ -1150,7 +1172,7 @@
this
.
btnMiddleP2
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnMiddleP2
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnMiddleP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnMiddleP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnMiddleP2
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
192
)))));
this
.
btnMiddleP2
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
192
)))));
this
.
btnMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
2
30
);
this
.
btnMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
2
29
);
this
.
btnMiddleP2
.
Name
=
"btnMiddleP2"
;
this
.
btnMiddleP2
.
Name
=
"btnMiddleP2"
;
this
.
btnMiddleP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnMiddleP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnMiddleP2
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnMiddleP2
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
...
@@ -1234,6 +1256,12 @@
...
@@ -1234,6 +1256,12 @@
//
//
// groupBox1
// groupBox1
//
//
this
.
groupBox1
.
Controls
.
Add
(
this
.
label2
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
txtComP3_P2
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
btnComP4
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
btnMaxP3
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
txtComP4
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
txtComMaxP3
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
btnSaveCom
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
btnSaveCom
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
txtComMax
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
txtComMax
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
label47
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
label47
);
...
@@ -1244,19 +1272,114 @@
...
@@ -1244,19 +1272,114 @@
this
.
groupBox1
.
Controls
.
Add
(
this
.
label1
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
label1
);
this
.
groupBox1
.
Enabled
=
false
;
this
.
groupBox1
.
Enabled
=
false
;
this
.
groupBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox1
.
Location
=
new
System
.
Drawing
.
Point
(
1006
,
11
7
);
this
.
groupBox1
.
Location
=
new
System
.
Drawing
.
Point
(
1006
,
11
4
);
this
.
groupBox1
.
Name
=
"groupBox1"
;
this
.
groupBox1
.
Name
=
"groupBox1"
;
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
283
,
3
61
);
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
283
,
3
70
);
this
.
groupBox1
.
TabIndex
=
1
;
this
.
groupBox1
.
TabIndex
=
1
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"压紧轴位置配置"
;
this
.
groupBox1
.
Text
=
"压紧轴位置配置"
;
//
//
// label2
//
this
.
label2
.
AutoSize
=
true
;
this
.
label2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label2
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
label2
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
113
);
this
.
label2
.
Name
=
"label2"
;
this
.
label2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label2
.
Size
=
new
System
.
Drawing
.
Size
(
171
,
17
);
this
.
label2
.
TabIndex
=
263
;
this
.
label2
.
Text
=
"压紧前点P3相对压紧点P2位置:"
;
this
.
label2
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
//
// txtComP3_P2
//
this
.
txtComP3_P2
.
AcceptsReturn
=
true
;
this
.
txtComP3_P2
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
txtComP3_P2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP3_P2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP3_P2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP3_P2
.
Location
=
new
System
.
Drawing
.
Point
(
183
,
109
);
this
.
txtComP3_P2
.
MaxLength
=
0
;
this
.
txtComP3_P2
.
Name
=
"txtComP3_P2"
;
this
.
txtComP3_P2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComP3_P2
.
Size
=
new
System
.
Drawing
.
Size
(
89
,
23
);
this
.
txtComP3_P2
.
TabIndex
=
262
;
this
.
txtComP3_P2
.
Text
=
"999"
;
//
// btnComP4
//
this
.
btnComP4
.
AutoSize
=
true
;
this
.
btnComP4
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnComP4
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnComP4
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnComP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP4
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP4
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
26
);
this
.
btnComP4
.
Name
=
"btnComP4"
;
this
.
btnComP4
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP4
.
Size
=
new
System
.
Drawing
.
Size
(
140
,
33
);
this
.
btnComP4
.
TabIndex
=
257
;
this
.
btnComP4
.
Text
=
"压紧轴目标压紧点P4:"
;
this
.
btnComP4
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP4
.
UseVisualStyleBackColor
=
false
;
this
.
btnComP4
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP4_Click
);
//
// btnMaxP3
//
this
.
btnMaxP3
.
AutoSize
=
true
;
this
.
btnMaxP3
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnMaxP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnMaxP3
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnMaxP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnMaxP3
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnMaxP3
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
66
);
this
.
btnMaxP3
.
Name
=
"btnMaxP3"
;
this
.
btnMaxP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnMaxP3
.
Size
=
new
System
.
Drawing
.
Size
(
145
,
33
);
this
.
btnMaxP3
.
TabIndex
=
259
;
this
.
btnMaxP3
.
Text
=
"压紧轴最大压紧前点P3:"
;
this
.
btnMaxP3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnMaxP3
.
UseVisualStyleBackColor
=
false
;
this
.
btnMaxP3
.
Click
+=
new
System
.
EventHandler
(
this
.
btnMaxP3_Click
);
//
// txtComP4
//
this
.
txtComP4
.
AcceptsReturn
=
true
;
this
.
txtComP4
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
txtComP4
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP4
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP4
.
Location
=
new
System
.
Drawing
.
Point
(
183
,
31
);
this
.
txtComP4
.
MaxLength
=
0
;
this
.
txtComP4
.
Name
=
"txtComP4"
;
this
.
txtComP4
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComP4
.
Size
=
new
System
.
Drawing
.
Size
(
89
,
23
);
this
.
txtComP4
.
TabIndex
=
258
;
this
.
txtComP4
.
Text
=
"999"
;
//
// txtComMaxP3
//
this
.
txtComMaxP3
.
AcceptsReturn
=
true
;
this
.
txtComMaxP3
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
txtComMaxP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComMaxP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComMaxP3
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComMaxP3
.
Location
=
new
System
.
Drawing
.
Point
(
183
,
70
);
this
.
txtComMaxP3
.
MaxLength
=
0
;
this
.
txtComMaxP3
.
Name
=
"txtComMaxP3"
;
this
.
txtComMaxP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComMaxP3
.
Size
=
new
System
.
Drawing
.
Size
(
89
,
23
);
this
.
txtComMaxP3
.
TabIndex
=
260
;
this
.
txtComMaxP3
.
Text
=
"999"
;
//
// btnSaveCom
// btnSaveCom
//
//
this
.
btnSaveCom
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnSaveCom
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
btnSaveCom
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnSaveCom
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnSaveCom
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnSaveCom
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnSaveCom
.
Location
=
new
System
.
Drawing
.
Point
(
173
,
177
);
this
.
btnSaveCom
.
Location
=
new
System
.
Drawing
.
Point
(
81
,
313
);
this
.
btnSaveCom
.
Name
=
"btnSaveCom"
;
this
.
btnSaveCom
.
Name
=
"btnSaveCom"
;
this
.
btnSaveCom
.
Size
=
new
System
.
Drawing
.
Size
(
105
,
38
);
this
.
btnSaveCom
.
Size
=
new
System
.
Drawing
.
Size
(
105
,
38
);
this
.
btnSaveCom
.
TabIndex
=
256
;
this
.
btnSaveCom
.
TabIndex
=
256
;
...
@@ -1271,7 +1394,7 @@
...
@@ -1271,7 +1394,7 @@
this
.
txtComMax
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComMax
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComMax
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComMax
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComMax
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComMax
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComMax
.
Location
=
new
System
.
Drawing
.
Point
(
195
,
74
);
this
.
txtComMax
.
Location
=
new
System
.
Drawing
.
Point
(
195
,
216
);
this
.
txtComMax
.
MaxLength
=
12
;
this
.
txtComMax
.
MaxLength
=
12
;
this
.
txtComMax
.
Name
=
"txtComMax"
;
this
.
txtComMax
.
Name
=
"txtComMax"
;
this
.
txtComMax
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComMax
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
@@ -1285,7 +1408,7 @@
...
@@ -1285,7 +1408,7 @@
this
.
label47
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label47
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label47
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label47
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label47
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
label47
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
label47
.
Location
=
new
System
.
Drawing
.
Point
(
180
,
77
);
this
.
label47
.
Location
=
new
System
.
Drawing
.
Point
(
180
,
219
);
this
.
label47
.
Name
=
"label47"
;
this
.
label47
.
Name
=
"label47"
;
this
.
label47
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label47
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label47
.
Size
=
new
System
.
Drawing
.
Size
(
13
,
17
);
this
.
label47
.
Size
=
new
System
.
Drawing
.
Size
(
13
,
17
);
...
@@ -1299,7 +1422,7 @@
...
@@ -1299,7 +1422,7 @@
this
.
txtComMin
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComMin
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComMin
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComMin
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComMin
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComMin
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComMin
.
Location
=
new
System
.
Drawing
.
Point
(
96
,
74
);
this
.
txtComMin
.
Location
=
new
System
.
Drawing
.
Point
(
96
,
216
);
this
.
txtComMin
.
MaxLength
=
12
;
this
.
txtComMin
.
MaxLength
=
12
;
this
.
txtComMin
.
Name
=
"txtComMin"
;
this
.
txtComMin
.
Name
=
"txtComMin"
;
this
.
txtComMin
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
txtComMin
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
@@ -1313,7 +1436,7 @@
...
@@ -1313,7 +1436,7 @@
this
.
label48
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label48
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label48
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label48
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label48
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
label48
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
label48
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
77
);
this
.
label48
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
219
);
this
.
label48
.
Name
=
"label48"
;
this
.
label48
.
Name
=
"label48"
;
this
.
label48
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label48
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label48
.
Size
=
new
System
.
Drawing
.
Size
(
83
,
17
);
this
.
label48
.
Size
=
new
System
.
Drawing
.
Size
(
83
,
17
);
...
@@ -1330,7 +1453,7 @@
...
@@ -1330,7 +1453,7 @@
this
.
btnCMove
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnCMove
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnCMove
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnCMove
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnCMove
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnCMove
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnCMove
.
Location
=
new
System
.
Drawing
.
Point
(
8
1
,
125
);
this
.
btnCMove
.
Location
=
new
System
.
Drawing
.
Point
(
8
0
,
264
);
this
.
btnCMove
.
Name
=
"btnCMove"
;
this
.
btnCMove
.
Name
=
"btnCMove"
;
this
.
btnCMove
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnCMove
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnCMove
.
Size
=
new
System
.
Drawing
.
Size
(
197
,
33
);
this
.
btnCMove
.
Size
=
new
System
.
Drawing
.
Size
(
197
,
33
);
...
@@ -1345,7 +1468,7 @@
...
@@ -1345,7 +1468,7 @@
this
.
cmbPlateH
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cmbPlateH
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cmbPlateH
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cmbPlateH
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cmbPlateH
.
FormattingEnabled
=
true
;
this
.
cmbPlateH
.
FormattingEnabled
=
true
;
this
.
cmbPlateH
.
Location
=
new
System
.
Drawing
.
Point
(
81
,
27
);
this
.
cmbPlateH
.
Location
=
new
System
.
Drawing
.
Point
(
81
,
169
);
this
.
cmbPlateH
.
Name
=
"cmbPlateH"
;
this
.
cmbPlateH
.
Name
=
"cmbPlateH"
;
this
.
cmbPlateH
.
Size
=
new
System
.
Drawing
.
Size
(
197
,
28
);
this
.
cmbPlateH
.
Size
=
new
System
.
Drawing
.
Size
(
197
,
28
);
this
.
cmbPlateH
.
TabIndex
=
176
;
this
.
cmbPlateH
.
TabIndex
=
176
;
...
@@ -1357,7 +1480,7 @@
...
@@ -1357,7 +1480,7 @@
this
.
label1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
label1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
15
,
33
);
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
15
,
175
);
this
.
label1
.
Name
=
"label1"
;
this
.
label1
.
Name
=
"label1"
;
this
.
label1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
35
,
17
);
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
35
,
17
);
...
@@ -1377,7 +1500,7 @@
...
@@ -1377,7 +1500,7 @@
this
.
groupBox3
.
Controls
.
Add
(
this
.
chbDebug
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
chbDebug
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
groupBox3
.
Name
=
"groupBox3"
;
this
.
groupBox3
.
Name
=
"groupBox3"
;
this
.
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
1289
,
1
09
);
this
.
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
1289
,
1
10
);
this
.
groupBox3
.
TabIndex
=
268
;
this
.
groupBox3
.
TabIndex
=
268
;
this
.
groupBox3
.
TabStop
=
false
;
this
.
groupBox3
.
TabStop
=
false
;
this
.
groupBox3
.
Text
=
"设备状态"
;
this
.
groupBox3
.
Text
=
"设备状态"
;
...
@@ -1449,11 +1572,55 @@
...
@@ -1449,11 +1572,55 @@
this
.
tabPage1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
29
);
this
.
tabPage1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
29
);
this
.
tabPage1
.
Name
=
"tabPage1"
;
this
.
tabPage1
.
Name
=
"tabPage1"
;
this
.
tabPage1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
1301
,
48
2
);
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
1301
,
48
8
);
this
.
tabPage1
.
TabIndex
=
0
;
this
.
tabPage1
.
TabIndex
=
0
;
this
.
tabPage1
.
Text
=
" 伺服/温湿度 "
;
this
.
tabPage1
.
Text
=
" 伺服/温湿度 "
;
this
.
tabPage1
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage1
.
UseVisualStyleBackColor
=
true
;
//
//
// groupBox2
//
this
.
groupBox2
.
Controls
.
Add
(
this
.
txtCID
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
label4
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnSaveCID
);
this
.
groupBox2
.
Location
=
new
System
.
Drawing
.
Point
(
560
,
177
);
this
.
groupBox2
.
Name
=
"groupBox2"
;
this
.
groupBox2
.
Size
=
new
System
.
Drawing
.
Size
(
532
,
88
);
this
.
groupBox2
.
TabIndex
=
273
;
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
Text
=
"CID修改"
;
//
// txtCID
//
this
.
txtCID
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtCID
.
Location
=
new
System
.
Drawing
.
Point
(
95
,
28
);
this
.
txtCID
.
MaxLength
=
30
;
this
.
txtCID
.
Name
=
"txtCID"
;
this
.
txtCID
.
Size
=
new
System
.
Drawing
.
Size
(
184
,
26
);
this
.
txtCID
.
TabIndex
=
243
;
this
.
txtCID
.
Text
=
"package-store-1"
;
//
// label4
//
this
.
label4
.
AutoSize
=
true
;
this
.
label4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label4
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
41
,
33
);
this
.
label4
.
Name
=
"label4"
;
this
.
label4
.
Size
=
new
System
.
Drawing
.
Size
(
32
,
17
);
this
.
label4
.
TabIndex
=
242
;
this
.
label4
.
Text
=
"CID:"
;
this
.
label4
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
//
// btnSaveCID
//
this
.
btnSaveCID
.
Location
=
new
System
.
Drawing
.
Point
(
322
,
24
);
this
.
btnSaveCID
.
Name
=
"btnSaveCID"
;
this
.
btnSaveCID
.
Size
=
new
System
.
Drawing
.
Size
(
100
,
33
);
this
.
btnSaveCID
.
TabIndex
=
88
;
this
.
btnSaveCID
.
Text
=
"保存"
;
this
.
btnSaveCID
.
UseVisualStyleBackColor
=
true
;
this
.
btnSaveCID
.
Click
+=
new
System
.
EventHandler
(
this
.
btnSaveCID_Click
);
//
// groupBox7
// groupBox7
//
//
this
.
groupBox7
.
Controls
.
Add
(
this
.
btnSelTemp
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
btnSelTemp
);
...
@@ -1576,50 +1743,6 @@
...
@@ -1576,50 +1743,6 @@
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
547
,
449
);
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
547
,
449
);
this
.
axisMoveControl1
.
TabIndex
=
0
;
this
.
axisMoveControl1
.
TabIndex
=
0
;
//
//
// groupBox2
//
this
.
groupBox2
.
Controls
.
Add
(
this
.
txtCID
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
label4
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnSaveCID
);
this
.
groupBox2
.
Location
=
new
System
.
Drawing
.
Point
(
560
,
177
);
this
.
groupBox2
.
Name
=
"groupBox2"
;
this
.
groupBox2
.
Size
=
new
System
.
Drawing
.
Size
(
532
,
88
);
this
.
groupBox2
.
TabIndex
=
273
;
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
Text
=
"CID修改"
;
//
// txtCID
//
this
.
txtCID
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtCID
.
Location
=
new
System
.
Drawing
.
Point
(
95
,
28
);
this
.
txtCID
.
MaxLength
=
30
;
this
.
txtCID
.
Name
=
"txtCID"
;
this
.
txtCID
.
Size
=
new
System
.
Drawing
.
Size
(
184
,
26
);
this
.
txtCID
.
TabIndex
=
243
;
this
.
txtCID
.
Text
=
"package-store-1"
;
//
// label4
//
this
.
label4
.
AutoSize
=
true
;
this
.
label4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label4
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
41
,
33
);
this
.
label4
.
Name
=
"label4"
;
this
.
label4
.
Size
=
new
System
.
Drawing
.
Size
(
32
,
17
);
this
.
label4
.
TabIndex
=
242
;
this
.
label4
.
Text
=
"CID:"
;
this
.
label4
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
//
// btnSaveCID
//
this
.
btnSaveCID
.
Location
=
new
System
.
Drawing
.
Point
(
322
,
24
);
this
.
btnSaveCID
.
Name
=
"btnSaveCID"
;
this
.
btnSaveCID
.
Size
=
new
System
.
Drawing
.
Size
(
100
,
33
);
this
.
btnSaveCID
.
TabIndex
=
88
;
this
.
btnSaveCID
.
Text
=
"保存"
;
this
.
btnSaveCID
.
UseVisualStyleBackColor
=
true
;
this
.
btnSaveCID
.
Click
+=
new
System
.
EventHandler
(
this
.
btnSaveCID_Click
);
//
// FrmBox
// FrmBox
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
...
@@ -1646,10 +1769,10 @@
...
@@ -1646,10 +1769,10 @@
this
.
groupBox3
.
ResumeLayout
(
false
);
this
.
groupBox3
.
ResumeLayout
(
false
);
this
.
groupBox3
.
PerformLayout
();
this
.
groupBox3
.
PerformLayout
();
this
.
tabPage1
.
ResumeLayout
(
false
);
this
.
tabPage1
.
ResumeLayout
(
false
);
this
.
groupBox7
.
ResumeLayout
(
false
);
this
.
groupBox7
.
PerformLayout
();
this
.
groupBox2
.
ResumeLayout
(
false
);
this
.
groupBox2
.
ResumeLayout
(
false
);
this
.
groupBox2
.
PerformLayout
();
this
.
groupBox2
.
PerformLayout
();
this
.
groupBox7
.
ResumeLayout
(
false
);
this
.
groupBox7
.
PerformLayout
();
this
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
}
}
...
@@ -1758,6 +1881,13 @@
...
@@ -1758,6 +1881,13 @@
private
System
.
Windows
.
Forms
.
TextBox
txtCID
;
private
System
.
Windows
.
Forms
.
TextBox
txtCID
;
private
System
.
Windows
.
Forms
.
Label
label4
;
private
System
.
Windows
.
Forms
.
Label
label4
;
private
System
.
Windows
.
Forms
.
Button
btnSaveCID
;
private
System
.
Windows
.
Forms
.
Button
btnSaveCID
;
private
System
.
Windows
.
Forms
.
Label
lblSize
;
public
System
.
Windows
.
Forms
.
Button
btnComP4
;
public
System
.
Windows
.
Forms
.
Button
btnMaxP3
;
public
System
.
Windows
.
Forms
.
TextBox
txtComP4
;
public
System
.
Windows
.
Forms
.
TextBox
txtComMaxP3
;
public
System
.
Windows
.
Forms
.
TextBox
txtComP3_P2
;
public
System
.
Windows
.
Forms
.
Label
label2
;
}
}
}
}
source/ACPackingStore/FrmBox.cs
查看文件 @
d5c25d0
...
@@ -72,6 +72,9 @@ namespace OnlineStore.ACPackingStore
...
@@ -72,6 +72,9 @@ namespace OnlineStore.ACPackingStore
cmbShelfPosition
.
SelectedIndex
=
0
;
cmbShelfPosition
.
SelectedIndex
=
0
;
shelrfP
=
CSVPositionReader
<
ShelfPosition
>.
GetPositon
(
cmbShelfPosition
.
Text
);
shelrfP
=
CSVPositionReader
<
ShelfPosition
>.
GetPositon
(
cmbShelfPosition
.
Text
);
}
}
txtComP4
.
Text
=
BoxBean
.
Config
.
CompAxis_P4_Position
.
ToString
();
txtComMaxP3
.
Text
=
BoxBean
.
Config
.
CompAxis_Max_P3
.
ToString
();
txtComP3_P2
.
Text
=
BoxBean
.
Config
.
CompAxis_P3_P2_Value
.
ToString
();
if
(
shelrfP
!=
null
)
if
(
shelrfP
!=
null
)
{
{
txtInoutP101
.
Text
=
shelrfP
.
InoutAxis_P101
.
ToString
();
txtInoutP101
.
Text
=
shelrfP
.
InoutAxis_P101
.
ToString
();
...
@@ -95,23 +98,7 @@ namespace OnlineStore.ACPackingStore
...
@@ -95,23 +98,7 @@ namespace OnlineStore.ACPackingStore
txtInoutP11
.
Text
=
BoxBean
.
Config
.
InOutAxis_P11_Position
.
ToString
();
txtInoutP11
.
Text
=
BoxBean
.
Config
.
InOutAxis_P11_Position
.
ToString
();
//txtInOutP2.Text = BoxBean.Config.InOutAxis_DoorPosition_P2.ToString();
//txtInOutP2.Text = BoxBean.Config.InOutAxis_DoorPosition_P2.ToString();
txtUpDownP1
.
Text
=
BoxBean
.
Config
.
UpDownAxis_P1
.
ToString
();
txtUpDownP1
.
Text
=
BoxBean
.
Config
.
UpDownAxis_P1
.
ToString
();
if
(
ktkPosition
!=
null
)
LoadPData
(
ktkPosition
);
{
txtMiddleP2
.
Text
=
ktkPosition
.
MiddleAxis_P2
.
ToString
();
txtUpDownP3
.
Text
=
ktkPosition
.
UpdownAxis_IH_P3
.
ToString
();
txtUpDownP4
.
Text
=
ktkPosition
.
UpdownAxis_IL_P4
.
ToString
();
txtUpDownP5
.
Text
=
ktkPosition
.
UpdownAxis_OH_P5
.
ToString
();
txtUpDownP6
.
Text
=
ktkPosition
.
UpdownAxis_OL_P6
.
ToString
();
txtComP2
.
Text
=
BoxBean
.
Config
.
GetComP2
(
ktkPosition
.
BagHigh
).
TargetComP2
().
ToString
();
txtComP3
.
Text
=
ktkPosition
.
ComAxis_P3
.
ToString
();
txtInOutP3
.
Text
=
ktkPosition
.
InoutAxis_P3
.
ToString
();
//txtUpDownP2.Text = ktkPosition.UpDownAxis_P2.ToString();
//txtUpDownP7.Text = ktkPosition.UpDownAxis_DoorOBPosition_P7.ToString();
//txtUpDownP8.Text = ktkPosition.UpDownAxis_DoorIBPosition_P8.ToString();
//txtUpDownP1.Text = ktkPosition.UpDownAxis_P1.ToString();
}
timer1
.
Start
();
timer1
.
Start
();
chbDebug
.
Checked
=
BoxBean
.
IsDebug
;
chbDebug
.
Checked
=
BoxBean
.
IsDebug
;
...
@@ -301,26 +288,34 @@ namespace OnlineStore.ACPackingStore
...
@@ -301,26 +288,34 @@ namespace OnlineStore.ACPackingStore
if
(
cmbPosition
.
SelectedIndex
>=
0
)
if
(
cmbPosition
.
SelectedIndex
>=
0
)
{
{
string
selectPositionNum
=
cmbPosition
.
Text
;
string
selectPositionNum
=
cmbPosition
.
Text
;
ACBoxPosition
ktkPosition
=
CSVPositionReader
<
ACBoxPosition
>.
GetPositon
(
selectPositionNum
);
ACBoxPosition
ktkPosition
=
CSVPositionReader
<
ACBoxPosition
>.
GetPositon
(
selectPositionNum
);
LoadPData
(
ktkPosition
);
if
(
ktkPosition
!=
null
)
}
{
}
txtMiddleP2
.
Text
=
ktkPosition
.
MiddleAxis_P2
.
ToString
();
private
void
LoadPData
(
ACBoxPosition
acPosition
)
txtUpDownP3
.
Text
=
ktkPosition
.
UpdownAxis_IH_P3
.
ToString
();
{
txtUpDownP4
.
Text
=
ktkPosition
.
UpdownAxis_IL_P4
.
ToString
();
if
(
acPosition
!=
null
)
txtUpDownP5
.
Text
=
ktkPosition
.
UpdownAxis_OH_P5
.
ToString
();
{
txtUpDownP6
.
Text
=
ktkPosition
.
UpdownAxis_OL_P6
.
ToString
();
txtMiddleP2
.
Text
=
acPosition
.
MiddleAxis_P2
.
ToString
();
txtComP2
.
Text
=
BoxBean
.
Config
.
GetComP2
(
ktkPosition
.
BagHigh
).
TargetComP2
().
ToString
();
txtUpDownP3
.
Text
=
acPosition
.
UpdownAxis_IH_P3
.
ToString
();
txtComP3
.
Text
=
ktkPosition
.
ComAxis_P3
.
ToString
();
txtUpDownP4
.
Text
=
acPosition
.
UpdownAxis_IL_P4
.
ToString
();
txtInOutP3
.
Text
=
ktkPosition
.
InoutAxis_P3
.
ToString
();
txtUpDownP5
.
Text
=
acPosition
.
UpdownAxis_OH_P5
.
ToString
();
txtInOutP2
.
Text
=
BoxBean
.
Config
.
InOutAxis_P2_Position
.
ToString
();
txtUpDownP6
.
Text
=
acPosition
.
UpdownAxis_OL_P6
.
ToString
();
int
comP2
=
BoxBean
.
Config
.
GetComP2
(
acPosition
.
BagHigh
).
TargetComP2
();
//txtUpDownP2.Text = ktkPosition.UpDownAxis_P2.ToString();
txtComP2
.
Text
=
comP2
.
ToString
();
//txtUpDownP7.Text = ktkPosition.UpDownAxis_DoorOBPosition_P7.ToString();
txtComP3
.
Text
=
(
comP2
+
BoxBean
.
Config
.
CompAxis_P3_P2_Value
).
ToString
();
//txtUpDownP8.Text = ktkPosition.UpDownAxis_DoorIBPosition_P8.ToString();
btnComP2
.
Text
=
""
+
acPosition
.
BagHigh
+
"mm压紧点P2:"
;
//txtInOutP2.Text = ktkPosition.InOutAxis_DoorPosition_P2.ToString();
btnComP3
.
Text
=
""
+
acPosition
.
BagHigh
+
"mm压紧前点P3:"
;
//txtUpDownP1.Text = ktkPosition.UpDownAxis_P1.ToString();
lblSize
.
Text
=
"尺寸:"
+
acPosition
.
BagWidth
+
"*"
+
acPosition
.
BagHigh
;
}
txtInOutP3
.
Text
=
acPosition
.
InoutAxis_P3
.
ToString
();
txtInOutP2
.
Text
=
BoxBean
.
Config
.
InOutAxis_P2_Position
.
ToString
();
//txtUpDownP2.Text = ktkPosition.UpDownAxis_P2.ToString();
//txtUpDownP7.Text = ktkPosition.UpDownAxis_DoorOBPosition_P7.ToString();
//txtUpDownP8.Text = ktkPosition.UpDownAxis_DoorIBPosition_P8.ToString();
//txtInOutP2.Text = ktkPosition.InOutAxis_DoorPosition_P2.ToString();
//txtUpDownP1.Text = ktkPosition.UpDownAxis_P1.ToString();
}
}
}
}
...
@@ -338,10 +333,10 @@ namespace OnlineStore.ACPackingStore
...
@@ -338,10 +333,10 @@ namespace OnlineStore.ACPackingStore
ktkPosition
.
UpdownAxis_IL_P4
=
FormUtil
.
GetIntValue
(
txtUpDownP4
);
ktkPosition
.
UpdownAxis_IL_P4
=
FormUtil
.
GetIntValue
(
txtUpDownP4
);
ktkPosition
.
InoutAxis_P3
=
FormUtil
.
GetIntValue
(
txtInOutP3
);
ktkPosition
.
InoutAxis_P3
=
FormUtil
.
GetIntValue
(
txtInOutP3
);
ktkPosition
.
ComAxis_P3
=
FormUtil
.
GetIntValue
(
txtComP3
);
//
ktkPosition.ComAxis_P3 = FormUtil.GetIntValue(txtComP3);
ktkPosition
.
UpdownAxis_OH_P5
=
FormUtil
.
GetIntValue
(
txtUpDownP5
);
ktkPosition
.
UpdownAxis_OH_P5
=
FormUtil
.
GetIntValue
(
txtUpDownP5
);
ktkPosition
.
UpdownAxis_OL_P6
=
FormUtil
.
GetIntValue
(
txtUpDownP6
);
ktkPosition
.
UpdownAxis_OL_P6
=
FormUtil
.
GetIntValue
(
txtUpDownP6
);
ktkPosition
.
ComAxis_P2
=
FormUtil
.
GetIntValue
(
txtComP2
);
//
ktkPosition.ComAxis_P2 = FormUtil.GetIntValue(txtComP2);
//ktkPosition.InOutAxis_P11 = FormUtil.GetIntValue(txtInoutP11);
//ktkPosition.InOutAxis_P11 = FormUtil.GetIntValue(txtInoutP11);
//ktkPosition.UpDownAxis_P2 = FormUtil.GetIntValue(txtUpDownP2);
//ktkPosition.UpDownAxis_P2 = FormUtil.GetIntValue(txtUpDownP2);
//ktkPosition.UpDownAxis_DoorOBPosition_P7 = FormUtil.GetIntValue(txtUpDownP7);
//ktkPosition.UpDownAxis_DoorOBPosition_P7 = FormUtil.GetIntValue(txtUpDownP7);
...
@@ -427,6 +422,11 @@ namespace OnlineStore.ACPackingStore
...
@@ -427,6 +422,11 @@ namespace OnlineStore.ACPackingStore
BoxBean
.
Config
.
UpDownAxis_P1
=
FormUtil
.
GetIntValue
(
txtUpDownP1
);
BoxBean
.
Config
.
UpDownAxis_P1
=
FormUtil
.
GetIntValue
(
txtUpDownP1
);
needUpdate
=
true
;
needUpdate
=
true
;
}
}
//if (BoxBean.Config.CompAxis_P3_Position != FormUtil.GetIntValue(txtComP3 ))
//{
// BoxBean.Config.CompAxis_P3_Position = FormUtil.GetIntValue(txtComP3);
// needUpdate = true;
//}
if
(
needUpdate
)
if
(
needUpdate
)
{
{
//更新缓存
//更新缓存
...
@@ -864,9 +864,15 @@ namespace OnlineStore.ACPackingStore
...
@@ -864,9 +864,15 @@ namespace OnlineStore.ACPackingStore
int
maxValue
=
FormUtil
.
GetIntValue
(
txtComMax
);
int
maxValue
=
FormUtil
.
GetIntValue
(
txtComMax
);
ComP2Info
p2Info
=
new
ComP2Info
(
height
,
minValue
,
maxValue
);
ComP2Info
p2Info
=
new
ComP2Info
(
height
,
minValue
,
maxValue
);
BoxBean
.
Config
.
UpdateComP2
(
height
,
p2Info
);
BoxBean
.
Config
.
UpdateComP2
(
height
,
p2Info
);
BoxBean
.
Config
.
CompAxis_P4_Position
=
FormUtil
.
GetIntValue
(
txtComP4
);
BoxBean
.
Config
.
CompAxis_Max_P3
=
FormUtil
.
GetIntValue
(
txtComMaxP3
);
BoxBean
.
Config
.
CompAxis_P3_P2_Value
=
FormUtil
.
GetIntValue
(
txtComP3_P2
);
if
(
StoreManager
.
UpdateBoxConfig
(
BoxBean
.
Config
))
if
(
StoreManager
.
UpdateBoxConfig
(
BoxBean
.
Config
))
{
{
LogUtil
.
info
(
BoxBean
.
Name
+
"更新ComP2 "
+
BoxBean
.
Config
.
CompAxis_P2_List
);
LogUtil
.
info
(
BoxBean
.
Name
+
"更新ComP2【 "
+
BoxBean
.
Config
.
CompAxis_P2_List
+
"】CompAxis_P4_Position【"
+
BoxBean
.
Config
.
CompAxis_P4_Position
+
"】CompAxis_Max_P3【"
+
BoxBean
.
Config
.
CompAxis_Max_P3
+
"】CompAxis_P3_P2_Value【"
+
BoxBean
.
Config
.
CompAxis_P3_P2_Value
+
"】"
);
}
}
else
else
{
{
...
@@ -917,5 +923,35 @@ namespace OnlineStore.ACPackingStore
...
@@ -917,5 +923,35 @@ namespace OnlineStore.ACPackingStore
ConfigAppSettings
.
SaveValue
(
Setting_Init
.
Store_CID
+
"_"
+
BoxBean
.
DeviceID
,
cid
);
ConfigAppSettings
.
SaveValue
(
Setting_Init
.
Store_CID
+
"_"
+
BoxBean
.
DeviceID
,
cid
);
}
}
}
}
private
void
btnComP4_Click
(
object
sender
,
EventArgs
e
)
{
int
value
=
FormUtil
.
GetIntValue
(
txtComP4
);
AxisABSMove
(
BoxBean
.
Config
.
Comp_Axis
,
value
,
BoxBean
.
Config
.
CompAxis_P4_Speed
);
}
private
void
btnMaxP3_Click
(
object
sender
,
EventArgs
e
)
{
int
value
=
FormUtil
.
GetIntValue
(
txtComMaxP3
);
AxisABSMove
(
BoxBean
.
Config
.
Comp_Axis
,
value
,
BoxBean
.
Config
.
CompAxis_P3_Speed
);
}
private
void
btnUpdownP11_Click
(
object
sender
,
EventArgs
e
)
{
if
(
InOutIsIsP1
())
{
int
value
=
FormUtil
.
GetIntValue
(
txtUpdownP11
);
AxisABSMove
(
BoxBean
.
Config
.
UpDown_Axis
,
value
,
BoxBean
.
Config
.
UpDownAxis_P2_Speed
);
}
}
private
void
btnUpdownP12_Click
(
object
sender
,
EventArgs
e
)
{
if
(
InOutIsIsP1
())
{
int
value
=
FormUtil
.
GetIntValue
(
txtUpdownP12
);
AxisABSMove
(
BoxBean
.
Config
.
UpDown_Axis
,
value
,
BoxBean
.
Config
.
UpDownAxis_P1_Speed
);
}
}
}
}
}
}
source/ACPackingStore/FrmStore.Designer.cs
查看文件 @
d5c25d0
...
@@ -86,6 +86,7 @@
...
@@ -86,6 +86,7 @@
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
1342
,
675
);
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
1342
,
675
);
this
.
tabControl1
.
TabIndex
=
0
;
this
.
tabControl1
.
TabIndex
=
0
;
this
.
tabControl1
.
DrawItem
+=
new
System
.
Windows
.
Forms
.
DrawItemEventHandler
(
this
.
tabControl1_DrawItem
);
this
.
tabControl1
.
DrawItem
+=
new
System
.
Windows
.
Forms
.
DrawItemEventHandler
(
this
.
tabControl1_DrawItem
);
this
.
tabControl1
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
tabControl1_SelectedIndexChanged
);
//
//
// tabPage1
// tabPage1
//
//
...
...
source/ACPackingStore/FrmStore.cs
查看文件 @
d5c25d0
...
@@ -463,5 +463,11 @@ namespace OnlineStore.ACPackingStore
...
@@ -463,5 +463,11 @@ namespace OnlineStore.ACPackingStore
LogUtil
.
info
(
"去掉:检测到料架自动入库"
);
LogUtil
.
info
(
"去掉:检测到料架自动入库"
);
}
}
}
}
private
void
tabControl1_SelectedIndexChanged
(
object
sender
,
EventArgs
e
)
{
FormManager
.
CloseAxisDebug
();
FormManager
.
CloseIoStatus
();
}
}
}
}
}
source/DeviceLibrary/ACPackingStore/AC_BOX_Bean_Partial.cs
查看文件 @
d5c25d0
...
@@ -281,7 +281,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -281,7 +281,7 @@ namespace OnlineStore.DeviceLibrary
private
void
StartSendTray
(
string
str
=
"扫码失败"
)
private
void
StartSendTray
(
string
str
=
"扫码失败"
)
{
{
MoveInfo
.
NextMoveStep
(
StoreMoveStep
.
BI_71_ToNGDoor
);
MoveInfo
.
NextMoveStep
(
StoreMoveStep
.
BI_71_ToNGDoor
);
InOutStoreLog
(
"送出料盘 "
+
MoveInfo
.
SLog
+
":"
+
str
+
",升降轴
移动到NG料门口上端P12,旋转轴移动到NG料
门口P11"
);
InOutStoreLog
(
"送出料盘 "
+
MoveInfo
.
SLog
+
":"
+
str
+
",升降轴
到NG门口高点P12,旋转轴到NG
门口P11"
);
ACAxisMove
(
Config
.
UpDown_Axis
,
MoveInfo
.
MoveParam
.
MoveP
.
UpDown_P12
,
Config
.
UpDownAxis_P1_Speed
);
ACAxisMove
(
Config
.
UpDown_Axis
,
MoveInfo
.
MoveParam
.
MoveP
.
UpDown_P12
,
Config
.
UpDownAxis_P1_Speed
);
ACAxisMove
(
Config
.
Middle_Axis
,
MoveInfo
.
MoveParam
.
MoveP
.
Middle_P11
,
Config
.
MiddleAxis_P1_Speed
);
ACAxisMove
(
Config
.
Middle_Axis
,
MoveInfo
.
MoveParam
.
MoveP
.
Middle_P11
,
Config
.
MiddleAxis_P1_Speed
);
...
@@ -324,7 +324,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -324,7 +324,7 @@ namespace OnlineStore.DeviceLibrary
InOutStoreLog
(
"料架取料 "
+
MoveInfo
.
SLog
+
":升降轴移动到P101低点,旋转轴移动到P101点,压紧轴到压紧前点"
);
InOutStoreLog
(
"料架取料 "
+
MoveInfo
.
SLog
+
":升降轴移动到P101低点,旋转轴移动到P101点,压紧轴到压紧前点"
);
ACAxisMove
(
Config
.
UpDown_Axis
,
moveP
.
UpDown_LP101
,
Config
.
UpDownAxis_P101_Speed
);
ACAxisMove
(
Config
.
UpDown_Axis
,
moveP
.
UpDown_LP101
,
Config
.
UpDownAxis_P101_Speed
);
ACAxisMove
(
Config
.
Middle_Axis
,
moveP
.
Middle_P101
,
Config
.
MiddleAxis_P101_Speed
);
ACAxisMove
(
Config
.
Middle_Axis
,
moveP
.
Middle_P101
,
Config
.
MiddleAxis_P101_Speed
);
ACAxisMove
(
Config
.
Comp_Axis
,
Config
.
CompAxis_
P3_Position
,
Config
.
CompAxis_P3_Speed
);
ACAxisMove
(
Config
.
Comp_Axis
,
Config
.
CompAxis_
Max_P3
,
Config
.
CompAxis_P3_Speed
);
}
}
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_12_MoveToShelf
))
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_12_MoveToShelf
))
{
{
...
@@ -537,13 +537,13 @@ namespace OnlineStore.DeviceLibrary
...
@@ -537,13 +537,13 @@ namespace OnlineStore.DeviceLibrary
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_71_ToNGDoor
))
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_71_ToNGDoor
))
{
{
MoveInfo
.
NextMoveStep
(
StoreMoveStep
.
BI_72_NGDoorUp
);
MoveInfo
.
NextMoveStep
(
StoreMoveStep
.
BI_72_NGDoorUp
);
InOutStoreLog
(
"送出料盘 "
+
MoveInfo
.
SLog
+
":NG
料口
升降门上升"
);
InOutStoreLog
(
"送出料盘 "
+
MoveInfo
.
SLog
+
":NG升降门上升"
);
CylinderMove
(
MoveInfo
,
IO_Type
.
NGDoorCylinder_Down
,
IO_Type
.
NGDoowCylinder_Up
);
CylinderMove
(
MoveInfo
,
IO_Type
.
NGDoorCylinder_Down
,
IO_Type
.
NGDoowCylinder_Up
);
}
}
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_72_NGDoorUp
))
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_72_NGDoorUp
))
{
{
MoveInfo
.
NextMoveStep
(
StoreMoveStep
.
BI_73_InoutToNGDoor
);
MoveInfo
.
NextMoveStep
(
StoreMoveStep
.
BI_73_InoutToNGDoor
);
InOutStoreLog
(
"送出料盘 "
+
MoveInfo
.
SLog
+
":进出轴
前进到NG料门口位置
"
);
InOutStoreLog
(
"送出料盘 "
+
MoveInfo
.
SLog
+
":进出轴
到NG料门口位置P11
"
);
ACAxisMove
(
Config
.
InOut_Axis
,
moveP
.
InOut_P11
,
Config
.
InOutAxis_P2_Speed
);
ACAxisMove
(
Config
.
InOut_Axis
,
moveP
.
InOut_P11
,
Config
.
InOutAxis_P2_Speed
);
}
}
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_73_InoutToNGDoor
))
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
StoreMoveStep
.
BI_73_InoutToNGDoor
))
...
@@ -694,7 +694,8 @@ namespace OnlineStore.DeviceLibrary
...
@@ -694,7 +694,8 @@ namespace OnlineStore.DeviceLibrary
return
false
;
return
false
;
}
}
LogInfo
(
" 收到服务器入库命令:库位号【"
+
posId
+
"】二维码【"
+
message
+
"】设置入库参数 , 开始入库!"
);
LogInfo
(
" 收到服务器入库命令:库位号【"
+
posId
+
"】二维码【"
+
message
+
"】设置入库参数 , 开始入库!"
);
MoveInfo
.
MoveParam
.
UpdatePosId
(
message
,
posId
,
plateW
,
plateH
,
ComTargetPosition
);
int
p3
=
ComTargetPosition
+
Config
.
CompAxis_P3_P2_Value
;
MoveInfo
.
MoveParam
.
UpdatePosId
(
message
,
posId
,
plateW
,
plateH
,
ComTargetPosition
,
p3
);
return
true
;
return
true
;
}
}
}
}
...
...
source/DeviceLibrary/ACPackingStore/StoreManager.cs
查看文件 @
d5c25d0
...
@@ -218,7 +218,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -218,7 +218,7 @@ namespace OnlineStore.DeviceLibrary
p
.
UpDown_P12
=
box
.
Config
.
UpDownAxis_P12
;
p
.
UpDown_P12
=
box
.
Config
.
UpDownAxis_P12
;
p
.
ComPress_P2
=
box
.
Config
.
GetComP2
(
position
.
BagHigh
).
TargetComP2
();
p
.
ComPress_P2
=
box
.
Config
.
GetComP2
(
position
.
BagHigh
).
TargetComP2
();
p
.
ComPress_P3
=
position
.
ComAxis_P3
;
p
.
ComPress_P3
=
p
.
ComPress_P2
+
box
.
Config
.
CompAxis_P3_P2_Value
;
p
.
InOut_P3
=
position
.
InoutAxis_P3
;
p
.
InOut_P3
=
position
.
InoutAxis_P3
;
p
.
Middle_P2
=
position
.
MiddleAxis_P2
;
p
.
Middle_P2
=
position
.
MiddleAxis_P2
;
p
.
UpDown_P3
=
position
.
UpdownAxis_IH_P3
;
p
.
UpDown_P3
=
position
.
UpdownAxis_IH_P3
;
...
...
source/DeviceLibrary/StoreConfig/BoxConfig_1.csv
查看文件 @
d5c25d0
...
@@ -56,9 +56,9 @@ PRO,升降轴(轴2)P2扫码放料高点缓冲点,UpDownAxis_P2,600000,,,,,,,
...
@@ -56,9 +56,9 @@ PRO,升降轴(轴2)P2扫码放料高点缓冲点,UpDownAxis_P2,600000,,,,,,,
PRO,旋转轴(轴1)P1待机点/扫码放料点,MiddleAxis_P1,310700,,,,,,,
PRO,旋转轴(轴1)P1待机点/扫码放料点,MiddleAxis_P1,310700,,,,,,,
PRO,进出轴(轴3)P1待机点,InOutAxis_P1_Position,1000,,,,,,,
PRO,进出轴(轴3)P1待机点,InOutAxis_P1_Position,1000,,,,,,,
PRO,压紧轴(轴4)P1待机点,CompAxis_P1_Position,97900,,,,,,,
PRO,压紧轴(轴4)P1待机点,CompAxis_P1_Position,97900,,,,,,,
PRO,压紧轴(轴4)P3
压紧前点,CompAxis_P3_Position
,97900,,,,,,,
PRO,压紧轴(轴4)P3
最大压紧前点,CompAxis_Max_P3
,97900,,,,,,,
PRO,压紧轴(轴4)P4目标压紧点,CompAxis_P4_Position,100000,,,,,,,
PRO,压紧轴(轴4)P4目标压紧点,CompAxis_P4_Position,100000,,,,,,,
PRO,压紧轴(轴4)取料时的压紧前点
对应压紧点的距离,CompAxis_P2-P3_Value,2
000,,,,,,,
PRO,压紧轴(轴4)取料时的压紧前点
相对压紧点的位置,CompAxis_P3_P2_Value,-50
000,,,,,,,
PRO,压紧轴(轴4)压紧确认信号收到之后下降的位置,CompAxis_Down_Position,2000,,,,,,,
PRO,压紧轴(轴4)压紧确认信号收到之后下降的位置,CompAxis_Down_Position,2000,,,,,,,
PRO,压紧轴(轴4)P2压紧点范围对应值(8=1000;2000#),CompAxis_P2_List,8=1000;2000#12=2001;3000#16=3001;4000#20=4001;5000#22=5001;6000#24=6001;7000# ,,,,,,,
PRO,压紧轴(轴4)P2压紧点范围对应值(8=1000;2000#),CompAxis_P2_List,8=1000;2000#12=2001;3000#16=3001;4000#20=4001;5000#22=5001;6000#24=6001;7000# ,,,,,,,
,,,,,,,,,,
,,,,,,,,,,
...
...
source/DeviceLibrary/StoreConfig/BoxConfig_2.csv
查看文件 @
d5c25d0
...
@@ -55,8 +55,9 @@ PRO,升降轴(轴2)P2扫码放料高点缓冲点,UpDownAxis_P2,602500,,,,,,,
...
@@ -55,8 +55,9 @@ PRO,升降轴(轴2)P2扫码放料高点缓冲点,UpDownAxis_P2,602500,,,,,,,
PRO,旋转轴(轴1)P1待机点/扫码放料点,MiddleAxis_P1,308300,,,,,,,
PRO,旋转轴(轴1)P1待机点/扫码放料点,MiddleAxis_P1,308300,,,,,,,
PRO,进出轴(轴3)P1待机点,InOutAxis_P1_Position,1000,,,,,,,
PRO,进出轴(轴3)P1待机点,InOutAxis_P1_Position,1000,,,,,,,
PRO,压紧轴(轴4)P1待机点,CompAxis_P1_Position,30000,,,,,,,
PRO,压紧轴(轴4)P1待机点,CompAxis_P1_Position,30000,,,,,,,
PRO,压紧轴(轴4)P3压紧前点,CompAxis_P3_Position,93900,,,,,,,
PRO,压紧轴(轴4)P3最大压紧前点,CompAxis_Max_P3,97900,,,,,,,
PRO,压紧轴(轴4)P4目标压紧点,CompAxis_P4_Position,110000,,,,,,,
PRO,压紧轴(轴4)P4目标压紧点,CompAxis_P4_Position,100000,,,,,,,
PRO,压紧轴(轴4)取料时的压紧前点相对压紧点的位置,CompAxis_P3_P2_Value,-50000,,,,,,,
PRO,压紧轴(轴4)压紧确认信号收到之后下降的位置,CompAxis_Down_Position,2000,,,,,,,
PRO,压紧轴(轴4)压紧确认信号收到之后下降的位置,CompAxis_Down_Position,2000,,,,,,,
PRO,压紧轴(轴4)P2压紧点范围对应值(8=1000;2000#),CompAxis_P2_List,8=1000;2000#12=2001;3000#16=3001;4000#20=4001;5000#22=5001;6000#24=6001;7000# ,,,,,,,
PRO,压紧轴(轴4)P2压紧点范围对应值(8=1000;2000#),CompAxis_P2_List,8=1000;2000#12=2001;3000#16=3001;4000#20=4001;5000#22=5001;6000#24=6001;7000# ,,,,,,,
,,,,,,,,,,
,,,,,,,,,,
...
...
source/DeviceLibrary/StoreConfig/linePositions_1.csv
查看文件 @
d5c25d0
位置,优先级,高度,宽度,料仓ID,旋转轴库位点P2,升降轴库位出料前点P5,升降轴库位出料缓冲点P6,升降轴库位入料前点P3,升降轴库位入料缓冲点P4,进出轴库位点取料点P3
,压紧轴压紧点P2,压紧轴压紧前点P3
位置,优先级,高度,宽度,料仓ID,旋转轴库位点P2,升降轴库位出料前点P5,升降轴库位出料缓冲点P6,升降轴库位入料前点P3,升降轴库位入料缓冲点P4,进出轴库位点取料点P3
1#AC1_0_1_1,260,32,15,1,309900,1293424,1302424,1302424,1293424,140800,304600,1572
00
21#AC1_0_1_1,260,32,15,1,309900,1293424,1302424,1302424,1293424,1408
00
1#AC1_0_1_2,259,32,15,1,309900,1338719,1347719,1347719,1338719,140800,304600,1572
00
21#AC1_0_1_2,259,32,15,1,309900,1338719,1347719,1347719,1338719,1408
00
1#AC1_0_1_3,258,32,15,1,309900,1382248,1391248,1391248,1382248,140800,304600,1572
00
21#AC1_0_1_3,258,32,15,1,309900,1382248,1391248,1391248,1382248,1408
00
1#AC1_0_1_4,257,32,15,1,309900,1427876,1436876,1436876,1427876,140800,304600,1572
00
21#AC1_0_1_4,257,32,15,1,309900,1427876,1436876,1436876,1427876,1408
00
1#AC1_0_1_5,256,32,15,1,309900,1474090,1483090,1483090,1474090,140800,304600,1572
00
21#AC1_0_1_5,256,32,15,1,309900,1474090,1483090,1483090,1474090,1408
00
1#AC1_0_1_6,255,32,15,1,309900,1518797,1527797,1527797,1518797,140800,304600,1572
00
21#AC1_0_1_6,255,32,15,1,309900,1518797,1527797,1527797,1518797,1408
00
1#AC1_0_1_7,254,32,15,1,309900,1562220,1571220,1571220,1562220,140800,304600,1572
00
21#AC1_0_1_7,254,32,15,1,309900,1562220,1571220,1571220,1562220,1408
00
1#AC1_0_1_8,253,32,15,1,309900,1608733,1617733,1617733,1608733,140800,304600,1572
00
21#AC1_0_1_8,253,32,15,1,309900,1608733,1617733,1617733,1608733,1408
00
1#AC1_0_1_9,252,32,15,1,309900,1651501,1660501,1660501,1651501,140800,304600,1572
00
21#AC1_0_1_9,252,32,15,1,309900,1651501,1660501,1660501,1651501,1408
00
1#AC1_0_1_10,251,32,15,1,309900,1698081,1707081,1707081,1698081,140800,304600,1572
00
21#AC1_0_1_10,251,32,15,1,309900,1698081,1707081,1707081,1698081,1408
00
1#AC1_0_1_11,250,32,15,1,309900,1742363,1751363,1751363,1742363,140800,304600,1572
00
21#AC1_0_1_11,250,32,15,1,309900,1742363,1751363,1751363,1742363,1408
00
1#AC1_0_1_12,249,32,15,1,309900,1786089,1795089,1795089,1786089,140800,304600,1572
00
21#AC1_0_1_12,249,32,15,1,309900,1786089,1795089,1795089,1786089,1408
00
1#AC1_1_1_2,248,12,15,1,438600,10391,19391,19391,10391,140800,398000,2681
00
21#AC1_1_1_2,248,12,15,1,438600,10391,19391,19391,10391,1408
00
1#AC1_1_1_3,247,12,15,1,438592,42658,51658,51658,42658,140800,398000,2681
00
21#AC1_1_1_3,247,12,15,1,438592,42658,51658,51658,42658,1408
00
1#AC1_1_1_4,246,12,15,1,438584,71857,80857,80857,71857,140800,398000,2681
00
21#AC1_1_1_4,246,12,15,1,438584,71857,80857,80857,71857,1408
00
1#AC1_1_1_5,245,12,15,1,438576,102205,111205,111205,102205,140800,398000,2681
00
21#AC1_1_1_5,245,12,15,1,438576,102205,111205,111205,102205,1408
00
1#AC1_1_1_6,244,12,15,1,438568,133652,142652,142652,133652,140800,398000,2681
00
21#AC1_1_1_6,244,12,15,1,438568,133652,142652,142652,133652,1408
00
1#AC1_1_1_7,243,12,15,1,438560,162692,171692,171692,162692,140800,398000,2681
00
21#AC1_1_1_7,243,12,15,1,438560,162692,171692,171692,162692,1408
00
1#AC1_1_1_8,242,12,15,1,438552,192358,201358,201358,192358,140800,398000,2681
00
21#AC1_1_1_8,242,12,15,1,438552,192358,201358,201358,192358,1408
00
1#AC1_1_1_9,241,12,15,1,438544,221972,230972,230972,221972,140800,398000,2681
00
21#AC1_1_1_9,241,12,15,1,438544,221972,230972,230972,221972,1408
00
1#AC1_1_1_10,240,12,15,1,438536,254110,263110,263110,254110,140800,398000,2681
00
21#AC1_1_1_10,240,12,15,1,438536,254110,263110,263110,254110,1408
00
1#AC1_1_1_11,239,12,15,1,438528,282160,291160,291160,282160,140800,398000,2681
00
21#AC1_1_1_11,239,12,15,1,438528,282160,291160,291160,282160,1408
00
1#AC1_1_1_12,238,12,15,1,438520,312735,321735,321735,312735,140800,398000,2681
00
21#AC1_1_1_12,238,12,15,1,438520,312735,321735,321735,312735,1408
00
1#AC1_1_1_13,237,12,15,1,438512,342903,351903,351903,342903,140800,398000,2681
00
21#AC1_1_1_13,237,12,15,1,438512,342903,351903,351903,342903,1408
00
1#AC1_1_1_14,236,12,15,1,438504,375065,384065,384065,375065,140800,398000,2681
00
21#AC1_1_1_14,236,12,15,1,438504,375065,384065,384065,375065,1408
00
1#AC1_1_1_15,235,12,15,1,438500,406096,415096,415096,406096,140800,398000,2681
00
21#AC1_1_1_15,235,12,15,1,438500,406096,415096,415096,406096,1408
00
1#AC1_1_2_1,234,12,15,1,437800,431824,440824,440824,431824,140800,398000,2681
00
21#AC1_1_2_1,234,12,15,1,437800,431824,440824,440824,431824,1408
00
1#AC1_1_2_2,233,12,15,1,437807,461053,470053,470053,461053,140800,398000,2681
00
21#AC1_1_2_2,233,12,15,1,437807,461053,470053,470053,461053,1408
00
1#AC1_1_2_3,232,12,15,1,437814,493575,502575,502575,493575,140800,398000,2681
00
21#AC1_1_2_3,232,12,15,1,437814,493575,502575,502575,493575,1408
00
1#AC1_1_2_4,231,12,15,1,437821,524033,533033,533033,524033,140800,398000,2681
00
21#AC1_1_2_4,231,12,15,1,437821,524033,533033,533033,524033,1408
00
1#AC1_1_2_5,230,12,15,1,437828,553102,562102,562102,553102,140800,398000,2681
00
21#AC1_1_2_5,230,12,15,1,437828,553102,562102,562102,553102,1408
00
1#AC1_1_2_6,229,12,15,1,437835,582327,591327,591327,582327,140800,398000,2681
00
21#AC1_1_2_6,229,12,15,1,437835,582327,591327,591327,582327,1408
00
1#AC1_1_2_7,228,12,15,1,437842,614215,623215,623215,614215,140800,398000,2681
00
21#AC1_1_2_7,228,12,15,1,437842,614215,623215,623215,614215,1408
00
1#AC1_1_2_8,227,12,15,1,437849,644122,653122,653122,644122,140800,398000,2681
00
21#AC1_1_2_8,227,12,15,1,437849,644122,653122,653122,644122,1408
00
1#AC1_1_2_9,226,12,15,1,437856,674202,683202,683202,674202,140800,398000,2681
00
21#AC1_1_2_9,226,12,15,1,437856,674202,683202,683202,674202,1408
00
1#AC1_1_2_10,225,12,15,1,437863,702901,711901,711901,702901,140800,398000,2681
00
21#AC1_1_2_10,225,12,15,1,437863,702901,711901,711901,702901,1408
00
1#AC1_1_2_11,224,12,15,1,437870,734855,743855,743855,734855,140800,398000,2681
00
21#AC1_1_2_11,224,12,15,1,437870,734855,743855,743855,734855,1408
00
1#AC1_1_2_12,223,12,15,1,437877,765618,774618,774618,765618,140800,398000,2681
00
21#AC1_1_2_12,223,12,15,1,437877,765618,774618,774618,765618,1408
00
1#AC1_1_2_13,222,12,15,1,437884,792781,801781,801781,792781,140800,398000,2681
00
21#AC1_1_2_13,222,12,15,1,437884,792781,801781,801781,792781,1408
00
1#AC1_1_2_14,221,12,15,1,437891,825958,834958,834958,825958,140800,398000,2681
00
21#AC1_1_2_14,221,12,15,1,437891,825958,834958,834958,825958,1408
00
1#AC1_1_2_15,220,12,15,1,437900,854857,863857,863857,854857,140800,398000,2681
00
21#AC1_1_2_15,220,12,15,1,437900,854857,863857,863857,854857,1408
00
1#AC1_1_3_1,219,12,15,1,437900,882991,891991,891991,882991,140800,398000,2681
00
21#AC1_1_3_1,219,12,15,1,437900,882991,891991,891991,882991,1408
00
1#AC1_1_3_2,218,12,15,1,437900,915430,924430,924430,915430,140800,398000,2681
00
21#AC1_1_3_2,218,12,15,1,437900,915430,924430,924430,915430,1408
00
1#AC1_1_3_3,217,12,15,1,437900,945610,954610,954610,945610,140800,398000,2681
00
21#AC1_1_3_3,217,12,15,1,437900,945610,954610,954610,945610,1408
00
1#AC1_1_3_4,216,12,15,1,437900,975178,984178,984178,975178,140800,398000,2681
00
21#AC1_1_3_4,216,12,15,1,437900,975178,984178,984178,975178,1408
00
1#AC1_1_3_5,215,12,15,1,437900,1003721,1012721,1012721,1003721,140800,398000,2681
00
21#AC1_1_3_5,215,12,15,1,437900,1003721,1012721,1012721,1003721,1408
00
1#AC1_1_3_6,214,12,15,1,437900,1036135,1045135,1045135,1036135,140800,398000,2681
00
21#AC1_1_3_6,214,12,15,1,437900,1036135,1045135,1045135,1036135,1408
00
1#AC1_1_3_7,213,12,15,1,437900,1066116,1075116,1075116,1066116,140800,398000,2681
00
21#AC1_1_3_7,213,12,15,1,437900,1066116,1075116,1075116,1066116,1408
00
1#AC1_1_3_8,212,12,15,1,437900,1094625,1103625,1103625,1094625,140800,398000,2681
00
21#AC1_1_3_8,212,12,15,1,437900,1094625,1103625,1103625,1094625,1408
00
1#AC1_1_3_9,211,12,15,1,437900,1125946,1134946,1134946,1125946,140800,398000,2681
00
21#AC1_1_3_9,211,12,15,1,437900,1125946,1134946,1134946,1125946,1408
00
1#AC1_1_3_10,210,12,15,1,437900,1153914,1162914,1162914,1153914,140800,398000,2681
00
21#AC1_1_3_10,210,12,15,1,437900,1153914,1162914,1162914,1153914,1408
00
1#AC1_1_3_11,209,12,15,1,437900,1184475,1193475,1193475,1184475,140800,398000,2681
00
21#AC1_1_3_11,209,12,15,1,437900,1184475,1193475,1193475,1184475,1408
00
1#AC1_1_3_12,208,12,15,1,437900,1214521,1223521,1223521,1214521,140800,398000,2681
00
21#AC1_1_3_12,208,12,15,1,437900,1214521,1223521,1223521,1214521,1408
00
1#AC1_1_3_13,207,12,15,1,437900,1244686,1253686,1253686,1244686,140800,398000,2681
00
21#AC1_1_3_13,207,12,15,1,437900,1244686,1253686,1253686,1244686,1408
00
1#AC1_1_3_14,206,12,15,1,437900,1274344,1283344,1283344,1274344,140800,398000,2681
00
21#AC1_1_3_14,206,12,15,1,437900,1274344,1283344,1283344,1274344,1408
00
1#AC1_1_3_15,205,12,15,1,437900,1304650,1313650,1313650,1304650,140800,398000,2681
00
21#AC1_1_3_15,205,12,15,1,437900,1304650,1313650,1313650,1304650,1408
00
1#AC1_1_4_1,204,12,15,1,438100,1335685,1344685,1344685,1335685,140800,398000,2681
00
21#AC1_1_4_1,204,12,15,1,438100,1335685,1344685,1344685,1335685,1408
00
1#AC1_1_4_2,203,12,15,1,438100,1365712,1374712,1374712,1365712,140800,398000,2681
00
21#AC1_1_4_2,203,12,15,1,438100,1365712,1374712,1374712,1365712,1408
00
1#AC1_1_4_3,202,12,15,1,438100,1397517,1406517,1406517,1397517,140800,398000,2681
00
21#AC1_1_4_3,202,12,15,1,438100,1397517,1406517,1406517,1397517,1408
00
1#AC1_1_4_4,201,12,15,1,438100,1425942,1434942,1434942,1425942,140800,398000,2681
00
21#AC1_1_4_4,201,12,15,1,438100,1425942,1434942,1434942,1425942,1408
00
1#AC1_1_4_5,200,12,15,1,438100,1456598,1465598,1465598,1456598,140800,398000,2681
00
21#AC1_1_4_5,200,12,15,1,438100,1456598,1465598,1465598,1456598,1408
00
1#AC1_1_4_6,199,12,15,1,438100,1484128,1493128,1493128,1484128,140800,398000,2681
00
21#AC1_1_4_6,199,12,15,1,438100,1484128,1493128,1493128,1484128,1408
00
1#AC1_1_4_7,198,12,15,1,438100,1515317,1524317,1524317,1515317,140800,398000,2681
00
21#AC1_1_4_7,198,12,15,1,438100,1515317,1524317,1524317,1515317,1408
00
1#AC1_1_4_8,197,12,15,1,438100,1544881,1553881,1553881,1544881,140800,398000,2681
00
21#AC1_1_4_8,197,12,15,1,438100,1544881,1553881,1553881,1544881,1408
00
1#AC1_1_4_9,196,12,15,1,438100,1575227,1584227,1584227,1575227,140800,398000,2681
00
21#AC1_1_4_9,196,12,15,1,438100,1575227,1584227,1584227,1575227,1408
00
1#AC1_1_4_10,195,12,15,1,438100,1606195,1615195,1615195,1606195,140800,398000,2681
00
21#AC1_1_4_10,195,12,15,1,438100,1606195,1615195,1615195,1606195,1408
00
1#AC1_1_4_11,194,12,15,1,438100,1635499,1644499,1644499,1635499,140800,398000,2681
00
21#AC1_1_4_11,194,12,15,1,438100,1635499,1644499,1644499,1635499,1408
00
1#AC1_1_4_12,193,12,15,1,438100,1666340,1675340,1675340,1666340,140800,398000,2681
00
21#AC1_1_4_12,193,12,15,1,438100,1666340,1675340,1675340,1666340,1408
00
1#AC1_1_4_13,192,12,15,1,438100,1694924,1703924,1703924,1694924,140800,398000,2681
00
21#AC1_1_4_13,192,12,15,1,438100,1694924,1703924,1703924,1694924,1408
00
1#AC1_1_4_14,191,12,15,1,438100,1725304,1734304,1734304,1725304,140800,398000,2681
00
21#AC1_1_4_14,191,12,15,1,438100,1725304,1734304,1734304,1725304,1408
00
1#AC1_1_4_15,190,12,15,1,438100,1756670,1765670,1765670,1756670,140800,398000,2681
00
21#AC1_1_4_15,190,12,15,1,438100,1756670,1765670,1765670,1756670,1408
00
1#AC1_2_1_2,189,16,15,1,567000,14301,23301,23301,14301,140800,381000,2490
00
21#AC1_2_1_2,189,16,15,1,567000,14301,23301,23301,14301,1408
00
1#AC1_2_1_3,188,16,15,1,567000,47349,56349,56349,47349,140800,381000,2490
00
21#AC1_2_1_3,188,16,15,1,567000,47349,56349,56349,47349,1408
00
1#AC1_2_1_4,187,16,15,1,567000,81146,90146,90146,81146,140800,381000,2490
00
21#AC1_2_1_4,187,16,15,1,567000,81146,90146,90146,81146,1408
00
1#AC1_2_1_5,186,16,15,1,567000,113735,122735,122735,113735,140800,381000,2490
00
21#AC1_2_1_5,186,16,15,1,567000,113735,122735,122735,113735,1408
00
1#AC1_2_1_6,185,16,15,1,567000,149322,158322,158322,149322,140800,381000,2490
00
21#AC1_2_1_6,185,16,15,1,567000,149322,158322,158322,149322,1408
00
1#AC1_2_1_7,184,16,15,1,567000,180802,189802,189802,180802,140800,381000,2490
00
21#AC1_2_1_7,184,16,15,1,567000,180802,189802,189802,180802,1408
00
1#AC1_2_1_8,183,16,15,1,567000,214845,223845,223845,214845,140800,381000,2490
00
21#AC1_2_1_8,183,16,15,1,567000,214845,223845,223845,214845,1408
00
1#AC1_2_1_9,182,16,15,1,567000,248102,257102,257102,248102,140800,381000,2490
00
21#AC1_2_1_9,182,16,15,1,567000,248102,257102,257102,248102,1408
00
1#AC1_2_1_10,181,16,15,1,567000,281910,290910,290910,281910,140800,381000,2490
00
21#AC1_2_1_10,181,16,15,1,567000,281910,290910,290910,281910,1408
00
1#AC1_2_1_11,180,16,15,1,567000,316024,325024,325024,316024,140800,381000,2490
00
21#AC1_2_1_11,180,16,15,1,567000,316024,325024,325024,316024,1408
00
1#AC1_2_1_12,179,16,15,1,567000,350018,359018,359018,350018,140800,381000,2490
00
21#AC1_2_1_12,179,16,15,1,567000,350018,359018,359018,350018,1408
00
1#AC1_2_1_13,178,16,15,1,567000,383331,392331,392331,383331,140800,381000,2490
00
21#AC1_2_1_13,178,16,15,1,567000,383331,392331,392331,383331,1408
00
1#AC1_2_1_14,177,16,15,1,567000,415562,424562,424562,415562,140800,381000,2490
00
21#AC1_2_1_14,177,16,15,1,567000,415562,424562,424562,415562,1408
00
1#AC1_2_2_1,176,16,15,1,567000,449103,458103,458103,449103,140800,381000,2490
00
21#AC1_2_2_1,176,16,15,1,567000,449103,458103,458103,449103,1408
00
1#AC1_2_2_2,175,16,15,1,566954,483397,492397,492397,483397,140800,381000,2490
00
21#AC1_2_2_2,175,16,15,1,566954,483397,492397,492397,483397,1408
00
1#AC1_2_2_3,174,16,15,1,566908,517018,526018,526018,517018,140800,381000,2490
00
21#AC1_2_2_3,174,16,15,1,566908,517018,526018,526018,517018,1408
00
1#AC1_2_2_4,173,16,15,1,566862,549437,558437,558437,549437,140800,381000,2490
00
21#AC1_2_2_4,173,16,15,1,566862,549437,558437,558437,549437,1408
00
1#AC1_2_2_5,172,16,15,1,566816,583731,592731,592731,583731,140800,381000,2490
00
21#AC1_2_2_5,172,16,15,1,566816,583731,592731,592731,583731,1408
00
1#AC1_2_2_6,171,16,15,1,566770,616414,625414,625414,616414,140800,381000,2490
00
21#AC1_2_2_6,171,16,15,1,566770,616414,625414,625414,616414,1408
00
1#AC1_2_2_7,170,16,15,1,566724,649803,658803,658803,649803,140800,381000,2490
00
21#AC1_2_2_7,170,16,15,1,566724,649803,658803,658803,649803,1408
00
1#AC1_2_2_8,169,16,15,1,566678,683498,692498,692498,683498,140800,381000,2490
00
21#AC1_2_2_8,169,16,15,1,566678,683498,692498,692498,683498,1408
00
1#AC1_2_2_9,168,16,15,1,566632,717293,726293,726293,717293,140800,381000,2490
00
21#AC1_2_2_9,168,16,15,1,566632,717293,726293,726293,717293,1408
00
1#AC1_2_2_10,167,16,15,1,566586,751143,760143,760143,751143,140800,381000,2490
00
21#AC1_2_2_10,167,16,15,1,566586,751143,760143,760143,751143,1408
00
1#AC1_2_2_11,166,16,15,1,566540,783929,792929,792929,783929,140800,381000,2490
00
21#AC1_2_2_11,166,16,15,1,566540,783929,792929,792929,783929,1408
00
1#AC1_2_2_12,165,16,15,1,566494,816511,825511,825511,816511,140800,381000,2490
00
21#AC1_2_2_12,165,16,15,1,566494,816511,825511,825511,816511,1408
00
1#AC1_2_2_13,164,16,15,1,566448,849891,858891,858891,849891,140800,381000,2490
00
21#AC1_2_2_13,164,16,15,1,566448,849891,858891,858891,849891,1408
00
1#AC1_2_2_14,163,16,15,1,566400,883823,892823,892823,883823,140800,381000,2490
00
21#AC1_2_2_14,163,16,15,1,566400,883823,892823,892823,883823,1408
00
1#AC1_2_3_1,162,16,15,1,566600,916710,925710,925710,916710,140800,381000,2490
00
21#AC1_2_3_1,162,16,15,1,566600,916710,925710,925710,916710,1408
00
1#AC1_2_3_2,161,16,15,1,566600,951635,960635,960635,951635,140800,381000,2490
00
21#AC1_2_3_2,161,16,15,1,566600,951635,960635,960635,951635,1408
00
1#AC1_2_3_3,160,16,15,1,566600,985175,994175,994175,985175,140800,381000,2490
00
21#AC1_2_3_3,160,16,15,1,566600,985175,994175,994175,985175,1408
00
1#AC1_2_3_4,159,16,15,1,566600,1018523,1027523,1027523,1018523,140800,381000,2490
00
21#AC1_2_3_4,159,16,15,1,566600,1018523,1027523,1027523,1018523,1408
00
1#AC1_2_3_5,158,16,15,1,566600,1053582,1062582,1062582,1053582,140800,381000,2490
00
21#AC1_2_3_5,158,16,15,1,566600,1053582,1062582,1062582,1053582,1408
00
1#AC1_2_3_6,157,16,15,1,566600,1087593,1096593,1096593,1087593,140800,381000,2490
00
21#AC1_2_3_6,157,16,15,1,566600,1087593,1096593,1096593,1087593,1408
00
1#AC1_2_3_7,156,16,15,1,566600,1120604,1129604,1129604,1120604,140800,381000,2490
00
21#AC1_2_3_7,156,16,15,1,566600,1120604,1129604,1129604,1120604,1408
00
1#AC1_2_3_8,155,16,15,1,566600,1152354,1161354,1161354,1152354,140800,381000,2490
00
21#AC1_2_3_8,155,16,15,1,566600,1152354,1161354,1161354,1152354,1408
00
1#AC1_2_3_9,154,16,15,1,566600,1187488,1196488,1196488,1187488,140800,381000,2490
00
21#AC1_2_3_9,154,16,15,1,566600,1187488,1196488,1196488,1187488,1408
00
1#AC1_2_3_10,153,16,15,1,566600,1219244,1228244,1228244,1219244,140800,381000,2490
00
21#AC1_2_3_10,153,16,15,1,566600,1219244,1228244,1228244,1219244,1408
00
1#AC1_2_3_11,152,16,15,1,566600,1254360,1263360,1263360,1254360,140800,381000,2490
00
21#AC1_2_3_11,152,16,15,1,566600,1254360,1263360,1263360,1254360,1408
00
1#AC1_2_3_12,151,16,15,1,566600,1287245,1296245,1296245,1287245,140800,381000,2490
00
21#AC1_2_3_12,151,16,15,1,566600,1287245,1296245,1296245,1287245,1408
00
1#AC1_2_3_13,150,16,15,1,566600,1319339,1328339,1328339,1319339,140800,381000,2490
00
21#AC1_2_3_13,150,16,15,1,566600,1319339,1328339,1328339,1319339,1408
00
1#AC1_2_3_14,149,16,15,1,566600,1352862,1361862,1361862,1352862,140800,381000,2490
00
21#AC1_2_3_14,149,16,15,1,566600,1352862,1361862,1361862,1352862,1408
00
1#AC1_2_4_1,148,16,15,1,566300,1384777,1393777,1393777,1384777,140800,381000,2490
00
21#AC1_2_4_1,148,16,15,1,566300,1384777,1393777,1393777,1384777,1408
00
1#AC1_2_4_2,147,16,15,1,566292,1420056,1429056,1429056,1420056,140800,381000,2490
00
21#AC1_2_4_2,147,16,15,1,566292,1420056,1429056,1429056,1420056,1408
00
1#AC1_2_4_3,146,16,15,1,566284,1455097,1464097,1464097,1455097,140800,381000,2490
00
21#AC1_2_4_3,146,16,15,1,566284,1455097,1464097,1464097,1455097,1408
00
1#AC1_2_4_4,145,16,15,1,566276,1487993,1496993,1496993,1487993,140800,381000,2490
00
21#AC1_2_4_4,145,16,15,1,566276,1487993,1496993,1496993,1487993,1408
00
1#AC1_2_4_5,144,16,15,1,566268,1522057,1531057,1531057,1522057,140800,381000,2490
00
21#AC1_2_4_5,144,16,15,1,566268,1522057,1531057,1531057,1522057,1408
00
1#AC1_2_4_6,143,16,15,1,566260,1554452,1563452,1563452,1554452,140800,381000,2490
00
21#AC1_2_4_6,143,16,15,1,566260,1554452,1563452,1563452,1554452,1408
00
1#AC1_2_4_7,142,16,15,1,566252,1588467,1597467,1597467,1588467,140800,381000,2490
00
21#AC1_2_4_7,142,16,15,1,566252,1588467,1597467,1597467,1588467,1408
00
1#AC1_2_4_8,141,16,15,1,566244,1621047,1630047,1630047,1621047,140800,381000,2490
00
21#AC1_2_4_8,141,16,15,1,566244,1621047,1630047,1630047,1621047,1408
00
1#AC1_2_4_9,140,16,15,1,566236,1656365,1665365,1665365,1656365,140800,381000,2490
00
21#AC1_2_4_9,140,16,15,1,566236,1656365,1665365,1665365,1656365,1408
00
1#AC1_2_4_10,139,16,15,1,566228,1688713,1697713,1697713,1688713,140800,381000,2490
00
21#AC1_2_4_10,139,16,15,1,566228,1688713,1697713,1697713,1688713,1408
00
1#AC1_2_4_11,138,16,15,1,566220,1722388,1731388,1731388,1722388,140800,381000,2490
00
21#AC1_2_4_11,138,16,15,1,566220,1722388,1731388,1731388,1722388,1408
00
1#AC1_2_4_12,137,16,15,1,566212,1754076,1763076,1763076,1754076,140800,381000,2490
00
21#AC1_2_4_12,137,16,15,1,566212,1754076,1763076,1763076,1754076,1408
00
1#AC1_2_4_13,136,16,15,1,566204,1787614,1796614,1796614,1787614,140800,381000,2490
00
21#AC1_2_4_13,136,16,15,1,566204,1787614,1796614,1796614,1787614,1408
00
1#AC1_2_4_14,135,16,15,1,566200,1821964,1830964,1830964,1821964,140800,381000,2490
00
21#AC1_2_4_14,135,16,15,1,566200,1821964,1830964,1830964,1821964,1408
00
1#AC1_3_1_2,134,12,15,1,695400,17759,26759,26759,17759,140800,398000,2681
00
21#AC1_3_1_2,134,12,15,1,695400,17759,26759,26759,17759,1408
00
1#AC1_3_1_3,133,12,15,1,695400,56381,65381,65381,56381,140800,398000,2681
00
21#AC1_3_1_3,133,12,15,1,695400,56381,65381,65381,56381,1408
00
1#AC1_3_1_4,132,12,15,1,695400,96115,105115,105115,96115,140800,398000,2681
00
21#AC1_3_1_4,132,12,15,1,695400,96115,105115,105115,96115,1408
00
1#AC1_3_1_5,131,12,15,1,695400,132477,141477,141477,132477,140800,398000,2681
00
21#AC1_3_1_5,131,12,15,1,695400,132477,141477,141477,132477,1408
00
1#AC1_3_1_6,130,12,15,1,695400,172151,181151,181151,172151,140800,398000,2681
00
21#AC1_3_1_6,130,12,15,1,695400,172151,181151,181151,172151,1408
00
1#AC1_3_1_7,129,12,15,1,695400,210037,219037,219037,210037,140800,398000,2681
00
21#AC1_3_1_7,129,12,15,1,695400,210037,219037,219037,210037,1408
00
1#AC1_3_1_8,128,12,15,1,695400,248334,257334,257334,248334,140800,398000,2681
00
21#AC1_3_1_8,128,12,15,1,695400,248334,257334,257334,248334,1408
00
1#AC1_3_1_9,127,12,15,1,695400,283679,292679,292679,283679,140800,398000,2681
00
21#AC1_3_1_9,127,12,15,1,695400,283679,292679,292679,283679,1408
00
1#AC1_3_1_10,126,12,15,1,695400,321010,330010,330010,321010,140800,398000,2681
00
21#AC1_3_1_10,126,12,15,1,695400,321010,330010,330010,321010,1408
00
1#AC1_3_1_11,125,12,15,1,695400,360816,369816,369816,360816,140800,398000,2681
00
21#AC1_3_1_11,125,12,15,1,695400,360816,369816,369816,360816,1408
00
1#AC1_3_1_12,124,12,15,1,695400,399757,408757,408757,399757,140800,398000,2681
00
21#AC1_3_1_12,124,12,15,1,695400,399757,408757,408757,399757,1408
00
1#AC1_3_1_13,123,12,15,1,695400,435690,444690,444690,435690,140800,398000,2681
00
21#AC1_3_1_13,123,12,15,1,695400,435690,444690,444690,435690,1408
00
1#AC1_3_1_14,122,12,15,1,695400,472679,481679,481679,472679,140800,398000,2681
00
21#AC1_3_1_14,122,12,15,1,695400,472679,481679,481679,472679,1408
00
1#AC1_3_1_15,121,12,15,1,695400,515620,524620,524620,515620,140800,398000,2681
00
21#AC1_3_1_15,121,12,15,1,695400,515620,524620,524620,515620,1408
00
1#AC1_3_2_1,120,16,15,1,695400,552055,561055,561055,552055,140800,381000,2490
00
21#AC1_3_2_1,120,16,15,1,695400,552055,561055,561055,552055,1408
00
1#AC1_3_2_2,119,16,15,1,695400,584294,593294,593294,584294,140800,381000,2490
00
21#AC1_3_2_2,119,16,15,1,695400,584294,593294,593294,584294,1408
00
1#AC1_3_2_3,118,16,15,1,695400,618737,627737,627737,618737,140800,381000,2490
00
21#AC1_3_2_3,118,16,15,1,695400,618737,627737,627737,618737,1408
00
1#AC1_3_2_4,117,16,15,1,695400,651599,660599,660599,651599,140800,381000,2490
00
21#AC1_3_2_4,117,16,15,1,695400,651599,660599,660599,651599,1408
00
1#AC1_3_2_5,116,16,15,1,695400,687039,696039,696039,687039,140800,381000,2490
00
21#AC1_3_2_5,116,16,15,1,695400,687039,696039,696039,687039,1408
00
1#AC1_3_2_6,115,16,15,1,695400,720983,729983,729983,720983,140800,381000,2490
00
21#AC1_3_2_6,115,16,15,1,695400,720983,729983,729983,720983,1408
00
1#AC1_3_2_7,114,16,15,1,695400,754180,763180,763180,754180,140800,381000,2490
00
21#AC1_3_2_7,114,16,15,1,695400,754180,763180,763180,754180,1408
00
1#AC1_3_2_8,113,16,15,1,695400,787555,796555,796555,787555,140800,381000,2490
00
21#AC1_3_2_8,113,16,15,1,695400,787555,796555,796555,787555,1408
00
1#AC1_3_2_9,112,16,15,1,695400,819064,828064,828064,819064,140800,381000,2490
00
21#AC1_3_2_9,112,16,15,1,695400,819064,828064,828064,819064,1408
00
1#AC1_3_2_10,111,16,15,1,695400,853387,862387,862387,853387,140800,381000,2490
00
21#AC1_3_2_10,111,16,15,1,695400,853387,862387,862387,853387,1408
00
1#AC1_3_2_11,110,16,15,1,695400,887741,896741,896741,887741,140800,381000,2490
00
21#AC1_3_2_11,110,16,15,1,695400,887741,896741,896741,887741,1408
00
1#AC1_3_2_12,109,16,15,1,695400,919501,928501,928501,919501,140800,381000,2490
00
21#AC1_3_2_12,109,16,15,1,695400,919501,928501,928501,919501,1408
00
1#AC1_3_3_1,108,16,15,1,695400,952043,961043,961043,952043,140800,381000,2490
00
21#AC1_3_3_1,108,16,15,1,695400,952043,961043,961043,952043,1408
00
1#AC1_3_3_2,107,16,15,1,695400,987867,996867,996867,987867,140800,381000,2490
00
21#AC1_3_3_2,107,16,15,1,695400,987867,996867,996867,987867,1408
00
1#AC1_3_3_3,106,16,15,1,695400,1019703,1028703,1028703,1019703,140800,381000,2490
00
21#AC1_3_3_3,106,16,15,1,695400,1019703,1028703,1028703,1019703,1408
00
1#AC1_3_3_4,105,16,15,1,695400,1055103,1064103,1064103,1055103,140800,381000,2490
00
21#AC1_3_3_4,105,16,15,1,695400,1055103,1064103,1064103,1055103,1408
00
1#AC1_3_3_5,104,16,15,1,695400,1088774,1097774,1097774,1088774,140800,381000,2490
00
21#AC1_3_3_5,104,16,15,1,695400,1088774,1097774,1097774,1088774,1408
00
1#AC1_3_3_6,103,16,15,1,695400,1120209,1129209,1129209,1120209,140800,381000,2490
00
21#AC1_3_3_6,103,16,15,1,695400,1120209,1129209,1129209,1120209,1408
00
1#AC1_3_3_7,102,16,15,1,695400,1153800,1162800,1162800,1153800,140800,381000,2490
00
21#AC1_3_3_7,102,16,15,1,695400,1153800,1162800,1162800,1153800,1408
00
1#AC1_3_3_8,101,16,15,1,695400,1188756,1197756,1197756,1188756,140800,381000,2490
00
21#AC1_3_3_8,101,16,15,1,695400,1188756,1197756,1197756,1188756,1408
00
1#AC1_3_3_9,100,16,15,1,695400,1220524,1229524,1229524,1220524,140800,381000,2490
00
21#AC1_3_3_9,100,16,15,1,695400,1220524,1229524,1229524,1220524,1408
00
1#AC1_3_3_10,99,16,15,1,695400,1255607,1264607,1264607,1255607,140800,381000,2490
00
21#AC1_3_3_10,99,16,15,1,695400,1255607,1264607,1264607,1255607,1408
00
1#AC1_3_3_11,98,16,15,1,695400,1287221,1296221,1296221,1287221,140800,381000,2490
00
21#AC1_3_3_11,98,16,15,1,695400,1287221,1296221,1296221,1287221,1408
00
1#AC1_3_3_12,97,16,15,1,695400,1320432,1329432,1329432,1320432,140800,381000,2490
00
21#AC1_3_3_12,97,16,15,1,695400,1320432,1329432,1329432,1320432,1408
00
1#AC1_3_4_1,96,24,15,1,695400,1354227,1363227,1363227,1354227,140800,341100,1751
00
21#AC1_3_4_1,96,24,15,1,695400,1354227,1363227,1363227,1354227,1408
00
1#AC1_3_4_2,95,24,15,1,695386,1385140,1394140,1394140,1385140,140800,341100,1751
00
21#AC1_3_4_2,95,24,15,1,695386,1385140,1394140,1394140,1385140,1408
00
1#AC1_3_4_3,94,24,15,1,695372,1415401,1424401,1424401,1415401,140800,341100,1751
00
21#AC1_3_4_3,94,24,15,1,695372,1415401,1424401,1424401,1415401,1408
00
1#AC1_3_4_4,93,24,15,1,695358,1443919,1452919,1452919,1443919,140800,341100,1751
00
21#AC1_3_4_4,93,24,15,1,695358,1443919,1452919,1452919,1443919,1408
00
1#AC1_3_4_5,92,24,15,1,695344,1473797,1482797,1482797,1473797,140800,341100,1751
00
21#AC1_3_4_5,92,24,15,1,695344,1473797,1482797,1482797,1473797,1408
00
1#AC1_3_4_6,91,24,15,1,695330,1504143,1513143,1513143,1504143,140800,341100,1751
00
21#AC1_3_4_6,91,24,15,1,695330,1504143,1513143,1513143,1504143,1408
00
1#AC1_3_4_7,90,24,15,1,695316,1535587,1544587,1544587,1535587,140800,341100,1751
00
21#AC1_3_4_7,90,24,15,1,695316,1535587,1544587,1544587,1535587,1408
00
1#AC1_3_4_8,89,24,15,1,695302,1565561,1574561,1574561,1565561,140800,341100,1751
00
21#AC1_3_4_8,89,24,15,1,695302,1565561,1574561,1574561,1565561,1408
00
1#AC1_3_4_9,88,24,15,1,695288,1594008,1603008,1603008,1594008,140800,341100,1751
00
21#AC1_3_4_9,88,24,15,1,695288,1594008,1603008,1603008,1594008,1408
00
1#AC1_3_4_10,87,24,15,1,695274,1624382,1633382,1633382,1624382,140800,341100,1751
00
21#AC1_3_4_10,87,24,15,1,695274,1624382,1633382,1633382,1624382,1408
00
1#AC1_3_4_11,86,24,15,1,695260,1656296,1665296,1665296,1656296,140800,341100,1751
00
21#AC1_3_4_11,86,24,15,1,695260,1656296,1665296,1665296,1656296,1408
00
1#AC1_3_4_12,85,24,15,1,695246,1683839,1692839,1692839,1683839,140800,341100,1751
00
21#AC1_3_4_12,85,24,15,1,695246,1683839,1692839,1692839,1683839,1408
00
1#AC1_3_4_13,84,24,15,1,695232,1716415,1725415,1725415,1716415,140800,341100,1751
00
21#AC1_3_4_13,84,24,15,1,695232,1716415,1725415,1725415,1716415,1408
00
1#AC1_3_4_14,83,24,15,1,695218,1743490,1752490,1752490,1743490,140800,341100,1751
00
21#AC1_3_4_14,83,24,15,1,695218,1743490,1752490,1752490,1743490,1408
00
1#AC1_3_4_15,82,24,15,1,695200,1775296,1784296,1784296,1775296,140800,341100,1751
00
21#AC1_3_4_15,82,24,15,1,695200,1775296,1784296,1784296,1775296,1408
00
1#AC1_4_1_2,81,8,7,1,194200,2030,11030,11030,2030,140800,410000,35
0800
21#AC1_4_1_2,81,8,7,1,194200,2030,11030,11030,2030,14
0800
1#AC1_4_1_3,80,8,7,1,194162,24748,33748,33748,24748,140800,410000,35
0800
21#AC1_4_1_3,80,8,7,1,194162,24748,33748,33748,24748,14
0800
1#AC1_4_1_4,79,8,7,1,194124,46200,55200,55200,46200,140800,410000,35
0800
21#AC1_4_1_4,79,8,7,1,194124,46200,55200,55200,46200,14
0800
1#AC1_4_1_5,78,8,7,1,194086,68275,77275,77275,68275,140800,410000,35
0800
21#AC1_4_1_5,78,8,7,1,194086,68275,77275,77275,68275,14
0800
1#AC1_4_1_6,77,8,7,1,194048,90315,99315,99315,90315,140800,410000,35
0800
21#AC1_4_1_6,77,8,7,1,194048,90315,99315,99315,90315,14
0800
1#AC1_4_1_7,76,8,7,1,194010,113042,122042,122042,113042,140800,410000,35
0800
21#AC1_4_1_7,76,8,7,1,194010,113042,122042,122042,113042,14
0800
1#AC1_4_1_8,75,8,7,1,193972,134609,143609,143609,134609,140800,410000,35
0800
21#AC1_4_1_8,75,8,7,1,193972,134609,143609,143609,134609,14
0800
1#AC1_4_1_9,74,8,7,1,193934,156715,165715,165715,156715,140800,410000,35
0800
21#AC1_4_1_9,74,8,7,1,193934,156715,165715,165715,156715,14
0800
1#AC1_4_1_10,73,8,7,1,193896,178372,187372,187372,178372,140800,410000,35
0800
21#AC1_4_1_10,73,8,7,1,193896,178372,187372,187372,178372,14
0800
1#AC1_4_1_11,72,8,7,1,193858,201155,210155,210155,201155,140800,410000,35
0800
21#AC1_4_1_11,72,8,7,1,193858,201155,210155,210155,201155,14
0800
1#AC1_4_1_12,71,8,7,1,193820,224526,233526,233526,224526,140800,410000,35
0800
21#AC1_4_1_12,71,8,7,1,193820,224526,233526,233526,224526,14
0800
1#AC1_4_1_13,70,8,7,1,193782,246802,255802,255802,246802,140800,410000,35
0800
21#AC1_4_1_13,70,8,7,1,193782,246802,255802,255802,246802,14
0800
1#AC1_4_1_14,69,8,7,1,193744,267788,276788,276788,267788,140800,410000,35
0800
21#AC1_4_1_14,69,8,7,1,193744,267788,276788,276788,267788,14
0800
1#AC1_4_1_15,68,8,7,1,193706,290540,299540,299540,290540,140800,410000,35
0800
21#AC1_4_1_15,68,8,7,1,193706,290540,299540,299540,290540,14
0800
1#AC1_4_1_16,67,8,7,1,193668,312975,321975,321975,312975,140800,410000,35
0800
21#AC1_4_1_16,67,8,7,1,193668,312975,321975,321975,312975,14
0800
1#AC1_4_1_17,66,8,7,1,193630,335203,344203,344203,335203,140800,410000,35
0800
21#AC1_4_1_17,66,8,7,1,193630,335203,344203,344203,335203,14
0800
1#AC1_4_1_18,65,8,7,1,193592,357005,366005,366005,357005,140800,410000,35
0800
21#AC1_4_1_18,65,8,7,1,193592,357005,366005,366005,357005,14
0800
1#AC1_4_1_19,64,8,7,1,193554,379281,388281,388281,379281,140800,410000,35
0800
21#AC1_4_1_19,64,8,7,1,193554,379281,388281,388281,379281,14
0800
1#AC1_4_1_20,63,8,7,1,193516,400415,409415,409415,400415,140800,410000,35
0800
21#AC1_4_1_20,63,8,7,1,193516,400415,409415,409415,400415,14
0800
1#AC1_4_1_21,62,8,7,1,193478,422459,431459,431459,422459,140800,410000,35
0800
21#AC1_4_1_21,62,8,7,1,193478,422459,431459,431459,422459,14
0800
1#AC1_4_1_22,61,8,7,1,193440,444403,453403,453403,444403,140800,410000,35
0800
21#AC1_4_1_22,61,8,7,1,193440,444403,453403,453403,444403,14
0800
1#AC1_4_1_23,60,8,7,1,193400,465434,474434,474434,465434,140800,410000,35
0800
21#AC1_4_1_23,60,8,7,1,193400,465434,474434,474434,465434,14
0800
1#AC1_4_2_1,59,8,7,1,193800,490626,499626,499626,490626,140800,410000,35
0800
21#AC1_4_2_1,59,8,7,1,193800,490626,499626,499626,490626,14
0800
1#AC1_4_2_2,58,8,7,1,193814,512271,521271,521271,512271,140800,410000,35
0800
21#AC1_4_2_2,58,8,7,1,193814,512271,521271,521271,512271,14
0800
1#AC1_4_2_3,57,8,7,1,193828,534421,543421,543421,534421,140800,410000,35
0800
21#AC1_4_2_3,57,8,7,1,193828,534421,543421,543421,534421,14
0800
1#AC1_4_2_4,56,8,7,1,193842,556781,565781,565781,556781,140800,410000,35
0800
21#AC1_4_2_4,56,8,7,1,193842,556781,565781,565781,556781,14
0800
1#AC1_4_2_5,55,8,7,1,193856,578760,587760,587760,578760,140800,410000,35
0800
21#AC1_4_2_5,55,8,7,1,193856,578760,587760,587760,578760,14
0800
1#AC1_4_2_6,54,8,7,1,193870,600236,609236,609236,600236,140800,410000,35
0800
21#AC1_4_2_6,54,8,7,1,193870,600236,609236,609236,600236,14
0800
1#AC1_4_2_7,53,8,7,1,193884,621971,630971,630971,621971,140800,410000,35
0800
21#AC1_4_2_7,53,8,7,1,193884,621971,630971,630971,621971,14
0800
1#AC1_4_2_8,52,8,7,1,193898,644029,653029,653029,644029,140800,410000,35
0800
21#AC1_4_2_8,52,8,7,1,193898,644029,653029,653029,644029,14
0800
1#AC1_4_2_9,51,8,7,1,193912,666195,675195,675195,666195,140800,410000,35
0800
21#AC1_4_2_9,51,8,7,1,193912,666195,675195,675195,666195,14
0800
1#AC1_4_2_10,50,8,7,1,193926,688725,697725,697725,688725,140800,410000,35
0800
21#AC1_4_2_10,50,8,7,1,193926,688725,697725,697725,688725,14
0800
1#AC1_4_2_11,49,8,7,1,193940,711083,720083,720083,711083,140800,410000,35
0800
21#AC1_4_2_11,49,8,7,1,193940,711083,720083,720083,711083,14
0800
1#AC1_4_2_12,48,8,7,1,193954,733497,742497,742497,733497,140800,410000,35
0800
21#AC1_4_2_12,48,8,7,1,193954,733497,742497,742497,733497,14
0800
1#AC1_4_2_13,47,8,7,1,193968,755155,764155,764155,755155,140800,410000,35
0800
21#AC1_4_2_13,47,8,7,1,193968,755155,764155,764155,755155,14
0800
1#AC1_4_2_14,46,8,7,1,193982,776393,785393,785393,776393,140800,410000,35
0800
21#AC1_4_2_14,46,8,7,1,193982,776393,785393,785393,776393,14
0800
1#AC1_4_2_15,45,8,7,1,193996,798662,807662,807662,798662,140800,410000,35
0800
21#AC1_4_2_15,45,8,7,1,193996,798662,807662,807662,798662,14
0800
1#AC1_4_2_16,44,8,7,1,194010,821880,830880,830880,821880,140800,410000,35
0800
21#AC1_4_2_16,44,8,7,1,194010,821880,830880,830880,821880,14
0800
1#AC1_4_2_17,43,8,7,1,194024,843072,852072,852072,843072,140800,410000,35
0800
21#AC1_4_2_17,43,8,7,1,194024,843072,852072,852072,843072,14
0800
1#AC1_4_2_18,42,8,7,1,194038,865574,874574,874574,865574,140800,410000,35
0800
21#AC1_4_2_18,42,8,7,1,194038,865574,874574,874574,865574,14
0800
1#AC1_4_2_19,41,8,7,1,194052,888316,897316,897316,888316,140800,410000,35
0800
21#AC1_4_2_19,41,8,7,1,194052,888316,897316,897316,888316,14
0800
1#AC1_4_2_20,40,8,7,1,194066,910299,919299,919299,910299,140800,410000,35
0800
21#AC1_4_2_20,40,8,7,1,194066,910299,919299,919299,910299,14
0800
1#AC1_4_2_21,39,8,7,1,194080,931557,940557,940557,931557,140800,410000,35
0800
21#AC1_4_2_21,39,8,7,1,194080,931557,940557,940557,931557,14
0800
1#AC1_4_2_22,38,8,7,1,194094,954728,963728,963728,954728,140800,410000,35
0800
21#AC1_4_2_22,38,8,7,1,194094,954728,963728,963728,954728,14
0800
1#AC1_4_2_23,37,8,7,1,194100,976118,985118,985118,976118,140800,410000,35
0800
21#AC1_4_2_23,37,8,7,1,194100,976118,985118,985118,976118,14
0800
1#AC1_4_3_1,36,8,7,1,194000,998352,1007352,1007352,998352,140800,410000,35
0800
21#AC1_4_3_1,36,8,7,1,194000,998352,1007352,1007352,998352,14
0800
1#AC1_4_3_2,35,8,7,1,193991,1020315,1029315,1029315,1020315,140800,410000,35
0800
21#AC1_4_3_2,35,8,7,1,193991,1020315,1029315,1029315,1020315,14
0800
1#AC1_4_3_3,34,8,7,1,193982,1043039,1052039,1052039,1043039,140800,410000,35
0800
21#AC1_4_3_3,34,8,7,1,193982,1043039,1052039,1052039,1043039,14
0800
1#AC1_4_3_4,33,8,7,1,193973,1064592,1073592,1073592,1064592,140800,410000,35
0800
21#AC1_4_3_4,33,8,7,1,193973,1064592,1073592,1073592,1064592,14
0800
1#AC1_4_3_5,32,8,7,1,193964,1087822,1096822,1096822,1087822,140800,410000,35
0800
21#AC1_4_3_5,32,8,7,1,193964,1087822,1096822,1096822,1087822,14
0800
1#AC1_4_3_6,31,8,7,1,193955,1109572,1118572,1118572,1109572,140800,410000,35
0800
21#AC1_4_3_6,31,8,7,1,193955,1109572,1118572,1118572,1109572,14
0800
1#AC1_4_3_7,30,8,7,1,193946,1132166,1141166,1141166,1132166,140800,410000,35
0800
21#AC1_4_3_7,30,8,7,1,193946,1132166,1141166,1141166,1132166,14
0800
1#AC1_4_3_8,29,8,7,1,193937,1152774,1161774,1161774,1152774,140800,410000,35
0800
21#AC1_4_3_8,29,8,7,1,193937,1152774,1161774,1161774,1152774,14
0800
1#AC1_4_3_9,28,8,7,1,193928,1175466,1184466,1184466,1175466,140800,410000,35
0800
21#AC1_4_3_9,28,8,7,1,193928,1175466,1184466,1184466,1175466,14
0800
1#AC1_4_3_10,27,8,7,1,193919,1197591,1206591,1206591,1197591,140800,410000,35
0800
21#AC1_4_3_10,27,8,7,1,193919,1197591,1206591,1206591,1197591,14
0800
1#AC1_4_3_11,26,8,7,1,193910,1219608,1228608,1228608,1219608,140800,410000,35
0800
21#AC1_4_3_11,26,8,7,1,193910,1219608,1228608,1228608,1219608,14
0800
1#AC1_4_3_12,25,8,7,1,193901,1242513,1251513,1251513,1242513,140800,410000,35
0800
21#AC1_4_3_12,25,8,7,1,193901,1242513,1251513,1251513,1242513,14
0800
1#AC1_4_3_13,24,8,7,1,193892,1264529,1273529,1273529,1264529,140800,410000,35
0800
21#AC1_4_3_13,24,8,7,1,193892,1264529,1273529,1273529,1264529,14
0800
1#AC1_4_3_14,23,8,7,1,193883,1286661,1295661,1295661,1286661,140800,410000,35
0800
21#AC1_4_3_14,23,8,7,1,193883,1286661,1295661,1295661,1286661,14
0800
1#AC1_4_3_15,22,8,7,1,193874,1308258,1317258,1317258,1308258,140800,410000,35
0800
21#AC1_4_3_15,22,8,7,1,193874,1308258,1317258,1317258,1308258,14
0800
1#AC1_4_3_16,21,8,7,1,193865,1329722,1338722,1338722,1329722,140800,410000,35
0800
21#AC1_4_3_16,21,8,7,1,193865,1329722,1338722,1338722,1329722,14
0800
1#AC1_4_3_17,20,8,7,1,193856,1352755,1361755,1361755,1352755,140800,410000,35
0800
21#AC1_4_3_17,20,8,7,1,193856,1352755,1361755,1361755,1352755,14
0800
1#AC1_4_3_18,19,8,7,1,193847,1375362,1384362,1384362,1375362,140800,410000,35
0800
21#AC1_4_3_18,19,8,7,1,193847,1375362,1384362,1384362,1375362,14
0800
1#AC1_4_3_19,18,8,7,1,193838,1396430,1405430,1405430,1396430,140800,410000,35
0800
21#AC1_4_3_19,18,8,7,1,193838,1396430,1405430,1405430,1396430,14
0800
1#AC1_4_3_20,17,8,7,1,193829,1418507,1427507,1427507,1418507,140800,410000,35
0800
21#AC1_4_3_20,17,8,7,1,193829,1418507,1427507,1427507,1418507,14
0800
1#AC1_4_3_21,16,8,7,1,193820,1440567,1449567,1449567,1440567,140800,410000,35
0800
21#AC1_4_3_21,16,8,7,1,193820,1440567,1449567,1449567,1440567,14
0800
1#AC1_4_3_22,15,8,7,1,193811,1462028,1471028,1471028,1462028,140800,410000,35
0800
21#AC1_4_3_22,15,8,7,1,193811,1462028,1471028,1471028,1462028,14
0800
1#AC1_4_3_23,14,8,7,1,193800,1483716,1492716,1492716,1483716,140800,410000,35
0800
21#AC1_4_3_23,14,8,7,1,193800,1483716,1492716,1492716,1483716,14
0800
1#AC1_4_4_1,13,12,7,1,193900,1507153,1516153,1516153,1507153,140800,398000,2681
00
21#AC1_4_4_1,13,12,7,1,193900,1507153,1516153,1516153,1507153,1408
00
1#AC1_4_4_2,12,12,7,1,193900,1531102,1540102,1540102,1531102,140800,398000,2681
00
21#AC1_4_4_2,12,12,7,1,193900,1531102,1540102,1540102,1531102,1408
00
1#AC1_4_4_3,11,12,7,1,193900,1556071,1565071,1565071,1556071,140800,398000,2681
00
21#AC1_4_4_3,11,12,7,1,193900,1556071,1565071,1565071,1556071,1408
00
1#AC1_4_4_4,10,12,7,1,193900,1580612,1589612,1589612,1580612,140800,398000,2681
00
21#AC1_4_4_4,10,12,7,1,193900,1580612,1589612,1589612,1580612,1408
00
1#AC1_4_4_5,9,12,7,1,193900,1605001,1614001,1614001,1605001,140800,398000,2681
00
21#AC1_4_4_5,9,12,7,1,193900,1605001,1614001,1614001,1605001,1408
00
1#AC1_4_4_6,8,12,7,1,193900,1630310,1639310,1639310,1630310,140800,398000,2681
00
21#AC1_4_4_6,8,12,7,1,193900,1630310,1639310,1639310,1630310,1408
00
1#AC1_4_4_7,7,12,7,1,193900,1653466,1662466,1662466,1653466,140800,398000,2681
00
21#AC1_4_4_7,7,12,7,1,193900,1653466,1662466,1662466,1653466,1408
00
1#AC1_4_4_8,6,12,7,1,193900,1678938,1687938,1687938,1678938,140800,398000,2681
00
21#AC1_4_4_8,6,12,7,1,193900,1678938,1687938,1687938,1678938,1408
00
1#AC1_4_4_9,5,16,7,1,193900,1702708,1711708,1711708,1702708,140800,381000,2490
00
21#AC1_4_4_9,5,16,7,1,193900,1702708,1711708,1711708,1702708,1408
00
1#AC1_4_4_10,4,16,7,1,193900,1728880,1737880,1737880,1728880,140800,381000,2490
00
21#AC1_4_4_10,4,16,7,1,193900,1728880,1737880,1737880,1728880,1408
00
1#AC1_4_4_11,3,16,7,1,193900,1756368,1765368,1765368,1756368,140800,381000,2490
00
21#AC1_4_4_11,3,16,7,1,193900,1756368,1765368,1765368,1756368,1408
00
1#AC1_4_4_12,2,16,7,1,193900,1782817,1791817,1791817,1782817,140800,381000,2490
00
21#AC1_4_4_12,2,16,7,1,193900,1782817,1791817,1791817,1782817,1408
00
1#AC1_4_4_13,1,16,7,1,193900,1808399,1817399,1817399,1808399,140800,381000,2490
00
21#AC1_4_4_13,1,16,7,1,193900,1808399,1817399,1817399,1808399,1408
00
source/DeviceLibrary/StoreConfig/linePositions_2.csv
查看文件 @
d5c25d0
位置,优先级,高度,宽度,料仓ID,旋转轴库位点P2,升降轴库位出料前点P5,升降轴库位出料缓冲点P6,升降轴库位入料前点P3,升降轴库位入料缓冲点P4,进出轴库位点取料点P3
,压紧轴压紧点P2,压紧轴压紧前点P3
位置,优先级,高度,宽度,料仓ID,旋转轴库位点P2,升降轴库位出料前点P5,升降轴库位出料缓冲点P6,升降轴库位入料前点P3,升降轴库位入料缓冲点P4,进出轴库位点取料点P3
2
#AC1_0_1_1,315,32,15,2,307100,1294756,1303756,1303756,1294756,135000,304600,1572
00
2
2#AC1_0_1_1,315,32,15,2,307100,1294756,1303756,1303756,1294756,1350
00
2
#AC1_0_1_2,314,32,15,2,307073,1337224,1346224,1346224,1337224,135000,304600,1572
00
2
2#AC1_0_1_2,314,32,15,2,307073,1337224,1346224,1346224,1337224,1350
00
2
#AC1_0_1_3,313,32,15,2,307046,1384632,1393632,1393632,1384632,135000,304600,1572
00
2
2#AC1_0_1_3,313,32,15,2,307046,1384632,1393632,1393632,1384632,1350
00
2
#AC1_0_1_4,312,32,15,2,307019,1426735,1435735,1435735,1426735,135000,304600,1572
00
2
2#AC1_0_1_4,312,32,15,2,307019,1426735,1435735,1435735,1426735,1350
00
2
#AC1_0_1_5,311,32,15,2,306992,1471207,1480207,1480207,1471207,135000,304600,1572
00
2
2#AC1_0_1_5,311,32,15,2,306992,1471207,1480207,1480207,1471207,1350
00
2
#AC1_0_1_6,310,32,15,2,306965,1519300,1528300,1528300,1519300,135000,304600,1572
00
2
2#AC1_0_1_6,310,32,15,2,306965,1519300,1528300,1528300,1519300,1350
00
2
#AC1_0_1_7,309,32,15,2,306938,1561408,1570408,1570408,1561408,135000,304600,1572
00
2
2#AC1_0_1_7,309,32,15,2,306938,1561408,1570408,1570408,1561408,1350
00
2
#AC1_0_1_8,308,32,15,2,306911,1608992,1617992,1617992,1608992,135000,304600,1572
00
2
2#AC1_0_1_8,308,32,15,2,306911,1608992,1617992,1617992,1608992,1350
00
2
#AC1_0_1_9,307,32,15,2,306884,1651240,1660240,1660240,1651240,135000,304600,1572
00
2
2#AC1_0_1_9,307,32,15,2,306884,1651240,1660240,1660240,1651240,1350
00
2
#AC1_0_1_10,306,32,15,2,306857,1699104,1708104,1708104,1699104,135000,304600,1572
00
2
2#AC1_0_1_10,306,32,15,2,306857,1699104,1708104,1708104,1699104,1350
00
2
#AC1_0_1_11,305,32,15,2,306830,1740839,1749839,1749839,1740839,135000,304600,1572
00
2
2#AC1_0_1_11,305,32,15,2,306830,1740839,1749839,1749839,1740839,1350
00
2
#AC1_0_1_12,304,32,15,2,306800,1788561,1797561,1797561,1788561,135000,304600,1572
00
2
2#AC1_0_1_12,304,32,15,2,306800,1788561,1797561,1797561,1788561,1350
00
2
#AC1_1_1_2,303,8,7,2,421600,1245,10245,10245,1245,135000,410000,3508
00
2
2#AC1_1_1_2,303,8,7,2,421600,1245,10245,10245,1245,1350
00
2
#AC1_1_1_3,302,8,7,2,421600,24172,33172,33172,24172,135000,410000,3508
00
2
2#AC1_1_1_3,302,8,7,2,421600,24172,33172,33172,24172,1350
00
2
#AC1_1_1_4,301,8,7,2,421600,46246,55246,55246,46246,135000,410000,3508
00
2
2#AC1_1_1_4,301,8,7,2,421600,46246,55246,55246,46246,1350
00
2
#AC1_1_1_5,300,8,7,2,421600,67374,76374,76374,67374,135000,410000,3508
00
2
2#AC1_1_1_5,300,8,7,2,421600,67374,76374,76374,67374,1350
00
2
#AC1_1_1_6,299,8,7,2,421600,89602,98602,98602,89602,135000,410000,3508
00
2
2#AC1_1_1_6,299,8,7,2,421600,89602,98602,98602,89602,1350
00
2
#AC1_1_1_7,298,8,7,2,421600,112295,121295,121295,112295,135000,410000,3508
00
2
2#AC1_1_1_7,298,8,7,2,421600,112295,121295,121295,112295,1350
00
2
#AC1_1_1_8,297,8,7,2,421600,134237,143237,143237,134237,135000,410000,3508
00
2
2#AC1_1_1_8,297,8,7,2,421600,134237,143237,143237,134237,1350
00
2
#AC1_1_1_9,296,8,7,2,421600,155100,164100,164100,155100,135000,410000,3508
00
2
2#AC1_1_1_9,296,8,7,2,421600,155100,164100,164100,155100,1350
00
2
#AC1_1_1_10,295,8,7,2,421600,177198,186198,186198,177198,135000,410000,3508
00
2
2#AC1_1_1_10,295,8,7,2,421600,177198,186198,186198,177198,1350
00
2
#AC1_1_1_11,294,8,7,2,421600,200702,209702,209702,200702,135000,410000,3508
00
2
2#AC1_1_1_11,294,8,7,2,421600,200702,209702,209702,200702,1350
00
2
#AC1_1_1_12,293,8,7,2,421600,221637,230637,230637,221637,135000,410000,3508
00
2
2#AC1_1_1_12,293,8,7,2,421600,221637,230637,230637,221637,1350
00
2
#AC1_1_1_13,292,8,7,2,421600,245635,254635,254635,245635,135000,410000,3508
00
2
2#AC1_1_1_13,292,8,7,2,421600,245635,254635,254635,245635,1350
00
2
#AC1_1_1_14,291,8,7,2,421600,266197,275197,275197,266197,135000,410000,3508
00
2
2#AC1_1_1_14,291,8,7,2,421600,266197,275197,275197,266197,1350
00
2
#AC1_1_1_15,290,8,7,2,421600,289824,298824,298824,289824,135000,410000,3508
00
2
2#AC1_1_1_15,290,8,7,2,421600,289824,298824,298824,289824,1350
00
2
#AC1_1_1_16,289,8,7,2,421600,310493,319493,319493,310493,135000,410000,3508
00
2
2#AC1_1_1_16,289,8,7,2,421600,310493,319493,319493,310493,1350
00
2
#AC1_1_1_17,288,8,7,2,421600,333340,342340,342340,333340,135000,410000,3508
00
2
2#AC1_1_1_17,288,8,7,2,421600,333340,342340,342340,333340,1350
00
2
#AC1_1_1_18,287,8,7,2,421600,354944,363944,363944,354944,135000,410000,3508
00
2
2#AC1_1_1_18,287,8,7,2,421600,354944,363944,363944,354944,1350
00
2
#AC1_1_1_19,286,8,7,2,421600,376705,385705,385705,376705,135000,410000,3508
00
2
2#AC1_1_1_19,286,8,7,2,421600,376705,385705,385705,376705,1350
00
2
#AC1_1_1_20,285,8,7,2,421600,399812,408812,408812,399812,135000,410000,3508
00
2
2#AC1_1_1_20,285,8,7,2,421600,399812,408812,408812,399812,1350
00
2
#AC1_1_1_21,284,8,7,2,421600,421519,430519,430519,421519,135000,410000,3508
00
2
2#AC1_1_1_21,284,8,7,2,421600,421519,430519,430519,421519,1350
00
2
#AC1_1_1_22,283,8,7,2,421600,442898,451898,451898,442898,135000,410000,3508
00
2
2#AC1_1_1_22,283,8,7,2,421600,442898,451898,451898,442898,1350
00
2
#AC1_1_1_23,282,8,7,2,421600,465268,474268,474268,465268,135000,410000,3508
00
2
2#AC1_1_1_23,282,8,7,2,421600,465268,474268,474268,465268,1350
00
2
#AC1_1_2_1,281,8,7,2,421300,487163,496163,496163,487163,135000,410000,3508
00
2
2#AC1_1_2_1,281,8,7,2,421300,487163,496163,496163,487163,1350
00
2
#AC1_1_2_2,280,8,7,2,421300,509558,518558,518558,509558,135000,410000,3508
00
2
2#AC1_1_2_2,280,8,7,2,421300,509558,518558,518558,509558,1350
00
2
#AC1_1_2_3,279,8,7,2,421300,532283,541283,541283,532283,135000,410000,3508
00
2
2#AC1_1_2_3,279,8,7,2,421300,532283,541283,541283,532283,1350
00
2
#AC1_1_2_4,278,8,7,2,421300,553579,562579,562579,553579,135000,410000,3508
00
2
2#AC1_1_2_4,278,8,7,2,421300,553579,562579,562579,553579,1350
00
2
#AC1_1_2_5,277,8,7,2,421300,575401,584401,584401,575401,135000,410000,3508
00
2
2#AC1_1_2_5,277,8,7,2,421300,575401,584401,584401,575401,1350
00
2
#AC1_1_2_6,276,8,7,2,421300,598239,607239,607239,598239,135000,410000,3508
00
2
2#AC1_1_2_6,276,8,7,2,421300,598239,607239,607239,598239,1350
00
2
#AC1_1_2_7,275,8,7,2,421300,620170,629170,629170,620170,135000,410000,3508
00
2
2#AC1_1_2_7,275,8,7,2,421300,620170,629170,629170,620170,1350
00
2
#AC1_1_2_8,274,8,7,2,421300,641607,650607,650607,641607,135000,410000,3508
00
2
2#AC1_1_2_8,274,8,7,2,421300,641607,650607,650607,641607,1350
00
2
#AC1_1_2_9,273,8,7,2,421300,663666,672666,672666,663666,135000,410000,3508
00
2
2#AC1_1_2_9,273,8,7,2,421300,663666,672666,672666,663666,1350
00
2
#AC1_1_2_10,272,8,7,2,421300,685913,694913,694913,685913,135000,410000,3508
00
2
2#AC1_1_2_10,272,8,7,2,421300,685913,694913,694913,685913,1350
00
2
#AC1_1_2_11,271,8,7,2,421300,708996,717996,717996,708996,135000,410000,3508
00
2
2#AC1_1_2_11,271,8,7,2,421300,708996,717996,717996,708996,1350
00
2
#AC1_1_2_12,270,8,7,2,421300,731007,740007,740007,731007,135000,410000,3508
00
2
2#AC1_1_2_12,270,8,7,2,421300,731007,740007,740007,731007,1350
00
2
#AC1_1_2_13,269,8,7,2,421300,753101,762101,762101,753101,135000,410000,3508
00
2
2#AC1_1_2_13,269,8,7,2,421300,753101,762101,762101,753101,1350
00
2
#AC1_1_2_14,268,8,7,2,421300,774547,783547,783547,774547,135000,410000,3508
00
2
2#AC1_1_2_14,268,8,7,2,421300,774547,783547,783547,774547,1350
00
2
#AC1_1_2_15,267,8,7,2,421300,797333,806333,806333,797333,135000,410000,3508
00
2
2#AC1_1_2_15,267,8,7,2,421300,797333,806333,806333,797333,1350
00
2
#AC1_1_2_16,266,8,7,2,421300,818349,827349,827349,818349,135000,410000,3508
00
2
2#AC1_1_2_16,266,8,7,2,421300,818349,827349,827349,818349,1350
00
2
#AC1_1_2_17,265,8,7,2,421300,840670,849670,849670,840670,135000,410000,3508
00
2
2#AC1_1_2_17,265,8,7,2,421300,840670,849670,849670,840670,1350
00
2
#AC1_1_2_18,264,8,7,2,421300,863968,872968,872968,863968,135000,410000,3508
00
2
2#AC1_1_2_18,264,8,7,2,421300,863968,872968,872968,863968,1350
00
2
#AC1_1_2_19,263,8,7,2,421300,885869,894869,894869,885869,135000,410000,3508
00
2
2#AC1_1_2_19,263,8,7,2,421300,885869,894869,894869,885869,1350
00
2
#AC1_1_2_20,262,8,7,2,421300,907577,916577,916577,907577,135000,410000,3508
00
2
2#AC1_1_2_20,262,8,7,2,421300,907577,916577,916577,907577,1350
00
2
#AC1_1_2_21,261,8,7,2,421300,930327,939327,939327,930327,135000,410000,3508
00
2
2#AC1_1_2_21,261,8,7,2,421300,930327,939327,939327,930327,1350
00
2
#AC1_1_2_22,260,8,7,2,421300,952551,961551,961551,952551,135000,410000,3508
00
2
2#AC1_1_2_22,260,8,7,2,421300,952551,961551,961551,952551,1350
00
2
#AC1_1_2_23,259,8,7,2,421300,973634,982634,982634,973634,135000,410000,3508
00
2
2#AC1_1_2_23,259,8,7,2,421300,973634,982634,982634,973634,1350
00
2
#AC1_1_3_1,258,8,7,2,421100,996848,1005848,1005848,996848,135000,410000,3508
00
2
2#AC1_1_3_1,258,8,7,2,421100,996848,1005848,1005848,996848,1350
00
2
#AC1_1_3_2,257,8,7,2,421023,1018188,1027188,1027188,1018188,135000,410000,3508
00
2
2#AC1_1_3_2,257,8,7,2,421023,1018188,1027188,1027188,1018188,1350
00
2
#AC1_1_3_3,256,8,7,2,420946,1040726,1049726,1049726,1040726,135000,410000,3508
00
2
2#AC1_1_3_3,256,8,7,2,420946,1040726,1049726,1049726,1040726,1350
00
2
#AC1_1_3_4,255,8,7,2,420869,1063150,1072150,1072150,1063150,135000,410000,3508
00
2
2#AC1_1_3_4,255,8,7,2,420869,1063150,1072150,1072150,1063150,1350
00
2
#AC1_1_3_5,254,8,7,2,420792,1084920,1093920,1093920,1084920,135000,410000,3508
00
2
2#AC1_1_3_5,254,8,7,2,420792,1084920,1093920,1093920,1084920,1350
00
2
#AC1_1_3_6,253,8,7,2,420715,1107352,1116352,1116352,1107352,135000,410000,3508
00
2
2#AC1_1_3_6,253,8,7,2,420715,1107352,1116352,1116352,1107352,1350
00
2
#AC1_1_3_7,252,8,7,2,420638,1130095,1139095,1139095,1130095,135000,410000,3508
00
2
2#AC1_1_3_7,252,8,7,2,420638,1130095,1139095,1139095,1130095,1350
00
2
#AC1_1_3_8,251,8,7,2,420561,1151078,1160078,1160078,1151078,135000,410000,3508
00
2
2#AC1_1_3_8,251,8,7,2,420561,1151078,1160078,1160078,1151078,1350
00
2
#AC1_1_3_9,250,8,7,2,420484,1173403,1182403,1182403,1173403,135000,410000,3508
00
2
2#AC1_1_3_9,250,8,7,2,420484,1173403,1182403,1182403,1173403,1350
00
2
#AC1_1_3_10,249,8,7,2,420407,1196315,1205315,1205315,1196315,135000,410000,3508
00
2
2#AC1_1_3_10,249,8,7,2,420407,1196315,1205315,1205315,1196315,1350
00
2
#AC1_1_3_11,248,8,7,2,420330,1218538,1227538,1227538,1218538,135000,410000,3508
00
2
2#AC1_1_3_11,248,8,7,2,420330,1218538,1227538,1227538,1218538,1350
00
2
#AC1_1_3_12,247,8,7,2,420253,1239853,1248853,1248853,1239853,135000,410000,3508
00
2
2#AC1_1_3_12,247,8,7,2,420253,1239853,1248853,1248853,1239853,1350
00
2
#AC1_1_3_13,246,8,7,2,420176,1262938,1271938,1271938,1262938,135000,410000,3508
00
2
2#AC1_1_3_13,246,8,7,2,420176,1262938,1271938,1271938,1262938,1350
00
2
#AC1_1_3_14,245,8,7,2,420099,1284907,1293907,1293907,1284907,135000,410000,3508
00
2
2#AC1_1_3_14,245,8,7,2,420099,1284907,1293907,1293907,1284907,1350
00
2
#AC1_1_3_15,244,8,7,2,420022,1306981,1315981,1315981,1306981,135000,410000,3508
00
2
2#AC1_1_3_15,244,8,7,2,420022,1306981,1315981,1315981,1306981,1350
00
2
#AC1_1_3_16,243,8,7,2,419945,1328266,1337266,1337266,1328266,135000,410000,3508
00
2
2#AC1_1_3_16,243,8,7,2,419945,1328266,1337266,1337266,1328266,1350
00
2
#AC1_1_3_17,242,8,7,2,419868,1351101,1360101,1360101,1351101,135000,410000,3508
00
2
2#AC1_1_3_17,242,8,7,2,419868,1351101,1360101,1360101,1351101,1350
00
2
#AC1_1_3_18,241,8,7,2,419791,1373553,1382553,1382553,1373553,135000,410000,3508
00
2
2#AC1_1_3_18,241,8,7,2,419791,1373553,1382553,1382553,1373553,1350
00
2
#AC1_1_3_19,240,8,7,2,419714,1395548,1404548,1404548,1395548,135000,410000,3508
00
2
2#AC1_1_3_19,240,8,7,2,419714,1395548,1404548,1404548,1395548,1350
00
2
#AC1_1_3_20,239,8,7,2,419637,1416773,1425773,1425773,1416773,135000,410000,3508
00
2
2#AC1_1_3_20,239,8,7,2,419637,1416773,1425773,1425773,1416773,1350
00
2
#AC1_1_3_21,238,8,7,2,419560,1439926,1448926,1448926,1439926,135000,410000,3508
00
2
2#AC1_1_3_21,238,8,7,2,419560,1439926,1448926,1448926,1439926,1350
00
2
#AC1_1_3_22,237,8,7,2,419483,1461299,1470299,1470299,1461299,135000,410000,3508
00
2
2#AC1_1_3_22,237,8,7,2,419483,1461299,1470299,1470299,1461299,1350
00
2
#AC1_1_3_23,236,8,7,2,419400,1483345,1492345,1492345,1483345,135000,410000,3508
00
2
2#AC1_1_3_23,236,8,7,2,419400,1483345,1492345,1492345,1483345,1350
00
2
#AC1_1_4_1,235,12,7,2,419600,1505816,1514816,1514816,1505816,135000,398000,2681
00
2
2#AC1_1_4_1,235,12,7,2,419600,1505816,1514816,1514816,1505816,1350
00
2
#AC1_1_4_2,234,12,7,2,419583,1530264,1539264,1539264,1530264,135000,398000,2681
00
2
2#AC1_1_4_2,234,12,7,2,419583,1530264,1539264,1539264,1530264,1350
00
2
#AC1_1_4_3,233,12,7,2,419566,1555117,1564117,1564117,1555117,135000,398000,2681
00
2
2#AC1_1_4_3,233,12,7,2,419566,1555117,1564117,1564117,1555117,1350
00
2
#AC1_1_4_4,232,12,7,2,419549,1579641,1588641,1588641,1579641,135000,398000,2681
00
2
2#AC1_1_4_4,232,12,7,2,419549,1579641,1588641,1588641,1579641,1350
00
2
#AC1_1_4_5,231,12,7,2,419532,1603209,1612209,1612209,1603209,135000,398000,2681
00
2
2#AC1_1_4_5,231,12,7,2,419532,1603209,1612209,1612209,1603209,1350
00
2
#AC1_1_4_6,230,12,7,2,419515,1628973,1637973,1637973,1628973,135000,398000,2681
00
2
2#AC1_1_4_6,230,12,7,2,419515,1628973,1637973,1637973,1628973,1350
00
2
#AC1_1_4_7,229,12,7,2,419498,1653120,1662120,1662120,1653120,135000,398000,2681
00
2
2#AC1_1_4_7,229,12,7,2,419498,1653120,1662120,1662120,1653120,1350
00
2
#AC1_1_4_8,228,12,7,2,419481,1676352,1685352,1685352,1676352,135000,398000,2681
00
2
2#AC1_1_4_8,228,12,7,2,419481,1676352,1685352,1685352,1676352,1350
00
2
#AC1_1_4_9,227,16,7,2,419464,1701324,1710324,1710324,1701324,135000,381000,249
000
2
2#AC1_1_4_9,227,16,7,2,419464,1701324,1710324,1710324,1701324,135
000
2
#AC1_1_4_10,226,16,7,2,419447,1728752,1737752,1737752,1728752,135000,381000,249
000
2
2#AC1_1_4_10,226,16,7,2,419447,1728752,1737752,1737752,1728752,135
000
2
#AC1_1_4_11,225,16,7,2,419430,1754754,1763754,1763754,1754754,135000,381000,249
000
2
2#AC1_1_4_11,225,16,7,2,419430,1754754,1763754,1763754,1754754,135
000
2
#AC1_1_4_12,224,16,7,2,419413,1782005,1791005,1791005,1782005,135000,381000,249
000
2
2#AC1_1_4_12,224,16,7,2,419413,1782005,1791005,1791005,1782005,135
000
2
#AC1_1_4_13,223,16,7,2,419400,1807371,1816371,1816371,1807371,135000,381000,249
000
2
2#AC1_1_4_13,223,16,7,2,419400,1807371,1816371,1816371,1807371,135
000
2
#AC1_2_1_2,222,12,15,2,536800,6206,15206,15206,6206,135000,398000,2681
00
2
2#AC1_2_1_2,222,12,15,2,536800,6206,15206,15206,6206,1350
00
2
#AC1_2_1_3,221,12,15,2,536754,38675,47675,47675,38675,135000,398000,2681
00
2
2#AC1_2_1_3,221,12,15,2,536754,38675,47675,47675,38675,1350
00
2
#AC1_2_1_4,220,12,15,2,536708,65777,74777,74777,65777,135000,398000,2681
00
2
2#AC1_2_1_4,220,12,15,2,536708,65777,74777,74777,65777,1350
00
2
#AC1_2_1_5,219,12,15,2,536662,98571,107571,107571,98571,135000,398000,2681
00
2
2#AC1_2_1_5,219,12,15,2,536662,98571,107571,107571,98571,1350
00
2
#AC1_2_1_6,218,12,15,2,536616,127008,136008,136008,127008,135000,398000,2681
00
2
2#AC1_2_1_6,218,12,15,2,536616,127008,136008,136008,127008,1350
00
2
#AC1_2_1_7,217,12,15,2,536570,159321,168321,168321,159321,135000,398000,2681
00
2
2#AC1_2_1_7,217,12,15,2,536570,159321,168321,168321,159321,1350
00
2
#AC1_2_1_8,216,12,15,2,536524,186702,195702,195702,186702,135000,398000,2681
00
2
2#AC1_2_1_8,216,12,15,2,536524,186702,195702,195702,186702,1350
00
2
#AC1_2_1_9,215,12,15,2,536478,216526,225526,225526,216526,135000,398000,2681
00
2
2#AC1_2_1_9,215,12,15,2,536478,216526,225526,225526,216526,1350
00
2
#AC1_2_1_10,214,12,15,2,536432,247295,256295,256295,247295,135000,398000,2681
00
2
2#AC1_2_1_10,214,12,15,2,536432,247295,256295,256295,247295,1350
00
2
#AC1_2_1_11,213,12,15,2,536386,277583,286583,286583,277583,135000,398000,2681
00
2
2#AC1_2_1_11,213,12,15,2,536386,277583,286583,286583,277583,1350
00
2
#AC1_2_1_12,212,12,15,2,536340,309276,318276,318276,309276,135000,398000,2681
00
2
2#AC1_2_1_12,212,12,15,2,536340,309276,318276,318276,309276,1350
00
2
#AC1_2_1_13,211,12,15,2,536294,339494,348494,348494,339494,135000,398000,2681
00
2
2#AC1_2_1_13,211,12,15,2,536294,339494,348494,348494,339494,1350
00
2
#AC1_2_1_14,210,12,15,2,536248,369423,378423,378423,369423,135000,398000,2681
00
2
2#AC1_2_1_14,210,12,15,2,536248,369423,378423,378423,369423,1350
00
2
#AC1_2_1_15,209,12,15,2,536200,399744,408744,408744,399744,135000,398000,2681
00
2
2#AC1_2_1_15,209,12,15,2,536200,399744,408744,408744,399744,1350
00
2
#AC1_2_2_1,208,12,15,2,536300,426893,435893,435893,426893,135000,398000,2681
00
2
2#AC1_2_2_1,208,12,15,2,536300,426893,435893,435893,426893,1350
00
2
#AC1_2_2_2,207,12,15,2,536250,459248,468248,468248,459248,135000,398000,2681
00
2
2#AC1_2_2_2,207,12,15,2,536250,459248,468248,468248,459248,1350
00
2
#AC1_2_2_3,206,12,15,2,536200,486898,495898,495898,486898,135000,398000,2681
00
2
2#AC1_2_2_3,206,12,15,2,536200,486898,495898,495898,486898,1350
00
2
#AC1_2_2_4,205,12,15,2,536150,519846,528846,528846,519846,135000,398000,2681
00
2
2#AC1_2_2_4,205,12,15,2,536150,519846,528846,528846,519846,1350
00
2
#AC1_2_2_5,204,12,15,2,536100,550203,559203,559203,550203,135000,398000,2681
00
2
2#AC1_2_2_5,204,12,15,2,536100,550203,559203,559203,550203,1350
00
2
#AC1_2_2_6,203,12,15,2,536050,577749,586749,586749,577749,135000,398000,2681
00
2
2#AC1_2_2_6,203,12,15,2,536050,577749,586749,586749,577749,1350
00
2
#AC1_2_2_7,202,12,15,2,536000,607189,616189,616189,607189,135000,398000,2681
00
2
2#AC1_2_2_7,202,12,15,2,536000,607189,616189,616189,607189,1350
00
2
#AC1_2_2_8,201,12,15,2,535950,640378,649378,649378,640378,135000,398000,2681
00
2
2#AC1_2_2_8,201,12,15,2,535950,640378,649378,649378,640378,1350
00
2
#AC1_2_2_9,200,12,15,2,535900,667459,676459,676459,667459,135000,398000,2681
00
2
2#AC1_2_2_9,200,12,15,2,535900,667459,676459,676459,667459,1350
00
2
#AC1_2_2_10,199,12,15,2,535850,698284,707284,707284,698284,135000,398000,2681
00
2
2#AC1_2_2_10,199,12,15,2,535850,698284,707284,707284,698284,1350
00
2
#AC1_2_2_11,198,12,15,2,535800,730457,739457,739457,730457,135000,398000,2681
00
2
2#AC1_2_2_11,198,12,15,2,535800,730457,739457,739457,730457,1350
00
2
#AC1_2_2_12,197,12,15,2,535750,758189,767189,767189,758189,135000,398000,2681
00
2
2#AC1_2_2_12,197,12,15,2,535750,758189,767189,767189,758189,1350
00
2
#AC1_2_2_13,196,12,15,2,535700,787946,796946,796946,787946,135000,398000,2681
00
2
2#AC1_2_2_13,196,12,15,2,535700,787946,796946,796946,787946,1350
00
2
#AC1_2_2_14,195,12,15,2,535650,820912,829912,829912,820912,135000,398000,2681
00
2
2#AC1_2_2_14,195,12,15,2,535650,820912,829912,829912,820912,1350
00
2
#AC1_2_2_15,194,12,15,2,535600,850519,859519,859519,850519,135000,398000,2681
00
2
2#AC1_2_2_15,194,12,15,2,535600,850519,859519,859519,850519,1350
00
2
#AC1_2_3_1,193,12,15,2,535300,882071,891071,891071,882071,135000,398000,2681
00
2
2#AC1_2_3_1,193,12,15,2,535300,882071,891071,891071,882071,1350
00
2
#AC1_2_3_2,192,12,15,2,535300,908543,917543,917543,908543,135000,398000,2681
00
2
2#AC1_2_3_2,192,12,15,2,535300,908543,917543,917543,908543,1350
00
2
#AC1_2_3_3,191,12,15,2,535300,939268,948268,948268,939268,135000,398000,2681
00
2
2#AC1_2_3_3,191,12,15,2,535300,939268,948268,948268,939268,1350
00
2
#AC1_2_3_4,190,12,15,2,535300,972217,981217,981217,972217,135000,398000,2681
00
2
2#AC1_2_3_4,190,12,15,2,535300,972217,981217,981217,972217,1350
00
2
#AC1_2_3_5,189,12,15,2,535300,1002629,1011629,1011629,1002629,135000,398000,2681
00
2
2#AC1_2_3_5,189,12,15,2,535300,1002629,1011629,1011629,1002629,1350
00
2
#AC1_2_3_6,188,12,15,2,535300,1030089,1039089,1039089,1030089,135000,398000,2681
00
2
2#AC1_2_3_6,188,12,15,2,535300,1030089,1039089,1039089,1030089,1350
00
2
#AC1_2_3_7,187,12,15,2,535300,1060391,1069391,1069391,1060391,135000,398000,2681
00
2
2#AC1_2_3_7,187,12,15,2,535300,1060391,1069391,1069391,1060391,1350
00
2
#AC1_2_3_8,186,12,15,2,535300,1090485,1099485,1099485,1090485,135000,398000,2681
00
2
2#AC1_2_3_8,186,12,15,2,535300,1090485,1099485,1099485,1090485,1350
00
2
#AC1_2_3_9,185,12,15,2,535300,1122823,1131823,1131823,1122823,135000,398000,2681
00
2
2#AC1_2_3_9,185,12,15,2,535300,1122823,1131823,1131823,1122823,1350
00
2
#AC1_2_3_10,184,12,15,2,535300,1152838,1161838,1161838,1152838,135000,398000,2681
00
2
2#AC1_2_3_10,184,12,15,2,535300,1152838,1161838,1161838,1152838,1350
00
2
#AC1_2_3_11,183,12,15,2,535300,1179743,1188743,1188743,1179743,135000,398000,2681
00
2
2#AC1_2_3_11,183,12,15,2,535300,1179743,1188743,1188743,1179743,1350
00
2
#AC1_2_3_12,182,12,15,2,535300,1210100,1219100,1219100,1210100,135000,398000,2681
00
2
2#AC1_2_3_12,182,12,15,2,535300,1210100,1219100,1219100,1210100,1350
00
2
#AC1_2_3_13,181,12,15,2,535300,1240491,1249491,1249491,1240491,135000,398000,2681
00
2
2#AC1_2_3_13,181,12,15,2,535300,1240491,1249491,1249491,1240491,1350
00
2
#AC1_2_3_14,180,12,15,2,535300,1272971,1281971,1281971,1272971,135000,398000,2681
00
2
2#AC1_2_3_14,180,12,15,2,535300,1272971,1281971,1281971,1272971,1350
00
2
#AC1_2_3_15,179,12,15,2,535300,1300098,1309098,1309098,1300098,135000,398000,2681
00
2
2#AC1_2_3_15,179,12,15,2,535300,1300098,1309098,1309098,1300098,1350
00
2
#AC1_2_4_1,178,12,15,2,535200,1332936,1341936,1341936,1332936,135000,398000,2681
00
2
2#AC1_2_4_1,178,12,15,2,535200,1332936,1341936,1341936,1332936,1350
00
2
#AC1_2_4_2,177,12,15,2,535200,1359851,1368851,1368851,1359851,135000,398000,2681
00
2
2#AC1_2_4_2,177,12,15,2,535200,1359851,1368851,1368851,1359851,1350
00
2
#AC1_2_4_3,176,12,15,2,535200,1391107,1400107,1400107,1391107,135000,398000,2681
00
2
2#AC1_2_4_3,176,12,15,2,535200,1391107,1400107,1400107,1391107,1350
00
2
#AC1_2_4_4,175,12,15,2,535200,1420780,1429780,1429780,1420780,135000,398000,2681
00
2
2#AC1_2_4_4,175,12,15,2,535200,1420780,1429780,1429780,1420780,1350
00
2
#AC1_2_4_5,174,12,15,2,535200,1454115,1463115,1463115,1454115,135000,398000,2681
00
2
2#AC1_2_4_5,174,12,15,2,535200,1454115,1463115,1463115,1454115,1350
00
2
#AC1_2_4_6,173,12,15,2,535200,1481974,1490974,1490974,1481974,135000,398000,2681
00
2
2#AC1_2_4_6,173,12,15,2,535200,1481974,1490974,1490974,1481974,1350
00
2
#AC1_2_4_7,172,12,15,2,535200,1514241,1523241,1523241,1514241,135000,398000,2681
00
2
2#AC1_2_4_7,172,12,15,2,535200,1514241,1523241,1523241,1514241,1350
00
2
#AC1_2_4_8,171,12,15,2,535200,1541342,1550342,1550342,1541342,135000,398000,2681
00
2
2#AC1_2_4_8,171,12,15,2,535200,1541342,1550342,1550342,1541342,1350
00
2
#AC1_2_4_9,170,12,15,2,535200,1573438,1582438,1582438,1573438,135000,398000,2681
00
2
2#AC1_2_4_9,170,12,15,2,535200,1573438,1582438,1582438,1573438,1350
00
2
#AC1_2_4_10,169,12,15,2,535200,1600842,1609842,1609842,1600842,135000,398000,2681
00
2
2#AC1_2_4_10,169,12,15,2,535200,1600842,1609842,1609842,1600842,1350
00
2
#AC1_2_4_11,168,12,15,2,535200,1633493,1642493,1642493,1633493,135000,398000,2681
00
2
2#AC1_2_4_11,168,12,15,2,535200,1633493,1642493,1642493,1633493,1350
00
2
#AC1_2_4_12,167,12,15,2,535200,1661066,1670066,1670066,1661066,135000,398000,2681
00
2
2#AC1_2_4_12,167,12,15,2,535200,1661066,1670066,1670066,1661066,1350
00
2
#AC1_2_4_13,166,12,15,2,535200,1693351,1702351,1702351,1693351,135000,398000,2681
00
2
2#AC1_2_4_13,166,12,15,2,535200,1693351,1702351,1702351,1693351,1350
00
2
#AC1_2_4_14,165,12,15,2,535200,1723492,1732492,1732492,1723492,135000,398000,2681
00
2
2#AC1_2_4_14,165,12,15,2,535200,1723492,1732492,1732492,1723492,1350
00
2
#AC1_2_4_15,164,12,15,2,535200,1754367,1763367,1763367,1754367,135000,398000,2681
00
2
2#AC1_2_4_15,164,12,15,2,535200,1754367,1763367,1763367,1754367,1350
00
2
#AC1_3_1_2,163,12,15,2,663200,19692,28692,28692,19692,135000,398000,2681
00
2
2#AC1_3_1_2,163,12,15,2,663200,19692,28692,28692,19692,1350
00
2
#AC1_3_1_3,162,12,15,2,663162,59185,68185,68185,59185,135000,398000,2681
00
2
2#AC1_3_1_3,162,12,15,2,663162,59185,68185,68185,59185,1350
00
2
#AC1_3_1_4,161,12,15,2,663124,97869,106869,106869,97869,135000,398000,2681
00
2
2#AC1_3_1_4,161,12,15,2,663124,97869,106869,106869,97869,1350
00
2
#AC1_3_1_5,160,12,15,2,663086,133056,142056,142056,133056,135000,398000,2681
00
2
2#AC1_3_1_5,160,12,15,2,663086,133056,142056,142056,133056,1350
00
2
#AC1_3_1_6,159,12,15,2,663048,172821,181821,181821,172821,135000,398000,2681
00
2
2#AC1_3_1_6,159,12,15,2,663048,172821,181821,181821,172821,1350
00
2
#AC1_3_1_7,158,12,15,2,663010,210816,219816,219816,210816,135000,398000,2681
00
2
2#AC1_3_1_7,158,12,15,2,663010,210816,219816,219816,210816,1350
00
2
#AC1_3_1_8,157,12,15,2,662972,246593,255593,255593,246593,135000,398000,2681
00
2
2#AC1_3_1_8,157,12,15,2,662972,246593,255593,255593,246593,1350
00
2
#AC1_3_1_9,156,12,15,2,662934,286163,295163,295163,286163,135000,398000,2681
00
2
2#AC1_3_1_9,156,12,15,2,662934,286163,295163,295163,286163,1350
00
2
#AC1_3_1_10,155,12,15,2,662896,324629,333629,333629,324629,135000,398000,2681
00
2
2#AC1_3_1_10,155,12,15,2,662896,324629,333629,333629,324629,1350
00
2
#AC1_3_1_11,154,12,15,2,662858,362907,371907,371907,362907,135000,398000,2681
00
2
2#AC1_3_1_11,154,12,15,2,662858,362907,371907,371907,362907,1350
00
2
#AC1_3_1_12,153,12,15,2,662820,401444,410444,410444,401444,135000,398000,2681
00
2
2#AC1_3_1_12,153,12,15,2,662820,401444,410444,410444,401444,1350
00
2
#AC1_3_1_13,152,12,15,2,662782,438223,447223,447223,438223,135000,398000,2681
00
2
2#AC1_3_1_13,152,12,15,2,662782,438223,447223,447223,438223,1350
00
2
#AC1_3_1_14,151,12,15,2,662744,475968,484968,484968,475968,135000,398000,2681
00
2
2#AC1_3_1_14,151,12,15,2,662744,475968,484968,484968,475968,1350
00
2
#AC1_3_1_15,150,12,15,2,662700,514117,523117,523117,514117,135000,398000,2681
00
2
2#AC1_3_1_15,150,12,15,2,662700,514117,523117,523117,514117,1350
00
2
#AC1_3_2_1,149,16,15,2,662600,552247,561247,561247,552247,135000,381000,249
000
2
2#AC1_3_2_1,149,16,15,2,662600,552247,561247,561247,552247,135
000
2
#AC1_3_2_2,148,16,15,2,662564,587110,596110,596110,587110,135000,381000,249
000
2
2#AC1_3_2_2,148,16,15,2,662564,587110,596110,596110,587110,135
000
2
#AC1_3_2_3,147,16,15,2,662528,619267,628267,628267,619267,135000,381000,249
000
2
2#AC1_3_2_3,147,16,15,2,662528,619267,628267,628267,619267,135
000
2
#AC1_3_2_4,146,16,15,2,662492,652840,661840,661840,652840,135000,381000,249
000
2
2#AC1_3_2_4,146,16,15,2,662492,652840,661840,661840,652840,135
000
2
#AC1_3_2_5,145,16,15,2,662456,688192,697192,697192,688192,135000,381000,249
000
2
2#AC1_3_2_5,145,16,15,2,662456,688192,697192,697192,688192,135
000
2
#AC1_3_2_6,144,16,15,2,662420,721494,730494,730494,721494,135000,381000,249
000
2
2#AC1_3_2_6,144,16,15,2,662420,721494,730494,730494,721494,135
000
2
#AC1_3_2_7,143,16,15,2,662384,753361,762361,762361,753361,135000,381000,249
000
2
2#AC1_3_2_7,143,16,15,2,662384,753361,762361,762361,753361,135
000
2
#AC1_3_2_8,142,16,15,2,662348,786558,795558,795558,786558,135000,381000,249
000
2
2#AC1_3_2_8,142,16,15,2,662348,786558,795558,795558,786558,135
000
2
#AC1_3_2_9,141,16,15,2,662312,821557,830557,830557,821557,135000,381000,249
000
2
2#AC1_3_2_9,141,16,15,2,662312,821557,830557,830557,821557,135
000
2
#AC1_3_2_10,140,16,15,2,662276,854933,863933,863933,854933,135000,381000,249
000
2
2#AC1_3_2_10,140,16,15,2,662276,854933,863933,863933,854933,135
000
2
#AC1_3_2_11,139,16,15,2,662240,887238,896238,896238,887238,135000,381000,249
000
2
2#AC1_3_2_11,139,16,15,2,662240,887238,896238,896238,887238,135
000
2
#AC1_3_2_12,138,16,15,2,662200,919925,928925,928925,919925,135000,381000,249
000
2
2#AC1_3_2_12,138,16,15,2,662200,919925,928925,928925,919925,135
000
2
#AC1_3_3_1,137,16,15,2,662000,954377,963377,963377,954377,135000,381000,249
000
2
2#AC1_3_3_1,137,16,15,2,662000,954377,963377,963377,954377,135
000
2
#AC1_3_3_2,136,16,15,2,661964,988280,997280,997280,988280,135000,381000,249
000
2
2#AC1_3_3_2,136,16,15,2,661964,988280,997280,997280,988280,135
000
2
#AC1_3_3_3,135,16,15,2,661928,1022207,1031207,1031207,1022207,135000,381000,249
000
2
2#AC1_3_3_3,135,16,15,2,661928,1022207,1031207,1031207,1022207,135
000
2
#AC1_3_3_4,134,16,15,2,661892,1056138,1065138,1065138,1056138,135000,381000,249
000
2
2#AC1_3_3_4,134,16,15,2,661892,1056138,1065138,1065138,1056138,135
000
2
#AC1_3_3_5,133,16,15,2,661856,1087138,1096138,1096138,1087138,135000,381000,249
000
2
2#AC1_3_3_5,133,16,15,2,661856,1087138,1096138,1096138,1087138,135
000
2
#AC1_3_3_6,132,16,15,2,661820,1120033,1129033,1129033,1120033,135000,381000,249
000
2
2#AC1_3_3_6,132,16,15,2,661820,1120033,1129033,1129033,1120033,135
000
2
#AC1_3_3_7,131,16,15,2,661784,1153616,1162616,1162616,1153616,135000,381000,249
000
2
2#AC1_3_3_7,131,16,15,2,661784,1153616,1162616,1162616,1153616,135
000
2
#AC1_3_3_8,130,16,15,2,661748,1186843,1195843,1195843,1186843,135000,381000,249
000
2
2#AC1_3_3_8,130,16,15,2,661748,1186843,1195843,1195843,1186843,135
000
2
#AC1_3_3_9,129,16,15,2,661712,1222289,1231289,1231289,1222289,135000,381000,249
000
2
2#AC1_3_3_9,129,16,15,2,661712,1222289,1231289,1231289,1222289,135
000
2
#AC1_3_3_10,128,16,15,2,661676,1253791,1262791,1262791,1253791,135000,381000,249
000
2
2#AC1_3_3_10,128,16,15,2,661676,1253791,1262791,1262791,1253791,135
000
2
#AC1_3_3_11,127,16,15,2,661640,1288663,1297663,1297663,1288663,135000,381000,249
000
2
2#AC1_3_3_11,127,16,15,2,661640,1288663,1297663,1297663,1288663,135
000
2
#AC1_3_3_12,126,16,15,2,661600,1320851,1329851,1329851,1320851,135000,381000,249
000
2
2#AC1_3_3_12,126,16,15,2,661600,1320851,1329851,1329851,1320851,135
000
2
#AC1_3_4_1,125,24,15,2,661600,1356281,1365281,1365281,1356281,135000,341100,1751
00
2
2#AC1_3_4_1,125,24,15,2,661600,1356281,1365281,1365281,1356281,1350
00
2
#AC1_3_4_2,124,24,15,2,661600,1384482,1393482,1393482,1384482,135000,341100,1751
00
2
2#AC1_3_4_2,124,24,15,2,661600,1384482,1393482,1393482,1384482,1350
00
2
#AC1_3_4_3,123,24,15,2,661600,1416967,1425967,1425967,1416967,135000,341100,1751
00
2
2#AC1_3_4_3,123,24,15,2,661600,1416967,1425967,1425967,1416967,1350
00
2
#AC1_3_4_4,122,24,15,2,661600,1446268,1455268,1455268,1446268,135000,341100,1751
00
2
2#AC1_3_4_4,122,24,15,2,661600,1446268,1455268,1455268,1446268,1350
00
2
#AC1_3_4_5,121,24,15,2,661600,1476742,1485742,1485742,1476742,135000,341100,1751
00
2
2#AC1_3_4_5,121,24,15,2,661600,1476742,1485742,1485742,1476742,1350
00
2
#AC1_3_4_6,120,24,15,2,661600,1506670,1515670,1515670,1506670,135000,341100,1751
00
2
2#AC1_3_4_6,120,24,15,2,661600,1506670,1515670,1515670,1506670,1350
00
2
#AC1_3_4_7,119,24,15,2,661600,1534094,1543094,1543094,1534094,135000,341100,1751
00
2
2#AC1_3_4_7,119,24,15,2,661600,1534094,1543094,1543094,1534094,1350
00
2
#AC1_3_4_8,118,24,15,2,661600,1566927,1575927,1575927,1566927,135000,341100,1751
00
2
2#AC1_3_4_8,118,24,15,2,661600,1566927,1575927,1575927,1566927,1350
00
2
#AC1_3_4_9,117,24,15,2,661600,1594996,1603996,1603996,1594996,135000,341100,1751
00
2
2#AC1_3_4_9,117,24,15,2,661600,1594996,1603996,1603996,1594996,1350
00
2
#AC1_3_4_10,116,24,15,2,661600,1627467,1636467,1636467,1627467,135000,341100,1751
00
2
2#AC1_3_4_10,116,24,15,2,661600,1627467,1636467,1636467,1627467,1350
00
2
#AC1_3_4_11,115,24,15,2,661600,1657465,1666465,1666465,1657465,135000,341100,1751
00
2
2#AC1_3_4_11,115,24,15,2,661600,1657465,1666465,1666465,1657465,1350
00
2
#AC1_3_4_12,114,24,15,2,661600,1687648,1696648,1696648,1687648,135000,341100,1751
00
2
2#AC1_3_4_12,114,24,15,2,661600,1687648,1696648,1696648,1687648,1350
00
2
#AC1_3_4_13,113,24,15,2,661600,1715350,1724350,1724350,1715350,135000,341100,1751
00
2
2#AC1_3_4_13,113,24,15,2,661600,1715350,1724350,1724350,1715350,1350
00
2
#AC1_3_4_14,112,24,15,2,661600,1744970,1753970,1753970,1744970,135000,341100,1751
00
2
2#AC1_3_4_14,112,24,15,2,661600,1744970,1753970,1753970,1744970,1350
00
2
#AC1_3_4_15,111,24,15,2,661600,1775609,1784609,1784609,1775609,135000,341100,1751
00
2
2#AC1_3_4_15,111,24,15,2,661600,1775609,1784609,1784609,1775609,1350
00
2
#AC1_4_1_2,110,16,15,2,56200,15058,24058,24058,15058,135000,381000,249
000
2
2#AC1_4_1_2,110,16,15,2,56200,15058,24058,24058,15058,135
000
2
#AC1_4_1_3,109,16,15,2,56200,50478,59478,59478,50478,135000,381000,249
000
2
2#AC1_4_1_3,109,16,15,2,56200,50478,59478,59478,50478,135
000
2
#AC1_4_1_4,108,16,15,2,56200,83941,92941,92941,83941,135000,381000,249
000
2
2#AC1_4_1_4,108,16,15,2,56200,83941,92941,92941,83941,135
000
2
#AC1_4_1_5,107,16,15,2,56200,115687,124687,124687,115687,135000,381000,249
000
2
2#AC1_4_1_5,107,16,15,2,56200,115687,124687,124687,115687,135
000
2
#AC1_4_1_6,106,16,15,2,56200,148976,157976,157976,148976,135000,381000,249
000
2
2#AC1_4_1_6,106,16,15,2,56200,148976,157976,157976,148976,135
000
2
#AC1_4_1_7,105,16,15,2,56200,184601,193601,193601,184601,135000,381000,249
000
2
2#AC1_4_1_7,105,16,15,2,56200,184601,193601,193601,184601,135
000
2
#AC1_4_1_8,104,16,15,2,56200,216019,225019,225019,216019,135000,381000,249
000
2
2#AC1_4_1_8,104,16,15,2,56200,216019,225019,225019,216019,135
000
2
#AC1_4_1_9,103,16,15,2,56200,249937,258937,258937,249937,135000,381000,249
000
2
2#AC1_4_1_9,103,16,15,2,56200,249937,258937,258937,249937,135
000
2
#AC1_4_1_10,102,16,15,2,56200,285061,294061,294061,285061,135000,381000,249
000
2
2#AC1_4_1_10,102,16,15,2,56200,285061,294061,294061,285061,135
000
2
#AC1_4_1_11,101,16,15,2,56200,318342,327342,327342,318342,135000,381000,249
000
2
2#AC1_4_1_11,101,16,15,2,56200,318342,327342,327342,318342,135
000
2
#AC1_4_1_12,100,16,15,2,56200,349830,358830,358830,349830,135000,381000,249
000
2
2#AC1_4_1_12,100,16,15,2,56200,349830,358830,358830,349830,135
000
2
#AC1_4_1_13,99,16,15,2,56200,383070,392070,392070,383070,135000,381000,249
000
2
2#AC1_4_1_13,99,16,15,2,56200,383070,392070,392070,383070,135
000
2
#AC1_4_1_14,98,16,15,2,56200,418067,427067,427067,418067,135000,381000,249
000
2
2#AC1_4_1_14,98,16,15,2,56200,418067,427067,427067,418067,135
000
2
#AC1_4_2_1,97,16,15,2,56000,450573,459573,459573,450573,135000,381000,249
000
2
2#AC1_4_2_1,97,16,15,2,56000,450573,459573,459573,450573,135
000
2
#AC1_4_2_2,96,16,15,2,55962,484228,493228,493228,484228,135000,381000,249
000
2
2#AC1_4_2_2,96,16,15,2,55962,484228,493228,493228,484228,135
000
2
#AC1_4_2_3,95,16,15,2,55924,518671,527671,527671,518671,135000,381000,249
000
2
2#AC1_4_2_3,95,16,15,2,55924,518671,527671,527671,518671,135
000
2
#AC1_4_2_4,94,16,15,2,55886,552655,561655,561655,552655,135000,381000,249
000
2
2#AC1_4_2_4,94,16,15,2,55886,552655,561655,561655,552655,135
000
2
#AC1_4_2_5,93,16,15,2,55848,584044,593044,593044,584044,135000,381000,249
000
2
2#AC1_4_2_5,93,16,15,2,55848,584044,593044,593044,584044,135
000
2
#AC1_4_2_6,92,16,15,2,55810,619670,628670,628670,619670,135000,381000,249
000
2
2#AC1_4_2_6,92,16,15,2,55810,619670,628670,628670,619670,135
000
2
#AC1_4_2_7,91,16,15,2,55772,651044,660044,660044,651044,135000,381000,249
000
2
2#AC1_4_2_7,91,16,15,2,55772,651044,660044,660044,651044,135
000
2
#AC1_4_2_8,90,16,15,2,55734,685344,694344,694344,685344,135000,381000,249
000
2
2#AC1_4_2_8,90,16,15,2,55734,685344,694344,694344,685344,135
000
2
#AC1_4_2_9,89,16,15,2,55696,718196,727196,727196,718196,135000,381000,249
000
2
2#AC1_4_2_9,89,16,15,2,55696,718196,727196,727196,718196,135
000
2
#AC1_4_2_10,88,16,15,2,55658,751403,760403,760403,751403,135000,381000,249
000
2
2#AC1_4_2_10,88,16,15,2,55658,751403,760403,760403,751403,135
000
2
#AC1_4_2_11,87,16,15,2,55620,786384,795384,795384,786384,135000,381000,249
000
2
2#AC1_4_2_11,87,16,15,2,55620,786384,795384,795384,786384,135
000
2
#AC1_4_2_12,86,16,15,2,55582,818475,827475,827475,818475,135000,381000,249
000
2
2#AC1_4_2_12,86,16,15,2,55582,818475,827475,827475,818475,135
000
2
#AC1_4_2_13,85,16,15,2,55544,851507,860507,860507,851507,135000,381000,249
000
2
2#AC1_4_2_13,85,16,15,2,55544,851507,860507,860507,851507,135
000
2
#AC1_4_2_14,84,16,15,2,55500,885068,894068,894068,885068,135000,381000,249
000
2
2#AC1_4_2_14,84,16,15,2,55500,885068,894068,894068,885068,135
000
2
#AC1_4_3_1,83,16,15,2,55500,919850,928850,928850,919850,135000,381000,249
000
2
2#AC1_4_3_1,83,16,15,2,55500,919850,928850,928850,919850,135
000
2
#AC1_4_3_2,82,16,15,2,55477,954608,963608,963608,954608,135000,381000,249
000
2
2#AC1_4_3_2,82,16,15,2,55477,954608,963608,963608,954608,135
000
2
#AC1_4_3_3,81,16,15,2,55454,988072,997072,997072,988072,135000,381000,249
000
2
2#AC1_4_3_3,81,16,15,2,55454,988072,997072,997072,988072,135
000
2
#AC1_4_3_4,80,16,15,2,55431,1021272,1030272,1030272,1021272,135000,381000,249
000
2
2#AC1_4_3_4,80,16,15,2,55431,1021272,1030272,1030272,1021272,135
000
2
#AC1_4_3_5,79,16,15,2,55408,1054633,1063633,1063633,1054633,135000,381000,249
000
2
2#AC1_4_3_5,79,16,15,2,55408,1054633,1063633,1063633,1054633,135
000
2
#AC1_4_3_6,78,16,15,2,55385,1085960,1094960,1094960,1085960,135000,381000,249
000
2
2#AC1_4_3_6,78,16,15,2,55385,1085960,1094960,1094960,1085960,135
000
2
#AC1_4_3_7,77,16,15,2,55362,1121642,1130642,1130642,1121642,135000,381000,249
000
2
2#AC1_4_3_7,77,16,15,2,55362,1121642,1130642,1130642,1121642,135
000
2
#AC1_4_3_8,76,16,15,2,55339,1154830,1163830,1163830,1154830,135000,381000,249
000
2
2#AC1_4_3_8,76,16,15,2,55339,1154830,1163830,1163830,1154830,135
000
2
#AC1_4_3_9,75,16,15,2,55316,1188957,1197957,1197957,1188957,135000,381000,249
000
2
2#AC1_4_3_9,75,16,15,2,55316,1188957,1197957,1197957,1188957,135
000
2
#AC1_4_3_10,74,16,15,2,55293,1220871,1229871,1229871,1220871,135000,381000,249
000
2
2#AC1_4_3_10,74,16,15,2,55293,1220871,1229871,1229871,1220871,135
000
2
#AC1_4_3_11,73,16,15,2,55270,1254363,1263363,1263363,1254363,135000,381000,249
000
2
2#AC1_4_3_11,73,16,15,2,55270,1254363,1263363,1263363,1254363,135
000
2
#AC1_4_3_12,72,16,15,2,55247,1288975,1297975,1297975,1288975,135000,381000,249
000
2
2#AC1_4_3_12,72,16,15,2,55247,1288975,1297975,1297975,1288975,135
000
2
#AC1_4_3_13,71,16,15,2,55224,1320058,1329058,1329058,1320058,135000,381000,249
000
2
2#AC1_4_3_13,71,16,15,2,55224,1320058,1329058,1329058,1320058,135
000
2
#AC1_4_3_14,70,16,15,2,55200,1353710,1362710,1362710,1353710,135000,381000,249
000
2
2#AC1_4_3_14,70,16,15,2,55200,1353710,1362710,1362710,1353710,135
000
2
#AC1_4_4_1,69,16,15,2,55000,1388859,1397859,1397859,1388859,135000,381000,249
000
2
2#AC1_4_4_1,69,16,15,2,55000,1388859,1397859,1397859,1388859,135
000
2
#AC1_4_4_2,68,16,15,2,54977,1422764,1431764,1431764,1422764,135000,381000,249
000
2
2#AC1_4_4_2,68,16,15,2,54977,1422764,1431764,1431764,1422764,135
000
2
#AC1_4_4_3,67,16,15,2,54954,1455040,1464040,1464040,1455040,135000,381000,249
000
2
2#AC1_4_4_3,67,16,15,2,54954,1455040,1464040,1464040,1455040,135
000
2
#AC1_4_4_4,66,16,15,2,54931,1488039,1497039,1497039,1488039,135000,381000,249
000
2
2#AC1_4_4_4,66,16,15,2,54931,1488039,1497039,1497039,1488039,135
000
2
#AC1_4_4_5,65,16,15,2,54908,1523432,1532432,1532432,1523432,135000,381000,249
000
2
2#AC1_4_4_5,65,16,15,2,54908,1523432,1532432,1532432,1523432,135
000
2
#AC1_4_4_6,64,16,15,2,54885,1554868,1563868,1563868,1554868,135000,381000,249
000
2
2#AC1_4_4_6,64,16,15,2,54885,1554868,1563868,1563868,1554868,135
000
2
#AC1_4_4_7,63,16,15,2,54862,1588469,1597469,1597469,1588469,135000,381000,249
000
2
2#AC1_4_4_7,63,16,15,2,54862,1588469,1597469,1597469,1588469,135
000
2
#AC1_4_4_8,62,16,15,2,54839,1623671,1632671,1632671,1623671,135000,381000,249
000
2
2#AC1_4_4_8,62,16,15,2,54839,1623671,1632671,1632671,1623671,135
000
2
#AC1_4_4_9,61,16,15,2,54816,1655825,1664825,1664825,1655825,135000,381000,249
000
2
2#AC1_4_4_9,61,16,15,2,54816,1655825,1664825,1664825,1655825,135
000
2
#AC1_4_4_10,60,16,15,2,54793,1690881,1699881,1699881,1690881,135000,381000,249
000
2
2#AC1_4_4_10,60,16,15,2,54793,1690881,1699881,1699881,1690881,135
000
2
#AC1_4_4_11,59,16,15,2,54770,1722537,1731537,1731537,1722537,135000,381000,249
000
2
2#AC1_4_4_11,59,16,15,2,54770,1722537,1731537,1731537,1722537,135
000
2
#AC1_4_4_12,58,16,15,2,54747,1757576,1766576,1766576,1757576,135000,381000,249
000
2
2#AC1_4_4_12,58,16,15,2,54747,1757576,1766576,1766576,1757576,135
000
2
#AC1_4_4_13,57,16,15,2,54724,1789008,1798008,1798008,1789008,135000,381000,249
000
2
2#AC1_4_4_13,57,16,15,2,54724,1789008,1798008,1798008,1789008,135
000
2
#AC1_4_4_14,56,16,15,2,54700,1821914,1830914,1830914,1821914,135000,381000,249
000
2
2#AC1_4_4_14,56,16,15,2,54700,1821914,1830914,1830914,1821914,135
000
2
#AC1_5_1_2,55,16,15,2,182200,16437,25437,25437,16437,135000,381000,249
000
2
2#AC1_5_1_2,55,16,15,2,182200,16437,25437,25437,16437,135
000
2
#AC1_5_1_3,54,16,15,2,182175,48287,57287,57287,48287,135000,381000,249
000
2
2#AC1_5_1_3,54,16,15,2,182175,48287,57287,57287,48287,135
000
2
#AC1_5_1_4,53,16,15,2,182150,81943,90943,90943,81943,135000,381000,249
000
2
2#AC1_5_1_4,53,16,15,2,182150,81943,90943,90943,81943,135
000
2
#AC1_5_1_5,52,16,15,2,182125,117267,126267,126267,117267,135000,381000,249
000
2
2#AC1_5_1_5,52,16,15,2,182125,117267,126267,126267,117267,135
000
2
#AC1_5_1_6,51,16,15,2,182100,148479,157479,157479,148479,135000,381000,249
000
2
2#AC1_5_1_6,51,16,15,2,182100,148479,157479,157479,148479,135
000
2
#AC1_5_1_7,50,16,15,2,182075,182159,191159,191159,182159,135000,381000,249
000
2
2#AC1_5_1_7,50,16,15,2,182075,182159,191159,191159,182159,135
000
2
#AC1_5_1_8,49,16,15,2,182050,217684,226684,226684,217684,135000,381000,249
000
2
2#AC1_5_1_8,49,16,15,2,182050,217684,226684,226684,217684,135
000
2
#AC1_5_1_9,48,16,15,2,182025,249101,258101,258101,249101,135000,381000,249
000
2
2#AC1_5_1_9,48,16,15,2,182025,249101,258101,258101,249101,135
000
2
#AC1_5_1_10,47,16,15,2,182000,284337,293337,293337,284337,135000,381000,249
000
2
2#AC1_5_1_10,47,16,15,2,182000,284337,293337,293337,284337,135
000
2
#AC1_5_1_11,46,16,15,2,181975,316147,325147,325147,316147,135000,381000,249
000
2
2#AC1_5_1_11,46,16,15,2,181975,316147,325147,325147,316147,135
000
2
#AC1_5_1_12,45,16,15,2,181950,351642,360642,360642,351642,135000,381000,249
000
2
2#AC1_5_1_12,45,16,15,2,181950,351642,360642,360642,351642,135
000
2
#AC1_5_1_13,44,16,15,2,181925,384747,393747,393747,384747,135000,381000,249
000
2
2#AC1_5_1_13,44,16,15,2,181925,384747,393747,393747,384747,135
000
2
#AC1_5_1_14,43,16,15,2,181900,415460,424460,424460,415460,135000,381000,249
000
2
2#AC1_5_1_14,43,16,15,2,181900,415460,424460,424460,415460,135
000
2
#AC1_5_2_1,42,16,15,2,181900,451799,460799,460799,451799,135000,381000,249
000
2
2#AC1_5_2_1,42,16,15,2,181900,451799,460799,460799,451799,135
000
2
#AC1_5_2_2,41,16,15,2,181923,485110,494110,494110,485110,135000,381000,249
000
2
2#AC1_5_2_2,41,16,15,2,181923,485110,494110,494110,485110,135
000
2
#AC1_5_2_3,40,16,15,2,181946,518014,527014,527014,518014,135000,381000,249
000
2
2#AC1_5_2_3,40,16,15,2,181946,518014,527014,527014,518014,135
000
2
#AC1_5_2_4,39,16,15,2,181969,553455,562455,562455,553455,135000,381000,249
000
2
2#AC1_5_2_4,39,16,15,2,181969,553455,562455,562455,553455,135
000
2
#AC1_5_2_5,38,16,15,2,181992,584264,593264,593264,584264,135000,381000,249
000
2
2#AC1_5_2_5,38,16,15,2,181992,584264,593264,593264,584264,135
000
2
#AC1_5_2_6,37,16,15,2,182015,619905,628905,628905,619905,135000,381000,249
000
2
2#AC1_5_2_6,37,16,15,2,182015,619905,628905,628905,619905,135
000
2
#AC1_5_2_7,36,16,15,2,182038,650894,659894,659894,650894,135000,381000,249
000
2
2#AC1_5_2_7,36,16,15,2,182038,650894,659894,659894,650894,135
000
2
#AC1_5_2_8,35,16,15,2,182061,684736,693736,693736,684736,135000,381000,249
000
2
2#AC1_5_2_8,35,16,15,2,182061,684736,693736,693736,684736,135
000
2
#AC1_5_2_9,34,16,15,2,182084,718841,727841,727841,718841,135000,381000,249
000
2
2#AC1_5_2_9,34,16,15,2,182084,718841,727841,727841,718841,135
000
2
#AC1_5_2_10,33,16,15,2,182107,753862,762862,762862,753862,135000,381000,249
000
2
2#AC1_5_2_10,33,16,15,2,182107,753862,762862,762862,753862,135
000
2
#AC1_5_2_11,32,16,15,2,182130,785660,794660,794660,785660,135000,381000,249
000
2
2#AC1_5_2_11,32,16,15,2,182130,785660,794660,794660,785660,135
000
2
#AC1_5_2_12,31,16,15,2,182153,817579,826579,826579,817579,135000,381000,249
000
2
2#AC1_5_2_12,31,16,15,2,182153,817579,826579,826579,817579,135
000
2
#AC1_5_2_13,30,16,15,2,182176,850715,859715,859715,850715,135000,381000,249
000
2
2#AC1_5_2_13,30,16,15,2,182176,850715,859715,859715,850715,135
000
2
#AC1_5_2_14,29,16,15,2,182200,884600,893600,893600,884600,135000,381000,249
000
2
2#AC1_5_2_14,29,16,15,2,182200,884600,893600,893600,884600,135
000
2
#AC1_5_3_1,28,16,15,2,181800,918869,927869,927869,918869,135000,381000,249
000
2
2#AC1_5_3_1,28,16,15,2,181800,918869,927869,927869,918869,135
000
2
#AC1_5_3_2,27,16,15,2,181754,952524,961524,961524,952524,135000,381000,249
000
2
2#AC1_5_3_2,27,16,15,2,181754,952524,961524,961524,952524,135
000
2
#AC1_5_3_3,26,16,15,2,181708,986295,995295,995295,986295,135000,381000,249
000
2
2#AC1_5_3_3,26,16,15,2,181708,986295,995295,995295,986295,135
000
2
#AC1_5_3_4,25,16,15,2,181662,1022071,1031071,1031071,1022071,135000,381000,249
000
2
2#AC1_5_3_4,25,16,15,2,181662,1022071,1031071,1031071,1022071,135
000
2
#AC1_5_3_5,24,16,15,2,181616,1055541,1064541,1064541,1055541,135000,381000,249
000
2
2#AC1_5_3_5,24,16,15,2,181616,1055541,1064541,1064541,1055541,135
000
2
#AC1_5_3_6,23,16,15,2,181570,1089275,1098275,1098275,1089275,135000,381000,249
000
2
2#AC1_5_3_6,23,16,15,2,181570,1089275,1098275,1098275,1089275,135
000
2
#AC1_5_3_7,22,16,15,2,181524,1121617,1130617,1130617,1121617,135000,381000,249
000
2
2#AC1_5_3_7,22,16,15,2,181524,1121617,1130617,1130617,1121617,135
000
2
#AC1_5_3_8,21,16,15,2,181478,1153666,1162666,1162666,1153666,135000,381000,249
000
2
2#AC1_5_3_8,21,16,15,2,181478,1153666,1162666,1162666,1153666,135
000
2
#AC1_5_3_9,20,16,15,2,181432,1187286,1196286,1196286,1187286,135000,381000,249
000
2
2#AC1_5_3_9,20,16,15,2,181432,1187286,1196286,1196286,1187286,135
000
2
#AC1_5_3_10,19,16,15,2,181386,1223063,1232063,1232063,1223063,135000,381000,249
000
2
2#AC1_5_3_10,19,16,15,2,181386,1223063,1232063,1232063,1223063,135
000
2
#AC1_5_3_11,18,16,15,2,181340,1256357,1265357,1265357,1256357,135000,381000,249
000
2
2#AC1_5_3_11,18,16,15,2,181340,1256357,1265357,1265357,1256357,135
000
2
#AC1_5_3_12,17,16,15,2,181294,1290041,1299041,1299041,1290041,135000,381000,249
000
2
2#AC1_5_3_12,17,16,15,2,181294,1290041,1299041,1299041,1290041,135
000
2
#AC1_5_3_13,16,16,15,2,181248,1320405,1329405,1329405,1320405,135000,381000,249
000
2
2#AC1_5_3_13,16,16,15,2,181248,1320405,1329405,1329405,1320405,135
000
2
#AC1_5_3_14,15,16,15,2,181200,1353810,1362810,1362810,1353810,135000,381000,249
000
2
2#AC1_5_3_14,15,16,15,2,181200,1353810,1362810,1362810,1353810,135
000
2
#AC1_5_4_1,14,16,15,2,181200,1388936,1397936,1397936,1388936,135000,381000,249
000
2
2#AC1_5_4_1,14,16,15,2,181200,1388936,1397936,1397936,1388936,135
000
2
#AC1_5_4_2,13,16,15,2,181169,1422402,1431402,1431402,1422402,135000,381000,249
000
2
2#AC1_5_4_2,13,16,15,2,181169,1422402,1431402,1431402,1422402,135
000
2
#AC1_5_4_3,12,16,15,2,181138,1455774,1464774,1464774,1455774,135000,381000,249
000
2
2#AC1_5_4_3,12,16,15,2,181138,1455774,1464774,1464774,1455774,135
000
2
#AC1_5_4_4,11,16,15,2,181107,1488773,1497773,1497773,1488773,135000,381000,249
000
2
2#AC1_5_4_4,11,16,15,2,181107,1488773,1497773,1497773,1488773,135
000
2
#AC1_5_4_5,10,16,15,2,181076,1522548,1531548,1531548,1522548,135000,381000,249
000
2
2#AC1_5_4_5,10,16,15,2,181076,1522548,1531548,1531548,1522548,135
000
2
#AC1_5_4_6,9,16,15,2,181045,1558000,1567000,1567000,1558000,135000,381000,249
000
2
2#AC1_5_4_6,9,16,15,2,181045,1558000,1567000,1567000,1558000,135
000
2
#AC1_5_4_7,8,16,15,2,181014,1588657,1597657,1597657,1588657,135000,381000,249
000
2
2#AC1_5_4_7,8,16,15,2,181014,1588657,1597657,1597657,1588657,135
000
2
#AC1_5_4_8,7,16,15,2,180983,1625004,1634004,1634004,1625004,135000,381000,249
000
2
2#AC1_5_4_8,7,16,15,2,180983,1625004,1634004,1634004,1625004,135
000
2
#AC1_5_4_9,6,16,15,2,180952,1658173,1667173,1667173,1658173,135000,381000,249
000
2
2#AC1_5_4_9,6,16,15,2,180952,1658173,1667173,1667173,1658173,135
000
2
#AC1_5_4_10,5,16,15,2,180921,1689827,1698827,1698827,1689827,135000,381000,249
000
2
2#AC1_5_4_10,5,16,15,2,180921,1689827,1698827,1698827,1689827,135
000
2
#AC1_5_4_11,4,16,15,2,180890,1723078,1732078,1732078,1723078,135000,381000,249
000
2
2#AC1_5_4_11,4,16,15,2,180890,1723078,1732078,1732078,1723078,135
000
2
#AC1_5_4_12,3,16,15,2,180859,1758544,1767544,1767544,1758544,135000,381000,249
000
2
2#AC1_5_4_12,3,16,15,2,180859,1758544,1767544,1767544,1758544,135
000
2
#AC1_5_4_13,2,16,15,2,180828,1791569,1800569,1800569,1791569,135000,381000,249
000
2
2#AC1_5_4_13,2,16,15,2,180828,1791569,1800569,1800569,1791569,135
000
2
#AC1_5_4_14,1,16,15,2,180800,1823783,1832783,1832783,1823783,135000,381000,249
000
2
2#AC1_5_4_14,1,16,15,2,180800,1823783,1832783,1832783,1823783,135
000
source/DeviceLibrary/store/InOutParam.cs
查看文件 @
d5c25d0
...
@@ -133,7 +133,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -133,7 +133,7 @@ namespace OnlineStore.DeviceLibrary
}
}
internal
void
UpdatePosId
(
string
message
,
string
posId
,
string
plateW
,
string
plateH
,
int
comP
osition
)
internal
void
UpdatePosId
(
string
message
,
string
posId
,
string
plateW
,
string
plateH
,
int
comP
2
,
int
comP3
)
{
{
this
.
WareCode
=
message
;
this
.
WareCode
=
message
;
this
.
PosID
=
posId
;
this
.
PosID
=
posId
;
...
@@ -148,8 +148,8 @@ namespace OnlineStore.DeviceLibrary
...
@@ -148,8 +148,8 @@ namespace OnlineStore.DeviceLibrary
// MoveP.InOut_P11= position.InOutAxis_P11;
// MoveP.InOut_P11= position.InOutAxis_P11;
MoveP
.
ComPress_P2
=
comP
osition
;
MoveP
.
ComPress_P2
=
comP
2
;
MoveP
.
ComPress_P3
=
position
.
ComAxis_
P3
;
MoveP
.
ComPress_P3
=
com
P3
;
MoveP
.
InOut_P3
=
position
.
InoutAxis_P3
;
MoveP
.
InOut_P3
=
position
.
InoutAxis_P3
;
MoveP
.
Middle_P2
=
position
.
MiddleAxis_P2
;
MoveP
.
Middle_P2
=
position
.
MiddleAxis_P2
;
MoveP
.
UpDown_P3
=
position
.
UpdownAxis_IH_P3
;
MoveP
.
UpDown_P3
=
position
.
UpdownAxis_IH_P3
;
...
...
source/LoadCVSLibrary/CSVReaderBase.cs
查看文件 @
d5c25d0
...
@@ -82,13 +82,7 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -82,13 +82,7 @@ namespace OnlineStore.LoadCSVLibrary
protected
static
bool
WriteCSVFile
(
string
filePath
,
string
[]
lines
)
protected
static
bool
WriteCSVFile
(
string
filePath
,
string
[]
lines
)
{
{
try
try
{
{
if
(
File
.
Exists
(
filePath
))
{
File
.
Delete
(
filePath
);
}
File
.
WriteAllLines
(
filePath
,
lines
,
Encoding
.
GetEncoding
(
"gbk"
));
//备份保存
//备份保存
try
try
{
{
...
@@ -105,12 +99,18 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -105,12 +99,18 @@ namespace OnlineStore.LoadCSVLibrary
{
{
File
.
Delete
(
backFile
);
File
.
Delete
(
backFile
);
}
}
File
.
WriteAllLines
(
backFile
,
lines
,
Encoding
.
GetEncoding
(
"gbk"
));
File
.
Copy
(
filePath
,
backFile
,
true
);
// File.WriteAllLines(backFile, lines, Encoding.GetEncoding("gbk"));
}
}
catch
(
Exception
e
)
catch
(
Exception
e
)
{
{
LOGGER
.
Error
(
"出错:"
,
e
);
LOGGER
.
Error
(
"出错:"
,
e
);
}
}
if
(
File
.
Exists
(
filePath
))
{
File
.
Delete
(
filePath
);
}
File
.
WriteAllLines
(
filePath
,
lines
,
Encoding
.
GetEncoding
(
"gbk"
));
}
}
catch
(
Exception
ex
)
catch
(
Exception
ex
)
{
{
...
...
source/LoadCVSLibrary/position/ACBoxPosition.cs
查看文件 @
d5c25d0
...
@@ -46,16 +46,16 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -46,16 +46,16 @@ namespace OnlineStore.LoadCSVLibrary
[
CSVAttribute
(
"进出轴库位点取料点P3"
)]
[
CSVAttribute
(
"进出轴库位点取料点P3"
)]
public
int
InoutAxis_P3
{
get
;
set
;
}
public
int
InoutAxis_P3
{
get
;
set
;
}
/// <summary>
///
//
<summary>
/// 压紧轴(压紧点)P2
///
//
压紧轴(压紧点)P2
/// </summary>
///
//
</summary>
[
CSVAttribute
(
"压紧轴压紧点P2"
)]
//
[CSVAttribute("压紧轴压紧点P2")]
public
int
ComAxis_P2
{
get
;
set
;
}
//
public int ComAxis_P2 { get; set; }
/// <summary>
///
//
<summary>
/// 压紧轴(压紧前点)P3
///
//
压紧轴(压紧前点)P3
/// </summary>
///
//
</summary>
[
CSVAttribute
(
"压紧轴压紧前点P3"
)]
//
[CSVAttribute("压紧轴压紧前点P3")]
public
int
ComAxis_P3
{
get
;
set
;
}
//
public int ComAxis_P3 { get; set; }
///// <summary>
///// <summary>
///// 轴3(进出轴) 扫码放料点P2
///// 轴3(进出轴) 扫码放料点P2
...
...
source/LoadCVSLibrary/storeConfig/config/AC_Box_Config.cs
查看文件 @
d5c25d0
...
@@ -166,7 +166,6 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -166,7 +166,6 @@ namespace OnlineStore.LoadCSVLibrary
[
ConfigProAttribute
(
"UpDownAxis_P7_Speed"
)]
[
ConfigProAttribute
(
"UpDownAxis_P7_Speed"
)]
public
int
UpDownAxis_P7_Speed
{
get
;
set
;
}
public
int
UpDownAxis_P7_Speed
{
get
;
set
;
}
/// <summary>
/// <summary>
/// PRO 升降轴(轴2)P8速度 UpDownAxis_P8_Speed
/// PRO 升降轴(轴2)P8速度 UpDownAxis_P8_Speed
/// </summary>
/// </summary>
...
@@ -202,6 +201,7 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -202,6 +201,7 @@ namespace OnlineStore.LoadCSVLibrary
[
ConfigProAttribute
(
"InOutAxis_P3_Speed"
)]
[
ConfigProAttribute
(
"InOutAxis_P3_Speed"
)]
public
int
InOutAxis_P3_Speed
{
get
;
set
;
}
public
int
InOutAxis_P3_Speed
{
get
;
set
;
}
/// <summary>
/// <summary>
/// PRO (轴一)旋转轴停止时可误差的脉冲数的最小值 MiddleAxis_ErrorCountMin 200
/// PRO (轴一)旋转轴停止时可误差的脉冲数的最小值 MiddleAxis_ErrorCountMin 200
/// </summary>
/// </summary>
...
@@ -403,12 +403,6 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -403,12 +403,6 @@ namespace OnlineStore.LoadCSVLibrary
public
int
MiddleAxis_P101_Speed
{
get
;
set
;
}
public
int
MiddleAxis_P101_Speed
{
get
;
set
;
}
/// <summary>
/// PRO,压紧轴(轴4)P3压紧前点,CompAxis_P3_Position,10000,,,,,,,
/// </summary>
[
ConfigProAttribute
(
"CompAxis_P3_Position"
)]
public
int
CompAxis_P3_Position
{
get
;
set
;
}
/// <summary>
/// <summary>
/// PRO (轴一)旋转轴最小限位 MiddleAxis_PositionMin
/// PRO (轴一)旋转轴最小限位 MiddleAxis_PositionMin
...
@@ -522,11 +516,23 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -522,11 +516,23 @@ namespace OnlineStore.LoadCSVLibrary
private
List
<
string
>
CameraList
=
null
;
private
List
<
string
>
CameraList
=
null
;
/// <summary>
/// <summary>
/// PRO,压紧轴(轴4)取料时的压紧前点相对压紧点的位置,CompAxis_P3_P2_Value,-50000,,,,,,,
/// /// </summary>
[
ConfigProAttribute
(
"CompAxis_P3_P2_Value"
)]
public
int
CompAxis_P3_P2_Value
{
get
;
set
;
}
/// <summary>
/// PRO 压紧轴(轴4)P2压紧点范围对应值 CompAxis_P2_List 8 = 1000; 2000#12=2001;3000#16=3001;4000#20=4001;5000#22=5001;6000#24=6001;7000#
/// PRO 压紧轴(轴4)P2压紧点范围对应值 CompAxis_P2_List 8 = 1000; 2000#12=2001;3000#16=3001;4000#20=4001;5000#22=5001;6000#24=6001;7000#
/// </summary>
/// </summary>
[
ConfigProAttribute
(
"CompAxis_P2_List"
)]
[
ConfigProAttribute
(
"CompAxis_P2_List"
)]
public
string
CompAxis_P2_List
{
get
;
set
;
}
public
string
CompAxis_P2_List
{
get
;
set
;
}
/// <summary>
/// PRO,压紧轴(轴4)P3最大压紧前点,CompAxis_Max_P3,10000,,,,,,,
/// </summary>
[
ConfigProAttribute
(
"CompAxis_Max_P3"
)]
public
int
CompAxis_Max_P3
{
get
;
set
;
}
private
List
<
ComP2Info
>
ComP2List
=
null
;
private
List
<
ComP2Info
>
ComP2List
=
null
;
public
ComP2Info
GetComP2
(
int
plateh
)
public
ComP2Info
GetComP2
(
int
plateh
)
{
{
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论