Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-ACPackingStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 0fbcb89e
由
LN
编写于
2019-11-02 14:42:37 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
03e70b29
显示空白字符变更
内嵌
并排
正在显示
26 个修改的文件
包含
1786 行增加
和
2321 行删除
source/ACPackingStore/App.config
source/ACPackingStore/FrmBox.Designer.cs
source/ACPackingStore/FrmBox.cs
source/ACPackingStore/FrmBox.resx
source/ACPackingStore/FrmStore.Designer.cs
source/ACPackingStore/FrmStore.cs
source/ACPackingStore/useControl/AxisMoveControl.Designer.cs
source/ACPackingStore/useControl/AxisMoveControl.cs
source/Common/Setting_Init.cs
source/Common/util/ConfigAppSettings.cs
source/DeviceLibrary/ACPackingStore/AC_BOX_Bean.cs
source/DeviceLibrary/ACPackingStore/AC_BOX_Bean_Partial.cs
source/DeviceLibrary/ACPackingStore/PackingStoreBean.cs
source/DeviceLibrary/ACPackingStore/StoreManager.cs
source/DeviceLibrary/DeviceLibrary.csproj
source/DeviceLibrary/StoreConfig/BoxConfig_1.csv
source/DeviceLibrary/StoreConfig/BoxConfig_2.csv
source/DeviceLibrary/StoreConfig/linePositions.csv
source/DeviceLibrary/StoreConfig/linePositions_1.csv
source/DeviceLibrary/StoreConfig/linePositions_2.csv
source/DeviceLibrary/store/InOrOutStoreParam.cs
source/DeviceLibrary/store/KTK_Store.cs
source/LoadCVSLibrary/LoadCSVLibrary.csproj
source/LoadCVSLibrary/position/ACSAStorePosition.cs → source/LoadCVSLibrary/position/ACBoxPosition.cs
source/LoadCVSLibrary/storeConfig/config/AC_Box_Config.cs
source/LoadCVSLibrary/storeConfig/config/BaseConfig.cs
source/ACPackingStore/App.config
查看文件 @
0fbcb89
...
...
@@ -6,7 +6,7 @@
<
appSettings
>
<!--是否开机自动启动料仓-->
<
add
key
=
"App_AutoRun"
value
=
"1"
/>
<
add
key
=
"App_Title"
value
=
"
AC_SA_料仓_1
"
/>
<
add
key
=
"App_Title"
value
=
"
包装料料仓
"
/>
<!-- 开始吹气的判断值(配置值=服务器发送的湿度值-开始吹气值)-->
<
add
key
=
"StartBlowValue"
value
=
"4"
/>
<!-- 停止吹气的判断值(配置值=服务器发送的湿度值-停止吹气值)-->
...
...
@@ -20,8 +20,9 @@
<
add
key
=
"Store_Position_Config"
value
=
"\StoreConfig\linePositions.csv"
/>
<
add
key
=
"BOX_ConfigPath"
value
=
"\StoreConfig\BoxConfig.csv"
/>
<
add
key
=
"Store_Type"
value
=
"RC_AC_PA"
/>
<
add
key
=
"Store_CID"
value
=
"line-ac1"
/>
<
add
key
=
"Store_ID"
value
=
"1"
/>
<
add
key
=
"Store_CID"
value
=
"line-ac"
/>
<
add
key
=
"Store_CID_1"
value
=
"line-ac1"
/>
<
add
key
=
"Store_CID_2"
value
=
"line-ac2"
/>
<!--
end
one
store
config
-->
<
add
key
=
"ACBaudRate"
value
=
"115200"
/>
<
add
key
=
"InOutDefaultPosition"
value
=
"8000"
/>
...
...
source/ACPackingStore/FrmBox.Designer.cs
查看文件 @
0fbcb89
...
...
@@ -136,10 +136,6 @@
this
.
groupBox3
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
lblMoveEquipInfo
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
chbDebug
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
contextMenuStrip1
=
new
System
.
Windows
.
Forms
.
ContextMenuStrip
(
this
.
components
);
this
.
显示
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripMenuItem1
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
notifyIcon1
=
new
System
.
Windows
.
Forms
.
NotifyIcon
(
this
.
components
);
this
.
tabControl1
=
new
System
.
Windows
.
Forms
.
TabControl
();
this
.
tabPage1
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
tabPage2
=
new
System
.
Windows
.
Forms
.
TabPage
();
...
...
@@ -174,11 +170,12 @@
this
.
btnAxisP
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnIO
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
lblCid
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
btnScanTest
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
groupAxis
.
SuspendLayout
();
this
.
groupBox1
.
SuspendLayout
();
this
.
groupInout
.
SuspendLayout
();
this
.
groupBox3
.
SuspendLayout
();
this
.
contextMenuStrip1
.
SuspendLayout
();
this
.
tabControl1
.
SuspendLayout
();
this
.
tabPage1
.
SuspendLayout
();
this
.
tabPage2
.
SuspendLayout
();
...
...
@@ -252,7 +249,7 @@
this
.
groupAxis
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupAxis
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
6
);
this
.
groupAxis
.
Name
=
"groupAxis"
;
this
.
groupAxis
.
Size
=
new
System
.
Drawing
.
Size
(
612
,
351
);
this
.
groupAxis
.
Size
=
new
System
.
Drawing
.
Size
(
789
,
351
);
this
.
groupAxis
.
TabIndex
=
216
;
this
.
groupAxis
.
TabStop
=
false
;
this
.
groupAxis
.
Text
=
"伺服运动"
;
...
...
@@ -757,7 +754,7 @@
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
(
6
,
368
);
this
.
groupBox1
.
Name
=
"groupBox1"
;
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
612
,
182
);
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
789
,
182
);
this
.
groupBox1
.
TabIndex
=
217
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"伺服状态"
;
...
...
@@ -1654,7 +1651,7 @@
this
.
chbDebug
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
chbDebug
.
AutoSize
=
true
;
this
.
chbDebug
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
chbDebug
.
Location
=
new
System
.
Drawing
.
Point
(
18
,
51
);
this
.
chbDebug
.
Location
=
new
System
.
Drawing
.
Point
(
225
,
48
);
this
.
chbDebug
.
Name
=
"chbDebug"
;
this
.
chbDebug
.
Size
=
new
System
.
Drawing
.
Size
(
93
,
25
);
this
.
chbDebug
.
TabIndex
=
271
;
...
...
@@ -1662,37 +1659,6 @@
this
.
chbDebug
.
UseVisualStyleBackColor
=
true
;
this
.
chbDebug
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
chbDebug_CheckedChanged
);
//
// contextMenuStrip1
//
this
.
contextMenuStrip1
.
Items
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
显示
ToolStripMenuItem
,
this
.
toolStripMenuItem1
});
this
.
contextMenuStrip1
.
Name
=
"contextMenuStrip1"
;
this
.
contextMenuStrip1
.
Size
=
new
System
.
Drawing
.
Size
(
111
,
56
);
//
// 显示ToolStripMenuItem
//
this
.
显示
ToolStripMenuItem
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
显示
ToolStripMenuItem
.
Name
=
"显示ToolStripMenuItem"
;
this
.
显示
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
110
,
26
);
this
.
显示
ToolStripMenuItem
.
Text
=
"显示"
;
this
.
显示
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
显示
ToolStripMenuItem_Click
);
//
// toolStripMenuItem1
//
this
.
toolStripMenuItem1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
toolStripMenuItem1
.
Name
=
"toolStripMenuItem1"
;
this
.
toolStripMenuItem1
.
Size
=
new
System
.
Drawing
.
Size
(
110
,
26
);
this
.
toolStripMenuItem1
.
Text
=
"退出"
;
this
.
toolStripMenuItem1
.
Click
+=
new
System
.
EventHandler
(
this
.
toolStripMenuItem1_Click
);
//
// notifyIcon1
//
this
.
notifyIcon1
.
ContextMenuStrip
=
this
.
contextMenuStrip1
;
this
.
notifyIcon1
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"notifyIcon1.Icon"
)));
this
.
notifyIcon1
.
Text
=
"料仓客户端"
;
this
.
notifyIcon1
.
Visible
=
true
;
//
// tabControl1
//
this
.
tabControl1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
...
...
@@ -1703,7 +1669,7 @@
this
.
tabControl1
.
Location
=
new
System
.
Drawing
.
Point
(
509
,
95
);
this
.
tabControl1
.
Name
=
"tabControl1"
;
this
.
tabControl1
.
SelectedIndex
=
0
;
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
637
,
675
);
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
814
,
675
);
this
.
tabControl1
.
TabIndex
=
272
;
//
// tabPage1
...
...
@@ -1713,7 +1679,7 @@
this
.
tabPage1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
29
);
this
.
tabPage1
.
Name
=
"tabPage1"
;
this
.
tabPage1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
629
,
642
);
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
806
,
642
);
this
.
tabPage1
.
TabIndex
=
0
;
this
.
tabPage1
.
Text
=
" 伺服调试 "
;
this
.
tabPage1
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -1725,7 +1691,7 @@
this
.
tabPage2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
29
);
this
.
tabPage2
.
Name
=
"tabPage2"
;
this
.
tabPage2
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
629
,
642
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
806
,
642
);
this
.
tabPage2
.
TabIndex
=
1
;
this
.
tabPage2
.
Text
=
" 温湿度 "
;
this
.
tabPage2
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2075,6 +2041,8 @@
//
// panel1
//
this
.
panel1
.
Controls
.
Add
(
this
.
lblCid
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnScanTest
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnStoreHome
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnAxisOff
);
this
.
panel1
.
Controls
.
Add
(
this
.
chbDebug
);
...
...
@@ -2086,14 +2054,36 @@
this
.
panel1
.
Controls
.
Add
(
this
.
btnSotreReset
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
2
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
1
139
,
83
);
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
1
316
,
83
);
this
.
panel1
.
TabIndex
=
273
;
//
// lblCid
//
this
.
lblCid
.
AutoSize
=
true
;
this
.
lblCid
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblCid
.
ForeColor
=
System
.
Drawing
.
Color
.
Blue
;
this
.
lblCid
.
Location
=
new
System
.
Drawing
.
Point
(
23
,
54
);
this
.
lblCid
.
Name
=
"lblCid"
;
this
.
lblCid
.
Size
=
new
System
.
Drawing
.
Size
(
34
,
19
);
this
.
lblCid
.
TabIndex
=
273
;
this
.
lblCid
.
Text
=
"CID"
;
//
// btnScanTest
//
this
.
btnScanTest
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnScanTest
.
Location
=
new
System
.
Drawing
.
Point
(
1084
,
3
);
this
.
btnScanTest
.
Name
=
"btnScanTest"
;
this
.
btnScanTest
.
Size
=
new
System
.
Drawing
.
Size
(
132
,
39
);
this
.
btnScanTest
.
TabIndex
=
272
;
this
.
btnScanTest
.
Text
=
"扫码测试"
;
this
.
btnScanTest
.
UseVisualStyleBackColor
=
true
;
this
.
btnScanTest
.
Click
+=
new
System
.
EventHandler
(
this
.
btnScanTest_Click
);
//
// FrmBox
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Dpi
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
1
158
,
775
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
1
335
,
775
);
this
.
Controls
.
Add
(
this
.
panel1
);
this
.
Controls
.
Add
(
this
.
tabControl1
);
this
.
Controls
.
Add
(
this
.
groupBox3
);
...
...
@@ -2105,7 +2095,6 @@
this
.
Text
=
"AC_SA_料仓"
;
this
.
WindowState
=
System
.
Windows
.
Forms
.
FormWindowState
.
Maximized
;
this
.
FormClosing
+=
new
System
.
Windows
.
Forms
.
FormClosingEventHandler
(
this
.
FrmTest_FormClosing
);
this
.
FormClosed
+=
new
System
.
Windows
.
Forms
.
FormClosedEventHandler
(
this
.
FrmStoreBox_FormClosed
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmTest_Load
);
this
.
Shown
+=
new
System
.
EventHandler
(
this
.
FrmStoreBox_Shown
);
this
.
groupAxis
.
ResumeLayout
(
false
);
...
...
@@ -2116,7 +2105,6 @@
this
.
groupInout
.
PerformLayout
();
this
.
groupBox3
.
ResumeLayout
(
false
);
this
.
groupBox3
.
PerformLayout
();
this
.
contextMenuStrip1
.
ResumeLayout
(
false
);
this
.
tabControl1
.
ResumeLayout
(
false
);
this
.
tabPage1
.
ResumeLayout
(
false
);
this
.
tabPage2
.
ResumeLayout
(
false
);
...
...
@@ -2238,10 +2226,6 @@
private
System
.
Windows
.
Forms
.
GroupBox
groupBox3
;
private
System
.
Windows
.
Forms
.
CheckBox
chbAutoRead
;
private
System
.
Windows
.
Forms
.
Label
lblTemp
;
private
System
.
Windows
.
Forms
.
ContextMenuStrip
contextMenuStrip1
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
显示
ToolStripMenuItem
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
toolStripMenuItem1
;
private
System
.
Windows
.
Forms
.
NotifyIcon
notifyIcon1
;
private
System
.
Windows
.
Forms
.
Button
btnReadHomeSingle
;
private
System
.
Windows
.
Forms
.
TextBox
txtHomeSingle
;
private
System
.
Windows
.
Forms
.
Label
label5
;
...
...
@@ -2282,6 +2266,8 @@
private
System
.
Windows
.
Forms
.
CheckBox
chbDebug
;
private
System
.
Windows
.
Forms
.
Label
lblMoveEquipInfo
;
private
System
.
Windows
.
Forms
.
Panel
panel1
;
private
System
.
Windows
.
Forms
.
Button
btnScanTest
;
private
System
.
Windows
.
Forms
.
Label
lblCid
;
}
}
source/ACPackingStore/FrmBox.cs
查看文件 @
0fbcb89
...
...
@@ -36,8 +36,9 @@ namespace OnlineStore.ACPackingStore
private
void
FrmTest_Load
(
object
sender
,
EventArgs
e
)
{
LoadStore
();
}
p
rivate
void
LoadStore
(
)
p
ublic
void
LoadStore
(
)
{
if
(
BoxBean
==
null
)
{
...
...
@@ -45,6 +46,7 @@ namespace OnlineStore.ACPackingStore
this
.
Close
();
return
;
}
this
.
lblCid
.
Text
=
BoxBean
.
CID
;
this
.
Text
=
BoxBean
.
Name
;
//txtSpeed.Text = BoxBean.Config.CompressAxis_EndSpeed.ToString();
cmbAxisList
.
DataSource
=
new
List
<
ConfigMoveAxis
>(
BoxBean
.
moveAxisList
);
...
...
@@ -52,12 +54,12 @@ namespace OnlineStore.ACPackingStore
cmbAxisList
.
ValueMember
=
"Explain"
;
cmbAxisList
.
SelectedIndex
=
0
;
AC
Store
Position
ktkPosition
=
null
;
AC
Box
Position
ktkPosition
=
null
;
if
(
BoxBean
.
PositionNumList
.
Count
>
0
)
{
cmbPosition
.
DataSource
=
BoxBean
.
PositionNumList
;
cmbPosition
.
SelectedIndex
=
0
;
ktkPosition
=
CSVPositionReader
<
AC
Store
Position
>.
GetPositon
(
cmbPosition
.
Text
);
ktkPosition
=
CSVPositionReader
<
AC
Box
Position
>.
GetPositon
(
cmbPosition
.
Text
);
//BoxBean.PositionNumList = positionNumList;
}
...
...
@@ -94,9 +96,8 @@ namespace OnlineStore.ACPackingStore
this
.
ShowInTaskbar
=
true
;
this
.
Text
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
App_Title
);
notifyIcon1
.
Text
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
App_Title
);
//cmbHomeType.SelectedIndex = 1;
HideForm
();
this
.
Opacity
=
1
;
txtTempPort
.
Text
=
BoxBean
.
Config
.
Humiture_Port
;
if
(
HumitureController
.
HumitureControllerType
.
Equals
(
1
))
...
...
@@ -352,7 +353,6 @@ namespace OnlineStore.ACPackingStore
if
(
e
.
CloseReason
==
CloseReason
.
UserClosing
)
//当用户点击窗体右上角X按钮或(Alt + F4)时 发生
{
e
.
Cancel
=
true
;
HideForm
();
}
}
private
void
btnOutStore_Click
(
object
sender
,
EventArgs
e
)
...
...
@@ -420,7 +420,7 @@ namespace OnlineStore.ACPackingStore
if
(
cmbPosition
.
SelectedIndex
>=
0
)
{
string
selectPositionNum
=
cmbPosition
.
Text
;
AC
StorePosition
ktkPosition
=
CSVPositionReader
<
ACStore
Position
>.
GetPositon
(
selectPositionNum
);
AC
BoxPosition
ktkPosition
=
CSVPositionReader
<
ACBox
Position
>.
GetPositon
(
selectPositionNum
);
if
(
ktkPosition
!=
null
)
{
...
...
@@ -574,7 +574,7 @@ namespace OnlineStore.ACPackingStore
{
//料仓格子位置保存
string
selectPositionNum
=
cmbPosition
.
Text
;
AC
StorePosition
ktkPosition
=
CSVPositionReader
<
ACStore
Position
>.
GetPositon
(
selectPositionNum
);
AC
BoxPosition
ktkPosition
=
CSVPositionReader
<
ACBox
Position
>.
GetPositon
(
selectPositionNum
);
if
(
ktkPosition
!=
null
)
{
ktkPosition
.
MiddleAxis_Position_P2
=
FormUtil
.
GetIntValue
(
txtMiddleP2
);
...
...
@@ -600,9 +600,10 @@ namespace OnlineStore.ACPackingStore
string
positionConfigFile
=
appPath
+
ConfigAppSettings
.
GetValue
(
Setting_Init
.
Store_Position_Config
);
if
(!
File
.
Exists
(
positionConfigFile
))
{
positionConfigFile
=
appPath
+
ConfigAppSettings
.
GetValue
(
Setting_Init
.
Store_Position_Config
,
"_"
+
BoxBean
.
DeviceID
.
ToString
());
string
nameStr
=
BoxBean
.
DeviceID
.
ToString
();
positionConfigFile
=
positionConfigFile
.
Replace
(
".csv"
,
"_"
+
nameStr
+
".csv"
);
}
bool
result
=
CSVPositionReader
<
AC
Store
Position
>.
SavePostion
(
positionConfigFile
,
ktkPosition
);
bool
result
=
CSVPositionReader
<
AC
Box
Position
>.
SavePostion
(
positionConfigFile
,
ktkPosition
);
if
(!
result
)
{
MessageBox
.
Show
(
"保存位置失败!"
);
...
...
@@ -999,39 +1000,6 @@ namespace OnlineStore.ACPackingStore
}
/// <summary>
/// 判断AC伺服电机轴是否运动完成
/// </summary>
protected
bool
ACAxisMoveIsEnd
(
ConfigMoveAxis
moveAxis
,
int
targetPosition
,
int
targetSpeed
,
out
string
msg
)
{
msg
=
""
;
string
deviceName
=
moveAxis
.
DeviceName
;
short
axisNo
=
moveAxis
.
GetAxisValue
();
bool
isend
=
ACServerManager
.
GetBusyStatus
(
deviceName
,
axisNo
).
Equals
(
0
);
int
outCount
=
ACServerManager
.
GetActualtPosition
(
deviceName
,
axisNo
);
int
errorCount
=
Math
.
Abs
(
outCount
-
targetPosition
);
if
(
isend
)
{
if
(
errorCount
>
moveAxis
.
CanErrorCountMax
)
{
msg
=
" DeviceName="
+
deviceName
+
",AxisNo="
+
axisNo
+
",targetPosition="
+
targetPosition
+
",targetSpeed="
+
targetSpeed
+
",当前outCount="
+
outCount
+
",误差值大于最大误差【"
+
moveAxis
.
CanErrorCountMax
+
"】,但是轴已经停止运动,需要报警"
;
LogUtil
.
error
(
LOGGER
,
msg
);
return
false
;
}
else
{
return
true
;
}
}
else
if
(
errorCount
<=
moveAxis
.
CanErrorCountMin
)
{
LogUtil
.
info
(
LOGGER
,
" DeviceName="
+
deviceName
+
",AxisNo="
+
axisNo
+
",targetPosition="
+
targetPosition
+
",当前outCount="
+
outCount
+
",误差值小于最小误差【"
+
moveAxis
.
CanErrorCountMin
+
"】,默认轴已经停止运动"
);
return
true
;
}
return
false
;
}
private
int
GetSlaveAddr
()
{
...
...
@@ -1086,107 +1054,6 @@ namespace OnlineStore.ACPackingStore
int
value
=
ACServerManager
.
GetHomeEndStatus
(
GetPortName
(),
GetSlaveAddr
());
this
.
txtHomeStatus
.
Text
=
value
.
ToString
();
}
private
void
显示
ToolStripMenuItem_Click
(
object
sender
,
EventArgs
e
)
{
try
{
FrmPwd
fw
=
new
FrmPwd
(
10
);
DialogResult
result
=
fw
.
ShowDialog
();
if
(!
result
.
Equals
(
DialogResult
.
OK
))
{
LogUtil
.
info
(
"切换界面显示时,没有正确输入密码"
);
return
;
}
this
.
Opacity
=
100
;
this
.
Visible
=
true
;
this
.
WindowState
=
FormWindowState
.
Maximized
;
this
.
notifyIcon1
.
Visible
=
false
;
this
.
ShowInTaskbar
=
true
;
DebugStatus
(
false
);
}
catch
(
Exception
ex
)
{
LogUtil
.
error
(
"显示界面出错:"
+
ex
.
ToString
());
}
}
private
void
ExitApp
()
{
try
{
if
(
this
.
timer1
.
Enabled
)
{
this
.
timer1
.
Enabled
=
false
;
}
if
(
this
.
btnStoreStop
.
Enabled
)
{
try
{
BoxBean
.
StopRun
();
StoreOpenStatus
(
false
);
}
catch
(
Exception
ex
)
{
LogUtil
.
error
(
LOGGER
,
"出错:"
+
ex
.
StackTrace
);
}
}
IOManager
.
instance
.
CloseAllDO
();
StoreOpenStatus
(
false
);
IOManager
.
instance
.
CloseAllConnection
();
ACServerManager
.
CloseAllPort
();
// KNDAIManager.CloseAllConnection();
//WCFControl.CloseWCF();
System
.
Environment
.
Exit
(
System
.
Environment
.
ExitCode
);
}
catch
(
Exception
ex
)
{
MessageBox
.
Show
(
ex
.
StackTrace
,
"Exception(异常)"
,
MessageBoxButtons
.
OK
,
MessageBoxIcon
.
Error
);
LogUtil
.
error
(
LOGGER
,
ex
.
StackTrace
);
}
}
private
void
toolStripMenuItem1_Click
(
object
sender
,
EventArgs
e
)
{
DialogResult
result
=
MessageBox
.
Show
(
"是否确定退出?"
,
"提示"
,
MessageBoxButtons
.
YesNo
,
MessageBoxIcon
.
Question
);
if
(
result
.
Equals
(
DialogResult
.
Yes
))
{
ExitApp
();
}
}
/// <summary>
/// 隐藏窗口
/// </summary>
private
void
HideForm
()
{
this
.
Opacity
=
0
;
this
.
ShowInTaskbar
=
false
;
this
.
notifyIcon1
.
Visible
=
true
;
this
.
Hide
();
DebugStatus
(
false
);
}
private
void
FrmStoreBox_FormClosed
(
object
sender
,
FormClosedEventArgs
e
)
{
ExitApp
();
}
private
void
退出
ToolStripMenuItem_Click
(
object
sender
,
EventArgs
e
)
{
DialogResult
result
=
MessageBox
.
Show
(
"是否确定退出?"
,
"提示"
,
MessageBoxButtons
.
YesNo
,
MessageBoxIcon
.
Question
);
if
(
result
.
Equals
(
DialogResult
.
Yes
))
{
ExitApp
();
}
}
private
void
学习二维码
ToolStripMenuItem_Click
(
object
sender
,
EventArgs
e
)
{
IOManager
.
IOMove
(
IO_Type
.
Camera_Led
,
IO_VALUE
.
HIGH
);
CodeLibrary
.
FrmCodeDecode
frm
=
new
FrmCodeDecode
();
frm
.
ShowDialog
();
IOManager
.
IOMove
(
IO_Type
.
Camera_Led
,
IO_VALUE
.
LOW
);
}
private
void
btnReadHomeSingle_Click
(
object
sender
,
EventArgs
e
)
{
int
value
=
ACServerManager
.
GetHomeSingle
(
GetPortName
(),
GetSlaveAddr
());
...
...
@@ -1216,18 +1083,6 @@ namespace OnlineStore.ACPackingStore
txtHum
.
Text
=
param
.
Humidity
.
ToString
();
}
private
void
btnClearL_Click
(
object
sender
,
EventArgs
e
)
{
LogUtil
.
ClearLog
();
}
private
void
button4_Click
(
object
sender
,
EventArgs
e
)
{
FrmAbout
about
=
new
FrmAbout
();
about
.
ShowDialog
();
}
private
void
btnSelHistory_Click
(
object
sender
,
EventArgs
e
)
{
int
count
=
HumitureController
.
QueryHistoryCount
();
...
...
@@ -1245,7 +1100,7 @@ namespace OnlineStore.ACPackingStore
}
}
private
void
DebugStatus
(
bool
isDebug
)
internal
void
DebugStatus
(
bool
isDebug
)
{
groupAxis
.
Enabled
=
isDebug
;
groupInout
.
Enabled
=
isDebug
;
...
...
@@ -1265,7 +1120,9 @@ namespace OnlineStore.ACPackingStore
if
(
result
.
Equals
(
DialogResult
.
Yes
))
{
BoxBean
.
IsDebug
=
true
;
ConfigAppSettings
.
SaveValue
(
Setting_Init
.
IsInDebug
,
1
);
BoxBean
.
Config
.
IsInDebug
=
1
;
StoreManager
.
UpdateBoxConfig
(
BoxBean
.
Config
);
LogUtil
.
info
(
"用户切换到调试状态 "
);
}
}
...
...
@@ -1278,11 +1135,23 @@ namespace OnlineStore.ACPackingStore
if
(
result
.
Equals
(
DialogResult
.
Yes
))
{
BoxBean
.
IsDebug
=
false
;
ConfigAppSettings
.
SaveValue
(
Setting_Init
.
IsInDebug
,
0
);
BoxBean
.
Config
.
IsInDebug
=
0
;
StoreManager
.
UpdateBoxConfig
(
BoxBean
.
Config
);
LogUtil
.
info
(
"用户切换到正常工作状态 "
);
}
}
}
}
private
void
btnScanTest_Click
(
object
sender
,
EventArgs
e
)
{
List
<
string
>
codes
=
CodeManager
.
CameraScan
(
BoxBean
.
Config
.
GetCameraList
());
string
result
=
""
;
foreach
(
string
s
in
codes
)
{
result
+=
s
+
"\r\n"
;
}
LogUtil
.
info
(
"扫到二维码:"
+
result
);
}
}
}
source/ACPackingStore/FrmBox.resx
查看文件 @
0fbcb89
此文件的差异太大,无法显示。
source/ACPackingStore/FrmStore.Designer.cs
查看文件 @
0fbcb89
...
...
@@ -37,9 +37,6 @@
this
.
btnCopyLog
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnClearLog
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
logBox
=
new
System
.
Windows
.
Forms
.
RichTextBox
();
this
.
groupBox3
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
lblStatus
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lblCID
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lblWarnMsg
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
menuStrip1
=
new
System
.
Windows
.
Forms
.
MenuStrip
();
this
.
操作
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
...
...
@@ -53,7 +50,7 @@
this
.
toolStripSeparator2
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
退出
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
设置
TToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
扫码测试
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripMenuItem2
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator6
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
二维码学习
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator7
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
...
...
@@ -64,11 +61,8 @@
this
.
显示
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripMenuItem1
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
timer1
=
new
System
.
Windows
.
Forms
.
Timer
(
this
.
components
);
this
.
toolStripSeparator8
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
toolStripMenuItem2
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
tabControl1
.
SuspendLayout
();
this
.
tabPage1
.
SuspendLayout
();
this
.
groupBox3
.
SuspendLayout
();
this
.
menuStrip1
.
SuspendLayout
();
this
.
contextMenuStrip1
.
SuspendLayout
();
this
.
SuspendLayout
();
...
...
@@ -156,46 +150,12 @@
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
logBox
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
logBox
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
8
9
);
this
.
logBox
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
8
0
);
this
.
logBox
.
Name
=
"logBox"
;
this
.
logBox
.
Size
=
new
System
.
Drawing
.
Size
(
1714
,
5
24
);
this
.
logBox
.
Size
=
new
System
.
Drawing
.
Size
(
1714
,
5
33
);
this
.
logBox
.
TabIndex
=
106
;
this
.
logBox
.
Text
=
""
;
//
// groupBox3
//
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblStatus
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblCID
);
this
.
groupBox3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
301
,
12
);
this
.
groupBox3
.
Name
=
"groupBox3"
;
this
.
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
294
,
57
);
this
.
groupBox3
.
TabIndex
=
102
;
this
.
groupBox3
.
TabStop
=
false
;
this
.
groupBox3
.
Text
=
"料仓信息"
;
//
// lblStatus
//
this
.
lblStatus
.
AutoSize
=
true
;
this
.
lblStatus
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblStatus
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblStatus
.
Location
=
new
System
.
Drawing
.
Point
(
9
,
30
);
this
.
lblStatus
.
Name
=
"lblStatus"
;
this
.
lblStatus
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
20
);
this
.
lblStatus
.
TabIndex
=
92
;
this
.
lblStatus
.
Text
=
"等待启动"
;
//
// lblCID
//
this
.
lblCID
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
lblCID
.
AutoSize
=
true
;
this
.
lblCID
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblCID
.
Location
=
new
System
.
Drawing
.
Point
(
215
,
30
);
this
.
lblCID
.
Name
=
"lblCID"
;
this
.
lblCID
.
Size
=
new
System
.
Drawing
.
Size
(
33
,
20
);
this
.
lblCID
.
TabIndex
=
95
;
this
.
lblCID
.
Text
=
"CID"
;
//
// lblWarnMsg
//
this
.
lblWarnMsg
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
...
...
@@ -241,54 +201,54 @@
// toolStripSeparator1
//
this
.
toolStripSeparator1
.
Name
=
"toolStripSeparator1"
;
this
.
toolStripSeparator1
.
Size
=
new
System
.
Drawing
.
Size
(
1
77
,
6
);
this
.
toolStripSeparator1
.
Size
=
new
System
.
Drawing
.
Size
(
1
14
,
6
);
//
// 启动AToolStripMenuItem
//
this
.
启动
AToolStripMenuItem
.
Name
=
"启动AToolStripMenuItem"
;
this
.
启动
AToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
26
);
this
.
启动
AToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
17
,
26
);
this
.
启动
AToolStripMenuItem
.
Text
=
"启动 "
;
this
.
启动
AToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启动所有料仓
AToolStripMenuItem_Click
);
//
// toolStripSeparator4
//
this
.
toolStripSeparator4
.
Name
=
"toolStripSeparator4"
;
this
.
toolStripSeparator4
.
Size
=
new
System
.
Drawing
.
Size
(
1
77
,
6
);
this
.
toolStripSeparator4
.
Size
=
new
System
.
Drawing
.
Size
(
1
14
,
6
);
//
// 复位RToolStripMenuItem
//
this
.
复位
RToolStripMenuItem
.
Name
=
"复位RToolStripMenuItem"
;
this
.
复位
RToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
26
);
this
.
复位
RToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
17
,
26
);
this
.
复位
RToolStripMenuItem
.
Text
=
"复位"
;
this
.
复位
RToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
复位
RToolStripMenuItem_Click
);
//
// toolStripSeparator3
//
this
.
toolStripSeparator3
.
Name
=
"toolStripSeparator3"
;
this
.
toolStripSeparator3
.
Size
=
new
System
.
Drawing
.
Size
(
1
77
,
6
);
this
.
toolStripSeparator3
.
Size
=
new
System
.
Drawing
.
Size
(
1
14
,
6
);
//
// 停止TToolStripMenuItem
//
this
.
停止
TToolStripMenuItem
.
Name
=
"停止TToolStripMenuItem"
;
this
.
停止
TToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
26
);
this
.
停止
TToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
17
,
26
);
this
.
停止
TToolStripMenuItem
.
Text
=
"停止"
;
this
.
停止
TToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
停止所有料仓
TToolStripMenuItem_Click
);
//
// toolStripSeparator5
//
this
.
toolStripSeparator5
.
Name
=
"toolStripSeparator5"
;
this
.
toolStripSeparator5
.
Size
=
new
System
.
Drawing
.
Size
(
1
77
,
6
);
this
.
toolStripSeparator5
.
Size
=
new
System
.
Drawing
.
Size
(
1
14
,
6
);
//
// toolStripSeparator2
//
this
.
toolStripSeparator2
.
Name
=
"toolStripSeparator2"
;
this
.
toolStripSeparator2
.
Size
=
new
System
.
Drawing
.
Size
(
1
77
,
6
);
this
.
toolStripSeparator2
.
Size
=
new
System
.
Drawing
.
Size
(
1
14
,
6
);
this
.
toolStripSeparator2
.
Visible
=
false
;
//
// 退出ToolStripMenuItem
//
this
.
退出
ToolStripMenuItem
.
Name
=
"退出ToolStripMenuItem"
;
this
.
退出
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
26
);
this
.
退出
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
17
,
26
);
this
.
退出
ToolStripMenuItem
.
Text
=
"退出"
;
this
.
退出
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
退出
ToolStripMenuItem_Click_1
);
//
...
...
@@ -297,37 +257,35 @@
this
.
设置
TToolStripMenuItem
.
DropDownItems
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
toolStripMenuItem2
,
this
.
toolStripSeparator6
,
this
.
扫码测试
ToolStripMenuItem
,
this
.
toolStripSeparator8
,
this
.
二维码学习
ToolStripMenuItem
,
this
.
toolStripSeparator7
});
this
.
设置
TToolStripMenuItem
.
Name
=
"设置TToolStripMenuItem"
;
this
.
设置
TToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
91
,
25
);
this
.
设置
TToolStripMenuItem
.
Text
=
"设备调试 "
;
//
//
扫码测试ToolStripMenuItem
//
toolStripMenuItem2
//
this
.
扫码测试
ToolStripMenuItem
.
Name
=
"扫码测试ToolStripMenuItem
"
;
this
.
扫码测试
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
18
0
,
26
);
this
.
扫码测试
ToolStripMenuItem
.
Text
=
"扫码测
试"
;
this
.
扫码测试
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
扫码测试
ToolStripMenuItem
_Click
);
this
.
toolStripMenuItem2
.
Name
=
"toolStripMenuItem2
"
;
this
.
toolStripMenuItem2
.
Size
=
new
System
.
Drawing
.
Size
(
16
0
,
26
);
this
.
toolStripMenuItem2
.
Text
=
"启用调
试"
;
this
.
toolStripMenuItem2
.
Click
+=
new
System
.
EventHandler
(
this
.
toolStripMenuItem2
_Click
);
//
// toolStripSeparator6
//
this
.
toolStripSeparator6
.
Name
=
"toolStripSeparator6"
;
this
.
toolStripSeparator6
.
Size
=
new
System
.
Drawing
.
Size
(
1
7
7
,
6
);
this
.
toolStripSeparator6
.
Size
=
new
System
.
Drawing
.
Size
(
1
5
7
,
6
);
//
// 二维码学习ToolStripMenuItem
//
this
.
二维码学习
ToolStripMenuItem
.
Name
=
"二维码学习ToolStripMenuItem"
;
this
.
二维码学习
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
8
0
,
26
);
this
.
二维码学习
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
6
0
,
26
);
this
.
二维码学习
ToolStripMenuItem
.
Text
=
"二维码学习"
;
this
.
二维码学习
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
二维码学习
ToolStripMenuItem_Click
);
//
// toolStripSeparator7
//
this
.
toolStripSeparator7
.
Name
=
"toolStripSeparator7"
;
this
.
toolStripSeparator7
.
Size
=
new
System
.
Drawing
.
Size
(
1
7
7
,
6
);
this
.
toolStripSeparator7
.
Size
=
new
System
.
Drawing
.
Size
(
1
5
7
,
6
);
//
// 帮助ToolStripMenuItem
//
...
...
@@ -380,18 +338,6 @@
this
.
timer1
.
Interval
=
1000
;
this
.
timer1
.
Tick
+=
new
System
.
EventHandler
(
this
.
timer1_Tick
);
//
// toolStripSeparator8
//
this
.
toolStripSeparator8
.
Name
=
"toolStripSeparator8"
;
this
.
toolStripSeparator8
.
Size
=
new
System
.
Drawing
.
Size
(
177
,
6
);
//
// toolStripMenuItem2
//
this
.
toolStripMenuItem2
.
Name
=
"toolStripMenuItem2"
;
this
.
toolStripMenuItem2
.
Size
=
new
System
.
Drawing
.
Size
(
180
,
26
);
this
.
toolStripMenuItem2
.
Text
=
"启用调试"
;
this
.
toolStripMenuItem2
.
Click
+=
new
System
.
EventHandler
(
this
.
toolStripMenuItem2_Click
);
//
// FrmStore
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
...
...
@@ -399,7 +345,6 @@
this
.
BackColor
=
System
.
Drawing
.
Color
.
White
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
1766
,
733
);
this
.
Controls
.
Add
(
this
.
lblWarnMsg
);
this
.
Controls
.
Add
(
this
.
groupBox3
);
this
.
Controls
.
Add
(
this
.
menuStrip1
);
this
.
Controls
.
Add
(
this
.
tabControl1
);
this
.
FormBorderStyle
=
System
.
Windows
.
Forms
.
FormBorderStyle
.
FixedSingle
;
...
...
@@ -415,8 +360,6 @@
this
.
tabControl1
.
ResumeLayout
(
false
);
this
.
tabPage1
.
ResumeLayout
(
false
);
this
.
tabPage1
.
PerformLayout
();
this
.
groupBox3
.
ResumeLayout
(
false
);
this
.
groupBox3
.
PerformLayout
();
this
.
menuStrip1
.
ResumeLayout
(
false
);
this
.
menuStrip1
.
PerformLayout
();
this
.
contextMenuStrip1
.
ResumeLayout
(
false
);
...
...
@@ -439,11 +382,9 @@
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
停止
TToolStripMenuItem
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
复位
RToolStripMenuItem
;
internal
System
.
Windows
.
Forms
.
RichTextBox
logBox
;
private
System
.
Windows
.
Forms
.
GroupBox
groupBox3
;
private
System
.
Windows
.
Forms
.
Timer
timer1
;
private
System
.
Windows
.
Forms
.
Button
btnCopyLog
;
private
System
.
Windows
.
Forms
.
Button
btnClearLog
;
private
System
.
Windows
.
Forms
.
Label
lblStatus
;
private
System
.
Windows
.
Forms
.
CheckBox
chbAutoRun
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
设置
TToolStripMenuItem
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
版本号
ToolStripMenuItem
;
...
...
@@ -452,8 +393,6 @@
private
System
.
Windows
.
Forms
.
ToolStripSeparator
toolStripSeparator4
;
private
System
.
Windows
.
Forms
.
ToolStripSeparator
toolStripSeparator3
;
private
System
.
Windows
.
Forms
.
ToolStripSeparator
toolStripSeparator2
;
private
System
.
Windows
.
Forms
.
Label
lblCID
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
扫码测试
ToolStripMenuItem
;
private
System
.
Windows
.
Forms
.
ToolStripSeparator
toolStripSeparator6
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
二维码学习
ToolStripMenuItem
;
private
System
.
Windows
.
Forms
.
Label
lblWarnMsg
;
...
...
@@ -462,7 +401,6 @@
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
退出
ToolStripMenuItem
;
private
System
.
Windows
.
Forms
.
ToolStripSeparator
toolStripSeparator7
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
toolStripMenuItem2
;
private
System
.
Windows
.
Forms
.
ToolStripSeparator
toolStripSeparator8
;
}
}
source/ACPackingStore/FrmStore.cs
查看文件 @
0fbcb89
...
...
@@ -51,7 +51,10 @@ namespace OnlineStore.ACPackingStore
AddForm
(
box
.
Name
,
frm
);
}
}
this
.
Text
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
App_Title
);
chbAutoRun
.
Checked
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
App_AutoRun
).
Equals
(
1
);
HideForm
();
LoadOk
=
true
;
}
...
...
@@ -319,18 +322,6 @@ namespace OnlineStore.ACPackingStore
about
.
ShowDialog
();
}
private
void
扫码测试
ToolStripMenuItem_Click
(
object
sender
,
EventArgs
e
)
{
//store. GetCameraCode();
List
<
string
>
codes
=
CodeManager
.
CameraScan
();
string
result
=
""
;
foreach
(
string
s
in
codes
)
{
result
+=
s
+
"\r\n"
;
}
LogUtil
.
info
(
"扫到二维码:"
+
result
);
}
private
void
二维码学习
ToolStripMenuItem_Click
(
object
sender
,
EventArgs
e
)
{
CodeLibrary
.
FrmCodeDecode
frm
=
new
CodeLibrary
.
FrmCodeDecode
();
...
...
@@ -350,7 +341,50 @@ namespace OnlineStore.ACPackingStore
private
void
toolStripMenuItem2_Click
(
object
sender
,
EventArgs
e
)
{
if
(
toolStripMenuItem2
.
Text
.
Equals
(
"启用调试"
))
{
DebugOpen
(
true
);
}
else
{
DebugOpen
(
false
);
}
}
private
void
DebugOpen
(
bool
isopen
)
{
foreach
(
TabPage
tab
in
tabPageList
)
{
bool
find
=
false
;
foreach
(
Control
control
in
tab
.
Controls
)
{
if
(
control
is
Panel
)
{
foreach
(
Control
con
in
control
.
Controls
)
{
if
(
con
is
FrmBox
)
{
FrmBox
frm
=
(
FrmBox
)
con
;
frm
.
DebugStatus
(
isopen
);
find
=
true
;
break
;
}
}
}
if
(
find
)
{
break
;
}
}
}
if
(
isopen
)
{
toolStripMenuItem2
.
Text
=
"禁用调试"
;
}
else
{
toolStripMenuItem2
.
Text
=
"启用调试"
;
}
}
}
}
source/ACPackingStore/useControl/AxisMoveControl.Designer.cs
查看文件 @
0fbcb89
namespace
OnlineStore.A
ssemblyLin
e
namespace
OnlineStore.A
CPackingStor
e
{
partial
class
AxisMoveControl
{
...
...
@@ -74,6 +74,9 @@
//
// groupAxis
//
this
.
groupAxis
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
groupAxis
.
Controls
.
Add
(
this
.
comboBox1
);
this
.
groupAxis
.
Controls
.
Add
(
this
.
label6
);
this
.
groupAxis
.
Controls
.
Add
(
this
.
label1
);
...
...
@@ -115,9 +118,9 @@
this
.
groupAxis
.
Controls
.
Add
(
this
.
label46
);
this
.
groupAxis
.
Controls
.
Add
(
this
.
label49
);
this
.
groupAxis
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupAxis
.
Location
=
new
System
.
Drawing
.
Point
(
9
,
4
);
this
.
groupAxis
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
2
);
this
.
groupAxis
.
Name
=
"groupAxis"
;
this
.
groupAxis
.
Size
=
new
System
.
Drawing
.
Size
(
6
48
,
367
);
this
.
groupAxis
.
Size
=
new
System
.
Drawing
.
Size
(
6
04
,
367
);
this
.
groupAxis
.
TabIndex
=
218
;
this
.
groupAxis
.
TabStop
=
false
;
this
.
groupAxis
.
Text
=
"伺服运动"
;
...
...
@@ -585,7 +588,7 @@
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
Controls
.
Add
(
this
.
groupAxis
);
this
.
Name
=
"AxisMoveControl"
;
this
.
Size
=
new
System
.
Drawing
.
Size
(
6
78
,
388
);
this
.
Size
=
new
System
.
Drawing
.
Size
(
6
12
,
374
);
this
.
groupAxis
.
ResumeLayout
(
false
);
this
.
groupAxis
.
PerformLayout
();
this
.
ResumeLayout
(
false
);
...
...
source/ACPackingStore/useControl/AxisMoveControl.cs
查看文件 @
0fbcb89
...
...
@@ -12,7 +12,7 @@ using OnlineStore.Common;
using
System.Threading
;
using
OnlineStore.LoadCSVLibrary
;
namespace
OnlineStore.A
ssemblyLin
e
namespace
OnlineStore.A
CPackingStor
e
{
public
partial
class
AxisMoveControl
:
UserControl
{
...
...
@@ -153,5 +153,6 @@ namespace OnlineStore.AssemblyLine
}
}
}
}
source/Common/Setting_Init.cs
查看文件 @
0fbcb89
...
...
@@ -24,7 +24,6 @@ namespace OnlineStore.Common
public
static
string
http_server
=
"http.server"
;
public
static
string
Store_CID
=
"Store_CID"
;
public
static
string
Store_ID
=
"Store_ID"
;
/// <summary>
/// 料仓数量
...
...
@@ -59,10 +58,7 @@ namespace OnlineStore.Common
/// 配置文件路径 Data Matrix ECC 200.dcm
/// </summary>
public
static
string
CodeParamPath
=
"CodeParamPath"
;
/// <summary>
/// 高度传感器转换系数
/// </summary>
public
static
string
AI_ConvertPosition
=
"AI_ConvertPosition"
;
/// <summary>
/// 进出轴最大待机点,需要小于3000
/// </summary>
...
...
@@ -84,10 +80,7 @@ namespace OnlineStore.Common
public
static
string
LineServerIp
=
"LineServerIp"
;
public
static
string
LineServerPort
=
"LineServerPort"
;
/// <summary>
/// 是否调试状态
/// </summary>
public
static
string
IsInDebug
=
"IsInDebug"
;
public
static
string
ACBaudRate
=
"ACBaudRate"
;
...
...
source/Common/util/ConfigAppSettings.cs
查看文件 @
0fbcb89
...
...
@@ -26,53 +26,6 @@ namespace OnlineStore.Common
Interlocked
.
Increment
(
ref
seq
);
return
seq
;
}
public
static
string
GetValue
(
string
keyStr
,
string
storeStr
)
{
string
key
=
keyStr
+
storeStr
;
System
.
Configuration
.
Configuration
config
=
ConfigurationManager
.
OpenExeConfiguration
(
ConfigurationUserLevel
.
None
);
if
(
config
.
AppSettings
.
Settings
[
key
]
==
null
)
{
return
GetValue
(
keyStr
);
}
else
{
return
config
.
AppSettings
.
Settings
[
key
].
Value
;
}
}
public
static
decimal
GetNumValue
(
string
keyStr
,
string
storeStr
)
{
string
key
=
keyStr
+
storeStr
;
decimal
a
=
0
;
System
.
Configuration
.
Configuration
config
=
ConfigurationManager
.
OpenExeConfiguration
(
ConfigurationUserLevel
.
None
);
if
(
config
.
AppSettings
.
Settings
[
key
]
==
null
)
{
return
GetNumValue
(
keyStr
);
}
else
{
{
Decimal
.
TryParse
(
config
.
AppSettings
.
Settings
[
key
].
Value
,
out
a
);
}
}
return
a
;
}
public
static
int
GetIntValue
(
string
keyStr
,
string
storeStr
)
{
string
key
=
keyStr
+
storeStr
;
int
a
=
0
;
System
.
Configuration
.
Configuration
config
=
ConfigurationManager
.
OpenExeConfiguration
(
ConfigurationUserLevel
.
None
);
if
(
config
.
AppSettings
.
Settings
[
key
]
==
null
)
{
return
GetIntValue
(
keyStr
);
}
else
{
{
Int32
.
TryParse
(
config
.
AppSettings
.
Settings
[
key
].
Value
,
out
a
);
}
}
return
a
;
}
public
static
string
GetValue
(
string
key
)
{
System
.
Configuration
.
Configuration
config
=
ConfigurationManager
.
OpenExeConfiguration
(
ConfigurationUserLevel
.
None
);
...
...
source/DeviceLibrary/ACPackingStore/AC_BOX_Bean.cs
查看文件 @
0fbcb89
...
...
@@ -44,6 +44,7 @@ namespace OnlineStore.DeviceLibrary
{
Init
();
baseConfig
=
config
;
CID
=
config
.
CID
;
serverConnectTimer
=
new
System
.
Timers
.
Timer
();
serverConnectTimer
.
Interval
=
1000
;
serverConnectTimer
.
AutoReset
=
true
;
...
...
@@ -56,42 +57,32 @@ namespace OnlineStore.DeviceLibrary
IoCheckTimer
.
Elapsed
+=
IoCheckTimer_Elapsed
;
//添加调试
IsDebug
=
ConfigAppSettings
.
GetIntValue
(
Setting_Init
.
IsInDebug
)
.
Equals
(
1
);
IsDebug
=
config
.
IsInDebug
.
Equals
(
1
);
Name
=
(
"料仓BOX_"
+
config
.
Id
+
" "
).
ToUpper
();
this
.
DeviceID
=
config
.
Id
;
Name
=
(
"料仓BOX_"
+
config
.
DeviceID
+
" "
).
ToUpper
();
this
.
DeviceID
=
config
.
DeviceID
;
this
.
Config
=
config
;
moveAxisList
=
new
List
<
ConfigMoveAxis
>();
MoveAxisConfig
();
List
<
AC
StorePosition
>
positionList
=
CSVPositionReader
<
ACStore
Position
>.
getPositionList
();
List
<
AC
BoxPosition
>
positionList
=
CSVPositionReader
<
ACBox
Position
>.
getPositionList
();
PositionNumList
=
new
List
<
string
>();
foreach
(
AC
Store
Position
position
in
positionList
)
foreach
(
AC
Box
Position
position
in
positionList
)
{
if
(
position
.
StoreId
.
Equals
(
DeviceID
))
{
bool
result
=
AC
Store
Position
.
CheckPosition
(
position
,
Config
);
bool
result
=
AC
Box
Position
.
CheckPosition
(
position
,
Config
);
if
(
result
)
{
PositionNumList
.
Add
(
position
.
PositionNum
);
}
}
}
IOManager
.
Init
();
IOManager
.
instance
.
ConnectionIOList
(
Config
.
DIODeviceNameList
);
mainTimer
.
Enabled
=
false
;
int
isAuto
=
ConfigAppSettings
.
GetIntValue
(
Setting_Init
.
App_AutoRun
);
if
(
isAuto
==
1
)
{
mainTimer
.
Enabled
=
true
;
}
Thread
.
Sleep
(
300
);
//默认三个灯都亮
IOMove
(
IO_Type
.
Alarm_HddLed
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
AutoRun_HddLed
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
RunSign_HddLed
,
IO_VALUE
.
LOW
);
}
private
void
IoCheckTimer_Elapsed
(
object
sender
,
System
.
Timers
.
ElapsedEventArgs
e
)
...
...
@@ -1152,7 +1143,7 @@ namespace OnlineStore.DeviceLibrary
int
storeId
=
int
.
Parse
(
posArray
[
0
]);
//根据发送的posId获取位置列表
AC
StorePosition
position
=
CSVPositionReader
<
ACStore
Position
>.
GetPositon
(
posId
);
AC
BoxPosition
position
=
CSVPositionReader
<
ACBox
Position
>.
GetPositon
(
posId
);
if
(
position
==
null
)
{
//出入库没有找到服务器发送的库位,需要打印日志方便查询原因
WarnMsg
=
"入库未找到库位:二维码【"
+
message
+
"】库位【"
+
posId
+
"】 "
;
...
...
@@ -1238,7 +1229,7 @@ namespace OnlineStore.DeviceLibrary
// //LineConnect.WaitInStoreList.Remove(posId);
//}
//根据发送的posId获取位置列表
AC
StorePosition
position
=
CSVPositionReader
<
ACStore
Position
>.
GetPositon
(
posId
);
AC
BoxPosition
position
=
CSVPositionReader
<
ACBox
Position
>.
GetPositon
(
posId
);
if
(
position
==
null
)
{
//出入库没有找到服务器发送的库位,需要打印日志方便查询原因
WarnMsg
=
"入库未找到库位:二维码【"
+
message
+
"】库位【"
+
posId
+
"】 "
;
...
...
@@ -1627,7 +1618,7 @@ namespace OnlineStore.DeviceLibrary
int
storeId
=
int
.
Parse
(
posArray
[
0
]);
//根据发送的posId获取位置列表
AC
StorePosition
position
=
CSVPositionReader
<
ACStore
Position
>.
GetPositon
(
posId
);
AC
BoxPosition
position
=
CSVPositionReader
<
ACBox
Position
>.
GetPositon
(
posId
);
if
(
position
==
null
)
{
//出入库没有找到服务器发送的库位,需要打印日志方便查询原因
...
...
source/DeviceLibrary/ACPackingStore/AC_BOX_Bean_Partial.cs
查看文件 @
0fbcb89
...
...
@@ -46,7 +46,7 @@ namespace OnlineStore.DeviceLibrary
if
(
param
.
MoveP
==
null
)
{
LineMoveP
p
=
new
LineMoveP
();
AC
Store
Position
position
=
param
.
GetACPosition
();
AC
Box
Position
position
=
param
.
GetACPosition
();
if
(
position
==
null
)
{
LogUtil
.
error
(
LOGGER
,
Name
+
"出入库时发现param中取到的Position=null,没有库位不能执行出入库"
);
...
...
source/DeviceLibrary/ACPackingStore/PackingStoreBean.cs
查看文件 @
0fbcb89
...
...
@@ -48,7 +48,7 @@ namespace OnlineStore.DeviceLibrary
InitTimer
();
baseConfig
=
lineConfig
;
this
.
Config
=
lineConfig
;
this
.
DeviceID
=
lineConfig
.
Id
;
this
.
DeviceID
=
lineConfig
.
DeviceID
;
MoveInfo
=
new
StoreMoveInfo
(
DeviceID
);
Name
=
(
" Store_"
+
Config
.
CID
+
" "
).
ToUpper
();
...
...
@@ -60,8 +60,8 @@ namespace OnlineStore.DeviceLibrary
AC_BOX_Bean
equip
=
new
AC_BOX_Bean
(
config
);
AddDeviceName
(
ioList
,
config
.
DIODeviceNameList
);
BoxMap
.
Add
(
config
.
Id
,
equip
);
BoxConfigMap
.
Add
(
config
.
Id
,
config
);
BoxMap
.
Add
(
config
.
DeviceID
,
equip
);
BoxConfigMap
.
Add
(
config
.
DeviceID
,
config
);
}
IOManager
.
Init
();
...
...
@@ -76,10 +76,13 @@ namespace OnlineStore.DeviceLibrary
addLastDI
(
IO_Type
.
Airpressure_Check
,
IOValue
(
IO_Type
.
Airpressure_Check
));
addLastDI
(
IO_Type
.
SuddenStop_BTN
,
IOValue
(
IO_Type
.
SuddenStop_BTN
));
addLastDI
(
IO_Type
.
Reset_BTN
,
IOValue
(
IO_Type
.
Reset_BTN
));
IOMove
(
IO_Type
.
Alarm_HddLed
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
AutoRun_HddLed
,
IO_VALUE
.
LOW
);
IOMove
(
IO_Type
.
RunSign_HddLed
,
IO_VALUE
.
LOW
);
mainTimer
.
Enabled
=
true
;
IoCheckTimer
.
Enabled
=
true
;
canStart
=
true
;
});
}
...
...
source/DeviceLibrary/ACPackingStore/StoreManager.cs
查看文件 @
0fbcb89
...
...
@@ -85,10 +85,26 @@ namespace OnlineStore.DeviceLibrary
{
string
nameStr
=
i
.
ToString
().
PadLeft
(
1
,
'0'
);
string
config
=
appPath
+
moveEquipConfig
.
Replace
(
".csv"
,
"_"
+
nameStr
+
".csv"
);
AC_BOX_Config
moveConfig
=
CSVConfigReader
.
LoadBoxConfig
(
i
,
CID
+
"_"
+
i
,
"BOX"
,
config
);
string
storeIdConfig
=
Setting_Init
.
Store_CID
+
"_"
+
i
;
string
boxCid
=
ConfigAppSettings
.
GetValue
(
storeIdConfig
);
AC_BOX_Config
moveConfig
=
CSVConfigReader
.
LoadBoxConfig
(
i
,
boxCid
,
"BOX"
,
config
);
AllConfigMap
.
Add
(
i
,
moveConfig
);
storeConfig
.
Add
(
i
,
moveConfig
);
}
string
positionConfigFile
=
appPath
+
ConfigAppSettings
.
GetValue
(
Setting_Init
.
Store_Position_Config
);
if
(
count
>
1
||
(!
File
.
Exists
(
positionConfigFile
)))
{
for
(
int
i
=
1
;
i
<=
count
;
i
++)
{
string
nameStr
=
i
.
ToString
().
PadLeft
(
1
,
'0'
);
string
fileN
=
positionConfigFile
.
Replace
(
".csv"
,
"_"
+
nameStr
+
".csv"
);
CSVPositionReader
<
ACBoxPosition
>.
AddCSVFile
(
fileN
);
}
}
else
{
CSVPositionReader
<
ACBoxPosition
>.
AddCSVFile
(
positionConfigFile
);
}
LogUtil
.
info
(
LOGGER
,
"加载料仓完成!"
);
}
...
...
@@ -113,15 +129,17 @@ namespace OnlineStore.DeviceLibrary
{
//位置配置到文件中
string
appPath
=
Application
.
StartupPath
;
string
configFile
=
appPath
+
ConfigAppSettings
.
GetValue
(
Setting_Init
.
BOX_ConfigPath
);
bool
result
=
CSVConfigReader
.
SaveBoxPosition
(
configFile
,
storeConfig
);
if
(!
result
)
{
LOGGER
.
Error
(
"保存配置文件失败:"
+
configFile
);
}
//Store.Config = storeConfig;
//Store.MoveAxisConfig();
AllConfigMap
[
storeConfig
.
DeviceID
]
=
storeConfig
;
Store
.
BoxConfigMap
[
storeConfig
.
DeviceID
]
=
storeConfig
;
Store
.
BoxMap
[
storeConfig
.
DeviceID
].
Config
=
storeConfig
;
Store
.
BoxMap
[
storeConfig
.
DeviceID
].
MoveAxisConfig
();
}
catch
(
Exception
ex
)
{
...
...
source/DeviceLibrary/DeviceLibrary.csproj
查看文件 @
0fbcb89
...
...
@@ -107,7 +107,10 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="StoreConfig\linePositions.csv">
<None Include="StoreConfig\linePositions_2.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="StoreConfig\linePositions_1.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="StoreConfig\StoreConfig.csv">
...
...
source/DeviceLibrary/StoreConfig/BoxConfig_1.csv
查看文件 @
0fbcb89
...
...
@@ -119,3 +119,5 @@ PRO,需要吹气的湿度(湿度标准),Max_Humidity,10,,,,,,,
PRO,每次吹气的时间(分钟),BlowAir_Time,10,,,,,,,
PRO,两次吹气间隔(分钟),BlowAir_Interval,10,,,,,,,
PRO,温湿度端口号,Humiture_Port,COM2,,,,,,,
PRO,扫码的相机名称(多个用#分隔),CameraNameList,Name1#Name1,,,,,
PRO,是否是调试状态,IsInDebug,1,,,,,,,
source/DeviceLibrary/StoreConfig/BoxConfig_2.csv
查看文件 @
0fbcb89
...
...
@@ -121,3 +121,6 @@ PRO,需要吹气的湿度(湿度标准),Max_Humidity,10,,,,,,,
PRO,每次吹气的时间(分钟),BlowAir_Time,10,,,,,,,
PRO,两次吹气间隔(分钟),BlowAir_Interval,10,,,,,,,
PRO,温湿度端口号,Humiture_Port,COM2,,,,,,,
PRO,扫码的相机名称(多个用#分隔),CameraNameList,Name1#Name1,,,,,
PRO,是否是调试状态,IsInDebug,1,,,,,,,
source/DeviceLibrary/StoreConfig/linePositions.csv
deleted
100644 → 0
查看文件 @
03e70b2
位置,优先级,高度,宽度,料仓ID,中轴位置P2,升降轴库位出料前点P5,升降轴库位出料缓冲点P6,升降轴库位入料前点P3,升降轴库位入料缓冲点P4,进出轴库位点取料点P3,压紧轴压紧点P2,压紧轴压紧前点P3,进出轴进料口取料点P2
3#AC1_1_1_4,774,8,7,3,211783,51884,55245,55245,51884,68000,9999,9999,81000
3#AC1_1_1_5,773,8,7,3,211783,67807,71168,71168,67807,68000,12000,75000,81000
3#AC1_1_1_6,772,8,7,3,211783,83730,87091,87091,83730,68000,12000,75000,81000
3#AC1_1_1_7,771,8,7,3,211783,99653,103014,103014,99653,68000,12000,75000,81000
3#AC1_1_1_8,770,8,7,3,211783,115576,118937,118937,115576,68000,12000,75000,81000
3#AC1_1_1_9,769,8,7,3,211783,131499,134860,134860,131499,68000,12000,75000,81000
3#AC1_1_1_10,768,8,7,3,211783,147422,150783,150783,147422,68000,12000,75000,81000
3#AC1_1_1_11,767,8,7,3,211783,163345,166706,166706,163345,68000,12000,75000,81000
3#AC1_1_1_12,766,8,7,3,211783,179268,182629,182629,179268,68000,12000,75000,81000
3#AC1_1_1_13,765,8,7,3,211783,195191,198552,198552,195191,68000,12000,75000,81000
3#AC1_1_1_14,764,8,7,3,211783,211114,214475,214475,211114,68000,12000,75000,81000
3#AC1_1_1_15,763,8,7,3,211783,227037,230398,230398,227037,68000,12000,75000,81000
3#AC1_1_1_16,762,8,7,3,211783,242960,246321,246321,242960,68000,12000,75000,81000
3#AC1_1_1_17,761,8,7,3,211783,258883,262244,262244,258883,68000,12000,75000,81000
3#AC1_1_1_18,760,8,7,3,211783,274806,278167,278167,274806,68000,12000,75000,81000
3#AC1_1_1_19,759,8,7,3,211783,289000,294090,294090,289000,68000,12000,75000,81000
3#AC1_1_1_20,758,8,7,3,211783,304652,310013,310013,304652,68000,12000,75000,81000
3#AC1_1_1_21,757,8,7,3,211783,320575,325936,325936,320575,68000,12000,75000,81000
3#AC1_1_1_22,756,8,7,3,211783,336498,341859,341859,336498,68000,12000,75000,81000
3#AC1_1_2_3,755,8,7,3,211783,385700,389433,389433,385700,68000,12000,75000,81000
3#AC1_1_2_4,754,8,7,3,211783,403000,405356,405356,403000,68000,12000,75000,81000
3#AC1_1_2_5,753,8,7,3,211783,418345,421279,421279,418345,68000,12000,75000,81000
3#AC1_1_2_6,752,8,7,3,211783,434000,437202,437202,434000,68000,12000,75000,81000
3#AC1_1_2_7,751,8,7,3,211783,450000,453125,453125,450000,68000,12000,75000,81000
3#AC1_1_2_8,750,8,7,3,211783,465900,469048,469048,465900,68000,12000,75000,81000
3#AC1_1_2_9,749,8,7,3,211783,481800,484971,484971,481800,68000,12000,75000,81000
3#AC1_1_2_10,748,8,7,3,211783,497660,500894,500894,497660,68000,12000,75000,81000
3#AC1_1_2_11,747,8,7,3,211783,513600,516817,516817,513600,68000,12000,75000,81000
3#AC1_1_2_12,746,8,7,3,211783,529200,532740,532740,529200,68000,12000,75000,81000
3#AC1_1_2_13,745,8,7,3,211783,545100,548663,548663,545100,68000,12000,75000,81000
3#AC1_1_2_14,744,8,7,3,211783,560500,564586,564586,560500,68000,12000,75000,81000
3#AC1_1_2_15,743,8,7,3,211783,575500,580509,580509,575500,68000,12000,75000,81000
3#AC1_1_2_16,742,8,7,3,211783,591500,596432,596432,591500,68000,12000,75000,81000
3#AC1_1_2_17,741,8,7,3,211783,606000,612355,612355,606000,68000,12000,75000,81000
3#AC1_1_2_18,740,8,7,3,211783,621000,628278,628278,621000,68000,12000,75000,81000
3#AC1_1_2_19,739,8,7,3,211783,638000,644201,644201,638000,68000,12000,75000,81000
3#AC1_1_2_20,738,8,7,3,211783,654000,660124,660124,654000,68000,12000,75000,81000
3#AC1_1_2_21,737,8,7,3,211783,669000,676047,676047,669000,68000,12000,75000,81000
3#AC1_1_2_22,736,8,7,3,211783,685500,691970,691970,685500,68000,12000,75000,81000
3#AC1_1_3_1,735,8,7,3,211400,706257,709866,709866,706257,68000,12000,75000,81000
3#AC1_1_3_2,734,8,7,3,211400,722180,725789,725789,722180,68000,12000,75000,81000
3#AC1_1_3_3,733,8,7,3,211400,738103,741712,741712,738103,68000,12000,75000,81000
3#AC1_1_3_4,732,8,7,3,211400,753026,757635,757635,753026,68000,12000,75000,81000
3#AC1_1_3_5,731,8,7,3,211400,767949,773558,773558,767949,68000,12000,75000,81000
3#AC1_1_3_6,730,8,7,3,211400,783872,789481,789481,783872,68000,12000,75000,81000
3#AC1_1_3_7,729,8,7,3,211400,799795,805404,805404,799795,68000,12000,75000,81000
3#AC1_1_3_8,728,8,7,3,211800,814218,819327,819327,814218,68000,12000,75000,81000
3#AC1_1_3_9,727,8,7,3,211800,832141,835250,835250,832141,68000,12000,75000,81000
3#AC1_1_3_10,726,8,7,3,211800,848064,851173,851173,848064,68000,12000,75000,81000
3#AC1_1_3_11,725,8,7,3,212000,861987,867096,867096,861987,68000,12000,75000,81000
3#AC1_1_3_12,724,8,7,3,212000,877910,883019,883019,877910,68000,12000,75000,81000
3#AC1_1_3_13,723,8,7,3,212000,893833,898942,898942,893833,68000,12000,75000,81000
3#AC1_1_3_14,722,8,7,3,212300,909756,912865,912865,909756,68000,12000,75000,81000
3#AC1_1_3_15,721,8,7,3,212600,925679,928788,928788,925679,68000,12000,75000,81000
3#AC1_1_3_16,720,8,7,3,212600,941602,944711,944711,941602,68000,12000,75000,81000
3#AC1_1_3_17,719,8,7,3,212600,957525,960634,960634,957525,68000,12000,75000,81000
3#AC1_1_3_18,718,8,7,3,212600,973448,976557,976557,973448,68000,12000,75000,81000
3#AC1_1_3_19,717,8,7,3,212600,987371,992480,992480,987371,68000,12000,75000,81000
3#AC1_1_3_20,716,8,7,3,212600,1003294,1008403,1008403,1003294,68000,12000,75000,81000
3#AC1_1_3_21,715,8,7,3,212600,1018717,1024326,1024326,1018717,68000,12000,75000,81000
3#AC1_2_1_1,714,8,7,3,169650,5600,9900,9900,5600,68000,12000,75000,81000
3#AC1_2_1_2,713,8,7,3,169650,21365,25665,25665,21365,68000,12000,75000,81000
3#AC1_2_1_3,712,8,7,3,169650,37130,41430,41430,37130,68000,12000,75000,81000
3#AC1_2_1_4,711,8,7,3,169650,52895,57195,57195,52895,68000,12000,75000,81000
3#AC1_2_1_5,710,8,7,3,169650,68660,72960,72960,68660,68000,12000,75000,81000
3#AC1_2_1_6,709,8,7,3,169650,84425,88725,88725,84425,68000,12000,75000,81000
3#AC1_2_1_7,708,8,7,3,169650,100190,104490,104490,100190,68000,12000,75000,81000
3#AC1_2_1_8,707,8,7,3,169650,115955,120255,120255,115955,68000,12000,75000,81000
3#AC1_2_1_9,706,8,7,3,169650,131720,136020,136020,131720,68000,12000,75000,81000
3#AC1_2_1_10,705,8,7,3,169650,147485,151785,151785,147485,68000,12000,75000,81000
3#AC1_2_1_11,704,8,7,3,169650,163250,167550,167550,163250,68000,12000,75000,81000
3#AC1_2_1_12,703,8,7,3,169650,179015,183315,183315,179015,68000,12000,75000,81000
3#AC1_2_1_13,702,8,7,3,169650,194780,199080,199080,194780,68000,12000,75000,81000
3#AC1_2_1_14,701,8,7,3,169650,210545,214845,214845,210545,68000,12000,75000,81000
3#AC1_2_1_15,700,8,7,3,169650,226310,230610,230610,226310,68000,12000,75000,81000
3#AC1_2_1_16,699,8,7,3,169650,242075,246375,246375,242075,68000,12000,75000,81000
3#AC1_2_1_17,698,8,7,3,169650,257840,262140,262140,257840,68000,12000,75000,81000
3#AC1_2_1_18,697,8,7,3,169650,273605,277905,277905,273605,68000,12000,75000,81000
3#AC1_2_1_19,696,8,7,3,169650,289370,293670,293670,289370,68000,12000,75000,81000
3#AC1_2_1_20,695,8,7,3,169650,305135,309435,309435,305135,68000,12000,75000,81000
3#AC1_2_1_21,694,8,7,3,169650,320900,325200,325200,320900,68000,12000,75000,81000
3#AC1_2_2_1,693,8,7,3,169650,354811,358235,358235,354811,68000,12000,75000,81000
3#AC1_2_2_2,692,8,7,3,169650,370576,374000,374000,370576,68000,12000,75000,81000
3#AC1_2_2_3,691,8,7,3,169650,386341,389765,389765,386341,68000,12000,75000,81000
3#AC1_2_2_4,690,8,7,3,169650,402106,405530,405530,402106,68000,12000,75000,81000
3#AC1_2_2_5,689,8,7,3,169650,417871,421295,421295,417871,68000,12000,75000,81000
3#AC1_2_2_6,688,8,7,3,169650,433636,437060,437060,433636,68000,12000,75000,81000
3#AC1_2_2_7,687,8,7,3,169650,449401,452825,452825,449401,68000,12000,75000,81000
3#AC1_2_2_8,686,8,7,3,169650,465166,468590,468590,465166,68000,12000,75000,81000
3#AC1_2_2_9,685,8,7,3,169650,480931,484355,484355,480931,68000,12000,75000,81000
3#AC1_2_2_10,684,8,7,3,169650,496696,500120,500120,496696,68000,12000,75000,81000
3#AC1_2_2_11,683,8,7,3,169650,512461,515885,515885,512461,68000,12000,75000,81000
3#AC1_2_2_12,682,8,7,3,169650,528226,531650,531650,528226,68000,12000,75000,81000
3#AC1_2_2_13,681,8,7,3,169650,543991,547415,547415,543991,68000,12000,75000,81000
3#AC1_2_2_14,680,8,7,3,169650,559756,563180,563180,559756,68000,12000,75000,81000
3#AC1_2_2_15,679,8,7,3,169650,575521,578945,578945,575521,68000,12000,75000,81000
3#AC1_2_2_16,678,8,7,3,169650,591286,594710,594710,591286,68000,12000,75000,81000
3#AC1_2_2_17,677,8,7,3,169650,607051,610475,610475,607051,68000,12000,75000,81000
3#AC1_2_2_18,676,8,7,3,169650,622816,626240,626240,622816,68000,12000,75000,81000
3#AC1_2_2_19,675,8,7,3,169650,638581,642005,642005,638581,68000,12000,75000,81000
3#AC1_2_2_20,674,8,7,3,169650,654346,657770,657770,654346,68000,12000,75000,81000
3#AC1_2_2_21,673,8,7,3,169650,670111,673535,673535,670111,68000,12000,75000,81000
3#AC1_2_2_22,672,8,7,3,169650,685876,689300,689300,685876,68000,12000,75000,81000
3#AC1_2_3_1,671,8,7,3,169650,706257,709866,709866,706257,68000,12000,75000,81000
3#AC1_2_3_2,670,8,7,3,169650,720180,723789,723789,720180,68000,12000,75000,81000
3#AC1_2_3_3,669,8,7,3,169650,736103,739712,739712,736103,68000,12000,75000,81000
3#AC1_2_3_4,668,8,7,3,169650,752526,757135,757135,752526,68000,12000,75000,81000
3#AC1_2_3_5,667,8,7,3,169650,767449,773058,773058,767449,68000,12000,75000,81000
3#AC1_2_3_6,666,8,7,3,169650,783372,788981,788981,783372,68000,12000,75000,81000
3#AC1_2_3_7,665,8,7,3,169650,799295,804904,804904,799295,68000,12000,75000,81000
3#AC1_2_3_8,664,8,7,3,169650,815218,820327,820327,815218,68000,12000,75000,81000
3#AC1_2_3_9,663,8,7,3,169650,832000,836000,836000,832000,68000,12000,75000,81000
3#AC1_2_3_10,662,8,7,3,169650,847500,852173,852173,847500,68000,12000,75000,81000
3#AC1_2_3_11,661,8,7,3,169650,862987,868096,868096,862987,68000,12000,75000,81000
3#AC1_2_3_12,660,8,7,3,169650,878910,884019,884019,878910,68000,12000,75000,81000
3#AC1_2_3_13,659,8,7,3,169650,894833,899942,899942,894833,68000,12000,75000,81000
3#AC1_2_3_14,658,8,7,3,169650,910756,913865,913865,910756,68000,12000,75000,81000
3#AC1_2_3_15,657,8,7,3,169650,926679,929788,929788,926679,68000,12000,75000,81000
3#AC1_2_3_16,656,8,7,3,169650,942100,945711,945711,942100,68000,12000,75000,81000
3#AC1_2_3_17,655,8,7,3,169650,957500,961634,961634,957500,68000,12000,75000,81000
3#AC1_2_3_18,654,8,7,3,169650,974000,977557,977557,974000,68000,12000,75000,81000
3#AC1_2_3_19,653,8,7,3,169650,987800,993480,993480,987800,68000,12000,75000,81000
3#AC1_2_3_20,652,8,7,3,169650,1003700,1009403,1009403,1003700,68000,12000,75000,81000
3#AC1_2_3_21,651,8,7,3,169650,1019000,1025326,1025326,1019000,68000,12000,75000,81000
3#AC1_3_1_1,650,8,7,3,127750,5800,8700,8700,5800,68000,12000,75000,81000
3#AC1_3_1_2,649,8,7,3,127750,21565,24465,24465,21565,68000,12000,75000,81000
3#AC1_3_1_3,648,8,7,3,127750,37330,40230,40230,37330,68000,12000,75000,81000
3#AC1_3_1_4,647,8,7,3,127750,53095,55995,55995,53095,68000,12000,75000,81000
3#AC1_3_1_5,646,8,7,3,127750,68860,71760,71760,68860,68000,12000,75000,81000
3#AC1_3_1_6,645,8,7,3,127750,84625,87525,87525,84625,68000,12000,75000,81000
3#AC1_3_1_7,644,8,7,3,127750,100390,103290,103290,100390,68000,12000,75000,81000
3#AC1_3_1_8,643,8,7,3,127750,116155,119055,119055,116155,68000,12000,75000,81000
3#AC1_3_1_9,642,8,7,3,127750,131920,134820,134820,131920,68000,12000,75000,81000
3#AC1_3_1_10,641,8,7,3,127750,147685,150585,150585,147685,68000,12000,75000,81000
3#AC1_3_1_11,640,8,7,3,127750,163450,166350,166350,163450,68000,12000,75000,81000
3#AC1_3_1_12,639,8,7,3,127750,179215,182115,182115,179215,68000,12000,75000,81000
3#AC1_3_1_13,638,8,7,3,127750,194980,197880,197880,194980,68000,12000,75000,81000
3#AC1_3_1_14,637,8,7,3,127750,210745,213645,213645,210745,68000,12000,75000,81000
3#AC1_3_1_15,636,8,7,3,127750,226510,229410,229410,226510,68000,12000,75000,81000
3#AC1_3_1_16,635,8,7,3,127750,242275,245175,245175,242275,68000,12000,75000,81000
3#AC1_3_1_17,634,8,7,3,127750,258040,260940,260940,258040,68000,12000,75000,81000
3#AC1_3_1_18,633,8,7,3,127750,273805,276705,276705,273805,68000,12000,75000,81000
3#AC1_3_1_19,632,8,7,3,127750,289570,292470,292470,289570,68000,12000,75000,81000
3#AC1_3_1_20,631,8,7,3,127750,305335,308235,308235,305335,68000,12000,75000,81000
3#AC1_3_1_21,630,8,7,3,127750,321100,324000,324000,321100,68000,12000,75000,81000
3#AC1_3_1_22,629,8,7,3,127750,336865,339765,339765,336865,68000,12000,75000,81000
3#AC1_3_2_1,628,8,7,3,127750,353670,358470,358470,353670,68000,12000,75000,81000
3#AC1_3_2_2,627,8,7,3,127750,369435,374235,374235,369435,68000,12000,75000,81000
3#AC1_3_2_3,626,8,7,3,127750,385200,390000,390000,385200,68000,12000,75000,81000
3#AC1_3_2_4,625,8,7,3,127750,400965,405765,405765,400965,68000,12000,75000,81000
3#AC1_3_2_5,624,8,7,3,127750,416730,421530,421530,416730,68000,12000,75000,81000
3#AC1_3_2_6,623,8,7,3,127750,432495,437295,437295,432495,68000,12000,75000,81000
3#AC1_3_2_7,622,8,7,3,127750,448260,453060,453060,448260,68000,12000,75000,81000
3#AC1_3_2_8,621,8,7,3,127750,464025,468825,468825,464025,68000,12000,75000,81000
3#AC1_3_2_9,620,8,7,3,127750,479790,484590,484590,479790,68000,12000,75000,81000
3#AC1_3_2_10,619,8,7,3,127750,495555,500355,500355,495555,68000,12000,75000,81000
3#AC1_3_2_11,618,8,7,3,127750,511320,516120,516120,511320,68000,12000,75000,81000
3#AC1_3_2_12,617,8,7,3,127750,527085,531885,531885,527085,68000,12000,75000,81000
3#AC1_3_2_13,616,8,7,3,127750,542850,547650,547650,542850,68000,12000,75000,81000
3#AC1_3_2_14,615,8,7,3,127750,558615,563415,563415,558615,68000,12000,75000,81000
3#AC1_3_2_15,614,8,7,3,127750,574380,579180,579180,574380,68000,12000,75000,81000
3#AC1_3_2_16,613,8,7,3,127750,590145,594945,594945,590145,68000,12000,75000,81000
3#AC1_3_2_17,612,8,7,3,127750,605910,610710,610710,605910,68000,12000,75000,81000
3#AC1_3_2_18,611,8,7,3,127750,621675,626475,626475,621675,68000,12000,75000,81000
3#AC1_3_2_19,610,8,7,3,127750,637440,642240,642240,637440,68000,12000,75000,81000
3#AC1_3_2_20,609,8,7,3,127750,653205,658005,658005,653205,68000,12000,75000,81000
3#AC1_3_2_21,608,8,7,3,127750,668970,673770,673770,668970,68000,12000,75000,81000
3#AC1_3_2_22,607,8,7,3,127750,684735,689535,689535,684735,68000,12000,75000,81000
3#AC1_3_3_1,606,8,7,3,128049,706000,710366,710366,706000,68000,12000,75000,81000
3#AC1_3_3_2,605,8,7,3,128049,721880,726289,726289,721880,68000,12000,75000,81000
3#AC1_3_3_3,604,8,7,3,128049,737500,742212,742212,737500,68000,12000,75000,81000
3#AC1_3_3_4,603,8,7,3,128049,752726,758135,758135,752726,68000,12000,75000,81000
3#AC1_3_3_5,602,8,7,3,128049,767649,774200,774200,767649,68000,12000,75000,81000
3#AC1_3_3_6,601,8,7,3,128049,783772,789981,789981,783772,68000,12000,75000,81000
3#AC1_3_3_7,600,8,7,3,128049,799495,805904,805904,799495,68000,12000,75000,81000
3#AC1_3_3_8,599,8,7,3,128049,815100,819827,819827,815100,68000,12000,75000,81000
3#AC1_3_3_9,598,8,7,3,128049,831841,835750,835750,831841,68000,12000,75000,81000
3#AC1_3_3_10,597,8,7,3,128049,847764,851673,851673,847764,68000,12000,75000,81000
3#AC1_3_3_11,596,8,7,3,128049,862100,867596,867596,862100,68000,12000,75000,81000
3#AC1_3_3_12,595,8,7,3,128049,878100,883519,883519,878100,68000,12000,75000,81000
3#AC1_3_3_13,594,8,7,3,128049,894000,899442,899442,894000,68000,12000,75000,81000
3#AC1_3_3_14,593,8,7,3,128049,909456,913365,913365,909456,68000,12000,75000,81000
3#AC1_3_3_15,592,8,7,3,128049,925600,929288,929288,925600,68000,12000,75000,81000
3#AC1_3_3_16,591,8,7,3,128049,941800,945211,945211,941800,68000,12000,75000,81000
3#AC1_3_3_17,590,8,7,3,128049,957700,961134,961134,957700,68000,12000,75000,81000
3#AC1_3_3_18,589,8,7,3,128049,973148,977057,977057,973148,68000,12000,75000,81000
3#AC1_3_3_19,588,8,7,3,128049,988100,992980,992980,988100,68000,12000,75000,81000
3#AC1_3_3_20,587,8,7,3,128049,1004000,1008903,1008903,1004000,68000,12000,75000,81000
3#AC1_3_3_21,586,8,7,3,128049,1020500,1024826,1024826,1020500,68000,12000,75000,81000
3#AC1_4_1_1,585,8,7,3,85107,6115,9476,9476,6115,68000,12000,75000,81000
3#AC1_4_1_2,584,8,7,3,85107,21538,25399,25399,21538,68000,12000,75000,81000
3#AC1_4_1_3,583,8,7,3,85107,37461,40822,40822,37461,68000,12000,75000,81000
3#AC1_4_1_4,582,8,7,3,85107,52300,55245,55245,52300,68000,12000,75000,81000
3#AC1_4_1_5,581,8,7,3,85107,68300,71168,71168,68300,68000,12000,75000,81000
3#AC1_4_1_6,580,8,7,3,85107,83730,87091,87091,83730,68000,12000,75000,81000
3#AC1_4_1_7,579,8,7,3,85107,99800,103014,103014,99800,68000,12000,75000,81000
3#AC1_4_1_8,578,8,7,3,85107,115700,118937,118937,115700,68000,12000,75000,81000
3#AC1_4_1_9,577,8,7,3,85107,131499,134860,134860,131499,68000,12000,75000,81000
3#AC1_4_1_10,576,8,7,3,85107,147422,150783,150783,147422,68000,12000,75000,81000
3#AC1_4_1_11,575,8,7,3,85107,163345,166706,166706,163345,68000,12000,75000,81000
3#AC1_4_1_12,574,8,7,3,85107,179268,182629,182629,179268,68000,12000,75000,81000
3#AC1_4_1_13,573,8,7,3,85107,195191,198552,198552,195191,68000,12000,75000,81000
3#AC1_4_1_14,572,8,7,3,85107,211114,214475,214475,211114,68000,12000,75000,81000
3#AC1_4_1_15,571,8,7,3,85107,227037,230398,230398,227037,68000,12000,75000,81000
3#AC1_4_1_16,570,8,7,3,85107,242960,246321,246321,242960,68000,12000,75000,81000
3#AC1_4_1_17,569,8,7,3,85107,258883,262244,262244,258883,68000,12000,75000,81000
3#AC1_4_1_18,568,8,7,3,85107,274806,278167,278167,274806,68000,12000,75000,81000
3#AC1_4_1_19,567,8,7,3,85107,289500,294090,294090,289500,68000,12000,75000,81000
3#AC1_4_1_20,566,8,7,3,85107,305100,310013,310013,305100,68000,12000,75000,81000
3#AC1_4_1_21,565,8,7,3,85107,320610,325936,325936,320610,68000,12000,75000,81000
3#AC1_4_1_22,564,8,7,3,85107,336498,341859,341859,336498,68000,12000,75000,81000
3#AC1_4_2_1,563,8,7,3,85107,354653,357587,357587,354653,68000,12000,75000,81000
3#AC1_4_2_2,562,8,7,3,85107,371100,373510,373510,371100,68000,12000,75000,81000
3#AC1_4_2_3,561,8,7,3,85107,386200,389433,389433,386200,68000,12000,75000,81000
3#AC1_4_2_4,560,8,7,3,85107,403000,405356,405356,403000,68000,12000,75000,81000
3#AC1_4_2_5,559,8,7,3,85107,418345,421279,421279,418345,68000,12000,75000,81000
3#AC1_4_2_6,558,8,7,3,85107,434000,437202,437202,434000,68000,12000,75000,81000
3#AC1_4_2_7,557,8,7,3,85107,450000,453125,453125,450000,68000,12000,75000,81000
3#AC1_4_2_8,556,8,7,3,85107,465900,469048,469048,465900,68000,12000,75000,81000
3#AC1_4_2_9,555,8,7,3,85107,481800,484971,484971,481800,68000,12000,75000,81000
3#AC1_4_2_10,554,8,7,3,85107,497660,500894,500894,497660,68000,12000,75000,81000
3#AC1_4_2_11,553,8,7,3,85107,513600,516817,516817,513600,68000,12000,75000,81000
3#AC1_4_2_12,552,8,7,3,85107,529200,532740,532740,529200,68000,12000,75000,81000
3#AC1_4_2_13,551,8,7,3,85107,545100,548663,548663,545100,68000,12000,75000,81000
3#AC1_4_2_14,550,8,7,3,85107,560500,564586,564586,560500,68000,12000,75000,81000
3#AC1_4_2_15,549,8,7,3,85107,575500,580509,580509,575500,68000,12000,75000,81000
3#AC1_4_2_16,548,8,7,3,85107,591700,596432,596432,591700,68000,12000,75000,81000
3#AC1_4_2_17,547,8,7,3,85107,607000,612355,612355,607000,68000,12000,75000,81000
3#AC1_4_2_18,546,8,7,3,85107,622500,628278,628278,622500,68000,12000,75000,81000
3#AC1_4_2_19,545,8,7,3,85107,638600,644201,644201,638600,68000,12000,75000,81000
3#AC1_4_2_20,544,8,7,3,85107,654800,660124,660124,654800,68000,12000,75000,81000
3#AC1_4_2_21,543,8,7,3,85107,670000,676047,676047,670000,68000,12000,75000,81000
3#AC1_4_2_22,542,8,7,3,85107,686500,691970,691970,686500,68000,12000,75000,81000
3#AC1_4_3_1,541,8,7,3,85107,705700,709866,709866,705700,68000,12000,75000,81000
3#AC1_4_3_2,540,8,7,3,85107,721200,725789,725789,721200,68000,12000,75000,81000
3#AC1_4_3_3,539,8,7,3,85107,737103,741712,741712,737103,68000,12000,75000,81000
3#AC1_4_3_4,538,8,7,3,85107,752026,757635,757635,752026,68000,12000,75000,81000
3#AC1_4_3_5,537,8,7,3,85107,768400,773558,773558,768400,68000,12000,75000,81000
3#AC1_4_3_6,536,8,7,3,85107,783970,789481,789481,783970,68000,12000,75000,81000
3#AC1_4_3_7,535,8,7,3,85107,799600,805404,805404,799600,68000,12000,75000,81000
3#AC1_4_3_8,534,8,7,3,85600,815000,819327,819327,815000,68000,12000,75000,81000
3#AC1_4_3_9,533,8,7,3,85600,832141,835250,835250,832141,68000,12000,75000,81000
3#AC1_4_3_10,532,8,7,3,85600,847200,851173,851173,847200,68000,12000,75000,81000
3#AC1_4_3_11,531,8,7,3,85600,863000,867096,867096,863000,68000,12000,75000,81000
3#AC1_4_3_12,530,8,7,3,85600,878500,883019,883019,878500,68000,12000,75000,81000
3#AC1_4_3_13,529,8,7,3,85600,894300,898942,898942,894300,68000,12000,75000,81000
3#AC1_4_3_14,528,8,7,3,85600,909756,912865,912865,909756,68000,12000,75000,81000
3#AC1_4_3_15,527,8,7,3,85600,926000,928788,928788,926000,68000,12000,75000,81000
3#AC1_4_3_16,526,8,7,3,85600,941800,944711,944711,941800,68000,12000,75000,81000
3#AC1_4_3_17,525,8,7,3,85600,957525,960634,960634,957525,68000,12000,75000,81000
3#AC1_4_3_18,524,8,7,3,85600,973448,976557,976557,973448,68000,12000,75000,81000
3#AC1_4_3_19,523,8,7,3,85600,989000,992480,992480,989000,68000,12000,75000,81000
3#AC1_4_3_20,522,8,7,3,85600,1005200,1008403,1008403,1005200,68000,12000,75000,81000
3#AC1_4_3_21,521,8,7,3,85600,1021000,1024326,1024326,1021000,68000,12000,75000,81000
3#AC1_5_1_1,520,8,7,3,43306,5000,9476,9476,5000,68000,12000,75000,81000
3#AC1_5_1_2,519,8,7,3,43306,21538,25399,25399,21538,68000,12000,75000,81000
3#AC1_5_1_3,518,8,7,3,43306,37000,40822,40822,37000,68000,12000,75000,81000
3#AC1_5_1_4,517,8,7,3,43306,51884,55245,55245,51884,68000,12000,75000,81000
3#AC1_5_1_5,516,8,7,3,43306,68000,71168,71168,68000,68000,12000,75000,81000
3#AC1_5_1_6,515,8,7,3,43306,83730,87091,87091,83730,68000,12000,75000,81000
3#AC1_5_1_7,514,8,7,3,43306,99653,103014,103014,99653,68000,12000,75000,81000
3#AC1_5_1_8,513,8,7,3,43306,115576,118937,118937,115576,68000,12000,75000,81000
3#AC1_5_1_9,512,8,7,3,43306,131499,134860,134860,131499,68000,12000,75000,81000
3#AC1_5_1_10,511,8,7,3,43306,147422,150783,150783,147422,68000,12000,75000,81000
3#AC1_5_1_11,510,8,7,3,43306,163345,166706,166706,163345,68000,12000,75000,81000
3#AC1_5_1_12,509,8,7,3,43306,179268,182629,182629,179268,68000,12000,75000,81000
3#AC1_5_1_13,508,8,7,3,43306,195191,198552,198552,195191,68000,12000,75000,81000
3#AC1_5_1_14,507,8,7,3,43306,211114,214475,214475,211114,68000,12000,75000,81000
3#AC1_5_1_15,506,8,7,3,43306,226500,230398,230398,226500,68000,12000,75000,81000
3#AC1_5_1_16,505,8,7,3,43306,242100,246321,246321,242100,68000,12000,75000,81000
3#AC1_5_1_17,504,8,7,3,43306,257883,262244,262244,257883,68000,12000,75000,81000
3#AC1_5_1_18,503,8,7,3,43306,273806,278167,278167,273806,68000,12000,75000,81000
3#AC1_5_1_19,502,8,7,3,43306,289200,294090,294090,289200,68000,12000,75000,81000
3#AC1_5_1_20,501,8,7,3,43306,305000,310013,310013,305000,68000,12000,75000,81000
3#AC1_5_1_21,500,8,7,3,43306,320575,325936,325936,320575,68000,12000,75000,81000
3#AC1_5_1_22,499,8,7,3,43306,336700,341859,341859,336700,68000,12000,75000,81000
3#AC1_5_2_1,498,8,7,3,42979,356000,360000,360000,356000,68000,12000,75000,81000
3#AC1_5_2_2,497,8,7,3,42979,370600,373010,373010,370600,68000,12000,75000,81000
3#AC1_5_2_3,496,8,7,3,42979,385500,388933,388933,385500,68000,12000,75000,81000
3#AC1_5_2_4,495,8,7,3,42979,402500,404856,404856,402500,68000,12000,75000,81000
3#AC1_5_2_5,494,8,7,3,42979,417845,420779,420779,417845,68000,12000,75000,81000
3#AC1_5_2_6,493,8,7,3,42979,434000,436702,436702,434000,68000,12000,75000,81000
3#AC1_5_2_7,492,8,7,3,42979,449500,452625,452625,449500,68000,12000,75000,81000
3#AC1_5_2_8,491,8,7,3,42979,465400,468548,468548,465400,68000,12000,75000,81000
3#AC1_5_2_9,490,8,7,3,42979,481300,484471,484471,481300,68000,12000,75000,81000
3#AC1_5_2_10,489,8,7,3,42979,497160,500394,500394,497160,68000,12000,75000,81000
3#AC1_5_2_11,488,8,7,3,42979,513100,516317,516317,513100,68000,12000,75000,81000
3#AC1_5_2_12,487,8,7,3,42979,528700,532240,532240,528700,68000,12000,75000,81000
3#AC1_5_2_13,486,8,7,3,42979,544600,548163,548163,544600,68000,12000,75000,81000
3#AC1_5_2_14,485,8,7,3,42979,560000,564086,564086,560000,68000,12000,75000,81000
3#AC1_5_2_15,484,8,7,3,42979,575000,580009,580009,575000,68000,12000,75000,81000
3#AC1_5_2_16,483,8,7,3,42979,591000,595932,595932,591000,68000,12000,75000,81000
3#AC1_5_2_17,482,8,7,3,42979,606500,611855,611855,606500,68000,12000,75000,81000
3#AC1_5_2_18,481,8,7,3,42979,622500,627778,627778,622500,68000,12000,75000,81000
3#AC1_5_2_19,480,8,7,3,42979,638500,643701,643701,638500,68000,12000,75000,81000
3#AC1_5_2_20,479,8,7,3,42979,654500,659624,659624,654500,68000,12000,75000,81000
3#AC1_5_2_21,478,8,7,3,42979,670000,675547,675547,670000,68000,12000,75000,81000
3#AC1_5_2_22,477,8,7,3,42979,685500,691470,691470,685500,68000,12000,75000,81000
3#AC1_5_3_1,476,8,7,3,42979,705757,709366,709366,705757,68000,12000,75000,81000
3#AC1_5_3_2,475,8,7,3,42979,720680,725289,725289,720680,68000,12000,75000,81000
3#AC1_5_3_3,474,8,7,3,42979,736600,741212,741212,736600,68000,12000,75000,81000
3#AC1_5_3_4,473,8,7,3,42979,752526,757135,757135,752526,68000,12000,75000,81000
3#AC1_5_3_5,472,8,7,3,42979,767449,773058,773058,767449,68000,12000,75000,81000
3#AC1_5_3_6,471,8,7,3,42979,783372,788981,788981,783372,68000,12000,75000,81000
3#AC1_5_3_7,470,8,7,3,42979,799295,804904,804904,799295,68000,12000,75000,81000
3#AC1_5_3_8,469,8,7,3,42979,814718,818827,818827,814718,68000,12000,75000,81000
3#AC1_5_3_9,468,8,7,3,42979,831641,834750,834750,831641,68000,12000,75000,81000
3#AC1_5_3_10,467,8,7,3,42979,847564,850673,850673,847564,68000,12000,75000,81000
3#AC1_5_3_11,466,8,7,3,42979,861487,866596,866596,861487,68000,12000,75000,81000
3#AC1_5_3_12,465,8,7,3,42979,877900,882519,882519,877900,68000,12000,75000,81000
3#AC1_5_3_13,464,8,7,3,42979,893333,898442,898442,893333,68000,12000,75000,81000
3#AC1_5_3_14,463,8,7,3,42979,909256,912365,912365,909256,68000,12000,75000,81000
3#AC1_5_3_15,462,8,7,3,42979,925500,928288,928288,925500,68000,12000,75000,81000
3#AC1_5_3_16,461,8,7,3,42979,941102,944211,944211,941102,68000,12000,75000,81000
3#AC1_5_3_17,460,8,7,3,42979,957025,960134,960134,957025,68000,12000,75000,81000
3#AC1_5_3_18,459,8,7,3,42979,972750,976057,976057,972750,68000,12000,75000,81000
3#AC1_5_3_19,458,8,7,3,42979,987400,991980,991980,987400,68000,12000,75000,81000
3#AC1_5_3_20,457,8,7,3,42979,1003300,1007903,1007903,1003300,68000,12000,75000,81000
3#AC1_5_3_21,456,8,7,3,42979,1020500,1023826,1023826,1020500,68000,12000,75000,81000
3#AC1_6_1_1,455,8,7,3,863,5500,8900,8900,5500,68000,12000,75000,81000
3#AC1_6_1_2,454,8,7,3,863,21038,24899,24899,21038,68000,12000,75000,81000
3#AC1_6_1_3,453,8,7,3,863,36500,40322,40322,36500,68000,12000,75000,81000
3#AC1_6_1_4,452,8,7,3,863,51384,54745,54745,51384,68000,12000,75000,81000
3#AC1_6_1_5,451,8,7,3,863,67307,70668,70668,67307,68000,12000,75000,81000
3#AC1_6_1_6,450,8,7,3,863,83230,86591,86591,83230,68000,12000,75000,81000
3#AC1_6_1_7,449,8,7,3,863,99153,102514,102514,99153,68000,12000,75000,81000
3#AC1_6_1_8,448,8,7,3,863,115076,118437,118437,115076,68000,12000,75000,81000
3#AC1_6_1_9,447,8,7,3,863,130999,134360,134360,130999,68000,12000,75000,81000
3#AC1_6_1_10,446,8,7,3,863,146700,150283,150283,146700,68000,12000,75000,81000
3#AC1_6_1_11,445,8,7,3,863,162845,166206,166206,162845,68000,12000,75000,81000
3#AC1_6_1_12,444,8,7,3,863,178768,182129,182129,178768,68000,12000,75000,81000
3#AC1_6_1_13,443,8,7,3,863,194200,198052,198052,194200,68000,12000,75000,81000
3#AC1_6_1_14,442,8,7,3,863,210000,213975,213975,210000,68000,12000,75000,81000
3#AC1_6_1_15,441,8,7,3,863,226000,229898,229898,226000,68000,12000,75000,81000
3#AC1_6_1_16,440,8,7,3,863,241800,245821,245821,241800,68000,12000,75000,81000
3#AC1_6_1_17,439,8,7,3,863,257383,261744,261744,257383,68000,12000,75000,81000
3#AC1_6_1_18,438,8,7,3,863,273300,277667,277667,273300,68000,12000,75000,81000
3#AC1_6_1_19,437,8,7,3,863,287500,293590,293590,287500,68000,12000,75000,81000
3#AC1_6_1_20,436,8,7,3,863,303200,309513,309513,303200,68000,12000,75000,81000
3#AC1_6_1_21,435,8,7,3,863,320075,325436,325436,320075,68000,12000,75000,81000
3#AC1_6_1_22,434,8,7,3,863,335000,341359,341359,335000,68000,12000,75000,81000
3#AC1_6_2_1,433,8,7,3,863,354153,357087,357087,354153,68000,12000,75000,81000
3#AC1_6_2_2,432,8,7,3,863,370076,373500,373500,370076,68000,12000,75000,81000
3#AC1_6_2_3,431,8,7,3,863,385200,389200,389200,385200,68000,12000,75000,81000
3#AC1_6_2_4,430,8,7,3,863,401600,404856,404856,401600,68000,12000,75000,81000
3#AC1_6_2_5,429,8,7,3,863,417845,421700,421700,417845,68000,12000,75000,81000
3#AC1_6_2_6,428,8,7,3,863,433500,437700,437700,433500,68000,12000,75000,81000
3#AC1_6_2_7,427,8,7,3,863,449500,454000,454000,449500,68000,12000,75000,81000
3#AC1_6_2_8,426,8,7,3,863,465000,470000,470000,465000,68000,12000,75000,81000
3#AC1_6_2_9,425,8,7,3,863,481000,485400,485400,481000,68000,12000,75000,81000
3#AC1_6_2_10,424,8,7,3,863,496000,501300,501300,496000,68000,12000,75000,81000
3#AC1_6_2_11,423,8,7,3,863,512000,517317,517317,512000,68000,12000,75000,81000
3#AC1_6_2_12,422,8,7,3,863,527700,533240,533240,527700,68000,12000,75000,81000
3#AC1_6_2_13,421,8,7,3,863,543300,549163,549163,543300,68000,12000,75000,81000
3#AC1_6_2_14,420,8,7,3,863,559000,565086,565086,559000,68000,12000,75000,81000
3#AC1_6_2_15,419,8,7,3,863,574000,581009,581009,574000,68000,12000,75000,81000
3#AC1_6_2_16,418,8,7,3,863,590000,596932,596932,590000,68000,12000,75000,81000
3#AC1_6_2_17,417,8,7,3,863,605100,612855,612855,605100,68000,12000,75000,81000
3#AC1_6_2_18,416,8,7,3,863,622000,628778,628778,622000,68000,12000,75000,81000
3#AC1_6_2_19,415,8,7,3,863,637500,644701,644701,637500,68000,12000,75000,81000
3#AC1_6_2_20,414,8,7,3,863,653500,660100,660100,653500,68000,12000,75000,81000
3#AC1_6_2_21,413,8,7,3,863,668800,676100,676100,668800,68000,12000,75000,81000
3#AC1_6_2_22,412,8,7,3,863,685000,692000,692000,685000,68000,12000,75000,81000
3#AC1_6_3_1,411,8,7,3,863,704757,708366,708366,704757,68000,12000,75000,81000
3#AC1_6_3_2,410,8,7,3,863,720300,724289,724289,720300,68000,12000,75000,81000
3#AC1_6_3_3,409,8,7,3,863,736603,740212,740212,736603,68000,12000,75000,81000
3#AC1_6_3_4,408,8,7,3,863,751526,756135,756135,751526,68000,12000,75000,81000
3#AC1_6_3_5,407,8,7,3,863,766449,772058,772058,766449,68000,12000,75000,81000
3#AC1_6_3_6,406,8,7,3,863,782372,787981,787981,782372,68000,12000,75000,81000
3#AC1_6_3_7,405,8,7,3,863,798295,803904,803904,798295,68000,12000,75000,81000
3#AC1_6_3_8,404,8,7,3,863,812718,817827,817827,812718,68000,12000,75000,81000
3#AC1_6_3_9,403,8,7,3,863,830641,833750,833750,830641,68000,12000,75000,81000
3#AC1_6_3_10,402,8,7,3,863,846564,849673,849673,846564,68000,12000,75000,81000
3#AC1_6_3_11,401,8,7,3,863,860487,865596,865596,860487,68000,12000,75000,81000
3#AC1_6_3_12,400,8,7,3,863,876410,881519,881519,876410,68000,12000,75000,81000
3#AC1_6_3_13,399,8,7,3,863,892333,897442,897442,892333,68000,12000,75000,81000
3#AC1_6_3_14,398,8,7,3,863,908256,911365,911365,908256,68000,12000,75000,81000
3#AC1_6_3_15,397,8,7,3,863,924179,927288,927288,924179,68000,12000,75000,81000
3#AC1_6_3_16,396,8,7,3,863,940102,943211,943211,940102,68000,12000,75000,81000
3#AC1_6_3_17,395,8,7,3,863,956025,959134,959134,956025,68000,12000,75000,81000
3#AC1_6_3_18,394,8,7,3,863,971948,975057,975057,971948,68000,12000,75000,81000
3#AC1_6_3_19,393,8,7,3,863,985871,990980,990980,985871,68000,12000,75000,81000
3#AC1_6_3_20,392,8,7,3,863,1001794,1006903,1006903,1001794,68000,12000,75000,81000
3#AC1_6_3_21,391,8,7,3,863,1017217,1022826,1022826,1017217,68000,12000,75000,81000
3#AC1_7_1_1,390,8,7,3,535149,5000,9476,9476,5000,68000,12000,75000,81000
3#AC1_7_1_2,389,8,7,3,535149,20538,24399,24399,20538,68000,12000,75000,81000
3#AC1_7_1_3,388,8,7,3,535149,36461,39822,39822,36461,68000,12000,75000,81000
3#AC1_7_1_4,387,8,7,3,535149,50884,54245,54245,50884,68000,12000,75000,81000
3#AC1_7_1_5,386,8,7,3,535149,66807,70168,70168,66807,68000,12000,75000,81000
3#AC1_7_1_6,385,8,7,3,535149,82730,86091,86091,82730,68000,12000,75000,81000
3#AC1_7_1_7,384,8,7,3,535149,98653,102014,102014,98653,68000,12000,75000,81000
3#AC1_7_1_8,383,8,7,3,535149,114576,117937,117937,114576,68000,12000,75000,81000
3#AC1_7_1_9,382,8,7,3,535149,130499,133860,133860,130499,68000,12000,75000,81000
3#AC1_7_1_10,381,8,7,3,535149,146422,149783,149783,146422,68000,12000,75000,81000
3#AC1_7_1_11,380,8,7,3,535149,162345,165706,165706,162345,68000,12000,75000,81000
3#AC1_7_1_12,379,8,7,3,535149,178268,181629,181629,178268,68000,12000,75000,81000
3#AC1_7_1_13,378,8,7,3,535149,194191,197552,197552,194191,68000,12000,75000,81000
3#AC1_7_1_14,377,8,7,3,535149,210114,213475,213475,210114,68000,12000,75000,81000
3#AC1_7_1_15,376,8,7,3,535149,226037,229398,229398,226037,68000,12000,75000,81000
3#AC1_7_1_16,375,8,7,3,535149,241960,245321,245321,241960,68000,12000,75000,81000
3#AC1_7_1_17,374,8,7,3,535149,257883,261244,261244,257883,68000,12000,75000,81000
3#AC1_7_1_18,373,8,7,3,535149,273806,277167,277167,273806,68000,12000,75000,81000
3#AC1_7_1_19,372,8,7,3,535149,288000,293090,293090,288000,68000,12000,75000,81000
3#AC1_7_1_20,371,8,7,3,535149,303652,309013,309013,303652,68000,12000,75000,81000
3#AC1_7_1_21,370,8,7,3,535149,319575,324936,324936,319575,68000,12000,75000,81000
3#AC1_7_1_22,369,8,7,3,535149,335498,340859,340859,335498,68000,12000,75000,81000
3#AC1_7_2_1,368,8,7,3,535149,353653,356587,356587,353653,68000,12000,75000,81000
3#AC1_7_2_2,367,8,7,3,535149,369576,372510,372510,369576,68000,12000,75000,81000
3#AC1_7_2_3,366,8,7,3,535149,384700,388433,388433,384700,68000,12000,75000,81000
3#AC1_7_2_4,365,8,7,3,535149,402000,404356,404356,402000,68000,12000,75000,81000
3#AC1_7_2_5,364,8,7,3,535149,417345,420279,420279,417345,68000,12000,75000,81000
3#AC1_7_2_6,363,8,7,3,535149,433000,436202,436202,433000,68000,12000,75000,81000
3#AC1_7_2_7,362,8,7,3,535149,449000,452125,452125,449000,68000,12000,75000,81000
3#AC1_7_2_8,361,8,7,3,535149,464900,468048,468048,464900,68000,12000,75000,81000
3#AC1_7_2_9,360,8,7,3,535149,480800,483971,483971,480800,68000,12000,75000,81000
3#AC1_7_2_10,359,8,7,3,535149,496660,499894,499894,496660,68000,12000,75000,81000
3#AC1_7_2_11,358,8,7,3,535149,512600,515817,515817,512600,68000,12000,75000,81000
3#AC1_7_2_12,357,8,7,3,535149,528200,531740,531740,528200,68000,12000,75000,81000
3#AC1_7_2_13,356,8,7,3,535149,544100,547663,547663,544100,68000,12000,75000,81000
3#AC1_7_2_14,355,8,7,3,535149,559500,563586,563586,559500,68000,12000,75000,81000
3#AC1_7_2_15,354,8,7,3,535149,574500,579509,579509,574500,68000,12000,75000,81000
3#AC1_7_2_16,353,8,7,3,535149,590500,595432,595432,590500,68000,12000,75000,81000
3#AC1_7_2_17,352,8,7,3,535149,605000,611355,611355,605000,68000,12000,75000,81000
3#AC1_7_2_18,351,8,7,3,535149,620000,627278,627278,620000,68000,12000,75000,81000
3#AC1_7_2_19,350,8,7,3,535149,637000,643201,643201,637000,68000,12000,75000,81000
3#AC1_7_2_20,349,8,7,3,535149,653000,659124,659124,653000,68000,12000,75000,81000
3#AC1_7_2_21,348,8,7,3,535149,668000,675047,675047,668000,68000,12000,75000,81000
3#AC1_7_2_22,347,8,7,3,535149,684500,690970,690970,684500,68000,12000,75000,81000
3#AC1_7_3_1,346,8,7,3,535149,703757,708866,708866,703757,68000,12000,75000,81000
3#AC1_7_3_2,345,8,7,3,535149,719680,724789,724789,719680,68000,12000,75000,81000
3#AC1_7_3_3,344,8,7,3,535149,735603,740712,740712,735603,68000,12000,75000,81000
3#AC1_7_3_4,343,8,7,3,535149,750526,756635,756635,750526,68000,12000,75000,81000
3#AC1_7_3_5,342,8,7,3,535149,765449,772558,772558,765449,68000,12000,75000,81000
3#AC1_7_3_6,341,8,7,3,535149,781372,788481,788481,781372,68000,12000,75000,81000
3#AC1_7_3_7,340,8,7,3,535149,799295,804404,804404,799295,68000,12000,75000,81000
3#AC1_7_3_8,339,8,7,3,535149,813718,818327,818327,813718,68000,12000,75000,81000
3#AC1_7_3_9,338,8,7,3,535149,830641,834250,834250,830641,68000,12000,75000,81000
3#AC1_7_3_10,337,8,7,3,535149,846064,850173,850173,846064,68000,12000,75000,81000
3#AC1_7_3_11,336,8,7,3,535149,861487,866096,866096,861487,68000,12000,75000,81000
3#AC1_7_3_12,335,8,7,3,535149,877410,882019,882019,877410,68000,12000,75000,81000
3#AC1_7_3_13,334,8,7,3,535149,893333,897942,897942,893333,68000,12000,75000,81000
3#AC1_7_3_14,333,8,7,3,535149,909256,911865,911865,909256,68000,12000,75000,81000
3#AC1_7_3_15,332,8,7,3,535149,925179,927788,927788,925179,68000,12000,75000,81000
3#AC1_7_3_16,331,8,7,3,535149,941102,943711,943711,941102,68000,12000,75000,81000
3#AC1_7_3_17,330,8,7,3,535149,957025,959634,959634,957025,68000,12000,75000,81000
3#AC1_7_3_18,329,8,7,3,535149,972948,975557,975557,972948,68000,12000,75000,81000
3#AC1_7_3_19,328,8,7,3,535149,986871,991480,991480,986871,68000,12000,75000,81000
3#AC1_7_3_20,327,8,7,3,535149,1002794,1007403,1007403,1002794,68000,12000,75000,81000
3#AC1_7_3_21,326,8,7,3,535149,1018217,1023326,1023326,1018217,68000,12000,75000,81000
3#AC1_8_1_1,325,8,7,3,493313,5115,9476,9476,5115,68000,12000,75000,81000
3#AC1_8_1_2,324,8,7,3,493313,20538,25399,25399,20538,68000,12000,75000,81000
3#AC1_8_1_3,323,8,7,3,493313,36461,40822,40822,36461,68000,12000,75000,81000
3#AC1_8_1_4,322,8,7,3,493313,50884,55245,55245,50884,68000,12000,75000,81000
3#AC1_8_1_5,321,8,7,3,493313,66807,71168,71168,66807,68000,12000,75000,81000
3#AC1_8_1_6,320,8,7,3,493313,82730,87091,87091,82730,68000,12000,75000,81000
3#AC1_8_1_7,319,8,7,3,493313,98653,103014,103014,98653,68000,12000,75000,81000
3#AC1_8_1_8,318,8,7,3,493313,114576,118937,118937,114576,68000,12000,75000,81000
3#AC1_8_1_9,317,8,7,3,493313,130499,134860,134860,130499,68000,12000,75000,81000
3#AC1_8_1_10,316,8,7,3,493313,146422,150783,150783,146422,68000,12000,75000,81000
3#AC1_8_1_11,315,8,7,3,493313,162345,166706,166706,162345,68000,12000,75000,81000
3#AC1_8_1_12,314,8,7,3,493313,178268,182629,182629,178268,68000,12000,75000,81000
3#AC1_8_1_13,313,8,7,3,493313,194191,198552,198552,194191,68000,12000,75000,81000
3#AC1_8_1_14,312,8,7,3,493313,210114,214475,214475,210114,68000,12000,75000,81000
3#AC1_8_1_15,311,8,7,3,493313,226037,230398,230398,226037,68000,12000,75000,81000
3#AC1_8_1_16,310,8,7,3,493313,241960,246321,246321,241960,68000,12000,75000,81000
3#AC1_8_1_17,309,8,7,3,493313,257000,262244,262244,257000,68000,12000,75000,81000
3#AC1_8_1_18,308,8,7,3,493313,273000,278167,278167,273000,68000,12000,75000,81000
3#AC1_8_1_19,307,8,7,3,493313,288000,294090,294090,288000,68000,12000,75000,81000
3#AC1_8_1_20,306,8,7,3,493313,303000,310013,310013,303000,68000,12000,75000,81000
3#AC1_8_1_21,305,8,7,3,493313,318900,325936,325936,318900,68000,12000,75000,81000
3#AC1_8_1_22,304,8,7,3,493313,335000,341859,341859,335000,68000,12000,75000,81000
3#AC1_8_2_1,303,8,7,3,493313,353653,357587,357587,353653,68000,12000,75000,81000
3#AC1_8_2_2,302,8,7,3,493313,369576,373510,373510,369576,68000,12000,75000,81000
3#AC1_8_2_3,301,8,7,3,493313,384700,389433,389433,384700,68000,12000,75000,81000
3#AC1_8_2_4,300,8,7,3,493313,402000,405356,405356,402000,68000,12000,75000,81000
3#AC1_8_2_5,299,8,7,3,493313,417345,421279,421279,417345,68000,12000,75000,81000
3#AC1_8_2_6,298,8,7,3,493313,433000,437202,437202,433000,68000,12000,75000,81000
3#AC1_8_2_7,297,8,7,3,493313,449000,453125,453125,449000,68000,12000,75000,81000
3#AC1_8_2_8,296,8,7,3,493313,464900,469048,469048,464900,68000,12000,75000,81000
3#AC1_8_2_9,295,8,7,3,493313,480800,484971,484971,480800,68000,12000,75000,81000
3#AC1_8_2_10,294,8,7,3,493313,496660,500894,500894,496660,68000,12000,75000,81000
3#AC1_8_2_11,293,8,7,3,493313,512600,516817,516817,512600,68000,12000,75000,81000
3#AC1_8_2_12,292,8,7,3,493313,528200,532740,532740,528200,68000,12000,75000,81000
3#AC1_8_2_13,291,8,7,3,493313,543600,548663,548663,543600,68000,12000,75000,81000
3#AC1_8_2_14,290,8,7,3,493313,559000,564586,564586,559000,68000,12000,75000,81000
3#AC1_8_2_15,289,8,7,3,493313,574500,580509,580509,574500,68000,12000,75000,81000
3#AC1_8_2_16,288,8,7,3,493313,590500,596432,596432,590500,68000,12000,75000,81000
3#AC1_8_2_17,287,8,7,3,493313,605000,612355,612355,605000,68000,12000,75000,81000
3#AC1_8_2_18,286,8,7,3,493313,620000,628278,628278,620000,68000,12000,75000,81000
3#AC1_8_2_19,285,8,7,3,493313,637000,644201,644201,637000,68000,12000,75000,81000
3#AC1_8_2_20,284,8,7,3,493313,653000,660124,660124,653000,68000,12000,75000,81000
3#AC1_8_2_21,283,8,7,3,493313,668000,676047,676047,668000,68000,12000,75000,81000
3#AC1_8_2_22,282,8,7,3,493313,684500,691970,691970,684500,68000,12000,75000,81000
3#AC1_8_3_1,281,8,7,3,493313,704257,709866,709866,704257,68000,12000,75000,81000
3#AC1_8_3_2,280,8,7,3,493313,720180,725789,725789,720180,68000,12000,75000,81000
3#AC1_8_3_3,279,8,7,3,493313,736103,741712,741712,736103,68000,12000,75000,81000
3#AC1_8_3_4,278,8,7,3,493313,751026,757635,757635,751026,68000,12000,75000,81000
3#AC1_8_3_5,277,8,7,3,493313,765949,773558,773558,765949,68000,12000,75000,81000
3#AC1_8_3_6,276,8,7,3,493313,781872,789481,789481,781872,68000,12000,75000,81000
3#AC1_8_3_7,275,8,7,3,493313,797795,805404,805404,797795,68000,12000,75000,81000
3#AC1_8_3_8,274,8,7,3,493313,812218,819327,819327,812218,68000,12000,75000,81000
3#AC1_8_3_9,273,8,7,3,493313,830141,835250,835250,830141,68000,12000,75000,81000
3#AC1_8_3_10,272,8,7,3,493313,846064,851173,851173,846064,68000,12000,75000,81000
3#AC1_8_3_11,271,8,7,3,493313,859900,867096,867096,859900,68000,12000,75000,81000
3#AC1_8_3_12,270,8,7,3,493313,875910,883019,883019,875910,68000,12000,75000,81000
3#AC1_8_3_13,269,8,7,3,493313,892833,898942,898942,892833,68000,12000,75000,81000
3#AC1_8_3_14,268,8,7,3,493313,908756,912865,912865,908756,68000,12000,75000,81000
3#AC1_8_3_15,267,8,7,3,493313,924679,928788,928788,924679,68000,12000,75000,81000
3#AC1_8_3_16,266,8,7,3,493313,940602,944711,944711,940602,68000,12000,75000,81000
3#AC1_8_3_17,265,8,7,3,493313,956525,960634,960634,956525,68000,12000,75000,81000
3#AC1_8_3_18,264,8,7,3,493313,972448,976557,976557,972448,68000,12000,75000,81000
3#AC1_8_3_19,263,8,7,3,493313,986371,992480,992480,986371,68000,12000,75000,81000
3#AC1_8_3_20,262,8,7,3,493313,1002294,1008403,1008403,1002294,68000,12000,75000,81000
3#AC1_8_3_21,261,8,7,3,493313,1017717,1024326,1024326,1017717,68000,12000,75000,81000
3#AC1_9_1_1,260,8,7,3,450500,5500,9476,9476,5500,68000,12000,75000,81000
3#AC1_9_1_2,259,8,7,3,450500,20938,25399,25399,20938,68000,12000,75000,81000
3#AC1_9_1_3,258,8,7,3,450500,36861,40822,40822,36861,68000,12000,75000,81000
3#AC1_9_1_4,257,8,7,3,450500,51284,55245,55245,51284,68000,12000,75000,81000
3#AC1_9_1_5,256,8,7,3,450500,67207,71168,71168,67207,68000,12000,75000,81000
3#AC1_9_1_6,255,8,7,3,450500,83130,87091,87091,83130,68000,12000,75000,81000
3#AC1_9_1_7,254,8,7,3,450500,99053,103014,103014,99053,68000,12000,75000,81000
3#AC1_9_1_8,253,8,7,3,450500,114976,118937,118937,114976,68000,12000,75000,81000
3#AC1_9_1_9,252,8,7,3,450500,130899,134860,134860,130899,68000,12000,75000,81000
3#AC1_9_1_10,251,8,7,3,450500,146822,150783,150783,146822,68000,12000,75000,81000
3#AC1_9_1_11,250,8,7,3,450500,162745,166706,166706,162745,68000,12000,75000,81000
3#AC1_9_1_12,249,8,7,3,450500,178668,182629,182629,178668,68000,12000,75000,81000
3#AC1_9_1_13,248,8,7,3,450500,194591,198552,198552,194591,68000,12000,75000,81000
3#AC1_9_1_14,247,8,7,3,450500,210000,214475,214475,210000,68000,12000,75000,81000
3#AC1_9_1_15,246,8,7,3,450500,225400,230398,230398,225400,68000,12000,75000,81000
3#AC1_9_1_16,245,8,7,3,450500,241360,246321,246321,241360,68000,12000,75000,81000
3#AC1_9_1_17,244,8,7,3,450500,257283,262244,262244,257283,68000,12000,75000,81000
3#AC1_9_1_18,243,8,7,3,450500,273206,278167,278167,273206,68000,12000,75000,81000
3#AC1_9_1_19,242,8,7,3,450500,287200,294090,294090,287200,68000,12000,75000,81000
3#AC1_9_1_20,241,8,7,3,450500,303052,310013,310013,303052,68000,12000,75000,81000
3#AC1_9_1_21,240,8,7,3,450500,318975,325936,325936,318975,68000,12000,75000,81000
3#AC1_9_1_22,239,8,7,3,450500,335898,341859,341859,335898,68000,12000,75000,81000
3#AC1_9_2_1,238,8,7,3,451200,354053,357587,357587,354053,68000,12000,75000,81000
3#AC1_9_2_2,237,8,7,3,451200,369976,373510,373510,369976,68000,12000,75000,81000
3#AC1_9_2_3,236,8,7,3,451200,385100,389433,389433,385100,68000,12000,75000,81000
3#AC1_9_2_4,235,8,7,3,451200,402400,405356,405356,402400,68000,12000,75000,81000
3#AC1_9_2_5,234,8,7,3,451200,417745,421279,421279,417745,68000,12000,75000,81000
3#AC1_9_2_6,233,8,7,3,451200,433400,437202,437202,433400,68000,12000,75000,81000
3#AC1_9_2_7,232,8,7,3,451200,449400,453125,453125,449400,68000,12000,75000,81000
3#AC1_9_2_8,231,8,7,3,451200,465300,469048,469048,465300,68000,12000,75000,81000
3#AC1_9_2_9,230,8,7,3,451200,481200,484971,484971,481200,68000,12000,75000,81000
3#AC1_9_2_10,229,8,7,3,451200,497060,500894,500894,497060,68000,12000,75000,81000
3#AC1_9_2_11,228,8,7,3,451200,513000,516817,516817,513000,68000,12000,75000,81000
3#AC1_9_2_12,227,8,7,3,451200,527600,532740,532740,527600,68000,12000,75000,81000
3#AC1_9_2_13,226,8,7,3,451200,543500,548663,548663,543500,68000,12000,75000,81000
3#AC1_9_2_14,225,8,7,3,451200,558900,564586,564586,558900,68000,12000,75000,81000
3#AC1_9_2_15,224,8,7,3,451200,573900,580509,580509,573900,68000,12000,75000,81000
3#AC1_9_2_16,223,8,7,3,451200,589900,596432,596432,589900,68000,12000,75000,81000
3#AC1_9_2_17,222,8,7,3,451200,604800,612355,612355,604800,68000,12000,75000,81000
3#AC1_9_2_18,221,8,7,3,451200,619900,628278,628278,619900,68000,12000,75000,81000
3#AC1_9_2_19,220,8,7,3,451200,637400,644201,644201,637400,68000,12000,75000,81000
3#AC1_9_2_20,219,8,7,3,451200,653400,660124,660124,653400,68000,12000,75000,81000
3#AC1_9_2_21,218,8,7,3,451200,668400,676047,676047,668400,68000,12000,75000,81000
3#AC1_9_2_22,217,8,7,3,451200,684900,691970,691970,684900,68000,12000,75000,81000
3#AC1_9_3_1,216,8,7,3,451200,704657,709866,709866,704657,68000,12000,75000,81000
3#AC1_9_3_2,215,8,7,3,451200,720580,725789,725789,720580,68000,12000,75000,81000
3#AC1_9_3_3,214,8,7,3,451200,736503,741712,741712,736503,68000,12000,75000,81000
3#AC1_9_3_4,213,8,7,3,451200,751426,757635,757635,751426,68000,12000,75000,81000
3#AC1_9_3_5,212,8,7,3,451200,766349,773558,773558,766349,68000,12000,75000,81000
3#AC1_9_3_6,211,8,7,3,451200,782272,789481,789481,782272,68000,12000,75000,81000
3#AC1_9_3_7,210,8,7,3,451200,798195,805404,805404,798195,68000,12000,75000,81000
3#AC1_9_3_8,209,8,7,3,451200,812618,819327,819327,812618,68000,12000,75000,81000
3#AC1_9_3_9,208,8,7,3,451200,830541,835250,835250,830541,68000,12000,75000,81000
3#AC1_9_3_10,207,8,7,3,451200,847464,851173,851173,847464,68000,12000,75000,81000
3#AC1_9_3_11,206,8,7,3,451200,860387,867096,867096,860387,68000,12000,75000,81000
3#AC1_9_3_12,205,8,7,3,451200,876310,883019,883019,876310,68000,12000,75000,81000
3#AC1_9_3_13,204,8,7,3,451200,892233,898942,898942,892233,68000,12000,75000,81000
3#AC1_9_3_14,203,8,7,3,451200,908156,912865,912865,908156,68000,12000,75000,81000
3#AC1_9_3_15,202,8,7,3,451200,923800,928788,928788,923800,68000,12000,75000,81000
3#AC1_9_3_16,201,8,7,3,451000,940002,944711,944711,940002,68000,12000,75000,81000
3#AC1_9_3_17,200,8,7,3,451000,955925,960634,960634,955925,68000,12000,75000,81000
3#AC1_9_3_18,199,8,7,3,451000,971848,976557,976557,971848,68000,12000,75000,81000
3#AC1_9_3_19,198,8,7,3,451000,985771,992480,992480,985771,68000,12000,75000,81000
3#AC1_9_3_20,197,8,7,3,451000,1001694,1008403,1008403,1001694,68000,12000,75000,81000
3#AC1_9_3_21,196,8,7,3,451000,1017117,1024326,1024326,1017117,68000,12000,75000,81000
3#AC1_10_1_1,195,8,7,3,408600,4500,9476,9476,4500,68000,12000,75000,81000
3#AC1_10_1_2,194,8,7,3,408600,20269,25245,25245,20269,68000,12000,75000,81000
3#AC1_10_1_3,193,8,7,3,408600,36038,41014,41014,36038,68000,12000,75000,81000
3#AC1_10_1_4,192,8,7,3,408600,51807,56783,56783,51807,68000,12000,75000,81000
3#AC1_10_1_5,191,8,7,3,408600,67576,72552,72552,67576,68000,12000,75000,81000
3#AC1_10_1_6,190,8,7,3,408600,83345,88321,88321,83345,68000,12000,75000,81000
3#AC1_10_1_7,189,8,7,3,408600,99114,104090,104090,99114,68000,12000,75000,81000
3#AC1_10_1_8,188,8,7,3,408600,114883,119859,119859,114883,68000,12000,75000,81000
3#AC1_10_1_9,187,8,7,3,408600,130652,135628,135628,130652,68000,12000,75000,81000
3#AC1_10_1_10,186,8,7,3,408600,146421,151397,151397,146421,68000,12000,75000,81000
3#AC1_10_1_11,185,8,7,3,408600,162190,167166,167166,162190,68000,12000,75000,81000
3#AC1_10_1_12,184,8,7,3,408600,177959,182935,182935,177959,68000,12000,75000,81000
3#AC1_10_1_13,183,8,7,3,408600,193728,198704,198704,193728,68000,12000,75000,81000
3#AC1_10_1_14,182,8,7,3,408600,209497,214473,214473,209497,68000,12000,75000,81000
3#AC1_10_1_15,181,8,7,3,408600,225266,230242,230242,225266,68000,12000,75000,81000
3#AC1_10_1_16,180,8,7,3,408600,241035,246011,246011,241035,68000,12000,75000,81000
3#AC1_10_1_17,179,8,7,3,408600,256804,261780,261780,256804,68000,12000,75000,81000
3#AC1_10_1_18,178,8,7,3,408600,272573,277549,277549,272573,68000,12000,75000,81000
3#AC1_10_1_19,177,8,7,3,408600,288342,293318,293318,288342,68000,12000,75000,81000
3#AC1_10_1_20,176,8,7,3,408600,304111,309087,309087,304111,68000,12000,75000,81000
3#AC1_10_1_21,175,8,7,3,408600,319880,324856,324856,319880,68000,12000,75000,81000
3#AC1_10_1_22,174,8,7,3,408600,335649,340625,340625,335649,68000,12000,75000,81000
3#AC1_10_2_1,173,8,7,3,408600,353853,357587,357587,353853,68000,12000,75000,81000
3#AC1_10_2_2,172,8,7,3,408600,369622,373356,373356,369622,68000,12000,75000,81000
3#AC1_10_2_3,171,8,7,3,408600,385391,389125,389125,385391,68000,12000,75000,81000
3#AC1_10_2_4,170,8,7,3,408600,401160,404894,404894,401160,68000,12000,75000,81000
3#AC1_10_2_5,169,8,7,3,408600,416929,420663,420663,416929,68000,12000,75000,81000
3#AC1_10_2_6,168,8,7,3,408600,432698,436432,436432,432698,68000,12000,75000,81000
3#AC1_10_2_7,167,8,7,3,408600,448467,452201,452201,448467,68000,12000,75000,81000
3#AC1_10_2_8,166,8,7,3,408600,464236,467970,467970,464236,68000,12000,75000,81000
3#AC1_10_2_9,165,8,7,3,408600,480005,483739,483739,480005,68000,12000,75000,81000
3#AC1_10_2_10,164,8,7,3,408600,495774,499508,499508,495774,68000,12000,75000,81000
3#AC1_10_2_11,163,8,7,3,408600,511543,515277,515277,511543,68000,12000,75000,81000
3#AC1_10_2_12,162,8,7,3,408600,527312,531046,531046,527312,68000,12000,75000,81000
3#AC1_10_2_13,161,8,7,3,408600,543081,546815,546815,543081,68000,12000,75000,81000
3#AC1_10_2_14,160,8,7,3,408600,558850,562584,562584,558850,68000,12000,75000,81000
3#AC1_10_2_15,159,8,7,3,408600,574619,578353,578353,574619,68000,12000,75000,81000
3#AC1_10_2_16,158,8,7,3,408600,590388,594122,594122,590388,68000,12000,75000,81000
3#AC1_10_2_17,157,8,7,3,408600,606157,609891,609891,606157,68000,12000,75000,81000
3#AC1_10_2_18,156,8,7,3,408600,621926,625660,625660,621926,68000,12000,75000,81000
3#AC1_10_2_19,155,8,7,3,408600,637695,641429,641429,637695,68000,12000,75000,81000
3#AC1_10_2_20,154,8,7,3,408600,653464,657198,657198,653464,68000,12000,75000,81000
3#AC1_10_2_21,153,8,7,3,408600,669233,672967,672967,669233,68000,12000,75000,81000
3#AC1_10_2_22,152,8,7,3,408600,685002,688736,688736,685002,68000,12000,75000,81000
3#AC1_10_3_1,151,8,7,3,408600,704000,709866,709866,704000,68000,12000,75000,81000
3#AC1_10_3_2,150,8,7,3,408600,719769,725635,725635,719769,68000,12000,75000,81000
3#AC1_10_3_3,149,8,7,3,408600,735538,741404,741404,735538,68000,12000,75000,81000
3#AC1_10_3_4,148,8,7,3,408600,751307,757173,757173,751307,68000,12000,75000,81000
3#AC1_10_3_5,147,8,7,3,408600,767076,772942,772942,767076,68000,12000,75000,81000
3#AC1_10_3_6,146,8,7,3,408600,782845,788711,788711,782845,68000,12000,75000,81000
3#AC1_10_3_7,145,8,7,3,408600,798614,804480,804480,798614,68000,12000,75000,81000
3#AC1_10_3_8,144,8,7,3,408600,814383,820249,820249,814383,68000,12000,75000,81000
3#AC1_10_3_9,143,8,7,3,408600,830152,836018,836018,830152,68000,12000,75000,81000
3#AC1_10_3_10,142,8,7,3,408600,845921,851787,851787,845921,68000,12000,75000,81000
3#AC1_10_3_11,141,8,7,3,408600,861690,867556,867556,861690,68000,12000,75000,81000
3#AC1_10_3_12,140,8,7,3,408600,877459,883325,883325,877459,68000,12000,75000,81000
3#AC1_10_3_13,139,8,7,3,408600,893228,899094,899094,893228,68000,12000,75000,81000
3#AC1_10_3_14,138,8,7,3,408600,908997,914863,914863,908997,68000,12000,75000,81000
3#AC1_10_3_15,137,8,7,3,408600,924766,930632,930632,924766,68000,12000,75000,81000
3#AC1_10_3_16,136,8,7,3,408600,940535,946401,946401,940535,68000,12000,75000,81000
3#AC1_10_3_17,135,8,7,3,408600,956304,962170,962170,956304,68000,12000,75000,81000
3#AC1_10_3_18,134,8,7,3,408600,972073,977939,977939,972073,68000,12000,75000,81000
3#AC1_10_3_19,133,8,7,3,408600,987842,993708,993708,987842,68000,12000,75000,81000
3#AC1_10_3_20,132,8,7,3,408600,1003611,1009477,1009477,1003611,68000,12000,75000,81000
3#AC1_10_3_21,131,8,7,3,408600,1019380,1025246,1025246,1019380,68000,12000,75000,81000
3#AC1_11_1_1,130,8,7,3,366586,4115,9476,9476,4115,68000,12000,75000,81000
3#AC1_11_1_2,129,8,7,3,366586,19880,25241,25241,19880,68000,12000,75000,81000
3#AC1_11_1_3,128,8,7,3,366586,35645,41006,41006,35645,68000,12000,75000,81000
3#AC1_11_1_4,127,8,7,3,366586,51410,56771,56771,51410,68000,12000,75000,81000
3#AC1_11_1_5,126,8,7,3,366586,67175,72536,72536,67175,68000,12000,75000,81000
3#AC1_11_1_6,125,8,7,3,366586,82940,88301,88301,82940,68000,12000,75000,81000
3#AC1_11_1_7,124,8,7,3,366586,98705,104066,104066,98705,68000,12000,75000,81000
3#AC1_11_1_8,123,8,7,3,366586,114470,119831,119831,114470,68000,12000,75000,81000
3#AC1_11_1_9,122,8,7,3,366586,130235,135596,135596,130235,68000,12000,75000,81000
3#AC1_11_1_10,121,8,7,3,366586,146000,151361,151361,146000,68000,12000,75000,81000
3#AC1_11_1_11,120,8,7,3,366586,161765,167126,167126,161765,68000,12000,75000,81000
3#AC1_11_1_12,119,8,7,3,366586,177530,182891,182891,177530,68000,12000,75000,81000
3#AC1_11_1_13,118,8,7,3,366586,193295,198656,198656,193295,68000,12000,75000,81000
3#AC1_11_1_14,117,8,7,3,366586,209060,214421,214421,209060,68000,12000,75000,81000
3#AC1_11_1_15,116,8,7,3,366586,224825,230186,230186,224825,68000,12000,75000,81000
3#AC1_11_1_16,115,8,7,3,366586,240590,245951,245951,240590,68000,12000,75000,81000
3#AC1_11_1_17,114,8,7,3,366586,256355,261716,261716,256355,68000,12000,75000,81000
3#AC1_11_1_18,113,8,7,3,366586,272120,277481,277481,272120,68000,12000,75000,81000
3#AC1_11_1_19,112,8,7,3,366586,287885,293246,293246,287885,68000,12000,75000,81000
3#AC1_11_1_20,111,8,7,3,366586,303650,309011,309011,303650,68000,12000,75000,81000
3#AC1_11_1_21,110,8,7,3,366586,319415,324776,324776,319415,68000,12000,75000,81000
3#AC1_11_1_22,109,8,7,3,366586,335180,340541,340541,335180,68000,12000,75000,81000
3#AC1_11_2_1,108,8,7,3,366586,353653,357587,357587,353653,68000,12000,75000,81000
3#AC1_11_2_2,107,8,7,3,366586,369418,373352,373352,369418,68000,12000,75000,81000
3#AC1_11_2_3,106,8,7,3,366586,385183,389117,389117,385183,68000,12000,75000,81000
3#AC1_11_2_4,105,8,7,3,366586,400948,404882,404882,400948,68000,12000,75000,81000
3#AC1_11_2_5,104,8,7,3,366586,416713,420647,420647,416713,68000,12000,75000,81000
3#AC1_11_2_6,103,8,7,3,366586,432478,436412,436412,432478,68000,12000,75000,81000
3#AC1_11_2_7,102,8,7,3,366586,448243,452177,452177,448243,68000,12000,75000,81000
3#AC1_11_2_8,101,8,7,3,366586,464008,467942,467942,464008,68000,12000,75000,81000
3#AC1_11_2_9,100,8,7,3,366586,479773,483707,483707,479773,68000,12000,75000,81000
3#AC1_11_2_10,99,8,7,3,366586,495538,499472,499472,495538,68000,12000,75000,81000
3#AC1_11_2_11,98,8,7,3,366586,511303,515237,515237,511303,68000,12000,75000,81000
3#AC1_11_2_12,97,8,7,3,366586,527068,531002,531002,527068,68000,12000,75000,81000
3#AC1_11_2_13,96,8,7,3,366586,542833,546767,546767,542833,68000,12000,75000,81000
3#AC1_11_2_14,95,8,7,3,366586,558598,562532,562532,558598,68000,12000,75000,81000
3#AC1_11_2_15,94,8,7,3,366586,574363,578297,578297,574363,68000,12000,75000,81000
3#AC1_11_2_16,93,8,7,3,366586,590128,594062,594062,590128,68000,12000,75000,81000
3#AC1_11_2_17,92,8,7,3,366586,605893,609827,609827,605893,68000,12000,75000,81000
3#AC1_11_2_18,91,8,7,3,366586,621658,625592,625592,621658,68000,12000,75000,81000
3#AC1_11_2_19,90,8,7,3,366586,637423,641357,641357,637423,68000,12000,75000,81000
3#AC1_11_2_20,89,8,7,3,366586,653188,657122,657122,653188,68000,12000,75000,81000
3#AC1_11_2_21,88,8,7,3,366586,668953,672887,672887,668953,68000,12000,75000,81000
3#AC1_11_2_22,87,8,7,3,366586,684718,688652,688652,684718,68000,12000,75000,81000
3#AC1_11_3_1,86,8,7,3,366586,704257,709866,709866,704257,68000,12000,75000,81000
3#AC1_11_3_2,85,8,7,3,366586,720022,725631,725631,720022,68000,12000,75000,81000
3#AC1_11_3_3,84,8,7,3,366586,735787,741396,741396,735787,68000,12000,75000,81000
3#AC1_11_3_4,83,8,7,3,366586,751552,757161,757161,751552,68000,12000,75000,81000
3#AC1_11_3_5,82,8,7,3,366586,767317,772926,772926,767317,68000,12000,75000,81000
3#AC1_11_3_6,81,8,7,3,366586,783082,788691,788691,783082,68000,12000,75000,81000
3#AC1_11_3_7,80,8,7,3,366586,798847,804456,804456,798847,68000,12000,75000,81000
3#AC1_11_3_8,79,8,7,3,366586,814612,820221,820221,814612,68000,12000,75000,81000
3#AC1_11_3_9,78,8,7,3,366586,830377,835986,835986,830377,68000,12000,75000,81000
3#AC1_11_3_10,77,8,7,3,366586,846142,851751,851751,846142,68000,12000,75000,81000
3#AC1_11_3_11,76,8,7,3,366586,861907,867516,867516,861907,68000,12000,75000,81000
3#AC1_11_3_12,75,8,7,3,366586,877672,883281,883281,877672,68000,12000,75000,81000
3#AC1_11_3_13,74,8,7,3,366586,893437,899046,899046,893437,68000,12000,75000,81000
3#AC1_11_3_14,73,8,7,3,366586,909202,914811,914811,909202,68000,12000,75000,81000
3#AC1_11_3_15,72,8,7,3,366586,924967,930576,930576,924967,68000,12000,75000,81000
3#AC1_11_3_16,71,8,7,3,366586,940732,946341,946341,940732,68000,12000,75000,81000
3#AC1_11_3_17,70,8,7,3,366586,956497,962106,962106,956497,68000,12000,75000,81000
3#AC1_11_3_18,69,8,7,3,366586,972262,977871,977871,972262,68000,12000,75000,81000
3#AC1_11_3_19,68,8,7,3,366586,988027,993636,993636,988027,68000,12000,75000,81000
3#AC1_11_3_20,67,8,7,3,366586,1003792,1009401,1009401,1003792,68000,12000,75000,81000
3#AC1_11_3_21,66,8,7,3,366586,1019557,1025166,1025166,1019557,68000,12000,75000,81000
3#AC1_12_1_1,65,8,7,3,324150,5300,9800,9800,5300,68000,12000,75000,81000
3#AC1_12_1_2,64,8,7,3,324150,21065,25565,25565,21065,68000,12000,75000,81000
3#AC1_12_1_3,63,8,7,3,324150,36830,41330,41330,36830,68000,12000,75000,81000
3#AC1_12_1_4,62,8,7,3,324150,52595,57095,57095,52595,68000,12000,75000,81000
3#AC1_12_1_5,61,8,7,3,324150,68360,72860,72860,68360,68000,12000,75000,81000
3#AC1_12_1_6,60,8,7,3,324150,84125,88625,88625,84125,68000,12000,75000,81000
3#AC1_12_1_7,59,8,7,3,324150,99890,104390,104390,99890,68000,12000,75000,81000
3#AC1_12_1_8,58,8,7,3,324150,115655,120155,120155,115655,68000,12000,75000,81000
3#AC1_12_1_9,57,8,7,3,324150,131420,135920,135920,131420,68000,12000,75000,81000
3#AC1_12_1_10,56,8,7,3,324150,147185,151685,151685,147185,68000,12000,75000,81000
3#AC1_12_1_11,55,8,7,3,324150,162950,167450,167450,162950,68000,12000,75000,81000
3#AC1_12_1_12,54,8,7,3,324150,178715,183215,183215,178715,68000,12000,75000,81000
3#AC1_12_1_13,53,8,7,3,324150,194480,198980,198980,194480,68000,12000,75000,81000
3#AC1_12_1_14,52,8,7,3,324150,210245,214745,214745,210245,68000,12000,75000,81000
3#AC1_12_1_15,51,8,7,3,324150,226010,230510,230510,226010,68000,12000,75000,81000
3#AC1_12_1_16,50,8,7,3,324150,241775,246275,246275,241775,68000,12000,75000,81000
3#AC1_12_1_17,49,8,7,3,324150,257540,262040,262040,257540,68000,12000,75000,81000
3#AC1_12_1_18,48,8,7,3,324150,273305,277805,277805,273305,68000,12000,75000,81000
3#AC1_12_1_19,47,8,7,3,324150,289070,293570,293570,289070,68000,12000,75000,81000
3#AC1_12_1_20,46,8,7,3,324150,304835,309335,309335,304835,68000,12000,75000,81000
3#AC1_12_1_21,45,8,7,3,324150,320600,325100,325100,320600,68000,12000,75000,81000
3#AC1_12_1_22,44,8,7,3,324150,336365,340865,340865,336365,68000,12000,75000,81000
3#AC1_12_2_1,43,8,7,3,324478,353653,361000,361000,353653,68000,12000,75000,81000
3#AC1_12_2_2,42,8,7,3,324478,369418,376765,376765,369418,68000,12000,75000,81000
3#AC1_12_2_3,41,8,7,3,324478,385183,392530,392530,385183,68000,12000,75000,81000
3#AC1_12_2_4,40,8,7,3,324478,400948,408295,408295,400948,68000,12000,75000,81000
3#AC1_12_2_5,39,8,7,3,324478,416713,424060,424060,416713,68000,12000,75000,81000
3#AC1_12_2_6,38,8,7,3,324478,432478,439825,439825,432478,68000,12000,75000,81000
3#AC1_12_2_7,37,8,7,3,324478,448243,455590,455590,448243,68000,12000,75000,81000
3#AC1_12_2_8,36,8,7,3,324478,464008,471355,471355,464008,68000,12000,75000,81000
3#AC1_12_2_9,35,8,7,3,324478,479773,487120,487120,479773,68000,12000,75000,81000
3#AC1_12_2_10,34,8,7,3,324478,495538,502885,502885,495538,68000,12000,75000,81000
3#AC1_12_2_11,33,8,7,3,324478,511303,518650,518650,511303,68000,12000,75000,81000
3#AC1_12_2_12,32,8,7,3,324478,527068,534415,534415,527068,68000,12000,75000,81000
3#AC1_12_2_13,31,8,7,3,324478,542833,550180,550180,542833,68000,12000,75000,81000
3#AC1_12_2_14,30,8,7,3,324478,558598,565945,565945,558598,68000,12000,75000,81000
3#AC1_12_2_15,29,8,7,3,324478,574363,581710,581710,574363,68000,12000,75000,81000
3#AC1_12_2_16,28,8,7,3,324478,590128,597475,597475,590128,68000,12000,75000,81000
3#AC1_12_2_17,27,8,7,3,324478,605893,613240,613240,605893,68000,12000,75000,81000
3#AC1_12_2_18,26,8,7,3,324478,621658,629005,629005,621658,68000,12000,75000,81000
3#AC1_12_2_19,25,8,7,3,324478,637423,644770,644770,637423,68000,12000,75000,81000
3#AC1_12_2_20,24,8,7,3,324478,653188,660535,660535,653188,68000,12000,75000,81000
3#AC1_12_2_21,23,8,7,3,324478,668953,676300,676300,668953,68000,12000,75000,81000
3#AC1_12_2_22,22,8,7,3,324478,684718,692065,692065,684718,68000,12000,75000,81000
3#AC1_12_3_1,21,8,7,3,324550,704000,709866,709866,704000,68000,12000,75000,81000
3#AC1_12_3_2,20,8,7,3,324550,719765,725631,725631,719765,68000,12000,75000,81000
3#AC1_12_3_3,19,8,7,3,324550,735530,741396,741396,735530,68000,12000,75000,81000
3#AC1_12_3_4,18,8,7,3,324550,751295,757161,757161,751295,68000,12000,75000,81000
3#AC1_12_3_5,17,8,7,3,324550,767060,772926,772926,767060,68000,12000,75000,81000
3#AC1_12_3_6,16,8,7,3,324550,782825,788691,788691,782825,68000,12000,75000,81000
3#AC1_12_3_7,15,8,7,3,324550,798590,804456,804456,798590,68000,12000,75000,81000
3#AC1_12_3_8,14,8,7,3,324550,814355,820221,820221,814355,68000,12000,75000,81000
3#AC1_12_3_9,13,8,7,3,324550,830120,835986,835986,830120,68000,12000,75000,81000
3#AC1_12_3_10,12,8,7,3,324550,845885,851751,851751,845885,68000,12000,75000,81000
3#AC1_12_3_11,11,8,7,3,324550,861650,867516,867516,861650,68000,12000,75000,81000
3#AC1_12_3_12,10,8,7,3,324550,877415,883281,883281,877415,68000,12000,75000,81000
3#AC1_12_3_13,9,8,7,3,324550,893180,899046,899046,893180,68000,12000,75000,81000
3#AC1_12_3_14,8,8,7,3,324550,908945,914811,914811,908945,68000,12000,75000,81000
3#AC1_12_3_15,7,8,7,3,324550,924710,930576,930576,924710,68000,12000,75000,81000
3#AC1_12_3_16,6,8,7,3,324550,940475,946341,946341,940475,68000,12000,75000,81000
3#AC1_12_3_17,5,8,7,3,324550,956240,962106,962106,956240,68000,12000,75000,81000
3#AC1_12_3_18,4,8,7,3,324550,972005,977871,977871,972005,68000,12000,75000,81000
3#AC1_12_3_19,3,8,7,3,324550,987770,993636,993636,987770,68000,12000,75000,81000
3#AC1_12_3_20,2,8,7,3,324550,1003535,1009401,1009401,1003535,68000,12000,75000,81000
3#AC1_12_3_21,1,8,7,3,324550,1019300,1025166,1025166,1019300,68000,12000,75000,81000
source/DeviceLibrary/StoreConfig/linePositions_1.csv
0 → 100644
查看文件 @
0fbcb89
位置,优先级,高度,宽度,料仓ID,中轴位置P2,升降轴库位出料前点P5,升降轴库位出料缓冲点P6,升降轴库位入料前点P3,升降轴库位入料缓冲点P4,进出轴库位点取料点P3,压紧轴压紧点P2,压紧轴压紧前点P3,进出轴进料口取料点P2
1#AC1_1_1_4,774,8,7,1,211783,51884,55245,55245,51884,68000,9999,9999,81000
1#AC1_1_1_5,773,8,7,1,211783,67807,71168,71168,67807,68000,12000,75000,81000
1#AC1_1_1_6,772,8,7,1,211783,83730,87091,87091,83730,68000,12000,75000,81000
1#AC1_1_1_7,771,8,7,1,211783,99653,103014,103014,99653,68000,12000,75000,81000
1#AC1_1_1_8,770,8,7,1,211783,115576,118937,118937,115576,68000,12000,75000,81000
1#AC1_1_1_9,769,8,7,1,211783,131499,134860,134860,131499,68000,12000,75000,81000
1#AC1_1_1_10,768,8,7,1,211783,147422,150783,150783,147422,68000,12000,75000,81000
1#AC1_1_1_11,767,8,7,1,211783,163345,166706,166706,163345,68000,12000,75000,81000
1#AC1_1_1_12,766,8,7,1,211783,179268,182629,182629,179268,68000,12000,75000,81000
1#AC1_1_1_13,765,8,7,1,211783,195191,198552,198552,195191,68000,12000,75000,81000
1#AC1_1_1_14,764,8,7,1,211783,211114,214475,214475,211114,68000,12000,75000,81000
1#AC1_1_1_15,763,8,7,1,211783,227037,230398,230398,227037,68000,12000,75000,81000
1#AC1_1_1_16,762,8,7,1,211783,242960,246321,246321,242960,68000,12000,75000,81000
1#AC1_1_1_17,761,8,7,1,211783,258883,262244,262244,258883,68000,12000,75000,81000
1#AC1_1_1_18,760,8,7,1,211783,274806,278167,278167,274806,68000,12000,75000,81000
1#AC1_1_1_19,759,8,7,1,211783,289000,294090,294090,289000,68000,12000,75000,81000
1#AC1_1_1_20,758,8,7,1,211783,304652,310013,310013,304652,68000,12000,75000,81000
1#AC1_1_1_21,757,8,7,1,211783,320575,325936,325936,320575,68000,12000,75000,81000
1#AC1_1_1_22,756,8,7,1,211783,336498,341859,341859,336498,68000,12000,75000,81000
1#AC1_1_2_3,755,8,7,1,211783,385700,389433,389433,385700,68000,12000,75000,81000
1#AC1_1_2_4,754,8,7,1,211783,403000,405356,405356,403000,68000,12000,75000,81000
1#AC1_1_2_5,753,8,7,1,211783,418345,421279,421279,418345,68000,12000,75000,81000
1#AC1_1_2_6,752,8,7,1,211783,434000,437202,437202,434000,68000,12000,75000,81000
1#AC1_1_2_7,751,8,7,1,211783,450000,453125,453125,450000,68000,12000,75000,81000
1#AC1_1_2_8,750,8,7,1,211783,465900,469048,469048,465900,68000,12000,75000,81000
1#AC1_1_2_9,749,8,7,1,211783,481800,484971,484971,481800,68000,12000,75000,81000
1#AC1_1_2_10,748,8,7,1,211783,497660,500894,500894,497660,68000,12000,75000,81000
1#AC1_1_2_11,747,8,7,1,211783,513600,516817,516817,513600,68000,12000,75000,81000
1#AC1_1_2_12,746,8,7,1,211783,529200,532740,532740,529200,68000,12000,75000,81000
1#AC1_1_2_13,745,8,7,1,211783,545100,548663,548663,545100,68000,12000,75000,81000
1#AC1_1_2_14,744,8,7,1,211783,560500,564586,564586,560500,68000,12000,75000,81000
1#AC1_1_2_15,743,8,7,1,211783,575500,580509,580509,575500,68000,12000,75000,81000
1#AC1_1_2_16,742,8,7,1,211783,591500,596432,596432,591500,68000,12000,75000,81000
1#AC1_1_2_17,741,8,7,1,211783,606000,612355,612355,606000,68000,12000,75000,81000
1#AC1_1_2_18,740,8,7,1,211783,621000,628278,628278,621000,68000,12000,75000,81000
1#AC1_1_2_19,739,8,7,1,211783,638000,644201,644201,638000,68000,12000,75000,81000
1#AC1_1_2_20,738,8,7,1,211783,654000,660124,660124,654000,68000,12000,75000,81000
1#AC1_1_2_21,737,8,7,1,211783,669000,676047,676047,669000,68000,12000,75000,81000
1#AC1_1_2_22,736,8,7,1,211783,685500,691970,691970,685500,68000,12000,75000,81000
1#AC1_1_3_1,735,8,7,1,211400,706257,709866,709866,706257,68000,12000,75000,81000
1#AC1_1_3_2,734,8,7,1,211400,722180,725789,725789,722180,68000,12000,75000,81000
1#AC1_1_3_3,733,8,7,1,211400,738103,741712,741712,738103,68000,12000,75000,81000
1#AC1_1_3_4,732,8,7,1,211400,753026,757635,757635,753026,68000,12000,75000,81000
1#AC1_1_3_5,731,8,7,1,211400,767949,773558,773558,767949,68000,12000,75000,81000
1#AC1_1_3_6,730,8,7,1,211400,783872,789481,789481,783872,68000,12000,75000,81000
1#AC1_1_3_7,729,8,7,1,211400,799795,805404,805404,799795,68000,12000,75000,81000
1#AC1_1_3_8,728,8,7,1,211800,814218,819327,819327,814218,68000,12000,75000,81000
1#AC1_1_3_9,727,8,7,1,211800,832141,835250,835250,832141,68000,12000,75000,81000
1#AC1_1_3_10,726,8,7,1,211800,848064,851173,851173,848064,68000,12000,75000,81000
1#AC1_1_3_11,725,8,7,1,212000,861987,867096,867096,861987,68000,12000,75000,81000
1#AC1_1_3_12,724,8,7,1,212000,877910,883019,883019,877910,68000,12000,75000,81000
1#AC1_1_3_13,723,8,7,1,212000,893833,898942,898942,893833,68000,12000,75000,81000
1#AC1_1_3_14,722,8,7,1,212300,909756,912865,912865,909756,68000,12000,75000,81000
1#AC1_1_3_15,721,8,7,1,212600,925679,928788,928788,925679,68000,12000,75000,81000
1#AC1_1_3_16,720,8,7,1,212600,941602,944711,944711,941602,68000,12000,75000,81000
1#AC1_1_3_17,719,8,7,1,212600,957525,960634,960634,957525,68000,12000,75000,81000
1#AC1_1_3_18,718,8,7,1,212600,973448,976557,976557,973448,68000,12000,75000,81000
1#AC1_1_3_19,717,8,7,1,212600,987371,992480,992480,987371,68000,12000,75000,81000
1#AC1_1_3_20,716,8,7,1,212600,1003294,1008403,1008403,1003294,68000,12000,75000,81000
1#AC1_1_3_21,715,8,7,1,212600,1018717,1024326,1024326,1018717,68000,12000,75000,81000
1#AC1_2_1_1,714,8,7,1,169650,5600,9900,9900,5600,68000,12000,75000,81000
1#AC1_2_1_2,713,8,7,1,169650,21365,25665,25665,21365,68000,12000,75000,81000
1#AC1_2_1_3,712,8,7,1,169650,37130,41430,41430,37130,68000,12000,75000,81000
1#AC1_2_1_4,711,8,7,1,169650,52895,57195,57195,52895,68000,12000,75000,81000
1#AC1_2_1_5,710,8,7,1,169650,68660,72960,72960,68660,68000,12000,75000,81000
1#AC1_2_1_6,709,8,7,1,169650,84425,88725,88725,84425,68000,12000,75000,81000
1#AC1_2_1_7,708,8,7,1,169650,100190,104490,104490,100190,68000,12000,75000,81000
1#AC1_2_1_8,707,8,7,1,169650,115955,120255,120255,115955,68000,12000,75000,81000
1#AC1_2_1_9,706,8,7,1,169650,131720,136020,136020,131720,68000,12000,75000,81000
1#AC1_2_1_10,705,8,7,1,169650,147485,151785,151785,147485,68000,12000,75000,81000
1#AC1_2_1_11,704,8,7,1,169650,163250,167550,167550,163250,68000,12000,75000,81000
1#AC1_2_1_12,703,8,7,1,169650,179015,183315,183315,179015,68000,12000,75000,81000
1#AC1_2_1_13,702,8,7,1,169650,194780,199080,199080,194780,68000,12000,75000,81000
1#AC1_2_1_14,701,8,7,1,169650,210545,214845,214845,210545,68000,12000,75000,81000
1#AC1_2_1_15,700,8,7,1,169650,226310,230610,230610,226310,68000,12000,75000,81000
1#AC1_2_1_16,699,8,7,1,169650,242075,246375,246375,242075,68000,12000,75000,81000
1#AC1_2_1_17,698,8,7,1,169650,257840,262140,262140,257840,68000,12000,75000,81000
1#AC1_2_1_18,697,8,7,1,169650,273605,277905,277905,273605,68000,12000,75000,81000
1#AC1_2_1_19,696,8,7,1,169650,289370,293670,293670,289370,68000,12000,75000,81000
1#AC1_2_1_20,695,8,7,1,169650,305135,309435,309435,305135,68000,12000,75000,81000
1#AC1_2_1_21,694,8,7,1,169650,320900,325200,325200,320900,68000,12000,75000,81000
1#AC1_2_2_1,693,8,7,1,169650,354811,358235,358235,354811,68000,12000,75000,81000
1#AC1_2_2_2,692,8,7,1,169650,370576,374000,374000,370576,68000,12000,75000,81000
1#AC1_2_2_3,691,8,7,1,169650,386341,389765,389765,386341,68000,12000,75000,81000
1#AC1_2_2_4,690,8,7,1,169650,402106,405530,405530,402106,68000,12000,75000,81000
1#AC1_2_2_5,689,8,7,1,169650,417871,421295,421295,417871,68000,12000,75000,81000
1#AC1_2_2_6,688,8,7,1,169650,433636,437060,437060,433636,68000,12000,75000,81000
1#AC1_2_2_7,687,8,7,1,169650,449401,452825,452825,449401,68000,12000,75000,81000
1#AC1_2_2_8,686,8,7,1,169650,465166,468590,468590,465166,68000,12000,75000,81000
1#AC1_2_2_9,685,8,7,1,169650,480931,484355,484355,480931,68000,12000,75000,81000
1#AC1_2_2_10,684,8,7,1,169650,496696,500120,500120,496696,68000,12000,75000,81000
1#AC1_2_2_11,683,8,7,1,169650,512461,515885,515885,512461,68000,12000,75000,81000
1#AC1_2_2_12,682,8,7,1,169650,528226,531650,531650,528226,68000,12000,75000,81000
1#AC1_2_2_13,681,8,7,1,169650,543991,547415,547415,543991,68000,12000,75000,81000
1#AC1_2_2_14,680,8,7,1,169650,559756,563180,563180,559756,68000,12000,75000,81000
1#AC1_2_2_15,679,8,7,1,169650,575521,578945,578945,575521,68000,12000,75000,81000
1#AC1_2_2_16,678,8,7,1,169650,591286,594710,594710,591286,68000,12000,75000,81000
1#AC1_2_2_17,677,8,7,1,169650,607051,610475,610475,607051,68000,12000,75000,81000
1#AC1_2_2_18,676,8,7,1,169650,622816,626240,626240,622816,68000,12000,75000,81000
1#AC1_2_2_19,675,8,7,1,169650,638581,642005,642005,638581,68000,12000,75000,81000
1#AC1_2_2_20,674,8,7,1,169650,654346,657770,657770,654346,68000,12000,75000,81000
1#AC1_2_2_21,673,8,7,1,169650,670111,673535,673535,670111,68000,12000,75000,81000
1#AC1_2_2_22,672,8,7,1,169650,685876,689300,689300,685876,68000,12000,75000,81000
1#AC1_2_3_1,671,8,7,1,169650,706257,709866,709866,706257,68000,12000,75000,81000
1#AC1_2_3_2,670,8,7,1,169650,720180,723789,723789,720180,68000,12000,75000,81000
1#AC1_2_3_3,669,8,7,1,169650,736103,739712,739712,736103,68000,12000,75000,81000
1#AC1_2_3_4,668,8,7,1,169650,752526,757135,757135,752526,68000,12000,75000,81000
1#AC1_2_3_5,667,8,7,1,169650,767449,773058,773058,767449,68000,12000,75000,81000
1#AC1_2_3_6,666,8,7,1,169650,783372,788981,788981,783372,68000,12000,75000,81000
1#AC1_2_3_7,665,8,7,1,169650,799295,804904,804904,799295,68000,12000,75000,81000
1#AC1_2_3_8,664,8,7,1,169650,815218,820327,820327,815218,68000,12000,75000,81000
1#AC1_2_3_9,663,8,7,1,169650,832000,836000,836000,832000,68000,12000,75000,81000
1#AC1_2_3_10,662,8,7,1,169650,847500,852173,852173,847500,68000,12000,75000,81000
1#AC1_2_3_11,661,8,7,1,169650,862987,868096,868096,862987,68000,12000,75000,81000
1#AC1_2_3_12,660,8,7,1,169650,878910,884019,884019,878910,68000,12000,75000,81000
1#AC1_2_3_13,659,8,7,1,169650,894833,899942,899942,894833,68000,12000,75000,81000
1#AC1_2_3_14,658,8,7,1,169650,910756,913865,913865,910756,68000,12000,75000,81000
1#AC1_2_3_15,657,8,7,1,169650,926679,929788,929788,926679,68000,12000,75000,81000
1#AC1_2_3_16,656,8,7,1,169650,942100,945711,945711,942100,68000,12000,75000,81000
1#AC1_2_3_17,655,8,7,1,169650,957500,961634,961634,957500,68000,12000,75000,81000
1#AC1_2_3_18,654,8,7,1,169650,974000,977557,977557,974000,68000,12000,75000,81000
1#AC1_2_3_19,653,8,7,1,169650,987800,993480,993480,987800,68000,12000,75000,81000
1#AC1_2_3_20,652,8,7,1,169650,1003700,1009403,1009403,1003700,68000,12000,75000,81000
1#AC1_2_3_21,651,8,7,1,169650,1019000,1025326,1025326,1019000,68000,12000,75000,81000
1#AC1_3_1_1,650,8,7,1,127750,5800,8700,8700,5800,68000,12000,75000,81000
1#AC1_3_1_2,649,8,7,1,127750,21565,24465,24465,21565,68000,12000,75000,81000
1#AC1_3_1_3,648,8,7,1,127750,37330,40230,40230,37330,68000,12000,75000,81000
1#AC1_3_1_4,647,8,7,1,127750,53095,55995,55995,53095,68000,12000,75000,81000
1#AC1_3_1_5,646,8,7,1,127750,68860,71760,71760,68860,68000,12000,75000,81000
1#AC1_3_1_6,645,8,7,1,127750,84625,87525,87525,84625,68000,12000,75000,81000
1#AC1_3_1_7,644,8,7,1,127750,100390,103290,103290,100390,68000,12000,75000,81000
1#AC1_3_1_8,643,8,7,1,127750,116155,119055,119055,116155,68000,12000,75000,81000
1#AC1_3_1_9,642,8,7,1,127750,131920,134820,134820,131920,68000,12000,75000,81000
1#AC1_3_1_10,641,8,7,1,127750,147685,150585,150585,147685,68000,12000,75000,81000
1#AC1_3_1_11,640,8,7,1,127750,163450,166350,166350,163450,68000,12000,75000,81000
1#AC1_3_1_12,639,8,7,1,127750,179215,182115,182115,179215,68000,12000,75000,81000
1#AC1_3_1_13,638,8,7,1,127750,194980,197880,197880,194980,68000,12000,75000,81000
1#AC1_3_1_14,637,8,7,1,127750,210745,213645,213645,210745,68000,12000,75000,81000
1#AC1_3_1_15,636,8,7,1,127750,226510,229410,229410,226510,68000,12000,75000,81000
1#AC1_3_1_16,635,8,7,1,127750,242275,245175,245175,242275,68000,12000,75000,81000
1#AC1_3_1_17,634,8,7,1,127750,258040,260940,260940,258040,68000,12000,75000,81000
1#AC1_3_1_18,633,8,7,1,127750,273805,276705,276705,273805,68000,12000,75000,81000
1#AC1_3_1_19,632,8,7,1,127750,289570,292470,292470,289570,68000,12000,75000,81000
1#AC1_3_1_20,631,8,7,1,127750,305335,308235,308235,305335,68000,12000,75000,81000
1#AC1_3_1_21,630,8,7,1,127750,321100,324000,324000,321100,68000,12000,75000,81000
1#AC1_3_1_22,629,8,7,1,127750,336865,339765,339765,336865,68000,12000,75000,81000
1#AC1_3_2_1,628,8,7,1,127750,353670,358470,358470,353670,68000,12000,75000,81000
1#AC1_3_2_2,627,8,7,1,127750,369435,374235,374235,369435,68000,12000,75000,81000
1#AC1_3_2_3,626,8,7,1,127750,385200,390000,390000,385200,68000,12000,75000,81000
1#AC1_3_2_4,625,8,7,1,127750,400965,405765,405765,400965,68000,12000,75000,81000
1#AC1_3_2_5,624,8,7,1,127750,416730,421530,421530,416730,68000,12000,75000,81000
1#AC1_3_2_6,623,8,7,1,127750,432495,437295,437295,432495,68000,12000,75000,81000
1#AC1_3_2_7,622,8,7,1,127750,448260,453060,453060,448260,68000,12000,75000,81000
1#AC1_3_2_8,621,8,7,1,127750,464025,468825,468825,464025,68000,12000,75000,81000
1#AC1_3_2_9,620,8,7,1,127750,479790,484590,484590,479790,68000,12000,75000,81000
1#AC1_3_2_10,619,8,7,1,127750,495555,500355,500355,495555,68000,12000,75000,81000
1#AC1_3_2_11,618,8,7,1,127750,511320,516120,516120,511320,68000,12000,75000,81000
1#AC1_3_2_12,617,8,7,1,127750,527085,531885,531885,527085,68000,12000,75000,81000
1#AC1_3_2_13,616,8,7,1,127750,542850,547650,547650,542850,68000,12000,75000,81000
1#AC1_3_2_14,615,8,7,1,127750,558615,563415,563415,558615,68000,12000,75000,81000
1#AC1_3_2_15,614,8,7,1,127750,574380,579180,579180,574380,68000,12000,75000,81000
1#AC1_3_2_16,613,8,7,1,127750,590145,594945,594945,590145,68000,12000,75000,81000
1#AC1_3_2_17,612,8,7,1,127750,605910,610710,610710,605910,68000,12000,75000,81000
1#AC1_3_2_18,611,8,7,1,127750,621675,626475,626475,621675,68000,12000,75000,81000
1#AC1_3_2_19,610,8,7,1,127750,637440,642240,642240,637440,68000,12000,75000,81000
1#AC1_3_2_20,609,8,7,1,127750,653205,658005,658005,653205,68000,12000,75000,81000
1#AC1_3_2_21,608,8,7,1,127750,668970,673770,673770,668970,68000,12000,75000,81000
1#AC1_3_2_22,607,8,7,1,127750,684735,689535,689535,684735,68000,12000,75000,81000
1#AC1_3_3_1,606,8,7,1,128049,706000,710366,710366,706000,68000,12000,75000,81000
1#AC1_3_3_2,605,8,7,1,128049,721880,726289,726289,721880,68000,12000,75000,81000
1#AC1_3_3_3,604,8,7,1,128049,737500,742212,742212,737500,68000,12000,75000,81000
1#AC1_3_3_4,603,8,7,1,128049,752726,758135,758135,752726,68000,12000,75000,81000
1#AC1_3_3_5,602,8,7,1,128049,767649,774200,774200,767649,68000,12000,75000,81000
1#AC1_3_3_6,601,8,7,1,128049,783772,789981,789981,783772,68000,12000,75000,81000
1#AC1_3_3_7,600,8,7,1,128049,799495,805904,805904,799495,68000,12000,75000,81000
1#AC1_3_3_8,599,8,7,1,128049,815100,819827,819827,815100,68000,12000,75000,81000
1#AC1_3_3_9,598,8,7,1,128049,831841,835750,835750,831841,68000,12000,75000,81000
1#AC1_3_3_10,597,8,7,1,128049,847764,851673,851673,847764,68000,12000,75000,81000
1#AC1_3_3_11,596,8,7,1,128049,862100,867596,867596,862100,68000,12000,75000,81000
1#AC1_3_3_12,595,8,7,1,128049,878100,883519,883519,878100,68000,12000,75000,81000
1#AC1_3_3_13,594,8,7,1,128049,894000,899442,899442,894000,68000,12000,75000,81000
1#AC1_3_3_14,593,8,7,1,128049,909456,913365,913365,909456,68000,12000,75000,81000
1#AC1_3_3_15,592,8,7,1,128049,925600,929288,929288,925600,68000,12000,75000,81000
1#AC1_3_3_16,591,8,7,1,128049,941800,945211,945211,941800,68000,12000,75000,81000
1#AC1_3_3_17,590,8,7,1,128049,957700,961134,961134,957700,68000,12000,75000,81000
1#AC1_3_3_18,589,8,7,1,128049,973148,977057,977057,973148,68000,12000,75000,81000
1#AC1_3_3_19,588,8,7,1,128049,988100,992980,992980,988100,68000,12000,75000,81000
1#AC1_3_3_20,587,8,7,1,128049,1004000,1008903,1008903,1004000,68000,12000,75000,81000
1#AC1_3_3_21,586,8,7,1,128049,1020500,1024826,1024826,1020500,68000,12000,75000,81000
1#AC1_4_1_1,585,8,7,1,85107,6115,9476,9476,6115,68000,12000,75000,81000
1#AC1_4_1_2,584,8,7,1,85107,21538,25399,25399,21538,68000,12000,75000,81000
1#AC1_4_1_3,583,8,7,1,85107,37461,40822,40822,37461,68000,12000,75000,81000
1#AC1_4_1_4,582,8,7,1,85107,52300,55245,55245,52300,68000,12000,75000,81000
1#AC1_4_1_5,581,8,7,1,85107,68300,71168,71168,68300,68000,12000,75000,81000
1#AC1_4_1_6,580,8,7,1,85107,83730,87091,87091,83730,68000,12000,75000,81000
1#AC1_4_1_7,579,8,7,1,85107,99800,103014,103014,99800,68000,12000,75000,81000
1#AC1_4_1_8,578,8,7,1,85107,115700,118937,118937,115700,68000,12000,75000,81000
1#AC1_4_1_9,577,8,7,1,85107,131499,134860,134860,131499,68000,12000,75000,81000
1#AC1_4_1_10,576,8,7,1,85107,147422,150783,150783,147422,68000,12000,75000,81000
1#AC1_4_1_11,575,8,7,1,85107,163345,166706,166706,163345,68000,12000,75000,81000
1#AC1_4_1_12,574,8,7,1,85107,179268,182629,182629,179268,68000,12000,75000,81000
1#AC1_4_1_13,573,8,7,1,85107,195191,198552,198552,195191,68000,12000,75000,81000
1#AC1_4_1_14,572,8,7,1,85107,211114,214475,214475,211114,68000,12000,75000,81000
1#AC1_4_1_15,571,8,7,1,85107,227037,230398,230398,227037,68000,12000,75000,81000
1#AC1_4_1_16,570,8,7,1,85107,242960,246321,246321,242960,68000,12000,75000,81000
1#AC1_4_1_17,569,8,7,1,85107,258883,262244,262244,258883,68000,12000,75000,81000
1#AC1_4_1_18,568,8,7,1,85107,274806,278167,278167,274806,68000,12000,75000,81000
1#AC1_4_1_19,567,8,7,1,85107,289500,294090,294090,289500,68000,12000,75000,81000
1#AC1_4_1_20,566,8,7,1,85107,305100,310013,310013,305100,68000,12000,75000,81000
1#AC1_4_1_21,565,8,7,1,85107,320610,325936,325936,320610,68000,12000,75000,81000
1#AC1_4_1_22,564,8,7,1,85107,336498,341859,341859,336498,68000,12000,75000,81000
1#AC1_4_2_1,563,8,7,1,85107,354653,357587,357587,354653,68000,12000,75000,81000
1#AC1_4_2_2,562,8,7,1,85107,371100,373510,373510,371100,68000,12000,75000,81000
1#AC1_4_2_3,561,8,7,1,85107,386200,389433,389433,386200,68000,12000,75000,81000
1#AC1_4_2_4,560,8,7,1,85107,403000,405356,405356,403000,68000,12000,75000,81000
1#AC1_4_2_5,559,8,7,1,85107,418345,421279,421279,418345,68000,12000,75000,81000
1#AC1_4_2_6,558,8,7,1,85107,434000,437202,437202,434000,68000,12000,75000,81000
1#AC1_4_2_7,557,8,7,1,85107,450000,453125,453125,450000,68000,12000,75000,81000
1#AC1_4_2_8,556,8,7,1,85107,465900,469048,469048,465900,68000,12000,75000,81000
1#AC1_4_2_9,555,8,7,1,85107,481800,484971,484971,481800,68000,12000,75000,81000
1#AC1_4_2_10,554,8,7,1,85107,497660,500894,500894,497660,68000,12000,75000,81000
1#AC1_4_2_11,553,8,7,1,85107,513600,516817,516817,513600,68000,12000,75000,81000
1#AC1_4_2_12,552,8,7,1,85107,529200,532740,532740,529200,68000,12000,75000,81000
1#AC1_4_2_13,551,8,7,1,85107,545100,548663,548663,545100,68000,12000,75000,81000
1#AC1_4_2_14,550,8,7,1,85107,560500,564586,564586,560500,68000,12000,75000,81000
1#AC1_4_2_15,549,8,7,1,85107,575500,580509,580509,575500,68000,12000,75000,81000
1#AC1_4_2_16,548,8,7,1,85107,591700,596432,596432,591700,68000,12000,75000,81000
1#AC1_4_2_17,547,8,7,1,85107,607000,612355,612355,607000,68000,12000,75000,81000
1#AC1_4_2_18,546,8,7,1,85107,622500,628278,628278,622500,68000,12000,75000,81000
1#AC1_4_2_19,545,8,7,1,85107,638600,644201,644201,638600,68000,12000,75000,81000
1#AC1_4_2_20,544,8,7,1,85107,654800,660124,660124,654800,68000,12000,75000,81000
1#AC1_4_2_21,543,8,7,1,85107,670000,676047,676047,670000,68000,12000,75000,81000
1#AC1_4_2_22,542,8,7,1,85107,686500,691970,691970,686500,68000,12000,75000,81000
1#AC1_4_3_1,541,8,7,1,85107,705700,709866,709866,705700,68000,12000,75000,81000
1#AC1_4_3_2,540,8,7,1,85107,721200,725789,725789,721200,68000,12000,75000,81000
1#AC1_4_3_3,539,8,7,1,85107,737103,741712,741712,737103,68000,12000,75000,81000
1#AC1_4_3_4,538,8,7,1,85107,752026,757635,757635,752026,68000,12000,75000,81000
1#AC1_4_3_5,537,8,7,1,85107,768400,773558,773558,768400,68000,12000,75000,81000
1#AC1_4_3_6,536,8,7,1,85107,783970,789481,789481,783970,68000,12000,75000,81000
1#AC1_4_3_7,535,8,7,1,85107,799600,805404,805404,799600,68000,12000,75000,81000
1#AC1_4_3_8,534,8,7,1,85600,815000,819327,819327,815000,68000,12000,75000,81000
1#AC1_4_3_9,533,8,7,1,85600,832141,835250,835250,832141,68000,12000,75000,81000
1#AC1_4_3_10,532,8,7,1,85600,847200,851173,851173,847200,68000,12000,75000,81000
1#AC1_4_3_11,531,8,7,1,85600,863000,867096,867096,863000,68000,12000,75000,81000
1#AC1_4_3_12,530,8,7,1,85600,878500,883019,883019,878500,68000,12000,75000,81000
1#AC1_4_3_13,529,8,7,1,85600,894300,898942,898942,894300,68000,12000,75000,81000
1#AC1_4_3_14,528,8,7,1,85600,909756,912865,912865,909756,68000,12000,75000,81000
1#AC1_4_3_15,527,8,7,1,85600,926000,928788,928788,926000,68000,12000,75000,81000
1#AC1_4_3_16,526,8,7,1,85600,941800,944711,944711,941800,68000,12000,75000,81000
1#AC1_4_3_17,525,8,7,1,85600,957525,960634,960634,957525,68000,12000,75000,81000
1#AC1_4_3_18,524,8,7,1,85600,973448,976557,976557,973448,68000,12000,75000,81000
1#AC1_4_3_19,523,8,7,1,85600,989000,992480,992480,989000,68000,12000,75000,81000
1#AC1_4_3_20,522,8,7,1,85600,1005200,1008403,1008403,1005200,68000,12000,75000,81000
1#AC1_4_3_21,521,8,7,1,85600,1021000,1024326,1024326,1021000,68000,12000,75000,81000
1#AC1_5_1_1,520,8,7,1,43306,5000,9476,9476,5000,68000,12000,75000,81000
1#AC1_5_1_2,519,8,7,1,43306,21538,25399,25399,21538,68000,12000,75000,81000
1#AC1_5_1_3,518,8,7,1,43306,37000,40822,40822,37000,68000,12000,75000,81000
1#AC1_5_1_4,517,8,7,1,43306,51884,55245,55245,51884,68000,12000,75000,81000
1#AC1_5_1_5,516,8,7,1,43306,68000,71168,71168,68000,68000,12000,75000,81000
1#AC1_5_1_6,515,8,7,1,43306,83730,87091,87091,83730,68000,12000,75000,81000
1#AC1_5_1_7,514,8,7,1,43306,99653,103014,103014,99653,68000,12000,75000,81000
1#AC1_5_1_8,513,8,7,1,43306,115576,118937,118937,115576,68000,12000,75000,81000
1#AC1_5_1_9,512,8,7,1,43306,131499,134860,134860,131499,68000,12000,75000,81000
1#AC1_5_1_10,511,8,7,1,43306,147422,150783,150783,147422,68000,12000,75000,81000
1#AC1_5_1_11,510,8,7,1,43306,163345,166706,166706,163345,68000,12000,75000,81000
1#AC1_5_1_12,509,8,7,1,43306,179268,182629,182629,179268,68000,12000,75000,81000
1#AC1_5_1_13,508,8,7,1,43306,195191,198552,198552,195191,68000,12000,75000,81000
1#AC1_5_1_14,507,8,7,1,43306,211114,214475,214475,211114,68000,12000,75000,81000
1#AC1_5_1_15,506,8,7,1,43306,226500,230398,230398,226500,68000,12000,75000,81000
1#AC1_5_1_16,505,8,7,1,43306,242100,246321,246321,242100,68000,12000,75000,81000
1#AC1_5_1_17,504,8,7,1,43306,257883,262244,262244,257883,68000,12000,75000,81000
1#AC1_5_1_18,503,8,7,1,43306,273806,278167,278167,273806,68000,12000,75000,81000
1#AC1_5_1_19,502,8,7,1,43306,289200,294090,294090,289200,68000,12000,75000,81000
1#AC1_5_1_20,501,8,7,1,43306,305000,310013,310013,305000,68000,12000,75000,81000
1#AC1_5_1_21,500,8,7,1,43306,320575,325936,325936,320575,68000,12000,75000,81000
1#AC1_5_1_22,499,8,7,1,43306,336700,341859,341859,336700,68000,12000,75000,81000
1#AC1_5_2_1,498,8,7,1,42979,356000,360000,360000,356000,68000,12000,75000,81000
1#AC1_5_2_2,497,8,7,1,42979,370600,373010,373010,370600,68000,12000,75000,81000
1#AC1_5_2_3,496,8,7,1,42979,385500,388933,388933,385500,68000,12000,75000,81000
1#AC1_5_2_4,495,8,7,1,42979,402500,404856,404856,402500,68000,12000,75000,81000
1#AC1_5_2_5,494,8,7,1,42979,417845,420779,420779,417845,68000,12000,75000,81000
1#AC1_5_2_6,493,8,7,1,42979,434000,436702,436702,434000,68000,12000,75000,81000
1#AC1_5_2_7,492,8,7,1,42979,449500,452625,452625,449500,68000,12000,75000,81000
1#AC1_5_2_8,491,8,7,1,42979,465400,468548,468548,465400,68000,12000,75000,81000
1#AC1_5_2_9,490,8,7,1,42979,481300,484471,484471,481300,68000,12000,75000,81000
1#AC1_5_2_10,489,8,7,1,42979,497160,500394,500394,497160,68000,12000,75000,81000
1#AC1_5_2_11,488,8,7,1,42979,513100,516317,516317,513100,68000,12000,75000,81000
1#AC1_5_2_12,487,8,7,1,42979,528700,532240,532240,528700,68000,12000,75000,81000
1#AC1_5_2_13,486,8,7,1,42979,544600,548163,548163,544600,68000,12000,75000,81000
1#AC1_5_2_14,485,8,7,1,42979,560000,564086,564086,560000,68000,12000,75000,81000
1#AC1_5_2_15,484,8,7,1,42979,575000,580009,580009,575000,68000,12000,75000,81000
1#AC1_5_2_16,483,8,7,1,42979,591000,595932,595932,591000,68000,12000,75000,81000
1#AC1_5_2_17,482,8,7,1,42979,606500,611855,611855,606500,68000,12000,75000,81000
1#AC1_5_2_18,481,8,7,1,42979,622500,627778,627778,622500,68000,12000,75000,81000
1#AC1_5_2_19,480,8,7,1,42979,638500,643701,643701,638500,68000,12000,75000,81000
1#AC1_5_2_20,479,8,7,1,42979,654500,659624,659624,654500,68000,12000,75000,81000
1#AC1_5_2_21,478,8,7,1,42979,670000,675547,675547,670000,68000,12000,75000,81000
1#AC1_5_2_22,477,8,7,1,42979,685500,691470,691470,685500,68000,12000,75000,81000
1#AC1_5_3_1,476,8,7,1,42979,705757,709366,709366,705757,68000,12000,75000,81000
1#AC1_5_3_2,475,8,7,1,42979,720680,725289,725289,720680,68000,12000,75000,81000
1#AC1_5_3_3,474,8,7,1,42979,736600,741212,741212,736600,68000,12000,75000,81000
1#AC1_5_3_4,473,8,7,1,42979,752526,757135,757135,752526,68000,12000,75000,81000
1#AC1_5_3_5,472,8,7,1,42979,767449,773058,773058,767449,68000,12000,75000,81000
1#AC1_5_3_6,471,8,7,1,42979,783372,788981,788981,783372,68000,12000,75000,81000
1#AC1_5_3_7,470,8,7,1,42979,799295,804904,804904,799295,68000,12000,75000,81000
1#AC1_5_3_8,469,8,7,1,42979,814718,818827,818827,814718,68000,12000,75000,81000
1#AC1_5_3_9,468,8,7,1,42979,831641,834750,834750,831641,68000,12000,75000,81000
1#AC1_5_3_10,467,8,7,1,42979,847564,850673,850673,847564,68000,12000,75000,81000
1#AC1_5_3_11,466,8,7,1,42979,861487,866596,866596,861487,68000,12000,75000,81000
1#AC1_5_3_12,465,8,7,1,42979,877900,882519,882519,877900,68000,12000,75000,81000
1#AC1_5_3_13,464,8,7,1,42979,893333,898442,898442,893333,68000,12000,75000,81000
1#AC1_5_3_14,463,8,7,1,42979,909256,912365,912365,909256,68000,12000,75000,81000
1#AC1_5_3_15,462,8,7,1,42979,925500,928288,928288,925500,68000,12000,75000,81000
1#AC1_5_3_16,461,8,7,1,42979,941102,944211,944211,941102,68000,12000,75000,81000
1#AC1_5_3_17,460,8,7,1,42979,957025,960134,960134,957025,68000,12000,75000,81000
1#AC1_5_3_18,459,8,7,1,42979,972750,976057,976057,972750,68000,12000,75000,81000
1#AC1_5_3_19,458,8,7,1,42979,987400,991980,991980,987400,68000,12000,75000,81000
1#AC1_5_3_20,457,8,7,1,42979,1003300,1007903,1007903,1003300,68000,12000,75000,81000
1#AC1_5_3_21,456,8,7,1,42979,1020500,1023826,1023826,1020500,68000,12000,75000,81000
1#AC1_6_1_1,455,8,7,1,863,5500,8900,8900,5500,68000,12000,75000,81000
1#AC1_6_1_2,454,8,7,1,863,21038,24899,24899,21038,68000,12000,75000,81000
1#AC1_6_1_3,453,8,7,1,863,36500,40322,40322,36500,68000,12000,75000,81000
1#AC1_6_1_4,452,8,7,1,863,51384,54745,54745,51384,68000,12000,75000,81000
1#AC1_6_1_5,451,8,7,1,863,67307,70668,70668,67307,68000,12000,75000,81000
1#AC1_6_1_6,450,8,7,1,863,83230,86591,86591,83230,68000,12000,75000,81000
1#AC1_6_1_7,449,8,7,1,863,99153,102514,102514,99153,68000,12000,75000,81000
1#AC1_6_1_8,448,8,7,1,863,115076,118437,118437,115076,68000,12000,75000,81000
1#AC1_6_1_9,447,8,7,1,863,130999,134360,134360,130999,68000,12000,75000,81000
1#AC1_6_1_10,446,8,7,1,863,146700,150283,150283,146700,68000,12000,75000,81000
1#AC1_6_1_11,445,8,7,1,863,162845,166206,166206,162845,68000,12000,75000,81000
1#AC1_6_1_12,444,8,7,1,863,178768,182129,182129,178768,68000,12000,75000,81000
1#AC1_6_1_13,443,8,7,1,863,194200,198052,198052,194200,68000,12000,75000,81000
1#AC1_6_1_14,442,8,7,1,863,210000,213975,213975,210000,68000,12000,75000,81000
1#AC1_6_1_15,441,8,7,1,863,226000,229898,229898,226000,68000,12000,75000,81000
1#AC1_6_1_16,440,8,7,1,863,241800,245821,245821,241800,68000,12000,75000,81000
1#AC1_6_1_17,439,8,7,1,863,257383,261744,261744,257383,68000,12000,75000,81000
1#AC1_6_1_18,438,8,7,1,863,273300,277667,277667,273300,68000,12000,75000,81000
1#AC1_6_1_19,437,8,7,1,863,287500,293590,293590,287500,68000,12000,75000,81000
1#AC1_6_1_20,436,8,7,1,863,303200,309513,309513,303200,68000,12000,75000,81000
1#AC1_6_1_21,435,8,7,1,863,320075,325436,325436,320075,68000,12000,75000,81000
1#AC1_6_1_22,434,8,7,1,863,335000,341359,341359,335000,68000,12000,75000,81000
1#AC1_6_2_1,433,8,7,1,863,354153,357087,357087,354153,68000,12000,75000,81000
1#AC1_6_2_2,432,8,7,1,863,370076,373500,373500,370076,68000,12000,75000,81000
1#AC1_6_2_3,431,8,7,1,863,385200,389200,389200,385200,68000,12000,75000,81000
1#AC1_6_2_4,430,8,7,1,863,401600,404856,404856,401600,68000,12000,75000,81000
1#AC1_6_2_5,429,8,7,1,863,417845,421700,421700,417845,68000,12000,75000,81000
1#AC1_6_2_6,428,8,7,1,863,433500,437700,437700,433500,68000,12000,75000,81000
1#AC1_6_2_7,427,8,7,1,863,449500,454000,454000,449500,68000,12000,75000,81000
1#AC1_6_2_8,426,8,7,1,863,465000,470000,470000,465000,68000,12000,75000,81000
1#AC1_6_2_9,425,8,7,1,863,481000,485400,485400,481000,68000,12000,75000,81000
1#AC1_6_2_10,424,8,7,1,863,496000,501300,501300,496000,68000,12000,75000,81000
1#AC1_6_2_11,423,8,7,1,863,512000,517317,517317,512000,68000,12000,75000,81000
1#AC1_6_2_12,422,8,7,1,863,527700,533240,533240,527700,68000,12000,75000,81000
1#AC1_6_2_13,421,8,7,1,863,543300,549163,549163,543300,68000,12000,75000,81000
1#AC1_6_2_14,420,8,7,1,863,559000,565086,565086,559000,68000,12000,75000,81000
1#AC1_6_2_15,419,8,7,1,863,574000,581009,581009,574000,68000,12000,75000,81000
1#AC1_6_2_16,418,8,7,1,863,590000,596932,596932,590000,68000,12000,75000,81000
1#AC1_6_2_17,417,8,7,1,863,605100,612855,612855,605100,68000,12000,75000,81000
1#AC1_6_2_18,416,8,7,1,863,622000,628778,628778,622000,68000,12000,75000,81000
1#AC1_6_2_19,415,8,7,1,863,637500,644701,644701,637500,68000,12000,75000,81000
1#AC1_6_2_20,414,8,7,1,863,653500,660100,660100,653500,68000,12000,75000,81000
1#AC1_6_2_21,413,8,7,1,863,668800,676100,676100,668800,68000,12000,75000,81000
1#AC1_6_2_22,412,8,7,1,863,685000,692000,692000,685000,68000,12000,75000,81000
1#AC1_6_3_1,411,8,7,1,863,704757,708366,708366,704757,68000,12000,75000,81000
1#AC1_6_3_2,410,8,7,1,863,720300,724289,724289,720300,68000,12000,75000,81000
1#AC1_6_3_3,409,8,7,1,863,736603,740212,740212,736603,68000,12000,75000,81000
1#AC1_6_3_4,408,8,7,1,863,751526,756135,756135,751526,68000,12000,75000,81000
1#AC1_6_3_5,407,8,7,1,863,766449,772058,772058,766449,68000,12000,75000,81000
1#AC1_6_3_6,406,8,7,1,863,782372,787981,787981,782372,68000,12000,75000,81000
1#AC1_6_3_7,405,8,7,1,863,798295,803904,803904,798295,68000,12000,75000,81000
1#AC1_6_3_8,404,8,7,1,863,812718,817827,817827,812718,68000,12000,75000,81000
1#AC1_6_3_9,403,8,7,1,863,830641,833750,833750,830641,68000,12000,75000,81000
1#AC1_6_3_10,402,8,7,1,863,846564,849673,849673,846564,68000,12000,75000,81000
1#AC1_6_3_11,401,8,7,1,863,860487,865596,865596,860487,68000,12000,75000,81000
1#AC1_6_3_12,400,8,7,1,863,876410,881519,881519,876410,68000,12000,75000,81000
1#AC1_6_3_13,399,8,7,1,863,892333,897442,897442,892333,68000,12000,75000,81000
1#AC1_6_3_14,398,8,7,1,863,908256,911365,911365,908256,68000,12000,75000,81000
1#AC1_6_3_15,397,8,7,1,863,924179,927288,927288,924179,68000,12000,75000,81000
1#AC1_6_3_16,396,8,7,1,863,940102,943211,943211,940102,68000,12000,75000,81000
1#AC1_6_3_17,395,8,7,1,863,956025,959134,959134,956025,68000,12000,75000,81000
1#AC1_6_3_18,394,8,7,1,863,971948,975057,975057,971948,68000,12000,75000,81000
1#AC1_6_3_19,393,8,7,1,863,985871,990980,990980,985871,68000,12000,75000,81000
1#AC1_6_3_20,392,8,7,1,863,1001794,1006903,1006903,1001794,68000,12000,75000,81000
1#AC1_6_3_21,391,8,7,1,863,1017217,1022826,1022826,1017217,68000,12000,75000,81000
1#AC1_7_1_1,390,8,7,1,535149,5000,9476,9476,5000,68000,12000,75000,81000
1#AC1_7_1_2,389,8,7,1,535149,20538,24399,24399,20538,68000,12000,75000,81000
1#AC1_7_1_3,388,8,7,1,535149,36461,39822,39822,36461,68000,12000,75000,81000
1#AC1_7_1_4,387,8,7,1,535149,50884,54245,54245,50884,68000,12000,75000,81000
1#AC1_7_1_5,386,8,7,1,535149,66807,70168,70168,66807,68000,12000,75000,81000
1#AC1_7_1_6,385,8,7,1,535149,82730,86091,86091,82730,68000,12000,75000,81000
1#AC1_7_1_7,384,8,7,1,535149,98653,102014,102014,98653,68000,12000,75000,81000
1#AC1_7_1_8,383,8,7,1,535149,114576,117937,117937,114576,68000,12000,75000,81000
1#AC1_7_1_9,382,8,7,1,535149,130499,133860,133860,130499,68000,12000,75000,81000
1#AC1_7_1_10,381,8,7,1,535149,146422,149783,149783,146422,68000,12000,75000,81000
1#AC1_7_1_11,380,8,7,1,535149,162345,165706,165706,162345,68000,12000,75000,81000
1#AC1_7_1_12,379,8,7,1,535149,178268,181629,181629,178268,68000,12000,75000,81000
1#AC1_7_1_13,378,8,7,1,535149,194191,197552,197552,194191,68000,12000,75000,81000
1#AC1_7_1_14,377,8,7,1,535149,210114,213475,213475,210114,68000,12000,75000,81000
1#AC1_7_1_15,376,8,7,1,535149,226037,229398,229398,226037,68000,12000,75000,81000
1#AC1_7_1_16,375,8,7,1,535149,241960,245321,245321,241960,68000,12000,75000,81000
1#AC1_7_1_17,374,8,7,1,535149,257883,261244,261244,257883,68000,12000,75000,81000
1#AC1_7_1_18,373,8,7,1,535149,273806,277167,277167,273806,68000,12000,75000,81000
1#AC1_7_1_19,372,8,7,1,535149,288000,293090,293090,288000,68000,12000,75000,81000
1#AC1_7_1_20,371,8,7,1,535149,303652,309013,309013,303652,68000,12000,75000,81000
1#AC1_7_1_21,370,8,7,1,535149,319575,324936,324936,319575,68000,12000,75000,81000
1#AC1_7_1_22,369,8,7,1,535149,335498,340859,340859,335498,68000,12000,75000,81000
1#AC1_7_2_1,368,8,7,1,535149,353653,356587,356587,353653,68000,12000,75000,81000
1#AC1_7_2_2,367,8,7,1,535149,369576,372510,372510,369576,68000,12000,75000,81000
1#AC1_7_2_3,366,8,7,1,535149,384700,388433,388433,384700,68000,12000,75000,81000
1#AC1_7_2_4,365,8,7,1,535149,402000,404356,404356,402000,68000,12000,75000,81000
1#AC1_7_2_5,364,8,7,1,535149,417345,420279,420279,417345,68000,12000,75000,81000
1#AC1_7_2_6,363,8,7,1,535149,433000,436202,436202,433000,68000,12000,75000,81000
1#AC1_7_2_7,362,8,7,1,535149,449000,452125,452125,449000,68000,12000,75000,81000
1#AC1_7_2_8,361,8,7,1,535149,464900,468048,468048,464900,68000,12000,75000,81000
1#AC1_7_2_9,360,8,7,1,535149,480800,483971,483971,480800,68000,12000,75000,81000
1#AC1_7_2_10,359,8,7,1,535149,496660,499894,499894,496660,68000,12000,75000,81000
1#AC1_7_2_11,358,8,7,1,535149,512600,515817,515817,512600,68000,12000,75000,81000
1#AC1_7_2_12,357,8,7,1,535149,528200,531740,531740,528200,68000,12000,75000,81000
1#AC1_7_2_13,356,8,7,1,535149,544100,547663,547663,544100,68000,12000,75000,81000
1#AC1_7_2_14,355,8,7,1,535149,559500,563586,563586,559500,68000,12000,75000,81000
1#AC1_7_2_15,354,8,7,1,535149,574500,579509,579509,574500,68000,12000,75000,81000
1#AC1_7_2_16,353,8,7,1,535149,590500,595432,595432,590500,68000,12000,75000,81000
1#AC1_7_2_17,352,8,7,1,535149,605000,611355,611355,605000,68000,12000,75000,81000
1#AC1_7_2_18,351,8,7,1,535149,620000,627278,627278,620000,68000,12000,75000,81000
1#AC1_7_2_19,350,8,7,1,535149,637000,643201,643201,637000,68000,12000,75000,81000
1#AC1_7_2_20,349,8,7,1,535149,653000,659124,659124,653000,68000,12000,75000,81000
1#AC1_7_2_21,348,8,7,1,535149,668000,675047,675047,668000,68000,12000,75000,81000
1#AC1_7_2_22,347,8,7,1,535149,684500,690970,690970,684500,68000,12000,75000,81000
1#AC1_7_3_1,346,8,7,1,535149,703757,708866,708866,703757,68000,12000,75000,81000
1#AC1_7_3_2,345,8,7,1,535149,719680,724789,724789,719680,68000,12000,75000,81000
1#AC1_7_3_3,344,8,7,1,535149,735603,740712,740712,735603,68000,12000,75000,81000
1#AC1_7_3_4,343,8,7,1,535149,750526,756635,756635,750526,68000,12000,75000,81000
1#AC1_7_3_5,342,8,7,1,535149,765449,772558,772558,765449,68000,12000,75000,81000
1#AC1_7_3_6,341,8,7,1,535149,781372,788481,788481,781372,68000,12000,75000,81000
1#AC1_7_3_7,340,8,7,1,535149,799295,804404,804404,799295,68000,12000,75000,81000
1#AC1_7_3_8,339,8,7,1,535149,813718,818327,818327,813718,68000,12000,75000,81000
1#AC1_7_3_9,338,8,7,1,535149,830641,834250,834250,830641,68000,12000,75000,81000
1#AC1_7_3_10,337,8,7,1,535149,846064,850173,850173,846064,68000,12000,75000,81000
1#AC1_7_3_11,336,8,7,1,535149,861487,866096,866096,861487,68000,12000,75000,81000
1#AC1_7_3_12,335,8,7,1,535149,877410,882019,882019,877410,68000,12000,75000,81000
1#AC1_7_3_13,334,8,7,1,535149,893333,897942,897942,893333,68000,12000,75000,81000
1#AC1_7_3_14,333,8,7,1,535149,909256,911865,911865,909256,68000,12000,75000,81000
1#AC1_7_3_15,332,8,7,1,535149,925179,927788,927788,925179,68000,12000,75000,81000
1#AC1_7_3_16,331,8,7,1,535149,941102,943711,943711,941102,68000,12000,75000,81000
1#AC1_7_3_17,330,8,7,1,535149,957025,959634,959634,957025,68000,12000,75000,81000
1#AC1_7_3_18,329,8,7,1,535149,972948,975557,975557,972948,68000,12000,75000,81000
1#AC1_7_3_19,328,8,7,1,535149,986871,991480,991480,986871,68000,12000,75000,81000
1#AC1_7_3_20,327,8,7,1,535149,1002794,1007403,1007403,1002794,68000,12000,75000,81000
1#AC1_7_3_21,326,8,7,1,535149,1018217,1023326,1023326,1018217,68000,12000,75000,81000
1#AC1_8_1_1,325,8,7,1,493313,5115,9476,9476,5115,68000,12000,75000,81000
1#AC1_8_1_2,324,8,7,1,493313,20538,25399,25399,20538,68000,12000,75000,81000
1#AC1_8_1_3,323,8,7,1,493313,36461,40822,40822,36461,68000,12000,75000,81000
1#AC1_8_1_4,322,8,7,1,493313,50884,55245,55245,50884,68000,12000,75000,81000
1#AC1_8_1_5,321,8,7,1,493313,66807,71168,71168,66807,68000,12000,75000,81000
1#AC1_8_1_6,320,8,7,1,493313,82730,87091,87091,82730,68000,12000,75000,81000
1#AC1_8_1_7,319,8,7,1,493313,98653,103014,103014,98653,68000,12000,75000,81000
1#AC1_8_1_8,318,8,7,1,493313,114576,118937,118937,114576,68000,12000,75000,81000
1#AC1_8_1_9,317,8,7,1,493313,130499,134860,134860,130499,68000,12000,75000,81000
1#AC1_8_1_10,316,8,7,1,493313,146422,150783,150783,146422,68000,12000,75000,81000
1#AC1_8_1_11,315,8,7,1,493313,162345,166706,166706,162345,68000,12000,75000,81000
1#AC1_8_1_12,314,8,7,1,493313,178268,182629,182629,178268,68000,12000,75000,81000
1#AC1_8_1_13,313,8,7,1,493313,194191,198552,198552,194191,68000,12000,75000,81000
1#AC1_8_1_14,312,8,7,1,493313,210114,214475,214475,210114,68000,12000,75000,81000
1#AC1_8_1_15,311,8,7,1,493313,226037,230398,230398,226037,68000,12000,75000,81000
1#AC1_8_1_16,310,8,7,1,493313,241960,246321,246321,241960,68000,12000,75000,81000
1#AC1_8_1_17,309,8,7,1,493313,257000,262244,262244,257000,68000,12000,75000,81000
1#AC1_8_1_18,308,8,7,1,493313,273000,278167,278167,273000,68000,12000,75000,81000
1#AC1_8_1_19,307,8,7,1,493313,288000,294090,294090,288000,68000,12000,75000,81000
1#AC1_8_1_20,306,8,7,1,493313,303000,310013,310013,303000,68000,12000,75000,81000
1#AC1_8_1_21,305,8,7,1,493313,318900,325936,325936,318900,68000,12000,75000,81000
1#AC1_8_1_22,304,8,7,1,493313,335000,341859,341859,335000,68000,12000,75000,81000
1#AC1_8_2_1,303,8,7,1,493313,353653,357587,357587,353653,68000,12000,75000,81000
1#AC1_8_2_2,302,8,7,1,493313,369576,373510,373510,369576,68000,12000,75000,81000
1#AC1_8_2_3,301,8,7,1,493313,384700,389433,389433,384700,68000,12000,75000,81000
1#AC1_8_2_4,300,8,7,1,493313,402000,405356,405356,402000,68000,12000,75000,81000
1#AC1_8_2_5,299,8,7,1,493313,417345,421279,421279,417345,68000,12000,75000,81000
1#AC1_8_2_6,298,8,7,1,493313,433000,437202,437202,433000,68000,12000,75000,81000
1#AC1_8_2_7,297,8,7,1,493313,449000,453125,453125,449000,68000,12000,75000,81000
1#AC1_8_2_8,296,8,7,1,493313,464900,469048,469048,464900,68000,12000,75000,81000
1#AC1_8_2_9,295,8,7,1,493313,480800,484971,484971,480800,68000,12000,75000,81000
1#AC1_8_2_10,294,8,7,1,493313,496660,500894,500894,496660,68000,12000,75000,81000
1#AC1_8_2_11,293,8,7,1,493313,512600,516817,516817,512600,68000,12000,75000,81000
1#AC1_8_2_12,292,8,7,1,493313,528200,532740,532740,528200,68000,12000,75000,81000
1#AC1_8_2_13,291,8,7,1,493313,543600,548663,548663,543600,68000,12000,75000,81000
1#AC1_8_2_14,290,8,7,1,493313,559000,564586,564586,559000,68000,12000,75000,81000
1#AC1_8_2_15,289,8,7,1,493313,574500,580509,580509,574500,68000,12000,75000,81000
1#AC1_8_2_16,288,8,7,1,493313,590500,596432,596432,590500,68000,12000,75000,81000
1#AC1_8_2_17,287,8,7,1,493313,605000,612355,612355,605000,68000,12000,75000,81000
1#AC1_8_2_18,286,8,7,1,493313,620000,628278,628278,620000,68000,12000,75000,81000
1#AC1_8_2_19,285,8,7,1,493313,637000,644201,644201,637000,68000,12000,75000,81000
1#AC1_8_2_20,284,8,7,1,493313,653000,660124,660124,653000,68000,12000,75000,81000
1#AC1_8_2_21,283,8,7,1,493313,668000,676047,676047,668000,68000,12000,75000,81000
1#AC1_8_2_22,282,8,7,1,493313,684500,691970,691970,684500,68000,12000,75000,81000
1#AC1_8_3_1,281,8,7,1,493313,704257,709866,709866,704257,68000,12000,75000,81000
1#AC1_8_3_2,280,8,7,1,493313,720180,725789,725789,720180,68000,12000,75000,81000
1#AC1_8_3_3,279,8,7,1,493313,736103,741712,741712,736103,68000,12000,75000,81000
1#AC1_8_3_4,278,8,7,1,493313,751026,757635,757635,751026,68000,12000,75000,81000
1#AC1_8_3_5,277,8,7,1,493313,765949,773558,773558,765949,68000,12000,75000,81000
1#AC1_8_3_6,276,8,7,1,493313,781872,789481,789481,781872,68000,12000,75000,81000
1#AC1_8_3_7,275,8,7,1,493313,797795,805404,805404,797795,68000,12000,75000,81000
1#AC1_8_3_8,274,8,7,1,493313,812218,819327,819327,812218,68000,12000,75000,81000
1#AC1_8_3_9,273,8,7,1,493313,830141,835250,835250,830141,68000,12000,75000,81000
1#AC1_8_3_10,272,8,7,1,493313,846064,851173,851173,846064,68000,12000,75000,81000
1#AC1_8_3_11,271,8,7,1,493313,859900,867096,867096,859900,68000,12000,75000,81000
1#AC1_8_3_12,270,8,7,1,493313,875910,883019,883019,875910,68000,12000,75000,81000
1#AC1_8_3_13,269,8,7,1,493313,892833,898942,898942,892833,68000,12000,75000,81000
1#AC1_8_3_14,268,8,7,1,493313,908756,912865,912865,908756,68000,12000,75000,81000
1#AC1_8_3_15,267,8,7,1,493313,924679,928788,928788,924679,68000,12000,75000,81000
1#AC1_8_3_16,266,8,7,1,493313,940602,944711,944711,940602,68000,12000,75000,81000
1#AC1_8_3_17,265,8,7,1,493313,956525,960634,960634,956525,68000,12000,75000,81000
1#AC1_8_3_18,264,8,7,1,493313,972448,976557,976557,972448,68000,12000,75000,81000
1#AC1_8_3_19,263,8,7,1,493313,986371,992480,992480,986371,68000,12000,75000,81000
1#AC1_8_3_20,262,8,7,1,493313,1002294,1008403,1008403,1002294,68000,12000,75000,81000
1#AC1_8_3_21,261,8,7,1,493313,1017717,1024326,1024326,1017717,68000,12000,75000,81000
1#AC1_9_1_1,260,8,7,1,450500,5500,9476,9476,5500,68000,12000,75000,81000
1#AC1_9_1_2,259,8,7,1,450500,20938,25399,25399,20938,68000,12000,75000,81000
1#AC1_9_1_3,258,8,7,1,450500,36861,40822,40822,36861,68000,12000,75000,81000
1#AC1_9_1_4,257,8,7,1,450500,51284,55245,55245,51284,68000,12000,75000,81000
1#AC1_9_1_5,256,8,7,1,450500,67207,71168,71168,67207,68000,12000,75000,81000
1#AC1_9_1_6,255,8,7,1,450500,83130,87091,87091,83130,68000,12000,75000,81000
1#AC1_9_1_7,254,8,7,1,450500,99053,103014,103014,99053,68000,12000,75000,81000
1#AC1_9_1_8,253,8,7,1,450500,114976,118937,118937,114976,68000,12000,75000,81000
1#AC1_9_1_9,252,8,7,1,450500,130899,134860,134860,130899,68000,12000,75000,81000
1#AC1_9_1_10,251,8,7,1,450500,146822,150783,150783,146822,68000,12000,75000,81000
1#AC1_9_1_11,250,8,7,1,450500,162745,166706,166706,162745,68000,12000,75000,81000
1#AC1_9_1_12,249,8,7,1,450500,178668,182629,182629,178668,68000,12000,75000,81000
1#AC1_9_1_13,248,8,7,1,450500,194591,198552,198552,194591,68000,12000,75000,81000
1#AC1_9_1_14,247,8,7,1,450500,210000,214475,214475,210000,68000,12000,75000,81000
1#AC1_9_1_15,246,8,7,1,450500,225400,230398,230398,225400,68000,12000,75000,81000
1#AC1_9_1_16,245,8,7,1,450500,241360,246321,246321,241360,68000,12000,75000,81000
1#AC1_9_1_17,244,8,7,1,450500,257283,262244,262244,257283,68000,12000,75000,81000
1#AC1_9_1_18,243,8,7,1,450500,273206,278167,278167,273206,68000,12000,75000,81000
1#AC1_9_1_19,242,8,7,1,450500,287200,294090,294090,287200,68000,12000,75000,81000
1#AC1_9_1_20,241,8,7,1,450500,303052,310013,310013,303052,68000,12000,75000,81000
1#AC1_9_1_21,240,8,7,1,450500,318975,325936,325936,318975,68000,12000,75000,81000
1#AC1_9_1_22,239,8,7,1,450500,335898,341859,341859,335898,68000,12000,75000,81000
1#AC1_9_2_1,238,8,7,1,451200,354053,357587,357587,354053,68000,12000,75000,81000
1#AC1_9_2_2,237,8,7,1,451200,369976,373510,373510,369976,68000,12000,75000,81000
1#AC1_9_2_3,236,8,7,1,451200,385100,389433,389433,385100,68000,12000,75000,81000
1#AC1_9_2_4,235,8,7,1,451200,402400,405356,405356,402400,68000,12000,75000,81000
1#AC1_9_2_5,234,8,7,1,451200,417745,421279,421279,417745,68000,12000,75000,81000
1#AC1_9_2_6,233,8,7,1,451200,433400,437202,437202,433400,68000,12000,75000,81000
1#AC1_9_2_7,232,8,7,1,451200,449400,453125,453125,449400,68000,12000,75000,81000
1#AC1_9_2_8,231,8,7,1,451200,465300,469048,469048,465300,68000,12000,75000,81000
1#AC1_9_2_9,230,8,7,1,451200,481200,484971,484971,481200,68000,12000,75000,81000
1#AC1_9_2_10,229,8,7,1,451200,497060,500894,500894,497060,68000,12000,75000,81000
1#AC1_9_2_11,228,8,7,1,451200,513000,516817,516817,513000,68000,12000,75000,81000
1#AC1_9_2_12,227,8,7,1,451200,527600,532740,532740,527600,68000,12000,75000,81000
1#AC1_9_2_13,226,8,7,1,451200,543500,548663,548663,543500,68000,12000,75000,81000
1#AC1_9_2_14,225,8,7,1,451200,558900,564586,564586,558900,68000,12000,75000,81000
1#AC1_9_2_15,224,8,7,1,451200,573900,580509,580509,573900,68000,12000,75000,81000
1#AC1_9_2_16,223,8,7,1,451200,589900,596432,596432,589900,68000,12000,75000,81000
1#AC1_9_2_17,222,8,7,1,451200,604800,612355,612355,604800,68000,12000,75000,81000
1#AC1_9_2_18,221,8,7,1,451200,619900,628278,628278,619900,68000,12000,75000,81000
1#AC1_9_2_19,220,8,7,1,451200,637400,644201,644201,637400,68000,12000,75000,81000
1#AC1_9_2_20,219,8,7,1,451200,653400,660124,660124,653400,68000,12000,75000,81000
1#AC1_9_2_21,218,8,7,1,451200,668400,676047,676047,668400,68000,12000,75000,81000
1#AC1_9_2_22,217,8,7,1,451200,684900,691970,691970,684900,68000,12000,75000,81000
1#AC1_9_3_1,216,8,7,1,451200,704657,709866,709866,704657,68000,12000,75000,81000
1#AC1_9_3_2,215,8,7,1,451200,720580,725789,725789,720580,68000,12000,75000,81000
1#AC1_9_3_3,214,8,7,1,451200,736503,741712,741712,736503,68000,12000,75000,81000
1#AC1_9_3_4,213,8,7,1,451200,751426,757635,757635,751426,68000,12000,75000,81000
1#AC1_9_3_5,212,8,7,1,451200,766349,773558,773558,766349,68000,12000,75000,81000
1#AC1_9_3_6,211,8,7,1,451200,782272,789481,789481,782272,68000,12000,75000,81000
1#AC1_9_3_7,210,8,7,1,451200,798195,805404,805404,798195,68000,12000,75000,81000
1#AC1_9_3_8,209,8,7,1,451200,812618,819327,819327,812618,68000,12000,75000,81000
1#AC1_9_3_9,208,8,7,1,451200,830541,835250,835250,830541,68000,12000,75000,81000
1#AC1_9_3_10,207,8,7,1,451200,847464,851173,851173,847464,68000,12000,75000,81000
1#AC1_9_3_11,206,8,7,1,451200,860387,867096,867096,860387,68000,12000,75000,81000
1#AC1_9_3_12,205,8,7,1,451200,876310,883019,883019,876310,68000,12000,75000,81000
1#AC1_9_3_13,204,8,7,1,451200,892233,898942,898942,892233,68000,12000,75000,81000
1#AC1_9_3_14,203,8,7,1,451200,908156,912865,912865,908156,68000,12000,75000,81000
1#AC1_9_3_15,202,8,7,1,451200,923800,928788,928788,923800,68000,12000,75000,81000
1#AC1_9_3_16,201,8,7,1,451000,940002,944711,944711,940002,68000,12000,75000,81000
1#AC1_9_3_17,200,8,7,1,451000,955925,960634,960634,955925,68000,12000,75000,81000
1#AC1_9_3_18,199,8,7,1,451000,971848,976557,976557,971848,68000,12000,75000,81000
1#AC1_9_3_19,198,8,7,1,451000,985771,992480,992480,985771,68000,12000,75000,81000
1#AC1_9_3_20,197,8,7,1,451000,1001694,1008403,1008403,1001694,68000,12000,75000,81000
1#AC1_9_3_21,196,8,7,1,451000,1017117,1024326,1024326,1017117,68000,12000,75000,81000
1#AC1_10_1_1,195,8,7,1,408600,4500,9476,9476,4500,68000,12000,75000,81000
1#AC1_10_1_2,194,8,7,1,408600,20269,25245,25245,20269,68000,12000,75000,81000
1#AC1_10_1_3,193,8,7,1,408600,36038,41014,41014,36038,68000,12000,75000,81000
1#AC1_10_1_4,192,8,7,1,408600,51807,56783,56783,51807,68000,12000,75000,81000
1#AC1_10_1_5,191,8,7,1,408600,67576,72552,72552,67576,68000,12000,75000,81000
1#AC1_10_1_6,190,8,7,1,408600,83345,88321,88321,83345,68000,12000,75000,81000
1#AC1_10_1_7,189,8,7,1,408600,99114,104090,104090,99114,68000,12000,75000,81000
1#AC1_10_1_8,188,8,7,1,408600,114883,119859,119859,114883,68000,12000,75000,81000
1#AC1_10_1_9,187,8,7,1,408600,130652,135628,135628,130652,68000,12000,75000,81000
1#AC1_10_1_10,186,8,7,1,408600,146421,151397,151397,146421,68000,12000,75000,81000
1#AC1_10_1_11,185,8,7,1,408600,162190,167166,167166,162190,68000,12000,75000,81000
1#AC1_10_1_12,184,8,7,1,408600,177959,182935,182935,177959,68000,12000,75000,81000
1#AC1_10_1_13,183,8,7,1,408600,193728,198704,198704,193728,68000,12000,75000,81000
1#AC1_10_1_14,182,8,7,1,408600,209497,214473,214473,209497,68000,12000,75000,81000
1#AC1_10_1_15,181,8,7,1,408600,225266,230242,230242,225266,68000,12000,75000,81000
1#AC1_10_1_16,180,8,7,1,408600,241035,246011,246011,241035,68000,12000,75000,81000
1#AC1_10_1_17,179,8,7,1,408600,256804,261780,261780,256804,68000,12000,75000,81000
1#AC1_10_1_18,178,8,7,1,408600,272573,277549,277549,272573,68000,12000,75000,81000
1#AC1_10_1_19,177,8,7,1,408600,288342,293318,293318,288342,68000,12000,75000,81000
1#AC1_10_1_20,176,8,7,1,408600,304111,309087,309087,304111,68000,12000,75000,81000
1#AC1_10_1_21,175,8,7,1,408600,319880,324856,324856,319880,68000,12000,75000,81000
1#AC1_10_1_22,174,8,7,1,408600,335649,340625,340625,335649,68000,12000,75000,81000
1#AC1_10_2_1,173,8,7,1,408600,353853,357587,357587,353853,68000,12000,75000,81000
1#AC1_10_2_2,172,8,7,1,408600,369622,373356,373356,369622,68000,12000,75000,81000
1#AC1_10_2_3,171,8,7,1,408600,385391,389125,389125,385391,68000,12000,75000,81000
1#AC1_10_2_4,170,8,7,1,408600,401160,404894,404894,401160,68000,12000,75000,81000
1#AC1_10_2_5,169,8,7,1,408600,416929,420663,420663,416929,68000,12000,75000,81000
1#AC1_10_2_6,168,8,7,1,408600,432698,436432,436432,432698,68000,12000,75000,81000
1#AC1_10_2_7,167,8,7,1,408600,448467,452201,452201,448467,68000,12000,75000,81000
1#AC1_10_2_8,166,8,7,1,408600,464236,467970,467970,464236,68000,12000,75000,81000
1#AC1_10_2_9,165,8,7,1,408600,480005,483739,483739,480005,68000,12000,75000,81000
1#AC1_10_2_10,164,8,7,1,408600,495774,499508,499508,495774,68000,12000,75000,81000
1#AC1_10_2_11,163,8,7,1,408600,511543,515277,515277,511543,68000,12000,75000,81000
1#AC1_10_2_12,162,8,7,1,408600,527312,531046,531046,527312,68000,12000,75000,81000
1#AC1_10_2_13,161,8,7,1,408600,543081,546815,546815,543081,68000,12000,75000,81000
1#AC1_10_2_14,160,8,7,1,408600,558850,562584,562584,558850,68000,12000,75000,81000
1#AC1_10_2_15,159,8,7,1,408600,574619,578353,578353,574619,68000,12000,75000,81000
1#AC1_10_2_16,158,8,7,1,408600,590388,594122,594122,590388,68000,12000,75000,81000
1#AC1_10_2_17,157,8,7,1,408600,606157,609891,609891,606157,68000,12000,75000,81000
1#AC1_10_2_18,156,8,7,1,408600,621926,625660,625660,621926,68000,12000,75000,81000
1#AC1_10_2_19,155,8,7,1,408600,637695,641429,641429,637695,68000,12000,75000,81000
1#AC1_10_2_20,154,8,7,1,408600,653464,657198,657198,653464,68000,12000,75000,81000
1#AC1_10_2_21,153,8,7,1,408600,669233,672967,672967,669233,68000,12000,75000,81000
1#AC1_10_2_22,152,8,7,1,408600,685002,688736,688736,685002,68000,12000,75000,81000
1#AC1_10_3_1,151,8,7,1,408600,704000,709866,709866,704000,68000,12000,75000,81000
1#AC1_10_3_2,150,8,7,1,408600,719769,725635,725635,719769,68000,12000,75000,81000
1#AC1_10_3_3,149,8,7,1,408600,735538,741404,741404,735538,68000,12000,75000,81000
1#AC1_10_3_4,148,8,7,1,408600,751307,757173,757173,751307,68000,12000,75000,81000
1#AC1_10_3_5,147,8,7,1,408600,767076,772942,772942,767076,68000,12000,75000,81000
1#AC1_10_3_6,146,8,7,1,408600,782845,788711,788711,782845,68000,12000,75000,81000
1#AC1_10_3_7,145,8,7,1,408600,798614,804480,804480,798614,68000,12000,75000,81000
1#AC1_10_3_8,144,8,7,1,408600,814383,820249,820249,814383,68000,12000,75000,81000
1#AC1_10_3_9,143,8,7,1,408600,830152,836018,836018,830152,68000,12000,75000,81000
1#AC1_10_3_10,142,8,7,1,408600,845921,851787,851787,845921,68000,12000,75000,81000
1#AC1_10_3_11,141,8,7,1,408600,861690,867556,867556,861690,68000,12000,75000,81000
1#AC1_10_3_12,140,8,7,1,408600,877459,883325,883325,877459,68000,12000,75000,81000
1#AC1_10_3_13,139,8,7,1,408600,893228,899094,899094,893228,68000,12000,75000,81000
1#AC1_10_3_14,138,8,7,1,408600,908997,914863,914863,908997,68000,12000,75000,81000
1#AC1_10_3_15,137,8,7,1,408600,924766,930632,930632,924766,68000,12000,75000,81000
1#AC1_10_3_16,136,8,7,1,408600,940535,946401,946401,940535,68000,12000,75000,81000
1#AC1_10_3_17,135,8,7,1,408600,956304,962170,962170,956304,68000,12000,75000,81000
1#AC1_10_3_18,134,8,7,1,408600,972073,977939,977939,972073,68000,12000,75000,81000
1#AC1_10_3_19,133,8,7,1,408600,987842,993708,993708,987842,68000,12000,75000,81000
1#AC1_10_3_20,132,8,7,1,408600,1003611,1009477,1009477,1003611,68000,12000,75000,81000
1#AC1_10_3_21,131,8,7,1,408600,1019380,1025246,1025246,1019380,68000,12000,75000,81000
1#AC1_11_1_1,130,8,7,1,366586,4115,9476,9476,4115,68000,12000,75000,81000
1#AC1_11_1_2,129,8,7,1,366586,19880,25241,25241,19880,68000,12000,75000,81000
1#AC1_11_1_3,128,8,7,1,366586,35645,41006,41006,35645,68000,12000,75000,81000
1#AC1_11_1_4,127,8,7,1,366586,51410,56771,56771,51410,68000,12000,75000,81000
1#AC1_11_1_5,126,8,7,1,366586,67175,72536,72536,67175,68000,12000,75000,81000
1#AC1_11_1_6,125,8,7,1,366586,82940,88301,88301,82940,68000,12000,75000,81000
1#AC1_11_1_7,124,8,7,1,366586,98705,104066,104066,98705,68000,12000,75000,81000
1#AC1_11_1_8,123,8,7,1,366586,114470,119831,119831,114470,68000,12000,75000,81000
1#AC1_11_1_9,122,8,7,1,366586,130235,135596,135596,130235,68000,12000,75000,81000
1#AC1_11_1_10,121,8,7,1,366586,146000,151361,151361,146000,68000,12000,75000,81000
1#AC1_11_1_11,120,8,7,1,366586,161765,167126,167126,161765,68000,12000,75000,81000
1#AC1_11_1_12,119,8,7,1,366586,177530,182891,182891,177530,68000,12000,75000,81000
1#AC1_11_1_13,118,8,7,1,366586,193295,198656,198656,193295,68000,12000,75000,81000
1#AC1_11_1_14,117,8,7,1,366586,209060,214421,214421,209060,68000,12000,75000,81000
1#AC1_11_1_15,116,8,7,1,366586,224825,230186,230186,224825,68000,12000,75000,81000
1#AC1_11_1_16,115,8,7,1,366586,240590,245951,245951,240590,68000,12000,75000,81000
1#AC1_11_1_17,114,8,7,1,366586,256355,261716,261716,256355,68000,12000,75000,81000
1#AC1_11_1_18,113,8,7,1,366586,272120,277481,277481,272120,68000,12000,75000,81000
1#AC1_11_1_19,112,8,7,1,366586,287885,293246,293246,287885,68000,12000,75000,81000
1#AC1_11_1_20,111,8,7,1,366586,303650,309011,309011,303650,68000,12000,75000,81000
1#AC1_11_1_21,110,8,7,1,366586,319415,324776,324776,319415,68000,12000,75000,81000
1#AC1_11_1_22,109,8,7,1,366586,335180,340541,340541,335180,68000,12000,75000,81000
1#AC1_11_2_1,108,8,7,1,366586,353653,357587,357587,353653,68000,12000,75000,81000
1#AC1_11_2_2,107,8,7,1,366586,369418,373352,373352,369418,68000,12000,75000,81000
1#AC1_11_2_3,106,8,7,1,366586,385183,389117,389117,385183,68000,12000,75000,81000
1#AC1_11_2_4,105,8,7,1,366586,400948,404882,404882,400948,68000,12000,75000,81000
1#AC1_11_2_5,104,8,7,1,366586,416713,420647,420647,416713,68000,12000,75000,81000
1#AC1_11_2_6,103,8,7,1,366586,432478,436412,436412,432478,68000,12000,75000,81000
1#AC1_11_2_7,102,8,7,1,366586,448243,452177,452177,448243,68000,12000,75000,81000
1#AC1_11_2_8,101,8,7,1,366586,464008,467942,467942,464008,68000,12000,75000,81000
1#AC1_11_2_9,100,8,7,1,366586,479773,483707,483707,479773,68000,12000,75000,81000
1#AC1_11_2_10,99,8,7,1,366586,495538,499472,499472,495538,68000,12000,75000,81000
1#AC1_11_2_11,98,8,7,1,366586,511303,515237,515237,511303,68000,12000,75000,81000
1#AC1_11_2_12,97,8,7,1,366586,527068,531002,531002,527068,68000,12000,75000,81000
1#AC1_11_2_13,96,8,7,1,366586,542833,546767,546767,542833,68000,12000,75000,81000
1#AC1_11_2_14,95,8,7,1,366586,558598,562532,562532,558598,68000,12000,75000,81000
1#AC1_11_2_15,94,8,7,1,366586,574363,578297,578297,574363,68000,12000,75000,81000
1#AC1_11_2_16,93,8,7,1,366586,590128,594062,594062,590128,68000,12000,75000,81000
1#AC1_11_2_17,92,8,7,1,366586,605893,609827,609827,605893,68000,12000,75000,81000
1#AC1_11_2_18,91,8,7,1,366586,621658,625592,625592,621658,68000,12000,75000,81000
1#AC1_11_2_19,90,8,7,1,366586,637423,641357,641357,637423,68000,12000,75000,81000
1#AC1_11_2_20,89,8,7,1,366586,653188,657122,657122,653188,68000,12000,75000,81000
1#AC1_11_2_21,88,8,7,1,366586,668953,672887,672887,668953,68000,12000,75000,81000
1#AC1_11_2_22,87,8,7,1,366586,684718,688652,688652,684718,68000,12000,75000,81000
1#AC1_11_3_1,86,8,7,1,366586,704257,709866,709866,704257,68000,12000,75000,81000
1#AC1_11_3_2,85,8,7,1,366586,720022,725631,725631,720022,68000,12000,75000,81000
1#AC1_11_3_3,84,8,7,1,366586,735787,741396,741396,735787,68000,12000,75000,81000
1#AC1_11_3_4,83,8,7,1,366586,751552,757161,757161,751552,68000,12000,75000,81000
1#AC1_11_3_5,82,8,7,1,366586,767317,772926,772926,767317,68000,12000,75000,81000
1#AC1_11_3_6,81,8,7,1,366586,783082,788691,788691,783082,68000,12000,75000,81000
1#AC1_11_3_7,80,8,7,1,366586,798847,804456,804456,798847,68000,12000,75000,81000
1#AC1_11_3_8,79,8,7,1,366586,814612,820221,820221,814612,68000,12000,75000,81000
1#AC1_11_3_9,78,8,7,1,366586,830377,835986,835986,830377,68000,12000,75000,81000
1#AC1_11_3_10,77,8,7,1,366586,846142,851751,851751,846142,68000,12000,75000,81000
1#AC1_11_3_11,76,8,7,1,366586,861907,867516,867516,861907,68000,12000,75000,81000
1#AC1_11_3_12,75,8,7,1,366586,877672,883281,883281,877672,68000,12000,75000,81000
1#AC1_11_3_13,74,8,7,1,366586,893437,899046,899046,893437,68000,12000,75000,81000
1#AC1_11_3_14,73,8,7,1,366586,909202,914811,914811,909202,68000,12000,75000,81000
1#AC1_11_3_15,72,8,7,1,366586,924967,930576,930576,924967,68000,12000,75000,81000
1#AC1_11_3_16,71,8,7,1,366586,940732,946341,946341,940732,68000,12000,75000,81000
1#AC1_11_3_17,70,8,7,1,366586,956497,962106,962106,956497,68000,12000,75000,81000
1#AC1_11_3_18,69,8,7,1,366586,972262,977871,977871,972262,68000,12000,75000,81000
1#AC1_11_3_19,68,8,7,1,366586,988027,993636,993636,988027,68000,12000,75000,81000
1#AC1_11_3_20,67,8,7,1,366586,1003792,1009401,1009401,1003792,68000,12000,75000,81000
1#AC1_11_3_21,66,8,7,1,366586,1019557,1025166,1025166,1019557,68000,12000,75000,81000
1#AC1_12_1_1,65,8,7,1,324150,5300,9800,9800,5300,68000,12000,75000,81000
1#AC1_12_1_2,64,8,7,1,324150,21065,25565,25565,21065,68000,12000,75000,81000
1#AC1_12_1_3,63,8,7,1,324150,36830,41330,41330,36830,68000,12000,75000,81000
1#AC1_12_1_4,62,8,7,1,324150,52595,57095,57095,52595,68000,12000,75000,81000
1#AC1_12_1_5,61,8,7,1,324150,68360,72860,72860,68360,68000,12000,75000,81000
1#AC1_12_1_6,60,8,7,1,324150,84125,88625,88625,84125,68000,12000,75000,81000
1#AC1_12_1_7,59,8,7,1,324150,99890,104390,104390,99890,68000,12000,75000,81000
1#AC1_12_1_8,58,8,7,1,324150,115655,120155,120155,115655,68000,12000,75000,81000
1#AC1_12_1_9,57,8,7,1,324150,131420,135920,135920,131420,68000,12000,75000,81000
1#AC1_12_1_10,56,8,7,1,324150,147185,151685,151685,147185,68000,12000,75000,81000
1#AC1_12_1_11,55,8,7,1,324150,162950,167450,167450,162950,68000,12000,75000,81000
1#AC1_12_1_12,54,8,7,1,324150,178715,183215,183215,178715,68000,12000,75000,81000
1#AC1_12_1_13,53,8,7,1,324150,194480,198980,198980,194480,68000,12000,75000,81000
1#AC1_12_1_14,52,8,7,1,324150,210245,214745,214745,210245,68000,12000,75000,81000
1#AC1_12_1_15,51,8,7,1,324150,226010,230510,230510,226010,68000,12000,75000,81000
1#AC1_12_1_16,50,8,7,1,324150,241775,246275,246275,241775,68000,12000,75000,81000
1#AC1_12_1_17,49,8,7,1,324150,257540,262040,262040,257540,68000,12000,75000,81000
1#AC1_12_1_18,48,8,7,1,324150,273305,277805,277805,273305,68000,12000,75000,81000
1#AC1_12_1_19,47,8,7,1,324150,289070,293570,293570,289070,68000,12000,75000,81000
1#AC1_12_1_20,46,8,7,1,324150,304835,309335,309335,304835,68000,12000,75000,81000
1#AC1_12_1_21,45,8,7,1,324150,320600,325100,325100,320600,68000,12000,75000,81000
1#AC1_12_1_22,44,8,7,1,324150,336365,340865,340865,336365,68000,12000,75000,81000
1#AC1_12_2_1,43,8,7,1,324478,353653,361000,361000,353653,68000,12000,75000,81000
1#AC1_12_2_2,42,8,7,1,324478,369418,376765,376765,369418,68000,12000,75000,81000
1#AC1_12_2_3,41,8,7,1,324478,385183,392530,392530,385183,68000,12000,75000,81000
1#AC1_12_2_4,40,8,7,1,324478,400948,408295,408295,400948,68000,12000,75000,81000
1#AC1_12_2_5,39,8,7,1,324478,416713,424060,424060,416713,68000,12000,75000,81000
1#AC1_12_2_6,38,8,7,1,324478,432478,439825,439825,432478,68000,12000,75000,81000
1#AC1_12_2_7,37,8,7,1,324478,448243,455590,455590,448243,68000,12000,75000,81000
1#AC1_12_2_8,36,8,7,1,324478,464008,471355,471355,464008,68000,12000,75000,81000
1#AC1_12_2_9,35,8,7,1,324478,479773,487120,487120,479773,68000,12000,75000,81000
1#AC1_12_2_10,34,8,7,1,324478,495538,502885,502885,495538,68000,12000,75000,81000
1#AC1_12_2_11,33,8,7,1,324478,511303,518650,518650,511303,68000,12000,75000,81000
1#AC1_12_2_12,32,8,7,1,324478,527068,534415,534415,527068,68000,12000,75000,81000
1#AC1_12_2_13,31,8,7,1,324478,542833,550180,550180,542833,68000,12000,75000,81000
1#AC1_12_2_14,30,8,7,1,324478,558598,565945,565945,558598,68000,12000,75000,81000
1#AC1_12_2_15,29,8,7,1,324478,574363,581710,581710,574363,68000,12000,75000,81000
1#AC1_12_2_16,28,8,7,1,324478,590128,597475,597475,590128,68000,12000,75000,81000
1#AC1_12_2_17,27,8,7,1,324478,605893,613240,613240,605893,68000,12000,75000,81000
1#AC1_12_2_18,26,8,7,1,324478,621658,629005,629005,621658,68000,12000,75000,81000
1#AC1_12_2_19,25,8,7,1,324478,637423,644770,644770,637423,68000,12000,75000,81000
1#AC1_12_2_20,24,8,7,1,324478,653188,660535,660535,653188,68000,12000,75000,81000
1#AC1_12_2_21,23,8,7,1,324478,668953,676300,676300,668953,68000,12000,75000,81000
1#AC1_12_2_22,22,8,7,1,324478,684718,692065,692065,684718,68000,12000,75000,81000
1#AC1_12_3_1,21,8,7,1,324550,704000,709866,709866,704000,68000,12000,75000,81000
1#AC1_12_3_2,20,8,7,1,324550,719765,725631,725631,719765,68000,12000,75000,81000
1#AC1_12_3_3,19,8,7,1,324550,735530,741396,741396,735530,68000,12000,75000,81000
1#AC1_12_3_4,18,8,7,1,324550,751295,757161,757161,751295,68000,12000,75000,81000
1#AC1_12_3_5,17,8,7,1,324550,767060,772926,772926,767060,68000,12000,75000,81000
1#AC1_12_3_6,16,8,7,1,324550,782825,788691,788691,782825,68000,12000,75000,81000
1#AC1_12_3_7,15,8,7,1,324550,798590,804456,804456,798590,68000,12000,75000,81000
1#AC1_12_3_8,14,8,7,1,324550,814355,820221,820221,814355,68000,12000,75000,81000
1#AC1_12_3_9,13,8,7,1,324550,830120,835986,835986,830120,68000,12000,75000,81000
1#AC1_12_3_10,12,8,7,1,324550,845885,851751,851751,845885,68000,12000,75000,81000
1#AC1_12_3_11,11,8,7,1,324550,861650,867516,867516,861650,68000,12000,75000,81000
1#AC1_12_3_12,10,8,7,1,324550,877415,883281,883281,877415,68000,12000,75000,81000
1#AC1_12_3_13,9,8,7,1,324550,893180,899046,899046,893180,68000,12000,75000,81000
1#AC1_12_3_14,8,8,7,1,324550,908945,914811,914811,908945,68000,12000,75000,81000
1#AC1_12_3_15,7,8,7,1,324550,924710,930576,930576,924710,68000,12000,75000,81000
1#AC1_12_3_16,6,8,7,1,324550,940475,946341,946341,940475,68000,12000,75000,81000
1#AC1_12_3_17,5,8,7,1,324550,956240,962106,962106,956240,68000,12000,75000,81000
1#AC1_12_3_18,4,8,7,1,324550,972005,977871,977871,972005,68000,12000,75000,81000
1#AC1_12_3_19,3,8,7,1,324550,987770,993636,993636,987770,68000,12000,75000,81000
1#AC1_12_3_20,2,8,7,1,324550,1003535,1009401,1009401,1003535,68000,12000,75000,81000
1#AC1_12_3_21,1,8,7,1,324550,1019300,1025166,1025166,1019300,68000,12000,75000,81000
source/DeviceLibrary/StoreConfig/linePositions_2.csv
0 → 100644
查看文件 @
0fbcb89
位置,优先级,高度,宽度,料仓ID,中轴位置P2,升降轴库位出料前点P5,升降轴库位出料缓冲点P6,升降轴库位入料前点P3,升降轴库位入料缓冲点P4,进出轴库位点取料点P3,压紧轴压紧点P2,压紧轴压紧前点P3,进出轴进料口取料点P2
2#AC1_1_1_4,774,8,7,2,211783,51884,55245,55245,51884,68000,9999,9999,81000
2#AC1_1_1_5,773,8,7,2,211783,67807,71168,71168,67807,68000,12000,75000,81000
2#AC1_1_1_6,772,8,7,2,211783,83730,87091,87091,83730,68000,12000,75000,81000
2#AC1_1_1_7,771,8,7,2,211783,99653,103014,103014,99653,68000,12000,75000,81000
2#AC1_1_1_8,770,8,7,2,211783,115576,118937,118937,115576,68000,12000,75000,81000
2#AC1_1_1_9,769,8,7,2,211783,131499,134860,134860,131499,68000,12000,75000,81000
2#AC1_1_1_10,768,8,7,2,211783,147422,150783,150783,147422,68000,12000,75000,81000
2#AC1_1_1_11,767,8,7,2,211783,163345,166706,166706,163345,68000,12000,75000,81000
2#AC1_1_1_12,766,8,7,2,211783,179268,182629,182629,179268,68000,12000,75000,81000
2#AC1_1_1_13,765,8,7,2,211783,195191,198552,198552,195191,68000,12000,75000,81000
2#AC1_1_1_14,764,8,7,2,211783,211114,214475,214475,211114,68000,12000,75000,81000
2#AC1_1_1_15,763,8,7,2,211783,227037,230398,230398,227037,68000,12000,75000,81000
2#AC1_1_1_16,762,8,7,2,211783,242960,246321,246321,242960,68000,12000,75000,81000
2#AC1_1_1_17,761,8,7,2,211783,258883,262244,262244,258883,68000,12000,75000,81000
2#AC1_1_1_18,760,8,7,2,211783,274806,278167,278167,274806,68000,12000,75000,81000
2#AC1_1_1_19,759,8,7,2,211783,289000,294090,294090,289000,68000,12000,75000,81000
2#AC1_1_1_20,758,8,7,2,211783,304652,310013,310013,304652,68000,12000,75000,81000
2#AC1_1_1_21,757,8,7,2,211783,320575,325936,325936,320575,68000,12000,75000,81000
2#AC1_1_1_22,756,8,7,2,211783,336498,341859,341859,336498,68000,12000,75000,81000
2#AC1_1_2_3,755,8,7,2,211783,385700,389433,389433,385700,68000,12000,75000,81000
2#AC1_1_2_4,754,8,7,2,211783,403000,405356,405356,403000,68000,12000,75000,81000
2#AC1_1_2_5,753,8,7,2,211783,418345,421279,421279,418345,68000,12000,75000,81000
2#AC1_1_2_6,752,8,7,2,211783,434000,437202,437202,434000,68000,12000,75000,81000
2#AC1_1_2_7,751,8,7,2,211783,450000,453125,453125,450000,68000,12000,75000,81000
2#AC1_1_2_8,750,8,7,2,211783,465900,469048,469048,465900,68000,12000,75000,81000
2#AC1_1_2_9,749,8,7,2,211783,481800,484971,484971,481800,68000,12000,75000,81000
2#AC1_1_2_10,748,8,7,2,211783,497660,500894,500894,497660,68000,12000,75000,81000
2#AC1_1_2_11,747,8,7,2,211783,513600,516817,516817,513600,68000,12000,75000,81000
2#AC1_1_2_12,746,8,7,2,211783,529200,532740,532740,529200,68000,12000,75000,81000
2#AC1_1_2_13,745,8,7,2,211783,545100,548663,548663,545100,68000,12000,75000,81000
2#AC1_1_2_14,744,8,7,2,211783,560500,564586,564586,560500,68000,12000,75000,81000
2#AC1_1_2_15,743,8,7,2,211783,575500,580509,580509,575500,68000,12000,75000,81000
2#AC1_1_2_16,742,8,7,2,211783,591500,596432,596432,591500,68000,12000,75000,81000
2#AC1_1_2_17,741,8,7,2,211783,606000,612355,612355,606000,68000,12000,75000,81000
2#AC1_1_2_18,740,8,7,2,211783,621000,628278,628278,621000,68000,12000,75000,81000
2#AC1_1_2_19,739,8,7,2,211783,638000,644201,644201,638000,68000,12000,75000,81000
2#AC1_1_2_20,738,8,7,2,211783,654000,660124,660124,654000,68000,12000,75000,81000
2#AC1_1_2_21,737,8,7,2,211783,669000,676047,676047,669000,68000,12000,75000,81000
2#AC1_1_2_22,736,8,7,2,211783,685500,691970,691970,685500,68000,12000,75000,81000
2#AC1_1_3_1,735,8,7,2,211400,706257,709866,709866,706257,68000,12000,75000,81000
2#AC1_1_3_2,734,8,7,2,211400,722180,725789,725789,722180,68000,12000,75000,81000
2#AC1_1_3_3,733,8,7,2,211400,738103,741712,741712,738103,68000,12000,75000,81000
2#AC1_1_3_4,732,8,7,2,211400,753026,757635,757635,753026,68000,12000,75000,81000
2#AC1_1_3_5,731,8,7,2,211400,767949,773558,773558,767949,68000,12000,75000,81000
2#AC1_1_3_6,730,8,7,2,211400,783872,789481,789481,783872,68000,12000,75000,81000
2#AC1_1_3_7,729,8,7,2,211400,799795,805404,805404,799795,68000,12000,75000,81000
2#AC1_1_3_8,728,8,7,2,211800,814218,819327,819327,814218,68000,12000,75000,81000
2#AC1_1_3_9,727,8,7,2,211800,832141,835250,835250,832141,68000,12000,75000,81000
2#AC1_1_3_10,726,8,7,2,211800,848064,851173,851173,848064,68000,12000,75000,81000
2#AC1_1_3_11,725,8,7,2,212000,861987,867096,867096,861987,68000,12000,75000,81000
2#AC1_1_3_12,724,8,7,2,212000,877910,883019,883019,877910,68000,12000,75000,81000
2#AC1_1_3_13,723,8,7,2,212000,893833,898942,898942,893833,68000,12000,75000,81000
2#AC1_1_3_14,722,8,7,2,212300,909756,912865,912865,909756,68000,12000,75000,81000
2#AC1_1_3_15,721,8,7,2,212600,925679,928788,928788,925679,68000,12000,75000,81000
2#AC1_1_3_16,720,8,7,2,212600,941602,944711,944711,941602,68000,12000,75000,81000
2#AC1_1_3_17,719,8,7,2,212600,957525,960634,960634,957525,68000,12000,75000,81000
2#AC1_1_3_18,718,8,7,2,212600,973448,976557,976557,973448,68000,12000,75000,81000
2#AC1_1_3_19,717,8,7,2,212600,987371,992480,992480,987371,68000,12000,75000,81000
2#AC1_1_3_20,716,8,7,2,212600,1003294,1008403,1008403,1003294,68000,12000,75000,81000
2#AC1_1_3_21,715,8,7,2,212600,1018717,1024326,1024326,1018717,68000,12000,75000,81000
2#AC1_2_1_1,714,8,7,2,169650,5600,9900,9900,5600,68000,12000,75000,81000
2#AC1_2_1_2,713,8,7,2,169650,21365,25665,25665,21365,68000,12000,75000,81000
2#AC1_2_1_3,712,8,7,2,169650,37130,41430,41430,37130,68000,12000,75000,81000
2#AC1_2_1_4,711,8,7,2,169650,52895,57195,57195,52895,68000,12000,75000,81000
2#AC1_2_1_5,710,8,7,2,169650,68660,72960,72960,68660,68000,12000,75000,81000
2#AC1_2_1_6,709,8,7,2,169650,84425,88725,88725,84425,68000,12000,75000,81000
2#AC1_2_1_7,708,8,7,2,169650,100190,104490,104490,100190,68000,12000,75000,81000
2#AC1_2_1_8,707,8,7,2,169650,115955,120255,120255,115955,68000,12000,75000,81000
2#AC1_2_1_9,706,8,7,2,169650,131720,136020,136020,131720,68000,12000,75000,81000
2#AC1_2_1_10,705,8,7,2,169650,147485,151785,151785,147485,68000,12000,75000,81000
2#AC1_2_1_11,704,8,7,2,169650,163250,167550,167550,163250,68000,12000,75000,81000
2#AC1_2_1_12,703,8,7,2,169650,179015,183315,183315,179015,68000,12000,75000,81000
2#AC1_2_1_13,702,8,7,2,169650,194780,199080,199080,194780,68000,12000,75000,81000
2#AC1_2_1_14,701,8,7,2,169650,210545,214845,214845,210545,68000,12000,75000,81000
2#AC1_2_1_15,700,8,7,2,169650,226310,230610,230610,226310,68000,12000,75000,81000
2#AC1_2_1_16,699,8,7,2,169650,242075,246375,246375,242075,68000,12000,75000,81000
2#AC1_2_1_17,698,8,7,2,169650,257840,262140,262140,257840,68000,12000,75000,81000
2#AC1_2_1_18,697,8,7,2,169650,273605,277905,277905,273605,68000,12000,75000,81000
2#AC1_2_1_19,696,8,7,2,169650,289370,293670,293670,289370,68000,12000,75000,81000
2#AC1_2_1_20,695,8,7,2,169650,305135,309435,309435,305135,68000,12000,75000,81000
2#AC1_2_1_21,694,8,7,2,169650,320900,325200,325200,320900,68000,12000,75000,81000
2#AC1_2_2_1,693,8,7,2,169650,354811,358235,358235,354811,68000,12000,75000,81000
2#AC1_2_2_2,692,8,7,2,169650,370576,374000,374000,370576,68000,12000,75000,81000
2#AC1_2_2_3,691,8,7,2,169650,386341,389765,389765,386341,68000,12000,75000,81000
2#AC1_2_2_4,690,8,7,2,169650,402106,405530,405530,402106,68000,12000,75000,81000
2#AC1_2_2_5,689,8,7,2,169650,417871,421295,421295,417871,68000,12000,75000,81000
2#AC1_2_2_6,688,8,7,2,169650,433636,437060,437060,433636,68000,12000,75000,81000
2#AC1_2_2_7,687,8,7,2,169650,449401,452825,452825,449401,68000,12000,75000,81000
2#AC1_2_2_8,686,8,7,2,169650,465166,468590,468590,465166,68000,12000,75000,81000
2#AC1_2_2_9,685,8,7,2,169650,480931,484355,484355,480931,68000,12000,75000,81000
2#AC1_2_2_10,684,8,7,2,169650,496696,500120,500120,496696,68000,12000,75000,81000
2#AC1_2_2_11,683,8,7,2,169650,512461,515885,515885,512461,68000,12000,75000,81000
2#AC1_2_2_12,682,8,7,2,169650,528226,531650,531650,528226,68000,12000,75000,81000
2#AC1_2_2_13,681,8,7,2,169650,543991,547415,547415,543991,68000,12000,75000,81000
2#AC1_2_2_14,680,8,7,2,169650,559756,563180,563180,559756,68000,12000,75000,81000
2#AC1_2_2_15,679,8,7,2,169650,575521,578945,578945,575521,68000,12000,75000,81000
2#AC1_2_2_16,678,8,7,2,169650,591286,594710,594710,591286,68000,12000,75000,81000
2#AC1_2_2_17,677,8,7,2,169650,607051,610475,610475,607051,68000,12000,75000,81000
2#AC1_2_2_18,676,8,7,2,169650,622816,626240,626240,622816,68000,12000,75000,81000
2#AC1_2_2_19,675,8,7,2,169650,638581,642005,642005,638581,68000,12000,75000,81000
2#AC1_2_2_20,674,8,7,2,169650,654346,657770,657770,654346,68000,12000,75000,81000
2#AC1_2_2_21,673,8,7,2,169650,670111,673535,673535,670111,68000,12000,75000,81000
2#AC1_2_2_22,672,8,7,2,169650,685876,689300,689300,685876,68000,12000,75000,81000
2#AC1_2_3_1,671,8,7,2,169650,706257,709866,709866,706257,68000,12000,75000,81000
2#AC1_2_3_2,670,8,7,2,169650,720180,723789,723789,720180,68000,12000,75000,81000
2#AC1_2_3_3,669,8,7,2,169650,736103,739712,739712,736103,68000,12000,75000,81000
2#AC1_2_3_4,668,8,7,2,169650,752526,757135,757135,752526,68000,12000,75000,81000
2#AC1_2_3_5,667,8,7,2,169650,767449,773058,773058,767449,68000,12000,75000,81000
2#AC1_2_3_6,666,8,7,2,169650,783372,788981,788981,783372,68000,12000,75000,81000
2#AC1_2_3_7,665,8,7,2,169650,799295,804904,804904,799295,68000,12000,75000,81000
2#AC1_2_3_8,664,8,7,2,169650,815218,820327,820327,815218,68000,12000,75000,81000
2#AC1_2_3_9,663,8,7,2,169650,832000,836000,836000,832000,68000,12000,75000,81000
2#AC1_2_3_10,662,8,7,2,169650,847500,852173,852173,847500,68000,12000,75000,81000
2#AC1_2_3_11,661,8,7,2,169650,862987,868096,868096,862987,68000,12000,75000,81000
2#AC1_2_3_12,660,8,7,2,169650,878910,884019,884019,878910,68000,12000,75000,81000
2#AC1_2_3_13,659,8,7,2,169650,894833,899942,899942,894833,68000,12000,75000,81000
2#AC1_2_3_14,658,8,7,2,169650,910756,913865,913865,910756,68000,12000,75000,81000
2#AC1_2_3_15,657,8,7,2,169650,926679,929788,929788,926679,68000,12000,75000,81000
2#AC1_2_3_16,656,8,7,2,169650,942100,945711,945711,942100,68000,12000,75000,81000
2#AC1_2_3_17,655,8,7,2,169650,957500,961634,961634,957500,68000,12000,75000,81000
2#AC1_2_3_18,654,8,7,2,169650,974000,977557,977557,974000,68000,12000,75000,81000
2#AC1_2_3_19,653,8,7,2,169650,987800,993480,993480,987800,68000,12000,75000,81000
2#AC1_2_3_20,652,8,7,2,169650,1003700,1009403,1009403,1003700,68000,12000,75000,81000
2#AC1_2_3_21,651,8,7,2,169650,1019000,1025326,1025326,1019000,68000,12000,75000,81000
2#AC1_3_1_1,650,8,7,2,127750,5800,8700,8700,5800,68000,12000,75000,81000
2#AC1_3_1_2,649,8,7,2,127750,21565,24465,24465,21565,68000,12000,75000,81000
2#AC1_3_1_3,648,8,7,2,127750,37330,40230,40230,37330,68000,12000,75000,81000
2#AC1_3_1_4,647,8,7,2,127750,53095,55995,55995,53095,68000,12000,75000,81000
2#AC1_3_1_5,646,8,7,2,127750,68860,71760,71760,68860,68000,12000,75000,81000
2#AC1_3_1_6,645,8,7,2,127750,84625,87525,87525,84625,68000,12000,75000,81000
2#AC1_3_1_7,644,8,7,2,127750,100390,103290,103290,100390,68000,12000,75000,81000
2#AC1_3_1_8,643,8,7,2,127750,116155,119055,119055,116155,68000,12000,75000,81000
2#AC1_3_1_9,642,8,7,2,127750,131920,134820,134820,131920,68000,12000,75000,81000
2#AC1_3_1_10,641,8,7,2,127750,147685,150585,150585,147685,68000,12000,75000,81000
2#AC1_3_1_11,640,8,7,2,127750,163450,166350,166350,163450,68000,12000,75000,81000
2#AC1_3_1_12,639,8,7,2,127750,179215,182115,182115,179215,68000,12000,75000,81000
2#AC1_3_1_13,638,8,7,2,127750,194980,197880,197880,194980,68000,12000,75000,81000
2#AC1_3_1_14,637,8,7,2,127750,210745,213645,213645,210745,68000,12000,75000,81000
2#AC1_3_1_15,636,8,7,2,127750,226510,229410,229410,226510,68000,12000,75000,81000
2#AC1_3_1_16,635,8,7,2,127750,242275,245175,245175,242275,68000,12000,75000,81000
2#AC1_3_1_17,634,8,7,2,127750,258040,260940,260940,258040,68000,12000,75000,81000
2#AC1_3_1_18,633,8,7,2,127750,273805,276705,276705,273805,68000,12000,75000,81000
2#AC1_3_1_19,632,8,7,2,127750,289570,292470,292470,289570,68000,12000,75000,81000
2#AC1_3_1_20,631,8,7,2,127750,305335,308235,308235,305335,68000,12000,75000,81000
2#AC1_3_1_21,630,8,7,2,127750,321100,324000,324000,321100,68000,12000,75000,81000
2#AC1_3_1_22,629,8,7,2,127750,336865,339765,339765,336865,68000,12000,75000,81000
2#AC1_3_2_1,628,8,7,2,127750,353670,358470,358470,353670,68000,12000,75000,81000
2#AC1_3_2_2,627,8,7,2,127750,369435,374235,374235,369435,68000,12000,75000,81000
2#AC1_3_2_3,626,8,7,2,127750,385200,390000,390000,385200,68000,12000,75000,81000
2#AC1_3_2_4,625,8,7,2,127750,400965,405765,405765,400965,68000,12000,75000,81000
2#AC1_3_2_5,624,8,7,2,127750,416730,421530,421530,416730,68000,12000,75000,81000
2#AC1_3_2_6,623,8,7,2,127750,432495,437295,437295,432495,68000,12000,75000,81000
2#AC1_3_2_7,622,8,7,2,127750,448260,453060,453060,448260,68000,12000,75000,81000
2#AC1_3_2_8,621,8,7,2,127750,464025,468825,468825,464025,68000,12000,75000,81000
2#AC1_3_2_9,620,8,7,2,127750,479790,484590,484590,479790,68000,12000,75000,81000
2#AC1_3_2_10,619,8,7,2,127750,495555,500355,500355,495555,68000,12000,75000,81000
2#AC1_3_2_11,618,8,7,2,127750,511320,516120,516120,511320,68000,12000,75000,81000
2#AC1_3_2_12,617,8,7,2,127750,527085,531885,531885,527085,68000,12000,75000,81000
2#AC1_3_2_13,616,8,7,2,127750,542850,547650,547650,542850,68000,12000,75000,81000
2#AC1_3_2_14,615,8,7,2,127750,558615,563415,563415,558615,68000,12000,75000,81000
2#AC1_3_2_15,614,8,7,2,127750,574380,579180,579180,574380,68000,12000,75000,81000
2#AC1_3_2_16,613,8,7,2,127750,590145,594945,594945,590145,68000,12000,75000,81000
2#AC1_3_2_17,612,8,7,2,127750,605910,610710,610710,605910,68000,12000,75000,81000
2#AC1_3_2_18,611,8,7,2,127750,621675,626475,626475,621675,68000,12000,75000,81000
2#AC1_3_2_19,610,8,7,2,127750,637440,642240,642240,637440,68000,12000,75000,81000
2#AC1_3_2_20,609,8,7,2,127750,653205,658005,658005,653205,68000,12000,75000,81000
2#AC1_3_2_21,608,8,7,2,127750,668970,673770,673770,668970,68000,12000,75000,81000
2#AC1_3_2_22,607,8,7,2,127750,684735,689535,689535,684735,68000,12000,75000,81000
2#AC1_3_3_1,606,8,7,2,128049,706000,710366,710366,706000,68000,12000,75000,81000
2#AC1_3_3_2,605,8,7,2,128049,721880,726289,726289,721880,68000,12000,75000,81000
2#AC1_3_3_3,604,8,7,2,128049,737500,742212,742212,737500,68000,12000,75000,81000
2#AC1_3_3_4,603,8,7,2,128049,752726,758135,758135,752726,68000,12000,75000,81000
2#AC1_3_3_5,602,8,7,2,128049,767649,774200,774200,767649,68000,12000,75000,81000
2#AC1_3_3_6,601,8,7,2,128049,783772,789981,789981,783772,68000,12000,75000,81000
2#AC1_3_3_7,600,8,7,2,128049,799495,805904,805904,799495,68000,12000,75000,81000
2#AC1_3_3_8,599,8,7,2,128049,815100,819827,819827,815100,68000,12000,75000,81000
2#AC1_3_3_9,598,8,7,2,128049,831841,835750,835750,831841,68000,12000,75000,81000
2#AC1_3_3_10,597,8,7,2,128049,847764,851673,851673,847764,68000,12000,75000,81000
2#AC1_3_3_11,596,8,7,2,128049,862100,867596,867596,862100,68000,12000,75000,81000
2#AC1_3_3_12,595,8,7,2,128049,878100,883519,883519,878100,68000,12000,75000,81000
2#AC1_3_3_13,594,8,7,2,128049,894000,899442,899442,894000,68000,12000,75000,81000
2#AC1_3_3_14,593,8,7,2,128049,909456,913365,913365,909456,68000,12000,75000,81000
2#AC1_3_3_15,592,8,7,2,128049,925600,929288,929288,925600,68000,12000,75000,81000
2#AC1_3_3_16,591,8,7,2,128049,941800,945211,945211,941800,68000,12000,75000,81000
2#AC1_3_3_17,590,8,7,2,128049,957700,961134,961134,957700,68000,12000,75000,81000
2#AC1_3_3_18,589,8,7,2,128049,973148,977057,977057,973148,68000,12000,75000,81000
2#AC1_3_3_19,588,8,7,2,128049,988100,992980,992980,988100,68000,12000,75000,81000
2#AC1_3_3_20,587,8,7,2,128049,1004000,1008903,1008903,1004000,68000,12000,75000,81000
2#AC1_3_3_21,586,8,7,2,128049,1020500,1024826,1024826,1020500,68000,12000,75000,81000
2#AC1_4_1_1,585,8,7,2,85107,6115,9476,9476,6115,68000,12000,75000,81000
2#AC1_4_1_2,584,8,7,2,85107,21538,25399,25399,21538,68000,12000,75000,81000
2#AC1_4_1_3,583,8,7,2,85107,37461,40822,40822,37461,68000,12000,75000,81000
2#AC1_4_1_4,582,8,7,2,85107,52300,55245,55245,52300,68000,12000,75000,81000
2#AC1_4_1_5,581,8,7,2,85107,68300,71168,71168,68300,68000,12000,75000,81000
2#AC1_4_1_6,580,8,7,2,85107,83730,87091,87091,83730,68000,12000,75000,81000
2#AC1_4_1_7,579,8,7,2,85107,99800,103014,103014,99800,68000,12000,75000,81000
2#AC1_4_1_8,578,8,7,2,85107,115700,118937,118937,115700,68000,12000,75000,81000
2#AC1_4_1_9,577,8,7,2,85107,131499,134860,134860,131499,68000,12000,75000,81000
2#AC1_4_1_10,576,8,7,2,85107,147422,150783,150783,147422,68000,12000,75000,81000
2#AC1_4_1_11,575,8,7,2,85107,163345,166706,166706,163345,68000,12000,75000,81000
2#AC1_4_1_12,574,8,7,2,85107,179268,182629,182629,179268,68000,12000,75000,81000
2#AC1_4_1_13,573,8,7,2,85107,195191,198552,198552,195191,68000,12000,75000,81000
2#AC1_4_1_14,572,8,7,2,85107,211114,214475,214475,211114,68000,12000,75000,81000
2#AC1_4_1_15,571,8,7,2,85107,227037,230398,230398,227037,68000,12000,75000,81000
2#AC1_4_1_16,570,8,7,2,85107,242960,246321,246321,242960,68000,12000,75000,81000
2#AC1_4_1_17,569,8,7,2,85107,258883,262244,262244,258883,68000,12000,75000,81000
2#AC1_4_1_18,568,8,7,2,85107,274806,278167,278167,274806,68000,12000,75000,81000
2#AC1_4_1_19,567,8,7,2,85107,289500,294090,294090,289500,68000,12000,75000,81000
2#AC1_4_1_20,566,8,7,2,85107,305100,310013,310013,305100,68000,12000,75000,81000
2#AC1_4_1_21,565,8,7,2,85107,320610,325936,325936,320610,68000,12000,75000,81000
2#AC1_4_1_22,564,8,7,2,85107,336498,341859,341859,336498,68000,12000,75000,81000
2#AC1_4_2_1,563,8,7,2,85107,354653,357587,357587,354653,68000,12000,75000,81000
2#AC1_4_2_2,562,8,7,2,85107,371100,373510,373510,371100,68000,12000,75000,81000
2#AC1_4_2_3,561,8,7,2,85107,386200,389433,389433,386200,68000,12000,75000,81000
2#AC1_4_2_4,560,8,7,2,85107,403000,405356,405356,403000,68000,12000,75000,81000
2#AC1_4_2_5,559,8,7,2,85107,418345,421279,421279,418345,68000,12000,75000,81000
2#AC1_4_2_6,558,8,7,2,85107,434000,437202,437202,434000,68000,12000,75000,81000
2#AC1_4_2_7,557,8,7,2,85107,450000,453125,453125,450000,68000,12000,75000,81000
2#AC1_4_2_8,556,8,7,2,85107,465900,469048,469048,465900,68000,12000,75000,81000
2#AC1_4_2_9,555,8,7,2,85107,481800,484971,484971,481800,68000,12000,75000,81000
2#AC1_4_2_10,554,8,7,2,85107,497660,500894,500894,497660,68000,12000,75000,81000
2#AC1_4_2_11,553,8,7,2,85107,513600,516817,516817,513600,68000,12000,75000,81000
2#AC1_4_2_12,552,8,7,2,85107,529200,532740,532740,529200,68000,12000,75000,81000
2#AC1_4_2_13,551,8,7,2,85107,545100,548663,548663,545100,68000,12000,75000,81000
2#AC1_4_2_14,550,8,7,2,85107,560500,564586,564586,560500,68000,12000,75000,81000
2#AC1_4_2_15,549,8,7,2,85107,575500,580509,580509,575500,68000,12000,75000,81000
2#AC1_4_2_16,548,8,7,2,85107,591700,596432,596432,591700,68000,12000,75000,81000
2#AC1_4_2_17,547,8,7,2,85107,607000,612355,612355,607000,68000,12000,75000,81000
2#AC1_4_2_18,546,8,7,2,85107,622500,628278,628278,622500,68000,12000,75000,81000
2#AC1_4_2_19,545,8,7,2,85107,638600,644201,644201,638600,68000,12000,75000,81000
2#AC1_4_2_20,544,8,7,2,85107,654800,660124,660124,654800,68000,12000,75000,81000
2#AC1_4_2_21,543,8,7,2,85107,670000,676047,676047,670000,68000,12000,75000,81000
2#AC1_4_2_22,542,8,7,2,85107,686500,691970,691970,686500,68000,12000,75000,81000
2#AC1_4_3_1,541,8,7,2,85107,705700,709866,709866,705700,68000,12000,75000,81000
2#AC1_4_3_2,540,8,7,2,85107,721200,725789,725789,721200,68000,12000,75000,81000
2#AC1_4_3_3,539,8,7,2,85107,737103,741712,741712,737103,68000,12000,75000,81000
2#AC1_4_3_4,538,8,7,2,85107,752026,757635,757635,752026,68000,12000,75000,81000
2#AC1_4_3_5,537,8,7,2,85107,768400,773558,773558,768400,68000,12000,75000,81000
2#AC1_4_3_6,536,8,7,2,85107,783970,789481,789481,783970,68000,12000,75000,81000
2#AC1_4_3_7,535,8,7,2,85107,799600,805404,805404,799600,68000,12000,75000,81000
2#AC1_4_3_8,534,8,7,2,85600,815000,819327,819327,815000,68000,12000,75000,81000
2#AC1_4_3_9,533,8,7,2,85600,832141,835250,835250,832141,68000,12000,75000,81000
2#AC1_4_3_10,532,8,7,2,85600,847200,851173,851173,847200,68000,12000,75000,81000
2#AC1_4_3_11,531,8,7,2,85600,863000,867096,867096,863000,68000,12000,75000,81000
2#AC1_4_3_12,530,8,7,2,85600,878500,883019,883019,878500,68000,12000,75000,81000
2#AC1_4_3_13,529,8,7,2,85600,894300,898942,898942,894300,68000,12000,75000,81000
2#AC1_4_3_14,528,8,7,2,85600,909756,912865,912865,909756,68000,12000,75000,81000
2#AC1_4_3_15,527,8,7,2,85600,926000,928788,928788,926000,68000,12000,75000,81000
2#AC1_4_3_16,526,8,7,2,85600,941800,944711,944711,941800,68000,12000,75000,81000
2#AC1_4_3_17,525,8,7,2,85600,957525,960634,960634,957525,68000,12000,75000,81000
2#AC1_4_3_18,524,8,7,2,85600,973448,976557,976557,973448,68000,12000,75000,81000
2#AC1_4_3_19,523,8,7,2,85600,989000,992480,992480,989000,68000,12000,75000,81000
2#AC1_4_3_20,522,8,7,2,85600,1005200,1008403,1008403,1005200,68000,12000,75000,81000
2#AC1_4_3_21,521,8,7,2,85600,1021000,1024326,1024326,1021000,68000,12000,75000,81000
2#AC1_5_1_1,520,8,7,2,43306,5000,9476,9476,5000,68000,12000,75000,81000
2#AC1_5_1_2,519,8,7,2,43306,21538,25399,25399,21538,68000,12000,75000,81000
2#AC1_5_1_3,518,8,7,2,43306,37000,40822,40822,37000,68000,12000,75000,81000
2#AC1_5_1_4,517,8,7,2,43306,51884,55245,55245,51884,68000,12000,75000,81000
2#AC1_5_1_5,516,8,7,2,43306,68000,71168,71168,68000,68000,12000,75000,81000
2#AC1_5_1_6,515,8,7,2,43306,83730,87091,87091,83730,68000,12000,75000,81000
2#AC1_5_1_7,514,8,7,2,43306,99653,103014,103014,99653,68000,12000,75000,81000
2#AC1_5_1_8,513,8,7,2,43306,115576,118937,118937,115576,68000,12000,75000,81000
2#AC1_5_1_9,512,8,7,2,43306,131499,134860,134860,131499,68000,12000,75000,81000
2#AC1_5_1_10,511,8,7,2,43306,147422,150783,150783,147422,68000,12000,75000,81000
2#AC1_5_1_11,510,8,7,2,43306,163345,166706,166706,163345,68000,12000,75000,81000
2#AC1_5_1_12,509,8,7,2,43306,179268,182629,182629,179268,68000,12000,75000,81000
2#AC1_5_1_13,508,8,7,2,43306,195191,198552,198552,195191,68000,12000,75000,81000
2#AC1_5_1_14,507,8,7,2,43306,211114,214475,214475,211114,68000,12000,75000,81000
2#AC1_5_1_15,506,8,7,2,43306,226500,230398,230398,226500,68000,12000,75000,81000
2#AC1_5_1_16,505,8,7,2,43306,242100,246321,246321,242100,68000,12000,75000,81000
2#AC1_5_1_17,504,8,7,2,43306,257883,262244,262244,257883,68000,12000,75000,81000
2#AC1_5_1_18,503,8,7,2,43306,273806,278167,278167,273806,68000,12000,75000,81000
2#AC1_5_1_19,502,8,7,2,43306,289200,294090,294090,289200,68000,12000,75000,81000
2#AC1_5_1_20,501,8,7,2,43306,305000,310013,310013,305000,68000,12000,75000,81000
2#AC1_5_1_21,500,8,7,2,43306,320575,325936,325936,320575,68000,12000,75000,81000
2#AC1_5_1_22,499,8,7,2,43306,336700,341859,341859,336700,68000,12000,75000,81000
2#AC1_5_2_1,498,8,7,2,42979,356000,360000,360000,356000,68000,12000,75000,81000
2#AC1_5_2_2,497,8,7,2,42979,370600,373010,373010,370600,68000,12000,75000,81000
2#AC1_5_2_3,496,8,7,2,42979,385500,388933,388933,385500,68000,12000,75000,81000
2#AC1_5_2_4,495,8,7,2,42979,402500,404856,404856,402500,68000,12000,75000,81000
2#AC1_5_2_5,494,8,7,2,42979,417845,420779,420779,417845,68000,12000,75000,81000
2#AC1_5_2_6,493,8,7,2,42979,434000,436702,436702,434000,68000,12000,75000,81000
2#AC1_5_2_7,492,8,7,2,42979,449500,452625,452625,449500,68000,12000,75000,81000
2#AC1_5_2_8,491,8,7,2,42979,465400,468548,468548,465400,68000,12000,75000,81000
2#AC1_5_2_9,490,8,7,2,42979,481300,484471,484471,481300,68000,12000,75000,81000
2#AC1_5_2_10,489,8,7,2,42979,497160,500394,500394,497160,68000,12000,75000,81000
2#AC1_5_2_11,488,8,7,2,42979,513100,516317,516317,513100,68000,12000,75000,81000
2#AC1_5_2_12,487,8,7,2,42979,528700,532240,532240,528700,68000,12000,75000,81000
2#AC1_5_2_13,486,8,7,2,42979,544600,548163,548163,544600,68000,12000,75000,81000
2#AC1_5_2_14,485,8,7,2,42979,560000,564086,564086,560000,68000,12000,75000,81000
2#AC1_5_2_15,484,8,7,2,42979,575000,580009,580009,575000,68000,12000,75000,81000
2#AC1_5_2_16,483,8,7,2,42979,591000,595932,595932,591000,68000,12000,75000,81000
2#AC1_5_2_17,482,8,7,2,42979,606500,611855,611855,606500,68000,12000,75000,81000
2#AC1_5_2_18,481,8,7,2,42979,622500,627778,627778,622500,68000,12000,75000,81000
2#AC1_5_2_19,480,8,7,2,42979,638500,643701,643701,638500,68000,12000,75000,81000
2#AC1_5_2_20,479,8,7,2,42979,654500,659624,659624,654500,68000,12000,75000,81000
2#AC1_5_2_21,478,8,7,2,42979,670000,675547,675547,670000,68000,12000,75000,81000
2#AC1_5_2_22,477,8,7,2,42979,685500,691470,691470,685500,68000,12000,75000,81000
2#AC1_5_3_1,476,8,7,2,42979,705757,709366,709366,705757,68000,12000,75000,81000
2#AC1_5_3_2,475,8,7,2,42979,720680,725289,725289,720680,68000,12000,75000,81000
2#AC1_5_3_3,474,8,7,2,42979,736600,741212,741212,736600,68000,12000,75000,81000
2#AC1_5_3_4,473,8,7,2,42979,752526,757135,757135,752526,68000,12000,75000,81000
2#AC1_5_3_5,472,8,7,2,42979,767449,773058,773058,767449,68000,12000,75000,81000
2#AC1_5_3_6,471,8,7,2,42979,783372,788981,788981,783372,68000,12000,75000,81000
2#AC1_5_3_7,470,8,7,2,42979,799295,804904,804904,799295,68000,12000,75000,81000
2#AC1_5_3_8,469,8,7,2,42979,814718,818827,818827,814718,68000,12000,75000,81000
2#AC1_5_3_9,468,8,7,2,42979,831641,834750,834750,831641,68000,12000,75000,81000
2#AC1_5_3_10,467,8,7,2,42979,847564,850673,850673,847564,68000,12000,75000,81000
2#AC1_5_3_11,466,8,7,2,42979,861487,866596,866596,861487,68000,12000,75000,81000
2#AC1_5_3_12,465,8,7,2,42979,877900,882519,882519,877900,68000,12000,75000,81000
2#AC1_5_3_13,464,8,7,2,42979,893333,898442,898442,893333,68000,12000,75000,81000
2#AC1_5_3_14,463,8,7,2,42979,909256,912365,912365,909256,68000,12000,75000,81000
2#AC1_5_3_15,462,8,7,2,42979,925500,928288,928288,925500,68000,12000,75000,81000
2#AC1_5_3_16,461,8,7,2,42979,941102,944211,944211,941102,68000,12000,75000,81000
2#AC1_5_3_17,460,8,7,2,42979,957025,960134,960134,957025,68000,12000,75000,81000
2#AC1_5_3_18,459,8,7,2,42979,972750,976057,976057,972750,68000,12000,75000,81000
2#AC1_5_3_19,458,8,7,2,42979,987400,991980,991980,987400,68000,12000,75000,81000
2#AC1_5_3_20,457,8,7,2,42979,1003300,1007903,1007903,1003300,68000,12000,75000,81000
2#AC1_5_3_21,456,8,7,2,42979,1020500,1023826,1023826,1020500,68000,12000,75000,81000
2#AC1_6_1_1,455,8,7,2,863,5500,8900,8900,5500,68000,12000,75000,81000
2#AC1_6_1_2,454,8,7,2,863,21038,24899,24899,21038,68000,12000,75000,81000
2#AC1_6_1_3,453,8,7,2,863,36500,40322,40322,36500,68000,12000,75000,81000
2#AC1_6_1_4,452,8,7,2,863,51384,54745,54745,51384,68000,12000,75000,81000
2#AC1_6_1_5,451,8,7,2,863,67307,70668,70668,67307,68000,12000,75000,81000
2#AC1_6_1_6,450,8,7,2,863,83230,86591,86591,83230,68000,12000,75000,81000
2#AC1_6_1_7,449,8,7,2,863,99153,102514,102514,99153,68000,12000,75000,81000
2#AC1_6_1_8,448,8,7,2,863,115076,118437,118437,115076,68000,12000,75000,81000
2#AC1_6_1_9,447,8,7,2,863,130999,134360,134360,130999,68000,12000,75000,81000
2#AC1_6_1_10,446,8,7,2,863,146700,150283,150283,146700,68000,12000,75000,81000
2#AC1_6_1_11,445,8,7,2,863,162845,166206,166206,162845,68000,12000,75000,81000
2#AC1_6_1_12,444,8,7,2,863,178768,182129,182129,178768,68000,12000,75000,81000
2#AC1_6_1_13,443,8,7,2,863,194200,198052,198052,194200,68000,12000,75000,81000
2#AC1_6_1_14,442,8,7,2,863,210000,213975,213975,210000,68000,12000,75000,81000
2#AC1_6_1_15,441,8,7,2,863,226000,229898,229898,226000,68000,12000,75000,81000
2#AC1_6_1_16,440,8,7,2,863,241800,245821,245821,241800,68000,12000,75000,81000
2#AC1_6_1_17,439,8,7,2,863,257383,261744,261744,257383,68000,12000,75000,81000
2#AC1_6_1_18,438,8,7,2,863,273300,277667,277667,273300,68000,12000,75000,81000
2#AC1_6_1_19,437,8,7,2,863,287500,293590,293590,287500,68000,12000,75000,81000
2#AC1_6_1_20,436,8,7,2,863,303200,309513,309513,303200,68000,12000,75000,81000
2#AC1_6_1_21,435,8,7,2,863,320075,325436,325436,320075,68000,12000,75000,81000
2#AC1_6_1_22,434,8,7,2,863,335000,341359,341359,335000,68000,12000,75000,81000
2#AC1_6_2_1,433,8,7,2,863,354153,357087,357087,354153,68000,12000,75000,81000
2#AC1_6_2_2,432,8,7,2,863,370076,373500,373500,370076,68000,12000,75000,81000
2#AC1_6_2_3,431,8,7,2,863,385200,389200,389200,385200,68000,12000,75000,81000
2#AC1_6_2_4,430,8,7,2,863,401600,404856,404856,401600,68000,12000,75000,81000
2#AC1_6_2_5,429,8,7,2,863,417845,421700,421700,417845,68000,12000,75000,81000
2#AC1_6_2_6,428,8,7,2,863,433500,437700,437700,433500,68000,12000,75000,81000
2#AC1_6_2_7,427,8,7,2,863,449500,454000,454000,449500,68000,12000,75000,81000
2#AC1_6_2_8,426,8,7,2,863,465000,470000,470000,465000,68000,12000,75000,81000
2#AC1_6_2_9,425,8,7,2,863,481000,485400,485400,481000,68000,12000,75000,81000
2#AC1_6_2_10,424,8,7,2,863,496000,501300,501300,496000,68000,12000,75000,81000
2#AC1_6_2_11,423,8,7,2,863,512000,517317,517317,512000,68000,12000,75000,81000
2#AC1_6_2_12,422,8,7,2,863,527700,533240,533240,527700,68000,12000,75000,81000
2#AC1_6_2_13,421,8,7,2,863,543300,549163,549163,543300,68000,12000,75000,81000
2#AC1_6_2_14,420,8,7,2,863,559000,565086,565086,559000,68000,12000,75000,81000
2#AC1_6_2_15,419,8,7,2,863,574000,581009,581009,574000,68000,12000,75000,81000
2#AC1_6_2_16,418,8,7,2,863,590000,596932,596932,590000,68000,12000,75000,81000
2#AC1_6_2_17,417,8,7,2,863,605100,612855,612855,605100,68000,12000,75000,81000
2#AC1_6_2_18,416,8,7,2,863,622000,628778,628778,622000,68000,12000,75000,81000
2#AC1_6_2_19,415,8,7,2,863,637500,644701,644701,637500,68000,12000,75000,81000
2#AC1_6_2_20,414,8,7,2,863,653500,660100,660100,653500,68000,12000,75000,81000
2#AC1_6_2_21,413,8,7,2,863,668800,676100,676100,668800,68000,12000,75000,81000
2#AC1_6_2_22,412,8,7,2,863,685000,692000,692000,685000,68000,12000,75000,81000
2#AC1_6_3_1,411,8,7,2,863,704757,708366,708366,704757,68000,12000,75000,81000
2#AC1_6_3_2,410,8,7,2,863,720300,724289,724289,720300,68000,12000,75000,81000
2#AC1_6_3_3,409,8,7,2,863,736603,740212,740212,736603,68000,12000,75000,81000
2#AC1_6_3_4,408,8,7,2,863,751526,756135,756135,751526,68000,12000,75000,81000
2#AC1_6_3_5,407,8,7,2,863,766449,772058,772058,766449,68000,12000,75000,81000
2#AC1_6_3_6,406,8,7,2,863,782372,787981,787981,782372,68000,12000,75000,81000
2#AC1_6_3_7,405,8,7,2,863,798295,803904,803904,798295,68000,12000,75000,81000
2#AC1_6_3_8,404,8,7,2,863,812718,817827,817827,812718,68000,12000,75000,81000
2#AC1_6_3_9,403,8,7,2,863,830641,833750,833750,830641,68000,12000,75000,81000
2#AC1_6_3_10,402,8,7,2,863,846564,849673,849673,846564,68000,12000,75000,81000
2#AC1_6_3_11,401,8,7,2,863,860487,865596,865596,860487,68000,12000,75000,81000
2#AC1_6_3_12,400,8,7,2,863,876410,881519,881519,876410,68000,12000,75000,81000
2#AC1_6_3_13,399,8,7,2,863,892333,897442,897442,892333,68000,12000,75000,81000
2#AC1_6_3_14,398,8,7,2,863,908256,911365,911365,908256,68000,12000,75000,81000
2#AC1_6_3_15,397,8,7,2,863,924179,927288,927288,924179,68000,12000,75000,81000
2#AC1_6_3_16,396,8,7,2,863,940102,943211,943211,940102,68000,12000,75000,81000
2#AC1_6_3_17,395,8,7,2,863,956025,959134,959134,956025,68000,12000,75000,81000
2#AC1_6_3_18,394,8,7,2,863,971948,975057,975057,971948,68000,12000,75000,81000
2#AC1_6_3_19,393,8,7,2,863,985871,990980,990980,985871,68000,12000,75000,81000
2#AC1_6_3_20,392,8,7,2,863,1001794,1006903,1006903,1001794,68000,12000,75000,81000
2#AC1_6_3_21,391,8,7,2,863,1017217,1022826,1022826,1017217,68000,12000,75000,81000
2#AC1_7_1_1,390,8,7,2,535149,5000,9476,9476,5000,68000,12000,75000,81000
2#AC1_7_1_2,389,8,7,2,535149,20538,24399,24399,20538,68000,12000,75000,81000
2#AC1_7_1_3,388,8,7,2,535149,36461,39822,39822,36461,68000,12000,75000,81000
2#AC1_7_1_4,387,8,7,2,535149,50884,54245,54245,50884,68000,12000,75000,81000
2#AC1_7_1_5,386,8,7,2,535149,66807,70168,70168,66807,68000,12000,75000,81000
2#AC1_7_1_6,385,8,7,2,535149,82730,86091,86091,82730,68000,12000,75000,81000
2#AC1_7_1_7,384,8,7,2,535149,98653,102014,102014,98653,68000,12000,75000,81000
2#AC1_7_1_8,383,8,7,2,535149,114576,117937,117937,114576,68000,12000,75000,81000
2#AC1_7_1_9,382,8,7,2,535149,130499,133860,133860,130499,68000,12000,75000,81000
2#AC1_7_1_10,381,8,7,2,535149,146422,149783,149783,146422,68000,12000,75000,81000
2#AC1_7_1_11,380,8,7,2,535149,162345,165706,165706,162345,68000,12000,75000,81000
2#AC1_7_1_12,379,8,7,2,535149,178268,181629,181629,178268,68000,12000,75000,81000
2#AC1_7_1_13,378,8,7,2,535149,194191,197552,197552,194191,68000,12000,75000,81000
2#AC1_7_1_14,377,8,7,2,535149,210114,213475,213475,210114,68000,12000,75000,81000
2#AC1_7_1_15,376,8,7,2,535149,226037,229398,229398,226037,68000,12000,75000,81000
2#AC1_7_1_16,375,8,7,2,535149,241960,245321,245321,241960,68000,12000,75000,81000
2#AC1_7_1_17,374,8,7,2,535149,257883,261244,261244,257883,68000,12000,75000,81000
2#AC1_7_1_18,373,8,7,2,535149,273806,277167,277167,273806,68000,12000,75000,81000
2#AC1_7_1_19,372,8,7,2,535149,288000,293090,293090,288000,68000,12000,75000,81000
2#AC1_7_1_20,371,8,7,2,535149,303652,309013,309013,303652,68000,12000,75000,81000
2#AC1_7_1_21,370,8,7,2,535149,319575,324936,324936,319575,68000,12000,75000,81000
2#AC1_7_1_22,369,8,7,2,535149,335498,340859,340859,335498,68000,12000,75000,81000
2#AC1_7_2_1,368,8,7,2,535149,353653,356587,356587,353653,68000,12000,75000,81000
2#AC1_7_2_2,367,8,7,2,535149,369576,372510,372510,369576,68000,12000,75000,81000
2#AC1_7_2_3,366,8,7,2,535149,384700,388433,388433,384700,68000,12000,75000,81000
2#AC1_7_2_4,365,8,7,2,535149,402000,404356,404356,402000,68000,12000,75000,81000
2#AC1_7_2_5,364,8,7,2,535149,417345,420279,420279,417345,68000,12000,75000,81000
2#AC1_7_2_6,363,8,7,2,535149,433000,436202,436202,433000,68000,12000,75000,81000
2#AC1_7_2_7,362,8,7,2,535149,449000,452125,452125,449000,68000,12000,75000,81000
2#AC1_7_2_8,361,8,7,2,535149,464900,468048,468048,464900,68000,12000,75000,81000
2#AC1_7_2_9,360,8,7,2,535149,480800,483971,483971,480800,68000,12000,75000,81000
2#AC1_7_2_10,359,8,7,2,535149,496660,499894,499894,496660,68000,12000,75000,81000
2#AC1_7_2_11,358,8,7,2,535149,512600,515817,515817,512600,68000,12000,75000,81000
2#AC1_7_2_12,357,8,7,2,535149,528200,531740,531740,528200,68000,12000,75000,81000
2#AC1_7_2_13,356,8,7,2,535149,544100,547663,547663,544100,68000,12000,75000,81000
2#AC1_7_2_14,355,8,7,2,535149,559500,563586,563586,559500,68000,12000,75000,81000
2#AC1_7_2_15,354,8,7,2,535149,574500,579509,579509,574500,68000,12000,75000,81000
2#AC1_7_2_16,353,8,7,2,535149,590500,595432,595432,590500,68000,12000,75000,81000
2#AC1_7_2_17,352,8,7,2,535149,605000,611355,611355,605000,68000,12000,75000,81000
2#AC1_7_2_18,351,8,7,2,535149,620000,627278,627278,620000,68000,12000,75000,81000
2#AC1_7_2_19,350,8,7,2,535149,637000,643201,643201,637000,68000,12000,75000,81000
2#AC1_7_2_20,349,8,7,2,535149,653000,659124,659124,653000,68000,12000,75000,81000
2#AC1_7_2_21,348,8,7,2,535149,668000,675047,675047,668000,68000,12000,75000,81000
2#AC1_7_2_22,347,8,7,2,535149,684500,690970,690970,684500,68000,12000,75000,81000
2#AC1_7_3_1,346,8,7,2,535149,703757,708866,708866,703757,68000,12000,75000,81000
2#AC1_7_3_2,345,8,7,2,535149,719680,724789,724789,719680,68000,12000,75000,81000
2#AC1_7_3_3,344,8,7,2,535149,735603,740712,740712,735603,68000,12000,75000,81000
2#AC1_7_3_4,343,8,7,2,535149,750526,756635,756635,750526,68000,12000,75000,81000
2#AC1_7_3_5,342,8,7,2,535149,765449,772558,772558,765449,68000,12000,75000,81000
2#AC1_7_3_6,341,8,7,2,535149,781372,788481,788481,781372,68000,12000,75000,81000
2#AC1_7_3_7,340,8,7,2,535149,799295,804404,804404,799295,68000,12000,75000,81000
2#AC1_7_3_8,339,8,7,2,535149,813718,818327,818327,813718,68000,12000,75000,81000
2#AC1_7_3_9,338,8,7,2,535149,830641,834250,834250,830641,68000,12000,75000,81000
2#AC1_7_3_10,337,8,7,2,535149,846064,850173,850173,846064,68000,12000,75000,81000
2#AC1_7_3_11,336,8,7,2,535149,861487,866096,866096,861487,68000,12000,75000,81000
2#AC1_7_3_12,335,8,7,2,535149,877410,882019,882019,877410,68000,12000,75000,81000
2#AC1_7_3_13,334,8,7,2,535149,893333,897942,897942,893333,68000,12000,75000,81000
2#AC1_7_3_14,333,8,7,2,535149,909256,911865,911865,909256,68000,12000,75000,81000
2#AC1_7_3_15,332,8,7,2,535149,925179,927788,927788,925179,68000,12000,75000,81000
2#AC1_7_3_16,331,8,7,2,535149,941102,943711,943711,941102,68000,12000,75000,81000
2#AC1_7_3_17,330,8,7,2,535149,957025,959634,959634,957025,68000,12000,75000,81000
2#AC1_7_3_18,329,8,7,2,535149,972948,975557,975557,972948,68000,12000,75000,81000
2#AC1_7_3_19,328,8,7,2,535149,986871,991480,991480,986871,68000,12000,75000,81000
2#AC1_7_3_20,327,8,7,2,535149,1002794,1007403,1007403,1002794,68000,12000,75000,81000
2#AC1_7_3_21,326,8,7,2,535149,1018217,1023326,1023326,1018217,68000,12000,75000,81000
2#AC1_8_1_1,325,8,7,2,493313,5115,9476,9476,5115,68000,12000,75000,81000
2#AC1_8_1_2,324,8,7,2,493313,20538,25399,25399,20538,68000,12000,75000,81000
2#AC1_8_1_3,323,8,7,2,493313,36461,40822,40822,36461,68000,12000,75000,81000
2#AC1_8_1_4,322,8,7,2,493313,50884,55245,55245,50884,68000,12000,75000,81000
2#AC1_8_1_5,321,8,7,2,493313,66807,71168,71168,66807,68000,12000,75000,81000
2#AC1_8_1_6,320,8,7,2,493313,82730,87091,87091,82730,68000,12000,75000,81000
2#AC1_8_1_7,319,8,7,2,493313,98653,103014,103014,98653,68000,12000,75000,81000
2#AC1_8_1_8,318,8,7,2,493313,114576,118937,118937,114576,68000,12000,75000,81000
2#AC1_8_1_9,317,8,7,2,493313,130499,134860,134860,130499,68000,12000,75000,81000
2#AC1_8_1_10,316,8,7,2,493313,146422,150783,150783,146422,68000,12000,75000,81000
2#AC1_8_1_11,315,8,7,2,493313,162345,166706,166706,162345,68000,12000,75000,81000
2#AC1_8_1_12,314,8,7,2,493313,178268,182629,182629,178268,68000,12000,75000,81000
2#AC1_8_1_13,313,8,7,2,493313,194191,198552,198552,194191,68000,12000,75000,81000
2#AC1_8_1_14,312,8,7,2,493313,210114,214475,214475,210114,68000,12000,75000,81000
2#AC1_8_1_15,311,8,7,2,493313,226037,230398,230398,226037,68000,12000,75000,81000
2#AC1_8_1_16,310,8,7,2,493313,241960,246321,246321,241960,68000,12000,75000,81000
2#AC1_8_1_17,309,8,7,2,493313,257000,262244,262244,257000,68000,12000,75000,81000
2#AC1_8_1_18,308,8,7,2,493313,273000,278167,278167,273000,68000,12000,75000,81000
2#AC1_8_1_19,307,8,7,2,493313,288000,294090,294090,288000,68000,12000,75000,81000
2#AC1_8_1_20,306,8,7,2,493313,303000,310013,310013,303000,68000,12000,75000,81000
2#AC1_8_1_21,305,8,7,2,493313,318900,325936,325936,318900,68000,12000,75000,81000
2#AC1_8_1_22,304,8,7,2,493313,335000,341859,341859,335000,68000,12000,75000,81000
2#AC1_8_2_1,303,8,7,2,493313,353653,357587,357587,353653,68000,12000,75000,81000
2#AC1_8_2_2,302,8,7,2,493313,369576,373510,373510,369576,68000,12000,75000,81000
2#AC1_8_2_3,301,8,7,2,493313,384700,389433,389433,384700,68000,12000,75000,81000
2#AC1_8_2_4,300,8,7,2,493313,402000,405356,405356,402000,68000,12000,75000,81000
2#AC1_8_2_5,299,8,7,2,493313,417345,421279,421279,417345,68000,12000,75000,81000
2#AC1_8_2_6,298,8,7,2,493313,433000,437202,437202,433000,68000,12000,75000,81000
2#AC1_8_2_7,297,8,7,2,493313,449000,453125,453125,449000,68000,12000,75000,81000
2#AC1_8_2_8,296,8,7,2,493313,464900,469048,469048,464900,68000,12000,75000,81000
2#AC1_8_2_9,295,8,7,2,493313,480800,484971,484971,480800,68000,12000,75000,81000
2#AC1_8_2_10,294,8,7,2,493313,496660,500894,500894,496660,68000,12000,75000,81000
2#AC1_8_2_11,293,8,7,2,493313,512600,516817,516817,512600,68000,12000,75000,81000
2#AC1_8_2_12,292,8,7,2,493313,528200,532740,532740,528200,68000,12000,75000,81000
2#AC1_8_2_13,291,8,7,2,493313,543600,548663,548663,543600,68000,12000,75000,81000
2#AC1_8_2_14,290,8,7,2,493313,559000,564586,564586,559000,68000,12000,75000,81000
2#AC1_8_2_15,289,8,7,2,493313,574500,580509,580509,574500,68000,12000,75000,81000
2#AC1_8_2_16,288,8,7,2,493313,590500,596432,596432,590500,68000,12000,75000,81000
2#AC1_8_2_17,287,8,7,2,493313,605000,612355,612355,605000,68000,12000,75000,81000
2#AC1_8_2_18,286,8,7,2,493313,620000,628278,628278,620000,68000,12000,75000,81000
2#AC1_8_2_19,285,8,7,2,493313,637000,644201,644201,637000,68000,12000,75000,81000
2#AC1_8_2_20,284,8,7,2,493313,653000,660124,660124,653000,68000,12000,75000,81000
2#AC1_8_2_21,283,8,7,2,493313,668000,676047,676047,668000,68000,12000,75000,81000
2#AC1_8_2_22,282,8,7,2,493313,684500,691970,691970,684500,68000,12000,75000,81000
2#AC1_8_3_1,281,8,7,2,493313,704257,709866,709866,704257,68000,12000,75000,81000
2#AC1_8_3_2,280,8,7,2,493313,720180,725789,725789,720180,68000,12000,75000,81000
2#AC1_8_3_3,279,8,7,2,493313,736103,741712,741712,736103,68000,12000,75000,81000
2#AC1_8_3_4,278,8,7,2,493313,751026,757635,757635,751026,68000,12000,75000,81000
2#AC1_8_3_5,277,8,7,2,493313,765949,773558,773558,765949,68000,12000,75000,81000
2#AC1_8_3_6,276,8,7,2,493313,781872,789481,789481,781872,68000,12000,75000,81000
2#AC1_8_3_7,275,8,7,2,493313,797795,805404,805404,797795,68000,12000,75000,81000
2#AC1_8_3_8,274,8,7,2,493313,812218,819327,819327,812218,68000,12000,75000,81000
2#AC1_8_3_9,273,8,7,2,493313,830141,835250,835250,830141,68000,12000,75000,81000
2#AC1_8_3_10,272,8,7,2,493313,846064,851173,851173,846064,68000,12000,75000,81000
2#AC1_8_3_11,271,8,7,2,493313,859900,867096,867096,859900,68000,12000,75000,81000
2#AC1_8_3_12,270,8,7,2,493313,875910,883019,883019,875910,68000,12000,75000,81000
2#AC1_8_3_13,269,8,7,2,493313,892833,898942,898942,892833,68000,12000,75000,81000
2#AC1_8_3_14,268,8,7,2,493313,908756,912865,912865,908756,68000,12000,75000,81000
2#AC1_8_3_15,267,8,7,2,493313,924679,928788,928788,924679,68000,12000,75000,81000
2#AC1_8_3_16,266,8,7,2,493313,940602,944711,944711,940602,68000,12000,75000,81000
2#AC1_8_3_17,265,8,7,2,493313,956525,960634,960634,956525,68000,12000,75000,81000
2#AC1_8_3_18,264,8,7,2,493313,972448,976557,976557,972448,68000,12000,75000,81000
2#AC1_8_3_19,263,8,7,2,493313,986371,992480,992480,986371,68000,12000,75000,81000
2#AC1_8_3_20,262,8,7,2,493313,1002294,1008403,1008403,1002294,68000,12000,75000,81000
2#AC1_8_3_21,261,8,7,2,493313,1017717,1024326,1024326,1017717,68000,12000,75000,81000
2#AC1_9_1_1,260,8,7,2,450500,5500,9476,9476,5500,68000,12000,75000,81000
2#AC1_9_1_2,259,8,7,2,450500,20938,25399,25399,20938,68000,12000,75000,81000
2#AC1_9_1_3,258,8,7,2,450500,36861,40822,40822,36861,68000,12000,75000,81000
2#AC1_9_1_4,257,8,7,2,450500,51284,55245,55245,51284,68000,12000,75000,81000
2#AC1_9_1_5,256,8,7,2,450500,67207,71168,71168,67207,68000,12000,75000,81000
2#AC1_9_1_6,255,8,7,2,450500,83130,87091,87091,83130,68000,12000,75000,81000
2#AC1_9_1_7,254,8,7,2,450500,99053,103014,103014,99053,68000,12000,75000,81000
2#AC1_9_1_8,253,8,7,2,450500,114976,118937,118937,114976,68000,12000,75000,81000
2#AC1_9_1_9,252,8,7,2,450500,130899,134860,134860,130899,68000,12000,75000,81000
2#AC1_9_1_10,251,8,7,2,450500,146822,150783,150783,146822,68000,12000,75000,81000
2#AC1_9_1_11,250,8,7,2,450500,162745,166706,166706,162745,68000,12000,75000,81000
2#AC1_9_1_12,249,8,7,2,450500,178668,182629,182629,178668,68000,12000,75000,81000
2#AC1_9_1_13,248,8,7,2,450500,194591,198552,198552,194591,68000,12000,75000,81000
2#AC1_9_1_14,247,8,7,2,450500,210000,214475,214475,210000,68000,12000,75000,81000
2#AC1_9_1_15,246,8,7,2,450500,225400,230398,230398,225400,68000,12000,75000,81000
2#AC1_9_1_16,245,8,7,2,450500,241360,246321,246321,241360,68000,12000,75000,81000
2#AC1_9_1_17,244,8,7,2,450500,257283,262244,262244,257283,68000,12000,75000,81000
2#AC1_9_1_18,243,8,7,2,450500,273206,278167,278167,273206,68000,12000,75000,81000
2#AC1_9_1_19,242,8,7,2,450500,287200,294090,294090,287200,68000,12000,75000,81000
2#AC1_9_1_20,241,8,7,2,450500,303052,310013,310013,303052,68000,12000,75000,81000
2#AC1_9_1_21,240,8,7,2,450500,318975,325936,325936,318975,68000,12000,75000,81000
2#AC1_9_1_22,239,8,7,2,450500,335898,341859,341859,335898,68000,12000,75000,81000
2#AC1_9_2_1,238,8,7,2,451200,354053,357587,357587,354053,68000,12000,75000,81000
2#AC1_9_2_2,237,8,7,2,451200,369976,373510,373510,369976,68000,12000,75000,81000
2#AC1_9_2_3,236,8,7,2,451200,385100,389433,389433,385100,68000,12000,75000,81000
2#AC1_9_2_4,235,8,7,2,451200,402400,405356,405356,402400,68000,12000,75000,81000
2#AC1_9_2_5,234,8,7,2,451200,417745,421279,421279,417745,68000,12000,75000,81000
2#AC1_9_2_6,233,8,7,2,451200,433400,437202,437202,433400,68000,12000,75000,81000
2#AC1_9_2_7,232,8,7,2,451200,449400,453125,453125,449400,68000,12000,75000,81000
2#AC1_9_2_8,231,8,7,2,451200,465300,469048,469048,465300,68000,12000,75000,81000
2#AC1_9_2_9,230,8,7,2,451200,481200,484971,484971,481200,68000,12000,75000,81000
2#AC1_9_2_10,229,8,7,2,451200,497060,500894,500894,497060,68000,12000,75000,81000
2#AC1_9_2_11,228,8,7,2,451200,513000,516817,516817,513000,68000,12000,75000,81000
2#AC1_9_2_12,227,8,7,2,451200,527600,532740,532740,527600,68000,12000,75000,81000
2#AC1_9_2_13,226,8,7,2,451200,543500,548663,548663,543500,68000,12000,75000,81000
2#AC1_9_2_14,225,8,7,2,451200,558900,564586,564586,558900,68000,12000,75000,81000
2#AC1_9_2_15,224,8,7,2,451200,573900,580509,580509,573900,68000,12000,75000,81000
2#AC1_9_2_16,223,8,7,2,451200,589900,596432,596432,589900,68000,12000,75000,81000
2#AC1_9_2_17,222,8,7,2,451200,604800,612355,612355,604800,68000,12000,75000,81000
2#AC1_9_2_18,221,8,7,2,451200,619900,628278,628278,619900,68000,12000,75000,81000
2#AC1_9_2_19,220,8,7,2,451200,637400,644201,644201,637400,68000,12000,75000,81000
2#AC1_9_2_20,219,8,7,2,451200,653400,660124,660124,653400,68000,12000,75000,81000
2#AC1_9_2_21,218,8,7,2,451200,668400,676047,676047,668400,68000,12000,75000,81000
2#AC1_9_2_22,217,8,7,2,451200,684900,691970,691970,684900,68000,12000,75000,81000
2#AC1_9_3_1,216,8,7,2,451200,704657,709866,709866,704657,68000,12000,75000,81000
2#AC1_9_3_2,215,8,7,2,451200,720580,725789,725789,720580,68000,12000,75000,81000
2#AC1_9_3_3,214,8,7,2,451200,736503,741712,741712,736503,68000,12000,75000,81000
2#AC1_9_3_4,213,8,7,2,451200,751426,757635,757635,751426,68000,12000,75000,81000
2#AC1_9_3_5,212,8,7,2,451200,766349,773558,773558,766349,68000,12000,75000,81000
2#AC1_9_3_6,211,8,7,2,451200,782272,789481,789481,782272,68000,12000,75000,81000
2#AC1_9_3_7,210,8,7,2,451200,798195,805404,805404,798195,68000,12000,75000,81000
2#AC1_9_3_8,209,8,7,2,451200,812618,819327,819327,812618,68000,12000,75000,81000
2#AC1_9_3_9,208,8,7,2,451200,830541,835250,835250,830541,68000,12000,75000,81000
2#AC1_9_3_10,207,8,7,2,451200,847464,851173,851173,847464,68000,12000,75000,81000
2#AC1_9_3_11,206,8,7,2,451200,860387,867096,867096,860387,68000,12000,75000,81000
2#AC1_9_3_12,205,8,7,2,451200,876310,883019,883019,876310,68000,12000,75000,81000
2#AC1_9_3_13,204,8,7,2,451200,892233,898942,898942,892233,68000,12000,75000,81000
2#AC1_9_3_14,203,8,7,2,451200,908156,912865,912865,908156,68000,12000,75000,81000
2#AC1_9_3_15,202,8,7,2,451200,923800,928788,928788,923800,68000,12000,75000,81000
2#AC1_9_3_16,201,8,7,2,451000,940002,944711,944711,940002,68000,12000,75000,81000
2#AC1_9_3_17,200,8,7,2,451000,955925,960634,960634,955925,68000,12000,75000,81000
2#AC1_9_3_18,199,8,7,2,451000,971848,976557,976557,971848,68000,12000,75000,81000
2#AC1_9_3_19,198,8,7,2,451000,985771,992480,992480,985771,68000,12000,75000,81000
2#AC1_9_3_20,197,8,7,2,451000,1001694,1008403,1008403,1001694,68000,12000,75000,81000
2#AC1_9_3_21,196,8,7,2,451000,1017117,1024326,1024326,1017117,68000,12000,75000,81000
2#AC1_10_1_1,195,8,7,2,408600,4500,9476,9476,4500,68000,12000,75000,81000
2#AC1_10_1_2,194,8,7,2,408600,20269,25245,25245,20269,68000,12000,75000,81000
2#AC1_10_1_3,193,8,7,2,408600,36038,41014,41014,36038,68000,12000,75000,81000
2#AC1_10_1_4,192,8,7,2,408600,51807,56783,56783,51807,68000,12000,75000,81000
2#AC1_10_1_5,191,8,7,2,408600,67576,72552,72552,67576,68000,12000,75000,81000
2#AC1_10_1_6,190,8,7,2,408600,83345,88321,88321,83345,68000,12000,75000,81000
2#AC1_10_1_7,189,8,7,2,408600,99114,104090,104090,99114,68000,12000,75000,81000
2#AC1_10_1_8,188,8,7,2,408600,114883,119859,119859,114883,68000,12000,75000,81000
2#AC1_10_1_9,187,8,7,2,408600,130652,135628,135628,130652,68000,12000,75000,81000
2#AC1_10_1_10,186,8,7,2,408600,146421,151397,151397,146421,68000,12000,75000,81000
2#AC1_10_1_11,185,8,7,2,408600,162190,167166,167166,162190,68000,12000,75000,81000
2#AC1_10_1_12,184,8,7,2,408600,177959,182935,182935,177959,68000,12000,75000,81000
2#AC1_10_1_13,183,8,7,2,408600,193728,198704,198704,193728,68000,12000,75000,81000
2#AC1_10_1_14,182,8,7,2,408600,209497,214473,214473,209497,68000,12000,75000,81000
2#AC1_10_1_15,181,8,7,2,408600,225266,230242,230242,225266,68000,12000,75000,81000
2#AC1_10_1_16,180,8,7,2,408600,241035,246011,246011,241035,68000,12000,75000,81000
2#AC1_10_1_17,179,8,7,2,408600,256804,261780,261780,256804,68000,12000,75000,81000
2#AC1_10_1_18,178,8,7,2,408600,272573,277549,277549,272573,68000,12000,75000,81000
2#AC1_10_1_19,177,8,7,2,408600,288342,293318,293318,288342,68000,12000,75000,81000
2#AC1_10_1_20,176,8,7,2,408600,304111,309087,309087,304111,68000,12000,75000,81000
2#AC1_10_1_21,175,8,7,2,408600,319880,324856,324856,319880,68000,12000,75000,81000
2#AC1_10_1_22,174,8,7,2,408600,335649,340625,340625,335649,68000,12000,75000,81000
2#AC1_10_2_1,173,8,7,2,408600,353853,357587,357587,353853,68000,12000,75000,81000
2#AC1_10_2_2,172,8,7,2,408600,369622,373356,373356,369622,68000,12000,75000,81000
2#AC1_10_2_3,171,8,7,2,408600,385391,389125,389125,385391,68000,12000,75000,81000
2#AC1_10_2_4,170,8,7,2,408600,401160,404894,404894,401160,68000,12000,75000,81000
2#AC1_10_2_5,169,8,7,2,408600,416929,420663,420663,416929,68000,12000,75000,81000
2#AC1_10_2_6,168,8,7,2,408600,432698,436432,436432,432698,68000,12000,75000,81000
2#AC1_10_2_7,167,8,7,2,408600,448467,452201,452201,448467,68000,12000,75000,81000
2#AC1_10_2_8,166,8,7,2,408600,464236,467970,467970,464236,68000,12000,75000,81000
2#AC1_10_2_9,165,8,7,2,408600,480005,483739,483739,480005,68000,12000,75000,81000
2#AC1_10_2_10,164,8,7,2,408600,495774,499508,499508,495774,68000,12000,75000,81000
2#AC1_10_2_11,163,8,7,2,408600,511543,515277,515277,511543,68000,12000,75000,81000
2#AC1_10_2_12,162,8,7,2,408600,527312,531046,531046,527312,68000,12000,75000,81000
2#AC1_10_2_13,161,8,7,2,408600,543081,546815,546815,543081,68000,12000,75000,81000
2#AC1_10_2_14,160,8,7,2,408600,558850,562584,562584,558850,68000,12000,75000,81000
2#AC1_10_2_15,159,8,7,2,408600,574619,578353,578353,574619,68000,12000,75000,81000
2#AC1_10_2_16,158,8,7,2,408600,590388,594122,594122,590388,68000,12000,75000,81000
2#AC1_10_2_17,157,8,7,2,408600,606157,609891,609891,606157,68000,12000,75000,81000
2#AC1_10_2_18,156,8,7,2,408600,621926,625660,625660,621926,68000,12000,75000,81000
2#AC1_10_2_19,155,8,7,2,408600,637695,641429,641429,637695,68000,12000,75000,81000
2#AC1_10_2_20,154,8,7,2,408600,653464,657198,657198,653464,68000,12000,75000,81000
2#AC1_10_2_21,153,8,7,2,408600,669233,672967,672967,669233,68000,12000,75000,81000
2#AC1_10_2_22,152,8,7,2,408600,685002,688736,688736,685002,68000,12000,75000,81000
2#AC1_10_3_1,151,8,7,2,408600,704000,709866,709866,704000,68000,12000,75000,81000
2#AC1_10_3_2,150,8,7,2,408600,719769,725635,725635,719769,68000,12000,75000,81000
2#AC1_10_3_3,149,8,7,2,408600,735538,741404,741404,735538,68000,12000,75000,81000
2#AC1_10_3_4,148,8,7,2,408600,751307,757173,757173,751307,68000,12000,75000,81000
2#AC1_10_3_5,147,8,7,2,408600,767076,772942,772942,767076,68000,12000,75000,81000
2#AC1_10_3_6,146,8,7,2,408600,782845,788711,788711,782845,68000,12000,75000,81000
2#AC1_10_3_7,145,8,7,2,408600,798614,804480,804480,798614,68000,12000,75000,81000
2#AC1_10_3_8,144,8,7,2,408600,814383,820249,820249,814383,68000,12000,75000,81000
2#AC1_10_3_9,143,8,7,2,408600,830152,836018,836018,830152,68000,12000,75000,81000
2#AC1_10_3_10,142,8,7,2,408600,845921,851787,851787,845921,68000,12000,75000,81000
2#AC1_10_3_11,141,8,7,2,408600,861690,867556,867556,861690,68000,12000,75000,81000
2#AC1_10_3_12,140,8,7,2,408600,877459,883325,883325,877459,68000,12000,75000,81000
2#AC1_10_3_13,139,8,7,2,408600,893228,899094,899094,893228,68000,12000,75000,81000
2#AC1_10_3_14,138,8,7,2,408600,908997,914863,914863,908997,68000,12000,75000,81000
2#AC1_10_3_15,137,8,7,2,408600,924766,930632,930632,924766,68000,12000,75000,81000
2#AC1_10_3_16,136,8,7,2,408600,940535,946401,946401,940535,68000,12000,75000,81000
2#AC1_10_3_17,135,8,7,2,408600,956304,962170,962170,956304,68000,12000,75000,81000
2#AC1_10_3_18,134,8,7,2,408600,972073,977939,977939,972073,68000,12000,75000,81000
2#AC1_10_3_19,133,8,7,2,408600,987842,993708,993708,987842,68000,12000,75000,81000
2#AC1_10_3_20,132,8,7,2,408600,1003611,1009477,1009477,1003611,68000,12000,75000,81000
2#AC1_10_3_21,131,8,7,2,408600,1019380,1025246,1025246,1019380,68000,12000,75000,81000
2#AC1_11_1_1,130,8,7,2,366586,4115,9476,9476,4115,68000,12000,75000,81000
2#AC1_11_1_2,129,8,7,2,366586,19880,25241,25241,19880,68000,12000,75000,81000
2#AC1_11_1_3,128,8,7,2,366586,35645,41006,41006,35645,68000,12000,75000,81000
2#AC1_11_1_4,127,8,7,2,366586,51410,56771,56771,51410,68000,12000,75000,81000
2#AC1_11_1_5,126,8,7,2,366586,67175,72536,72536,67175,68000,12000,75000,81000
2#AC1_11_1_6,125,8,7,2,366586,82940,88301,88301,82940,68000,12000,75000,81000
2#AC1_11_1_7,124,8,7,2,366586,98705,104066,104066,98705,68000,12000,75000,81000
2#AC1_11_1_8,123,8,7,2,366586,114470,119831,119831,114470,68000,12000,75000,81000
2#AC1_11_1_9,122,8,7,2,366586,130235,135596,135596,130235,68000,12000,75000,81000
2#AC1_11_1_10,121,8,7,2,366586,146000,151361,151361,146000,68000,12000,75000,81000
2#AC1_11_1_11,120,8,7,2,366586,161765,167126,167126,161765,68000,12000,75000,81000
2#AC1_11_1_12,119,8,7,2,366586,177530,182891,182891,177530,68000,12000,75000,81000
2#AC1_11_1_13,118,8,7,2,366586,193295,198656,198656,193295,68000,12000,75000,81000
2#AC1_11_1_14,117,8,7,2,366586,209060,214421,214421,209060,68000,12000,75000,81000
2#AC1_11_1_15,116,8,7,2,366586,224825,230186,230186,224825,68000,12000,75000,81000
2#AC1_11_1_16,115,8,7,2,366586,240590,245951,245951,240590,68000,12000,75000,81000
2#AC1_11_1_17,114,8,7,2,366586,256355,261716,261716,256355,68000,12000,75000,81000
2#AC1_11_1_18,113,8,7,2,366586,272120,277481,277481,272120,68000,12000,75000,81000
2#AC1_11_1_19,112,8,7,2,366586,287885,293246,293246,287885,68000,12000,75000,81000
2#AC1_11_1_20,111,8,7,2,366586,303650,309011,309011,303650,68000,12000,75000,81000
2#AC1_11_1_21,110,8,7,2,366586,319415,324776,324776,319415,68000,12000,75000,81000
2#AC1_11_1_22,109,8,7,2,366586,335180,340541,340541,335180,68000,12000,75000,81000
2#AC1_11_2_1,108,8,7,2,366586,353653,357587,357587,353653,68000,12000,75000,81000
2#AC1_11_2_2,107,8,7,2,366586,369418,373352,373352,369418,68000,12000,75000,81000
2#AC1_11_2_3,106,8,7,2,366586,385183,389117,389117,385183,68000,12000,75000,81000
2#AC1_11_2_4,105,8,7,2,366586,400948,404882,404882,400948,68000,12000,75000,81000
2#AC1_11_2_5,104,8,7,2,366586,416713,420647,420647,416713,68000,12000,75000,81000
2#AC1_11_2_6,103,8,7,2,366586,432478,436412,436412,432478,68000,12000,75000,81000
2#AC1_11_2_7,102,8,7,2,366586,448243,452177,452177,448243,68000,12000,75000,81000
2#AC1_11_2_8,101,8,7,2,366586,464008,467942,467942,464008,68000,12000,75000,81000
2#AC1_11_2_9,100,8,7,2,366586,479773,483707,483707,479773,68000,12000,75000,81000
2#AC1_11_2_10,99,8,7,2,366586,495538,499472,499472,495538,68000,12000,75000,81000
2#AC1_11_2_11,98,8,7,2,366586,511303,515237,515237,511303,68000,12000,75000,81000
2#AC1_11_2_12,97,8,7,2,366586,527068,531002,531002,527068,68000,12000,75000,81000
2#AC1_11_2_13,96,8,7,2,366586,542833,546767,546767,542833,68000,12000,75000,81000
2#AC1_11_2_14,95,8,7,2,366586,558598,562532,562532,558598,68000,12000,75000,81000
2#AC1_11_2_15,94,8,7,2,366586,574363,578297,578297,574363,68000,12000,75000,81000
2#AC1_11_2_16,93,8,7,2,366586,590128,594062,594062,590128,68000,12000,75000,81000
2#AC1_11_2_17,92,8,7,2,366586,605893,609827,609827,605893,68000,12000,75000,81000
2#AC1_11_2_18,91,8,7,2,366586,621658,625592,625592,621658,68000,12000,75000,81000
2#AC1_11_2_19,90,8,7,2,366586,637423,641357,641357,637423,68000,12000,75000,81000
2#AC1_11_2_20,89,8,7,2,366586,653188,657122,657122,653188,68000,12000,75000,81000
2#AC1_11_2_21,88,8,7,2,366586,668953,672887,672887,668953,68000,12000,75000,81000
2#AC1_11_2_22,87,8,7,2,366586,684718,688652,688652,684718,68000,12000,75000,81000
2#AC1_11_3_1,86,8,7,2,366586,704257,709866,709866,704257,68000,12000,75000,81000
2#AC1_11_3_2,85,8,7,2,366586,720022,725631,725631,720022,68000,12000,75000,81000
2#AC1_11_3_3,84,8,7,2,366586,735787,741396,741396,735787,68000,12000,75000,81000
2#AC1_11_3_4,83,8,7,2,366586,751552,757161,757161,751552,68000,12000,75000,81000
2#AC1_11_3_5,82,8,7,2,366586,767317,772926,772926,767317,68000,12000,75000,81000
2#AC1_11_3_6,81,8,7,2,366586,783082,788691,788691,783082,68000,12000,75000,81000
2#AC1_11_3_7,80,8,7,2,366586,798847,804456,804456,798847,68000,12000,75000,81000
2#AC1_11_3_8,79,8,7,2,366586,814612,820221,820221,814612,68000,12000,75000,81000
2#AC1_11_3_9,78,8,7,2,366586,830377,835986,835986,830377,68000,12000,75000,81000
2#AC1_11_3_10,77,8,7,2,366586,846142,851751,851751,846142,68000,12000,75000,81000
2#AC1_11_3_11,76,8,7,2,366586,861907,867516,867516,861907,68000,12000,75000,81000
2#AC1_11_3_12,75,8,7,2,366586,877672,883281,883281,877672,68000,12000,75000,81000
2#AC1_11_3_13,74,8,7,2,366586,893437,899046,899046,893437,68000,12000,75000,81000
2#AC1_11_3_14,73,8,7,2,366586,909202,914811,914811,909202,68000,12000,75000,81000
2#AC1_11_3_15,72,8,7,2,366586,924967,930576,930576,924967,68000,12000,75000,81000
2#AC1_11_3_16,71,8,7,2,366586,940732,946341,946341,940732,68000,12000,75000,81000
2#AC1_11_3_17,70,8,7,2,366586,956497,962106,962106,956497,68000,12000,75000,81000
2#AC1_11_3_18,69,8,7,2,366586,972262,977871,977871,972262,68000,12000,75000,81000
2#AC1_11_3_19,68,8,7,2,366586,988027,993636,993636,988027,68000,12000,75000,81000
2#AC1_11_3_20,67,8,7,2,366586,1003792,1009401,1009401,1003792,68000,12000,75000,81000
2#AC1_11_3_21,66,8,7,2,366586,1019557,1025166,1025166,1019557,68000,12000,75000,81000
2#AC1_12_1_1,65,8,7,2,324150,5300,9800,9800,5300,68000,12000,75000,81000
2#AC1_12_1_2,64,8,7,2,324150,21065,25565,25565,21065,68000,12000,75000,81000
2#AC1_12_1_3,63,8,7,2,324150,36830,41330,41330,36830,68000,12000,75000,81000
2#AC1_12_1_4,62,8,7,2,324150,52595,57095,57095,52595,68000,12000,75000,81000
2#AC1_12_1_5,61,8,7,2,324150,68360,72860,72860,68360,68000,12000,75000,81000
2#AC1_12_1_6,60,8,7,2,324150,84125,88625,88625,84125,68000,12000,75000,81000
2#AC1_12_1_7,59,8,7,2,324150,99890,104390,104390,99890,68000,12000,75000,81000
2#AC1_12_1_8,58,8,7,2,324150,115655,120155,120155,115655,68000,12000,75000,81000
2#AC1_12_1_9,57,8,7,2,324150,131420,135920,135920,131420,68000,12000,75000,81000
2#AC1_12_1_10,56,8,7,2,324150,147185,151685,151685,147185,68000,12000,75000,81000
2#AC1_12_1_11,55,8,7,2,324150,162950,167450,167450,162950,68000,12000,75000,81000
2#AC1_12_1_12,54,8,7,2,324150,178715,183215,183215,178715,68000,12000,75000,81000
2#AC1_12_1_13,53,8,7,2,324150,194480,198980,198980,194480,68000,12000,75000,81000
2#AC1_12_1_14,52,8,7,2,324150,210245,214745,214745,210245,68000,12000,75000,81000
2#AC1_12_1_15,51,8,7,2,324150,226010,230510,230510,226010,68000,12000,75000,81000
2#AC1_12_1_16,50,8,7,2,324150,241775,246275,246275,241775,68000,12000,75000,81000
2#AC1_12_1_17,49,8,7,2,324150,257540,262040,262040,257540,68000,12000,75000,81000
2#AC1_12_1_18,48,8,7,2,324150,273305,277805,277805,273305,68000,12000,75000,81000
2#AC1_12_1_19,47,8,7,2,324150,289070,293570,293570,289070,68000,12000,75000,81000
2#AC1_12_1_20,46,8,7,2,324150,304835,309335,309335,304835,68000,12000,75000,81000
2#AC1_12_1_21,45,8,7,2,324150,320600,325100,325100,320600,68000,12000,75000,81000
2#AC1_12_1_22,44,8,7,2,324150,336365,340865,340865,336365,68000,12000,75000,81000
2#AC1_12_2_1,43,8,7,2,324478,353653,361000,361000,353653,68000,12000,75000,81000
2#AC1_12_2_2,42,8,7,2,324478,369418,376765,376765,369418,68000,12000,75000,81000
2#AC1_12_2_3,41,8,7,2,324478,385183,392530,392530,385183,68000,12000,75000,81000
2#AC1_12_2_4,40,8,7,2,324478,400948,408295,408295,400948,68000,12000,75000,81000
2#AC1_12_2_5,39,8,7,2,324478,416713,424060,424060,416713,68000,12000,75000,81000
2#AC1_12_2_6,38,8,7,2,324478,432478,439825,439825,432478,68000,12000,75000,81000
2#AC1_12_2_7,37,8,7,2,324478,448243,455590,455590,448243,68000,12000,75000,81000
2#AC1_12_2_8,36,8,7,2,324478,464008,471355,471355,464008,68000,12000,75000,81000
2#AC1_12_2_9,35,8,7,2,324478,479773,487120,487120,479773,68000,12000,75000,81000
2#AC1_12_2_10,34,8,7,2,324478,495538,502885,502885,495538,68000,12000,75000,81000
2#AC1_12_2_11,33,8,7,2,324478,511303,518650,518650,511303,68000,12000,75000,81000
2#AC1_12_2_12,32,8,7,2,324478,527068,534415,534415,527068,68000,12000,75000,81000
2#AC1_12_2_13,31,8,7,2,324478,542833,550180,550180,542833,68000,12000,75000,81000
2#AC1_12_2_14,30,8,7,2,324478,558598,565945,565945,558598,68000,12000,75000,81000
2#AC1_12_2_15,29,8,7,2,324478,574363,581710,581710,574363,68000,12000,75000,81000
2#AC1_12_2_16,28,8,7,2,324478,590128,597475,597475,590128,68000,12000,75000,81000
2#AC1_12_2_17,27,8,7,2,324478,605893,613240,613240,605893,68000,12000,75000,81000
2#AC1_12_2_18,26,8,7,2,324478,621658,629005,629005,621658,68000,12000,75000,81000
2#AC1_12_2_19,25,8,7,2,324478,637423,644770,644770,637423,68000,12000,75000,81000
2#AC1_12_2_20,24,8,7,2,324478,653188,660535,660535,653188,68000,12000,75000,81000
2#AC1_12_2_21,23,8,7,2,324478,668953,676300,676300,668953,68000,12000,75000,81000
2#AC1_12_2_22,22,8,7,2,324478,684718,692065,692065,684718,68000,12000,75000,81000
2#AC1_12_3_1,21,8,7,2,324550,704000,709866,709866,704000,68000,12000,75000,81000
2#AC1_12_3_2,20,8,7,2,324550,719765,725631,725631,719765,68000,12000,75000,81000
2#AC1_12_3_3,19,8,7,2,324550,735530,741396,741396,735530,68000,12000,75000,81000
2#AC1_12_3_4,18,8,7,2,324550,751295,757161,757161,751295,68000,12000,75000,81000
2#AC1_12_3_5,17,8,7,2,324550,767060,772926,772926,767060,68000,12000,75000,81000
2#AC1_12_3_6,16,8,7,2,324550,782825,788691,788691,782825,68000,12000,75000,81000
2#AC1_12_3_7,15,8,7,2,324550,798590,804456,804456,798590,68000,12000,75000,81000
2#AC1_12_3_8,14,8,7,2,324550,814355,820221,820221,814355,68000,12000,75000,81000
2#AC1_12_3_9,13,8,7,2,324550,830120,835986,835986,830120,68000,12000,75000,81000
2#AC1_12_3_10,12,8,7,2,324550,845885,851751,851751,845885,68000,12000,75000,81000
2#AC1_12_3_11,11,8,7,2,324550,861650,867516,867516,861650,68000,12000,75000,81000
2#AC1_12_3_12,10,8,7,2,324550,877415,883281,883281,877415,68000,12000,75000,81000
2#AC1_12_3_13,9,8,7,2,324550,893180,899046,899046,893180,68000,12000,75000,81000
2#AC1_12_3_14,8,8,7,2,324550,908945,914811,914811,908945,68000,12000,75000,81000
2#AC1_12_3_15,7,8,7,2,324550,924710,930576,930576,924710,68000,12000,75000,81000
2#AC1_12_3_16,6,8,7,2,324550,940475,946341,946341,940475,68000,12000,75000,81000
2#AC1_12_3_17,5,8,7,2,324550,956240,962106,962106,956240,68000,12000,75000,81000
2#AC1_12_3_18,4,8,7,2,324550,972005,977871,977871,972005,68000,12000,75000,81000
2#AC1_12_3_19,3,8,7,2,324550,987770,993636,993636,987770,68000,12000,75000,81000
2#AC1_12_3_20,2,8,7,2,324550,1003535,1009401,1009401,1003535,68000,12000,75000,81000
2#AC1_12_3_21,1,8,7,2,324550,1019300,1025166,1025166,1019300,68000,12000,75000,81000
source/DeviceLibrary/store/InOrOutStoreParam.cs
查看文件 @
0fbcb89
...
...
@@ -64,15 +64,15 @@ namespace OnlineStore.DeviceLibrary
// IsSolderPaste = false;
//}
private
AC
Store
Position
ACStoreP
=
null
;
private
AC
Box
Position
ACStoreP
=
null
;
public
AC
Store
Position
GetACPosition
()
public
AC
Box
Position
GetACPosition
()
{
try
{
if
(
ACStoreP
==
null
)
{
ACStoreP
=
CSVPositionReader
<
AC
Store
Position
>.
GetPositon
(
PositionNum
);
ACStoreP
=
CSVPositionReader
<
AC
Box
Position
>.
GetPositon
(
PositionNum
);
}
}
catch
(
Exception
ex
)
...
...
source/DeviceLibrary/store/KTK_Store.cs
查看文件 @
0fbcb89
...
...
@@ -466,11 +466,11 @@ namespace OnlineStore.DeviceLibrary
}
public
void
IOMove
(
string
IoType
,
IO_VALUE
value
)
{
IOManager
.
IOMove
(
IoType
,
value
,
baseConfig
.
Id
);
IOManager
.
IOMove
(
IoType
,
value
,
baseConfig
.
DeviceID
);
}
public
IO_VALUE
IOValue
(
string
IoType
)
{
return
IOManager
.
IOValue
(
IoType
,
baseConfig
.
Id
);
return
IOManager
.
IOValue
(
IoType
,
baseConfig
.
DeviceID
);
}
public
void
LogInfo
(
string
logInfo
)
...
...
source/LoadCVSLibrary/LoadCSVLibrary.csproj
查看文件 @
0fbcb89
...
...
@@ -47,7 +47,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CSVExection.cs" />
<Compile Include="position\AC
SAStore
Position.cs" />
<Compile Include="position\AC
Box
Position.cs" />
<Compile Include="storeConfig\ConfigItemBase.cs" />
<Compile Include="storeConfig\ConfigProAttribute.cs" />
<Compile Include="storeConfig\config\Store_Config.cs" />
...
...
source/LoadCVSLibrary/position/AC
SAStore
Position.cs
→
source/LoadCVSLibrary/position/AC
Box
Position.cs
查看文件 @
0fbcb89
...
...
@@ -10,7 +10,7 @@ namespace OnlineStore.LoadCSVLibrary
/// <summary>
/// 松下伺服485控制,单台料仓
/// </summary>
public
class
AC
Store
Position
:
StorePostionBase
public
class
AC
Box
Position
:
StorePostionBase
{
/// <summary>
/// 对应的料仓ID(流水线料仓需要用此字段区分哪个BOX)
/// </summary>
...
...
@@ -67,7 +67,7 @@ namespace OnlineStore.LoadCSVLibrary
[
CSVAttribute
(
"进出轴进料口取料点P2"
)]
public
int
InOutAxis_DoorPosition_P2
{
get
;
set
;
}
public
static
bool
CheckPosition
(
AC
Store
Position
position
,
AC_BOX_Config
Config
)
public
static
bool
CheckPosition
(
AC
Box
Position
position
,
AC_BOX_Config
Config
)
{
try
{
...
...
source/LoadCVSLibrary/storeConfig/config/AC_Box_Config.cs
查看文件 @
0fbcb89
...
...
@@ -435,7 +435,37 @@ namespace OnlineStore.LoadCSVLibrary
[
ConfigProAttribute
(
"Humiture_Port"
,
true
)]
public
string
Humiture_Port
{
get
;
set
;
}
/// <summary>
/// PRO,0,扫码的相机名称(多个用#分隔),CameraNameList,Name1#Name1,,,,,
/// </summary>
[
ConfigProAttribute
(
"CameraNameList"
)]
public
string
CameraNameList
{
get
;
set
;
}
/// <summary>
/// PRO,是否是调试状态,IsInDebug,1,,,,,,,
/// </summary>
[
ConfigProAttribute
(
"IsInDebug"
)]
public
int
IsInDebug
{
get
;
set
;
}
private
List
<
string
>
CameraList
=
null
;
public
List
<
string
>
GetCameraList
()
{
if
(
CameraList
==
null
)
{
CameraList
=
new
List
<
string
>();
string
[]
arrayList
=
CameraNameList
.
Split
(
'#'
);
foreach
(
string
str
in
arrayList
)
{
string
camera
=
str
.
Trim
();
if
(
string
.
IsNullOrEmpty
(
camera
).
Equals
(
false
))
{
CameraList
.
Add
(
camera
);
}
}
}
return
CameraList
;
}
protected
override
void
initMustHavePro
()
{
//MustHaveDIList = new List<string>();
...
...
source/LoadCVSLibrary/storeConfig/config/BaseConfig.cs
查看文件 @
0fbcb89
...
...
@@ -16,7 +16,7 @@ namespace OnlineStore.LoadCSVLibrary
/// <summary>
/// ID
/// </summary>
public
int
Id
{
get
;
set
;
}
public
int
DeviceID
{
get
;
set
;
}
/// <summary>
/// 编号,与服务器通信的唯一标识
/// </summary>
...
...
@@ -72,7 +72,7 @@ namespace OnlineStore.LoadCSVLibrary
initMustHavePro
();
MustHaveDIList
=
new
List
<
string
>();
MustHaveDOList
=
new
List
<
string
>();
this
.
Id
=
id
;
this
.
DeviceID
=
id
;
this
.
CID
=
cid
;
this
.
StoreType
=
type
;
this
.
ConfigFilePath
=
filepath
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论