Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
b26a0573
Commit
b26a0573
authored
Jan 11, 2020
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into dev5.5
parents
a8f8dabe
0e43eedb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1342 additions
and
58 deletions
+1342
-58
AssemblyInfo.cs
...LY.Weight/FLY.Weight.UI.Client/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...LY.Weight/FLY.Weight.UI.Server/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
Project.FLY.Weight/FLY.Weight/Properties/AssemblyInfo.cs
+2
-2
WeightSystem.cs
Project.FLY.Weight/FLY.Weight/Server/WeightSystem.cs
+4
-3
graphcustom.xml
Resource/称重/设备连接变量表_53435/graphcustom.xml
+0
-49
54546.MCE
Resource/称重/设备连接变量表_54546_v2/54546.MCE
+0
-0
54546地址表.xlsm
Resource/称重/设备连接变量表_54546_v2/54546地址表.xlsm
+0
-0
WS.xml
Resource/称重/设备连接变量表_54546_v2/Generated/WS.xml
+666
-0
WS.xml
脚本/install/脚本/称重/54546_V2/WS.xml
+666
-0
No files found.
Project.FLY.Weight/FLY.Weight.UI.Client/Properties/AssemblyInfo.cs
View file @
b26a0573
...
...
@@ -51,5 +51,5 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.
0
.0")]
[assembly: AssemblyFileVersion("5.2.
0
.0")]
[assembly: AssemblyVersion("5.2.
3
.0")]
[assembly: AssemblyFileVersion("5.2.
3
.0")]
Project.FLY.Weight/FLY.Weight.UI.Server/Properties/AssemblyInfo.cs
View file @
b26a0573
...
...
@@ -51,5 +51,5 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.1.
2
.0")]
[assembly: AssemblyFileVersion("5.1.
2
.0")]
[assembly: AssemblyVersion("5.1.
3
.0")]
[assembly: AssemblyFileVersion("5.1.
3
.0")]
Project.FLY.Weight/FLY.Weight/Properties/AssemblyInfo.cs
View file @
b26a0573
...
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.1.
2
.0")]
[assembly: AssemblyFileVersion("5.1.
2
.0")]
[assembly: AssemblyVersion("5.1.
3
.0")]
[assembly: AssemblyFileVersion("5.1.
3
.0")]
Project.FLY.Weight/FLY.Weight/Server/WeightSystem.cs
View file @
b26a0573
...
...
@@ -21,7 +21,7 @@ using Misc;
namespace
FLY.Weight.Server
{
public
class
WeightSystem
:
IWeightSystemService
,
Misc
.
ISaveToXml
,
IPropertyOpt
public
class
WeightSystem
:
IWeightSystemService
,
Misc
.
ISaveToXml
,
IPropertyOpt
{
#
region
延时推送
MARKNO
const
int
MARKNO_SAVE
=
1
;
...
...
@@ -38,7 +38,7 @@ namespace FLY.Weight.Server
/// 当卸料时,提起3秒前的数据保存
/// </summary>
List
<
Dictionary
<
WeighterC
,
Lc_Mix
>>
mix10
=
new
List
<
Dictionary
<
WeighterC
,
Lc_Mix
>>();
public
WeighterAccessory
Accessory
{
get
;
}
=
new
WeighterAccessory
();
private
PLCProxySystem
plcos
=
new
PLCProxySystem
();
...
...
@@ -703,7 +703,8 @@ namespace FLY.Weight.Server
foreach
(
var
plc
in
plcos
.
PLCs
)
plc
.
Build
();
//这个是从测厚仪获取的,每几秒就写一次,不调试!!!!!
plcos
.
IgnoreLogProperties
.
Add
(
new
SenderProperty
()
{
sender
=
Accessory
,
propertyName
=
"CurrentVelocitySet"
});
}
...
...
Resource/称重/设备连接变量表_53435/graphcustom.xml
deleted
100644 → 0
View file @
a8f8dabe
<?xml version="1.0" encoding="utf-8"?>
<BulkGraphParam
DynAreaWidth=
"250"
IsReversed=
"False"
>
<Items>
<BulkTabItem
Header=
"自动上料"
ColumnCount=
"1"
RowCount=
"2"
ControllerState=
"SCAN"
>
<Graphs>
<BulkGraphItemCustom
Column=
"0"
Row=
"0"
RowSpan=
"1"
ColumnSpan=
"1"
Module=
"weight.FLY.Weight.UI.Client.MainPageModule"
/>
<BulkGraphItemCustom
Column=
"0"
Row=
"1"
RowSpan=
"1"
ColumnSpan=
"1"
Module=
"weight.FLY.Weight.UI.Client.GraphModule"
/>
</Graphs>
</BulkTabItem>
<BulkTabItem
Header=
"自动风环"
ColumnCount=
"1"
RowCount=
"4"
ControllerState=
"SCAN"
>
<Graphs>
<BulkGraphItemScan2
Column=
"0"
Row=
"0"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"True"
ChartType=
"Column"
BM=
"-2"
/>
<BulkGraphItemScan2
Column=
"0"
Row=
"1"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"True"
ChartType=
"Column"
BM=
"-1"
/>
<BulkGraphItemCustom
Column=
"0"
Row=
"2"
RowSpan=
"2"
ColumnSpan=
"1"
Module=
"feedbackrenzijia.FLY.FeedbackRenZiJia.UI.Client.MainPageModule"
/>
</Graphs>
</BulkTabItem>
<BulkTabItem
Header=
"扫 描"
ColumnCount=
"1"
RowCount=
"4"
ControllerState=
"SCAN"
>
<Graphs>
<BulkGraphItemScan
Column=
"0"
Row=
"0"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"True"
ChartType=
"Column"
BM=
"-3"
/>
<BulkGraphItemScan
Column=
"0"
Row=
"1"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"True"
ChartType=
"Column"
BM=
"-2"
/>
<BulkGraphItemScan
Column=
"0"
Row=
"2"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"True"
ChartType=
"Column"
BM=
"-1"
/>
<BulkGraphItemScan
Column=
"0"
Row=
"3"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"True"
ChartType=
"Column"
BM=
"0"
/>
</Graphs>
</BulkTabItem>
<BulkTabItem
Header=
"扫描环形"
ColumnCount=
"1"
RowCount=
"1"
ControllerState=
"SCAN"
>
<Graphs>
<BulkGraphItemCircular
Column=
"0"
Row=
"0"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"1"
IsAutoTarget=
"False"
IsPercent=
"False"
BM=
"-1"
BoltNoWithManual1st=
"1"
ManualCnt=
"8"
MPIsRight=
"True"
/>
</Graphs>
</BulkTabItem>
<BulkTabItem
Header=
"2σ趋势图"
ColumnCount=
"1"
RowCount=
"2"
ControllerState=
"SCAN"
>
<Graphs>
<BulkGraphItemScan
Column=
"0"
Row=
"0"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"扫描图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"False"
ChartType=
"Column"
BM=
"-1"
/>
<BulkGraphItemTrend
Column=
"0"
Row=
"1"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"趋势图"
Mix=
"1"
YRangePercent=
"3"
IsAutoTarget=
"True"
IsPercent=
"True"
Len=
"120"
BeginNo=
"0"
EndNo=
"20"
IsAll=
"True"
Type=
"Sigma2"
XType=
"Time"
/>
</Graphs>
</BulkTabItem>
<BulkTabItem
Header=
"定 点"
ColumnCount=
"1"
RowCount=
"2"
ControllerState=
"SCAN"
>
<Graphs>
<BulkGraphItemFix
Column=
"0"
Row=
"0"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"3s 定点图"
Mix=
"1"
IsAutoTarget=
"True"
IsPercent=
"True"
Len=
"1000"
Interval=
"1000"
AnalyzeModule=
"FFT.FLY.FFT.FFTC"
/>
<BulkGraphItemFix
Column=
"0"
Row=
"1"
RowSpan=
"1"
ColumnSpan=
"1"
Title=
"0.1s 定点图"
Mix=
"10"
IsAutoTarget=
"True"
IsPercent=
"True"
Len=
"500"
Interval=
"50"
AnalyzeModule=
"FFT.FLY.FFT.FFTC"
/>
</Graphs>
</BulkTabItem>
</Items>
<DynAreaItems>
<DynAreaItem
Module=
"feedbackrenzijia.FLY.FeedbackRenZiJia.UI.Client.DynAreaModule"
/>
<DynAreaItem
Module=
"weight.FLY.Weight.UI.Client.DynAreaModule"
/>
</DynAreaItems>
</BulkGraphParam>
\ No newline at end of file
Resource/称重/设备连接变量表_54546_v2/54546.MCE
0 → 100644
View file @
b26a0573
File added
Resource/称重/设备连接变量表_54546_v2/54546地址表.xlsm
0 → 100644
View file @
b26a0573
File added
Resource/称重/设备连接变量表_54546_v2/Generated/WS.xml
0 → 100644
View file @
b26a0573
<?xml version="1.0" encoding="utf-8"?>
<PLCGroup>
<Devices>
<PLCDevice
EP=
"192.168.50.2:502"
/>
<PLCDevice
EP=
"192.168.50.1:502"
/>
<PLCDevice
EP=
"192.168.50.3:502"
/>
<PLCDevice
EP=
"192.168.50.4:502"
/>
<PLCDevice
EP=
"192.168.50.5:502"
/>
</Devices>
<Variables>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3702"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3704"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3706"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3710"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3712"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3802"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3804"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3806"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3830"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3832"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1000"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1000"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1000"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1004"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1004"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1005"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1005"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1004"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1005"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6304"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6304"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6304"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18592"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18592"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18596"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18596"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18592"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18596"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"17368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_5"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64521"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64521"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64522"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64522"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64521"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64522"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6322"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6322"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6322"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18610"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18610"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18614"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18614"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18610"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18614"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6324"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6324"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6324"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18612"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18612"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18616"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18616"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18612"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18616"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"14798"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"14798"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14798"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14800"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"14789"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"14789"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14788"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14789"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"17378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"14793"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"14793"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14792"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14793"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"15868"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"15868"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"15868"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"15870"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"500"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"500"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"500"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57844"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57844"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57845"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57845"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57844"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57845"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"510"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"510"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"510"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57854"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57854"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57855"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57855"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57854"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57855"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3800"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Accessory"
PropertyName=
"TotalFlowSetting"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3700"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Accessory"
PropertyName=
"TotalFlow"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"600"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"TotalProduction"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13302"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"WheelPerimeter"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13304"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"WheelPulse"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13320"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"Density"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"3"
Type=
"bool"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"IsRimNoRecycle"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13596"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"RimCharge"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13328"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"Thickness"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13338"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"CurrentVelocity"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13988"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Accessory"
PropertyName=
"CurrentVelocitySet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13318"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"TotalFilmWidth"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13492"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"RimWidth"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13494"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ActFilmWidth"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13394"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"SetThickness"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13414"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"TargetVelocity"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13640"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ACurrentLen"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13524"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ACurrent"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13890"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ALast"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13642"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BCurrentLen"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13514"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BCurrent"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13888"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BLast"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"2"
Type=
"bool"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"AClear"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"1"
Type=
"bool"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BClear"
/>
</Variables>
</PLCGroup>
\ No newline at end of file
脚本/install/脚本/称重/54546_V2/WS.xml
0 → 100644
View file @
b26a0573
<?xml version="1.0" encoding="utf-8"?>
<PLCGroup>
<Devices>
<PLCDevice
EP=
"192.168.50.2:502"
/>
<PLCDevice
EP=
"192.168.50.1:502"
/>
<PLCDevice
EP=
"192.168.50.3:502"
/>
<PLCDevice
EP=
"192.168.50.4:502"
/>
<PLCDevice
EP=
"192.168.50.5:502"
/>
</Devices>
<Variables>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"970"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AlarmIsOn"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"971"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsAlarmReseted"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6320"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"CumulativeProduction"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"184"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixBucketWeight"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"20"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BucketValveIsOpen"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"35"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixIsOn"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"160"
Type=
"Int32"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"BinWeight"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2398"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"CurrentFlow"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2144"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FlowSetting"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3702"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3704"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3706"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3710"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3712"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewPDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3802"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3804"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3806"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3830"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3832"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewPSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2320"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewMotorFreq"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2308"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewManualFreq"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"350"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewManualFreqIsSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"910"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewIsAutoMode"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"150"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewMotorIsOn"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1000"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1000"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1000"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1001"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1004"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1004"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1003"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1005"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixPSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1005"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixPSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1004"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1005"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixPSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6304"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6304"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6304"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6308"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6312"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18592"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18592"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6316"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18596"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixPDisp_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18596"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixPDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18592"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18596"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixPDisp_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3080"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"17368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17368"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3084"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp_5"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17372"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64514"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64515"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64521"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64521"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64516"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64522"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixLight_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64522"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixLight_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64521"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64522"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixLight_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"64517"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixUnload"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6012"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6300"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6322"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6322"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6322"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6326"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6330"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18610"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18610"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6334"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18614"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCum_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18614"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCum_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18610"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18614"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCum_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6324"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6324"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6324"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6328"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6332"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18612"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18612"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6336"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18616"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MixCumPercent_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18616"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"MixCumPercent_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18612"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18616"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"MixCumPercent_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"156"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ClearProduction"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"3000"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FlowCalMethodIsA"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2170"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FlowDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2002"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FilterParam"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2610"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"SwitchLv"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2040"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"UpDownGain"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2034"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"PGain"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2004"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ITime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2050"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"AdjustFactor"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2022"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AdjustUpper"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2023"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AdjustLower"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2662"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableLvSwitch"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2762"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"PIDLimit"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2000"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"SampleTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2030"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"PIDResult"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2058"
Type=
"Int16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"PIDAdjust"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2700"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewCurrentSpeed"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2003"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"PGainDisp"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2520"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"UnloadingTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2521"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ZeroStableTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2374"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"FlowSwitchEnable"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2132"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"SampleTimeSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2324"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"ScrewMotorRatedFreq"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"1184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"WeightStableTime"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2182"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MaterialLowLimitSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2140"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"AlarmDeviationSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[0]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[1]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[2]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[3]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2620"
Type=
"UInt16"
Scale=
"0.01"
OwnerName=
"Items[4]"
PropertyName=
"WeightCorrectFactor"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2184"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"LackErrorSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3680"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"MixingTimeSet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2510"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2512"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2514"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2516"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"14798"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedingDeviation_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"14798"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedingDeviation_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14798"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14800"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedingDeviation_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3026"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"18314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"FeedSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"18314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"FeedSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17314"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"FeedSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2500"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2501"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2502"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2503"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"14789"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"InitTime_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"14789"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"InitTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14788"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14789"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"InitTime_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"6090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"5090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"4090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[1]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[3]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3090"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"17378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[0]"
PropertyName=
"MinTime_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"17378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[2]"
PropertyName=
"MinTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"18378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"17378"
Type=
"UInt16"
Scale=
"0.001"
OwnerName=
"Items[4]"
PropertyName=
"MinTime_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2504"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2505"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2506"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[1]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[3]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"2507"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"14793"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[0]"
PropertyName=
"StableTime_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"14793"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[2]"
PropertyName=
"StableTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14792"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"14793"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Items[4]"
PropertyName=
"StableTime_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3580"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3582"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3584"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"3586"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"15868"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"BinAlarmSet_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"4"
Addr=
"15868"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"BinAlarmSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"15868"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"4"
Addr=
"15870"
Type=
"UInt16"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"BinAlarmSet_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"500"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"500"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"500"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"501"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"502"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57844"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57844"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"503"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57845"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfLack_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57845"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfLack_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57844"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57845"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfLack_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"510"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"510"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"510"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_1"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"511"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"512"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57854"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57854"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"513"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_4"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"57855"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfAdd_5"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"57855"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfAdd_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57854"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_5"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"57855"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfAdd_6"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"681"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfScrewLack"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"684"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfScrewFlow"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"1"
Addr=
"63490"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfBlender"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"1"
Addr=
"63491"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfScram"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"1"
Addr=
"63492"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfBlender2"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"2"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[2]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"3"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[3]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"4"
Mode=
"0"
Addr=
"1300"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[4]"
PropertyName=
"IsErrorOfBlender3"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3800"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Accessory"
PropertyName=
"TotalFlowSetting"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"3700"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Accessory"
PropertyName=
"TotalFlow"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"600"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"TotalProduction"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13302"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"WheelPerimeter"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13304"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"WheelPulse"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13320"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"Density"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"3"
Type=
"bool"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"IsRimNoRecycle"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13596"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"RimCharge"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13328"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"Thickness"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13338"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"CurrentVelocity"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13988"
Type=
"UInt16"
Scale=
"0.1"
OwnerName=
"Accessory"
PropertyName=
"CurrentVelocitySet"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13318"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"TotalFilmWidth"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13492"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"RimWidth"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13494"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ActFilmWidth"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13394"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"SetThickness"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13414"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"TargetVelocity"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13640"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ACurrentLen"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13524"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ACurrent"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13890"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"ALast"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13642"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BCurrentLen"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13514"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BCurrent"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"4"
Addr=
"13888"
Type=
"float"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BLast"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"2"
Type=
"bool"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"AClear"
/>
<PLCVariable
DeviceIndex=
"1"
Mode=
"0"
Addr=
"1"
Type=
"bool"
Scale=
"1"
OwnerName=
"Accessory"
PropertyName=
"BClear"
/>
</Variables>
</PLCGroup>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment