Commit fd85ec70 authored by 潘栩锋's avatar 潘栩锋 :bicyclist:

完成主界面

parent cb001aeb
......@@ -6,7 +6,7 @@
xmlns:local="clr-namespace:FLY.IntegratedControl.UI.Client.UIModule"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
mc:Ignorable="d"
Title="Page_Main">
Title="Page_Main" d:DesignWidth="1024" d:DesignHeight="1000">
<Page.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
......@@ -23,7 +23,14 @@
<sys:Double x:Key="FontSize_title">15</sys:Double>
<sys:Double x:Key="FontSize_unit">12</sys:Double>
<sys:Double x:Key="FontSize_context_min">32</sys:Double>
<sys:Double x:Key="FontSize_context_max">48</sys:Double>
<sys:Double x:Key="MaxHeight_viewer1">130</sys:Double>
<Geometry x:Key="Geometry_manual">
M354.304 402.31822222222223V220.84266666666667c0-67.01511111111111 54.385777777777776-121.2871111111111 121.2871111111111-121.2871111111111s121.2871111111111 54.385777777777776 121.2871111111111 121.2871111111111v181.47555555555556c58.70933333333333-39.25333333333333 97.05244444444445-105.81333333333333 97.05244444444445-181.47555555555556 0-120.832-97.50755555555557-218.33955555555553-218.33955555555553-218.33955555555553s-218.33955555555553 97.50755555555557-218.33955555555553 218.33955555555553c0 75.66222222222223 38.343111111111114 142.22222222222223 97.05244444444445 181.47555555555556z m477.5253333333333 224.7111111111111l-220.27377777777778-109.68177777777778c-8.305777777777777-3.4133333333333336-16.95288888888889-5.347555555555556-26.168888888888887-5.347555555555556H548.4088888888889V220.84266666666667c0-40.27733333333333-32.54044444444445-72.81777777777778-72.81777777777778-72.81777777777778s-72.81777777777778 32.54044444444445-72.81777777777778 72.81777777777778v521.216l-166.4568888888889-34.92977777777777c-3.868444444444444-0.45511111111111113-7.281777777777778-1.479111111111111-11.605333333333332-1.479111111111111-15.018666666666665 0-28.671999999999997 6.257777777777777-38.343111111111114 16.042666666666666l-38.343111111111114 38.79822222222222 239.72977777777774 239.72977777777774c13.084444444444443 13.084444444444443 31.516444444444446 21.390222222222224 51.42755555555556 21.390222222222224h329.5004444444445c36.40888888888889 0 64.512-26.737777777777776 69.85955555555554-62.12266666666667l36.40888888888889-255.77244444444443c0.45511111111111113-3.4133333333333336 1.024-6.826666666666667 1.024-9.671111111111111 0-30.15111111111111-18.432-56.31999999999999-44.145777777777774-67.01511111111111z
</Geometry>
<Style TargetType="{x:Type ToggleButton}" x:Key="ToggleButtonStyle02" >
<Setter Property="Template">
<Setter.Value>
......@@ -50,23 +57,126 @@
</Setter.Value>
</Setter>
</Style>
<local:ToggleButtonText x:Key="tbt_inletAir" IsCheckText="运行" NoCheckText="停止"/>
<local:ToggleButtonText x:Key="tbt_outletAir" IsCheckText="运行" NoCheckText="停止"/>
<local:ToggleButtonText x:Key="tbt_IBC" IsCheckText="自动" NoCheckText="手动"/>
<local:ToggleButtonText x:Key="tbt_am" IsCheckText="自动" NoCheckText="手动"/>
<local:ToggleButtonText x:Key="tbt_rs" IsCheckText="运行" NoCheckText="停止"/>
</ResourceDictionary>
</Page.Resources>
<Grid>
<Grid d:DataContext="{StaticResource unitests_ic}">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition/>
<RowDefinition Height="2*"/>
<RowDefinition Height="3*"/>
<RowDefinition Height="3*"/>
<RowDefinition Height="4*"/>
</Grid.RowDefinitions>
<Grid x:Name="grid_ibc" d:DataContext="{StaticResource unitests_ibc}"/>
<local:IBCCtrlGraph x:Name="ibcCtrlGraph" Grid.Row="1" MinHeight="400"/>
<Border Margin="5" CornerRadius="5" Background="{StaticResource Color_theme_background}" DataContext="{Binding DataContext,ElementName=grid_ibc}">
<Viewbox MaxHeight="300" HorizontalAlignment="Left" VerticalAlignment="Top">
<StackPanel Orientation="Horizontal">
<Grid Margin="30,10">
<Border Grid.Row="0" Margin="5" CornerRadius="5" Background="{StaticResource Color_theme_background}" >
<Viewbox HorizontalAlignment="Left" VerticalAlignment="Top">
<StackPanel Orientation="Horizontal" Height="220">
<Grid Margin="10" VerticalAlignment="Center">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<TextBlock Grid.Row="0" Grid.Column="0" Text="显示" FontSize="27" Margin="3,0" Foreground="{StaticResource Color_theme_static}"/>
<StackPanel Grid.Row="1" Grid.Column="0" Orientation="Vertical" Margin="3,0">
<TextBlock Text="设定" FontSize="27" Foreground="{StaticResource Color_theme_activity}"/>
</StackPanel>
<StackPanel Grid.Row="0" Grid.Column="1" Orientation="Horizontal" VerticalAlignment="Top">
<TextBlock Text="{Binding TractionVelocity,StringFormat={}{0:F1}}" Style="{StaticResource TextBlockStyle_FieldContent}" FontSize="48"/>
<TextBlock Text="m/min" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="21.6" />
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Column="2" Background="#FF636363">
<StackPanel Orientation="Horizontal" Margin="7,3">
<TextBlock Text="牵引" FontSize="27" Foreground="White"/>
<TextBlock Text="速度" FontSize="63" Foreground="White"/>
</StackPanel>
</StackPanel>
<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" >
<StackPanel Orientation="Horizontal">
<Button Style="{StaticResource ButtonStyle_empty}" Background="Transparent" Click="button_v_set_Click">
<StackPanel Orientation="Horizontal" VerticalAlignment="Top">
<TextBlock Text="{Binding TractionVelocitySet,StringFormat={}{0:F1}}" Style="{StaticResource TextBlockStyle_FieldContent}" FontSize="86.4" Foreground="DarkBlue" VerticalAlignment="Bottom"/>
<TextBlock Text="m/min" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="21.6"/>
</StackPanel>
</Button>
</StackPanel>
</Grid>
<StackPanel Grid.Column="2" Grid.Row="1" HorizontalAlignment="Right" VerticalAlignment="Bottom">
<StackPanel Orientation="Horizontal" Grid.Column="3">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsTractionOn}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="运行中" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_rs}" Grid.Row="1" Grid.Column="3" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding TractionOn}"/>
</StackPanel>
</Grid>
<Grid Margin="60,10" VerticalAlignment="Center">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" Background="#FF636363">
<StackPanel Orientation="Horizontal" Margin="7,3">
<TextBlock Text="气垫" FontSize="35" Foreground="White"/>
<TextBlock Text="辊风机" FontSize="12" Foreground="White"/>
</StackPanel>
</StackPanel>
<StackPanel Grid.Column="1" Grid.RowSpan="2">
<StackPanel Orientation="Horizontal" >
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryForw}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="运行中" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_rs}" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding IsAirCushionOn}"/>
</StackPanel>
</Grid>
</StackPanel>
</Viewbox>
</Border>
<Border Grid.Row="1" Margin="5" CornerRadius="5" Background="{StaticResource Color_theme_background}" >
<Viewbox HorizontalAlignment="Left" VerticalAlignment="Top">
<StackPanel Orientation="Horizontal" Height="220">
<Grid Margin="50,10,10,10" VerticalAlignment="Center">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
......@@ -76,6 +186,272 @@
<ColumnDefinition Width="auto"/>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<StackPanel Grid.Row="0" Grid.ColumnSpan="2" Orientation="Vertical">
<TextBlock Grid.Row="0" Grid.Column="0" Text="显示" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_static}"/>
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding RotaryFreqSet,StringFormat={}{0:F1}}" Style="{StaticResource TextBlockStyle_FieldContent}" FontSize="26" />
<TextBlock Text="Hz" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}" />
</StackPanel>
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Column="2" Background="#FF636363">
<StackPanel Orientation="Horizontal" Margin="7,3">
<TextBlock Text="旋转" FontSize="35" Foreground="White"/>
<TextBlock Text=" 塔 " FontSize="15" Foreground="White"/>
</StackPanel>
</StackPanel>
<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" >
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" Margin="10,0,0,0">
<TextBox Text="{Binding RotaryFreq,StringFormat={}{0:F1}}" Style="{StaticResource TextBoxStyle_FieldContent}" Foreground="{StaticResource Color_theme_text_activity}" VerticalAlignment="Bottom" FontSize="48"/>
<TextBlock Text="Hz" Style="{StaticResource TextBlockStyle_FieldContent_mm}"/>
</StackPanel>
<Button HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,-30,-30,0" Style="{StaticResource ButtonStyle_empty}" Background="Transparent" Click="button_rotaryBackw_Click" >
<Grid Style="{StaticResource GridStyle_ButtonShadow}">
<Ellipse Stretch="Fill" Fill="{StaticResource Color_theme_minus}" Height="60" Width="60"/>
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center">
<Run Text="反" FontSize="28"/><Run Text="转"/>
</TextBlock>
</Grid>
</Button>
</Grid>
<Button Style="{StaticResource ButtonStyle_empty}" Click="button_rotaryForw_Click" Margin="-30,0,0,-80" Grid.Row="1" Grid.Column="0" VerticalAlignment="Top">
<Grid Style="{StaticResource GridStyle_ButtonShadow}">
<Ellipse Stretch="Fill" Fill="{StaticResource Color_theme_plus}" Height="60" Width="60"/>
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center">
<Run Text="正" FontSize="28"/><Run Text="转"/>
</TextBlock>
</Grid>
</Button>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_rs}" Grid.Row="2" Grid.ColumnSpan="3" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding IsRotaryOn}"/>
<Button x:Name="button_rorg" Style="{StaticResource ButtonStyle_empty}" Grid.Column="3" Grid.Row="1" Grid.RowSpan="2" Background="Transparent" VerticalAlignment="Bottom" Margin="10">
<Grid Style="{StaticResource GridStyle_ButtonShadow}">
<Grid Width="60" >
<Ellipse Fill="White" Stretch="Uniform" Width="40" Height="40" VerticalAlignment="Center" HorizontalAlignment="Center"/>
<Path Data="{StaticResource Geometry_origin}" Stretch="Uniform">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryOrg}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
</Grid>
<TextBlock Padding="2" Foreground="White" VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="0,0,0,-10" >
<TextBlock.Style>
<Style TargetType="TextBlock" BasedOn="{StaticResource TextBlockStyle_FieldHeader}">
<Setter Property="Background" Value="{StaticResource Color_theme_static}"/>
<Setter Property="Text" Value="复位"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryOrg}" Value="True">
<Setter Property="Background" Value="{StaticResource Color_theme_activity}"/>
<Setter Property="Text" Value="复位中"/>
</DataTrigger>
</Style.Triggers>
</Style>
</TextBlock.Style>
</TextBlock>
</Grid>
</Button>
</Grid>
<WrapPanel Orientation="Horizontal" Margin="10" VerticalAlignment="Center" >
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryForw}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="正转运转中" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
<StackPanel Orientation="Horizontal">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryBackw}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="反转运转中" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
</StackPanel>
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryForwTurn}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="正转换向" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
<StackPanel Orientation="Horizontal">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryOrgSign}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="复位原点" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
<StackPanel Orientation="Horizontal">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryBackwTurn}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="反转换向" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
</StackPanel>
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryForwLimit}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="正向限位" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
<StackPanel Orientation="Horizontal">
<Path Data="{StaticResource Geometry_light}" Stretch="Uniform" Width="30" Margin="2">
<Path.Style>
<Style TargetType="Path">
<Setter Property="Fill" Value="{StaticResource Color_theme_static}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding IsRotaryBackwLimit}" Value="True">
<Setter Property="Fill" Value="{StaticResource Color_theme_activity}"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Path.Style>
</Path>
<TextBlock Text="反向限位" Style="{StaticResource TextBlockStyle_FieldHeader}" VerticalAlignment="Center"/>
</StackPanel>
</StackPanel>
</WrapPanel>
</StackPanel>
</Viewbox>
</Border>
<Border Grid.Row="2" Margin="5" CornerRadius="5" Background="{StaticResource Color_theme_background}" >
<Viewbox HorizontalAlignment="Left" VerticalAlignment="Top">
<StackPanel Orientation="Horizontal" Height="220">
<Grid Margin="30,10">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical">
<TextBlock Text="折径显示" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_static}"/>
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding FilmWidth,StringFormat={}{0:F0}}" Style="{StaticResource TextBlockStyle_FieldContent}" FontSize="26" />
<TextBlock Text="mm" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}" />
</StackPanel>
</StackPanel>
<TextBlock Text="IBC" Grid.Column="1" FontSize="35" Margin="3" Padding="20,0" Background="#FF636363" Foreground="White"/>
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.ColumnSpan="2">
<StackPanel Orientation="Vertical">
<TextBlock Grid.Row="0" Grid.Column="0" Text="折径设置" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_activity}"/>
<StackPanel Orientation="Horizontal">
<TextBox Text="{Binding FilmWidthSet,StringFormat={}{0:F0}}" Style="{StaticResource TextBoxStyle_FieldContent}" Foreground="{StaticResource Color_theme_text_activity}" VerticalAlignment="Bottom"/>
<TextBlock Text="mm" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}"/>
</StackPanel>
</StackPanel>
<TextBlock Text="|" Style="{StaticResource TextBlockStyle_FieldContent_mm_interval}" Foreground="{StaticResource Color_theme_minus}"/>
<StackPanel Orientation="Vertical">
<TextBlock Grid.Row="0" Grid.Column="0" Text="误差校正" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_minus}"/>
<StackPanel Orientation="Horizontal">
<TextBox Text="{Binding ErrorCorrection,StringFormat={}{0:F0}}" Style="{StaticResource TextBoxStyle_FieldContent}" Foreground="DarkRed" VerticalAlignment="Bottom" FontSize="26"/>
<TextBlock Text="mm" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}" />
</StackPanel>
</StackPanel>
</StackPanel>
<Grid Grid.Row="2" Grid.ColumnSpan="2" >
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<Button Style="{StaticResource ButtonStyle_empty}" Background="Transparent" Click="button_k123_Click" Margin="-20,5,20,5" VerticalAlignment="Top" HorizontalAlignment="Left">
<Grid Style="{StaticResource GridStyle_ButtonShadow}">
<Border CornerRadius="5" Background="{StaticResource Color_theme_plus}">
<Path Margin="10" Width="60" Height="50" Stretch="Fill" Stroke="White" StrokeThickness="3" Data="M150,200 L0,300 M150,200 L300,300 M150,200 L150,0 M150,0 0,300 300,300 Z" />
</Border>
<TextBlock Text="膜泡校正" Foreground="White" FontWeight="Bold" VerticalAlignment="Bottom" HorizontalAlignment="Center" Background="{StaticResource Color_theme_activity}" Margin="0,0,0,-10" FontSize="{StaticResource FontSize_title}"/>
</Grid>
</Button>
<ToggleButton Grid.Column="1" Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_am}" Margin="5" IsChecked="{Binding IsIBCAuto}"/>
</Grid>
</Grid>
<Grid Margin="10,10,60,10" Width="200" VerticalAlignment="Center">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
......@@ -93,7 +469,7 @@
<TextBlock Text="风机" FontSize="15" Foreground="White"/>
</StackPanel>
</StackPanel>
<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" >
......@@ -108,7 +484,7 @@
<Button HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,-30,-30,0" Style="{StaticResource ButtonStyle_empty}" Background="Transparent" Click="button_inletAir_minus_Click" >
<Grid Style="{StaticResource GridStyle_ButtonShadow}">
<Ellipse Fill="White" Stretch="Fill"/>
<Path Data="{StaticResource Geometry_minus-circle}" Fill="{StaticResource Color_theme_minus}" Stretch="Fill" Height="60" Width="60" />
</Grid>
......@@ -120,9 +496,9 @@
<Path Data="{StaticResource Geometry_plus-circle}" Fill="{StaticResource Color_theme_plus}" Stretch="Fill" Height="60" Width="60" />
</Grid>
</Button>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_inletAir}" Grid.Row="2" Grid.ColumnSpan="3" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding IsInletAirOn}"/>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_rs}" Grid.Row="2" Grid.ColumnSpan="3" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding IsInletAirOn}"/>
</Grid>
<Grid Margin="30,10">
<Grid Margin="10,10,60,10" Width="200" VerticalAlignment="Center">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
......@@ -175,64 +551,62 @@
<Path Data="{StaticResource Geometry_plus-circle}" Fill="{StaticResource Color_theme_plus}" Stretch="Fill" Height="60" Width="60" />
</Grid>
</Button>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_outletAir}" Grid.Row="2" Grid.ColumnSpan="3" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding IsOutletAirOn}"/>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_rs}" Grid.Row="2" Grid.ColumnSpan="3" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding IsOutletAirOn}"/>
</Grid>
<Grid Margin="30,10">
<Grid Margin="10,10,60,10" Width="200" VerticalAlignment="Center">
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical">
<StackPanel Grid.Row="0" Grid.ColumnSpan="2" Orientation="Vertical">
<TextBlock Text="折径显示" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_static}"/>
<TextBlock Grid.Row="0" Grid.Column="0" Text="显示" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_static}"/>
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding FilmWidth,StringFormat={}{0:F0}}" Style="{StaticResource TextBlockStyle_FieldContent}" FontSize="26" />
<TextBlock Text="mm" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}" />
<TextBlock Text="{Binding ExCoolFreq,StringFormat={}{0:F1}}" Style="{StaticResource TextBlockStyle_FieldContent}" FontSize="26" />
<TextBlock Text="Hz" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}" />
</StackPanel>
</StackPanel>
<TextBlock Text="IBC" Grid.Column="1" FontSize="35" Margin="3" Padding="20,0" Background="#FF636363" Foreground="White"/>
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.ColumnSpan="2">
<StackPanel Orientation="Vertical">
<TextBlock Grid.Row="0" Grid.Column="0" Text="折径设置" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_activity}"/>
<StackPanel Orientation="Horizontal">
<TextBox Text="{Binding FilmWidthSet,StringFormat={}{0:F0}}" Style="{StaticResource TextBoxStyle_FieldContent}" Foreground="{StaticResource Color_theme_text_activity}" VerticalAlignment="Bottom"/>
<TextBlock Text="mm" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}"/>
</StackPanel>
</StackPanel>
<TextBlock Text="|" Style="{StaticResource TextBlockStyle_FieldContent_mm_interval}" Foreground="{StaticResource Color_theme_minus}"/>
<StackPanel Orientation="Vertical">
<TextBlock Grid.Row="0" Grid.Column="0" Text="误差校正" FontSize="{StaticResource FontSize_title}" Margin="3,0" Foreground="{StaticResource Color_theme_minus}"/>
<StackPanel Orientation="Horizontal">
<TextBox Text="{Binding ErrorCorrection,StringFormat={}{0:F0}}" Style="{StaticResource TextBoxStyle_FieldContent}" Foreground="DarkRed" VerticalAlignment="Bottom" FontSize="26"/>
<TextBlock Text="mm" Style="{StaticResource TextBlockStyle_FieldContent_mm}" FontSize="{StaticResource FontSize_unit}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Column="2" Background="#FF636363">
<StackPanel Orientation="Horizontal" Margin="7,3">
<TextBlock Text="外冷" FontSize="35" Foreground="White"/>
<TextBlock Text="风机" FontSize="15" Foreground="White"/>
</StackPanel>
</StackPanel>
<Grid Grid.Row="2" Grid.ColumnSpan="2" >
<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" >
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal">
<TextBox Text="{Binding ExCoolFreqSet,StringFormat={}{0:F1}}" Style="{StaticResource TextBoxStyle_FieldContent}" Foreground="{StaticResource Color_theme_text_activity}" VerticalAlignment="Bottom" FontSize="48"/>
<TextBlock Text="Hz" Style="{StaticResource TextBlockStyle_FieldContent_mm}" />
</StackPanel>
<Button Style="{StaticResource ButtonStyle_empty}" Background="Transparent" Click="button_k123_Click" Margin="-20,5,20,5" VerticalAlignment="Top" HorizontalAlignment="Left">
<Button HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,-30,-30,0" Style="{StaticResource ButtonStyle_empty}" Background="Transparent" Click="button_ExCool_minus_Click" >
<Grid Style="{StaticResource GridStyle_ButtonShadow}">
<Border CornerRadius="5" Background="{StaticResource Color_theme_plus}">
<Path Margin="10" Width="60" Height="50" Stretch="Fill" Stroke="White" StrokeThickness="3" Data="M150,200 L0,300 M150,200 L300,300 M150,200 L150,0 M150,0 0,300 300,300 Z" />
</Border>
<TextBlock Text="膜泡校正" Foreground="White" FontWeight="Bold" VerticalAlignment="Bottom" HorizontalAlignment="Center" Background="{StaticResource Color_theme_activity}" Margin="0,0,0,-10" FontSize="{StaticResource FontSize_title}"/>
<Ellipse Fill="White" Stretch="Fill"/>
<Path Data="{StaticResource Geometry_minus-circle}" Fill="{StaticResource Color_theme_minus}" Stretch="Fill" Height="60" Width="60" />
</Grid>
</Button>
<ToggleButton Grid.Column="1" Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_IBC}" Margin="5" IsChecked="{Binding IsIBCAuto}"/>
</Grid>
<Button Style="{StaticResource ButtonStyle_empty}" Background="Transparent" Click="button_ExCool_plus_Click" Margin="-10,0,0,-80" Grid.Row="1" Grid.Column="0" VerticalAlignment="Top">
<Grid Style="{StaticResource GridStyle_ButtonShadow}">
<Ellipse Fill="White" Stretch="Fill"/>
<Path Data="{StaticResource Geometry_plus-circle}" Fill="{StaticResource Color_theme_plus}" Stretch="Fill" Height="60" Width="60" />
</Grid>
</Button>
<ToggleButton Style="{StaticResource ToggleButtonStyle02}" Tag="{StaticResource tbt_rs}" Grid.Row="2" Grid.ColumnSpan="3" HorizontalAlignment="Right" Margin="5" IsChecked="{Binding IsExCoolOn}"/>
</Grid>
</StackPanel>
</Viewbox>
......
......@@ -82,6 +82,11 @@ namespace FLY.IntegratedControl.UI.Client.UIModule
w.Owner = FLY.ControlLibrary.COMMON.GetWindow(this);
w.ShowDialog();
}
private void button_ExCool_plus_Click(object sender, RoutedEventArgs e)
{
}
}
public class ToggleButtonText
{
......
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:FLY.IntegratedControl.UI.Client.UnitTests"
xmlns:ibc_common="clr-namespace:FLY.IntegratedControl.Common;assembly=FLY.IntegratedControl">
<ibc_common:ICData x:Key="unitests_ibc"
xmlns:ic_common="clr-namespace:FLY.IntegratedControl.Common;assembly=FLY.IntegratedControl">
<ic_common:ICData x:Key="unitests_ic"
IsIBCAuto = "True"
IsOutletAirOn="True"
......@@ -12,7 +12,7 @@
InletAirFreq="30.1"
OutletAirFreq="29"
InletAirFreqSet="30"
InletAirFreqSet="30"
OutletAirFreqSet="28"
BubbleCorrR="1234"
......
......@@ -85,12 +85,12 @@ namespace FLY.IntegratedControl.Common
/// <summary>
/// 外冷运行频率(Hz)
/// </summary>
public float IsExCoolFreq { get; set; }
public float ExCoolFreq { get; set; }
/// <summary>
/// 外冷设定频率(Hz)
/// </summary>
public float IsExCoolFreqSet { get; set; }
public float ExCoolFreqSet { get; set; }
/// <summary>
/// K1
......@@ -203,9 +203,9 @@ namespace FLY.IntegratedControl.Common
public float TractionVRatio { get; set; }
/// <summary>
/// 牵引速度
/// 牵引速度(内部)
/// </summary>
public float TractionVelocity { get; set; }
public float TractionVelocityInner { get; set; }
/// <summary>
/// 区间2设置
......@@ -283,14 +283,14 @@ namespace FLY.IntegratedControl.Common
public float RotationDefaultFreq { get; set; }
/// <summary>
/// 螺杆速度
/// 牵引速度
/// </summary>
public float ScrewVelocity { get; set; }
public float TractionVelocity { get; set; }
/// <summary>
/// 螺杆速度设置
/// 牵引速度设置
/// </summary>
public float ScrewVelocitySet { get; set; }
public float TractionVelocitySet { get; set; }
/// <summary>
/// 主牵引运行指示
......
......@@ -5,14 +5,14 @@ using System.Text;
using System.ComponentModel;
using System.Reflection;
using System.Diagnostics;
using System.Windows.Media;
namespace FLY.IBC.Common
namespace FLY.IntegratedControl.Common
{
public class IBCData:INotifyPropertyChanged
public class ICData : INotifyPropertyChanged
{
public IBCData()
public ICData()
{
}
......@@ -203,9 +203,9 @@ namespace FLY.IBC.Common
public float TractionVRatio { get; set; }
/// <summary>
/// 牵引速度
/// 牵引速度(内部)
/// </summary>
public float TractionVelocity { get; set; }
public float TractionVelocityInner { get; set; }
/// <summary>
/// 区间2设置
......@@ -283,14 +283,14 @@ namespace FLY.IBC.Common
public float RotationDefaultFreq { get; set; }
/// <summary>
/// 螺杆速度
/// 牵引速度
/// </summary>
public float ScrewVelocity { get; set; }
public float TractionVelocity { get; set; }
/// <summary>
/// 螺杆速度设置
/// 牵引速度设置
/// </summary>
public float ScrewVelocitySet { get; set; }
public float TractionVelocitySet { get; set; }
/// <summary>
/// 主牵引运行指示
......
......@@ -41,7 +41,7 @@
<PLCVariable DeviceIndex="0" Mode="4" Addr="3502" Type="float" Scale="1" OwnerName="Item" PropertyName="VelocityFactor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3504" Type="float" Scale="1" OwnerName="Item" PropertyName="TractionDiameter" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3506" Type="float" Scale="1" OwnerName="Item" PropertyName="TractionVRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3524" Type="uint16" Scale="1" OwnerName="Item" PropertyName="TractionVelocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3524" Type="uint16" Scale="1" OwnerName="Item" PropertyName="TractionVelocityInner" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="306" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area2Set" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1201" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area2P" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1202" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area2I" />
......@@ -57,8 +57,8 @@
<PLCVariable DeviceIndex="0" Mode="4" Addr="5010" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="InletAirDefaultFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3580" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="TractionDefaultFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5104" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="RotationDefaultFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3542" Type="float" Scale="1" OwnerName="Item" PropertyName="ScrewVelocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3500" Type="float" Scale="1" OwnerName="Item" PropertyName="ScrewVelocitySet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3542" Type="float" Scale="1" OwnerName="Item" PropertyName="TractionVelocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3500" Type="float" Scale="1" OwnerName="Item" PropertyName="TractionVelocitySet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="177" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsTractionOn" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="176" Type="bool" Scale="1" OwnerName="Item" PropertyName="TractionOn" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64517" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsAirCushionOn" />
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File added
File added
v2.0.0-20190706
1. 趨Ƶʸı D2308(uint16,0.1) ->D1700(float)
\ No newline at end of file
<?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" />
</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="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="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="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="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="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="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="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="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="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="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="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="1" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="ScrewManualFreq" />
<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="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="1" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1000" 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="1000" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1001" 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="1001" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1002" 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="1002" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1003" 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="1003" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6304" 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="6304" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6308" 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="6308" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6312" 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="6312" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6316" 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="6316" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6080" 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="6080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="5080" 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="5080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="4080" 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="4080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="3080" 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="3080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6084" 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="6084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="5084" 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="5084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="4084" 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="4084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="3084" 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="2" Mode="4" Addr="3084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_4" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64513" 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="64513" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_1" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64514" 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="64514" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_2" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64515" 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="64515" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_3" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64516" 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="64516" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_4" />
<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="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="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="1" Mode="4" Addr="6322" 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="6322" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6326" 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="6326" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6330" 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="6330" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6334" 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="6334" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6324" 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="6324" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6328" 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="6328" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6332" 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="6332" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6336" 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="6336" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_4" />
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="1" Mode="0" Addr="500" 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="500" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_1" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="501" 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="501" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_2" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="502" 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="502" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_3" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="503" 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="503" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_4" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="510" 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="510" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_1" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="511" 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="511" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_2" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="512" 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="512" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_3" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="513" 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="513" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_4" />
<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="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="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="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="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="1" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfMixerMotor" />
<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
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace FLY.Weight.Common
{
public class WeighterAccessory:INotifyPropertyChanged
{
#region 辅助代码生成
/// <summary>
/// 总流量设定
/// </summary>
public float TotalFlowSetting { get; set; }
/// <summary>
/// 总流量显示
/// </summary>
public float TotalFlow { get; set; }
/// <summary>
/// 总产量
/// </summary>
public float TotalProduction { get; set; }
/// <summary>
/// 码轮周长mm
/// </summary>
public float WheelPerimeter { get; set; }
/// <summary>
/// 码轮脉冲
/// </summary>
public float WheelPulse { get; set; }
/// <summary>
/// 平均密度
/// </summary>
public float Density { get; set; }
/// <summary>
/// 边料不回收
/// </summary>
public bool IsRimNoRecycle { get; set; }
/// <summary>
/// 边料kg/h
/// </summary>
public float RimCharge { get; set; }
/// <summary>
/// 厚度um
/// </summary>
public float Thickness { get; set; }
/// <summary>
/// 当前线速度m/min
/// </summary>
public float CurrentVelocity { get; set; }
/// <summary>
/// 当前线速度设置m/min
/// </summary>
public float CurrentVelocitySet { get; set; }
/// <summary>
/// 吹膜宽度mm
/// </summary>
public float TotalFilmWidth { get; set; }
/// <summary>
/// 切边mm
/// </summary>
public float RimWidth { get; set; }
/// <summary>
/// 收卷宽度mm
/// </summary>
public float ActFilmWidth { get; set; }
/// <summary>
/// 设定厚度um
/// </summary>
public float SetThickness { get; set; }
/// <summary>
/// 理论速度m/min
/// </summary>
public float TargetVelocity { get; set; }
/// <summary>
/// 内收卷当前m
/// </summary>
public float ACurrentLen { get; set; }
/// <summary>
/// 内收卷当前kg
/// </summary>
public float ACurrent { get; set; }
/// <summary>
/// 内收卷上卷kg
/// </summary>
public float ALast { get; set; }
/// <summary>
/// 外收卷当前m
/// </summary>
public float BCurrentLen { get; set; }
/// <summary>
/// 外收卷当前kg
/// </summary>
public float BCurrent { get; set; }
/// <summary>
/// 外收卷上卷kg
/// </summary>
public float BLast { get; set; }
/// <summary>
/// 内收卷清零
/// </summary>
public bool AClear { get; set; }
/// <summary>
/// 外收卷清零
/// </summary>
public bool BClear { get; set; }
#endregion
public event PropertyChangedEventHandler PropertyChanged;
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel;
using System.Reflection;
using System.Diagnostics;
using System.Windows.Media;
using FLY.OBJComponents.IService;
namespace FLY.Weight.Common
{
public class WeighterC:INotifyPropertyChanged,IPropertyOpt
{
public WeighterC(string number, int binCnt)
{
Number = number;
BinCnt = binCnt;
BinsBinding();
}
public event PropertyChangedEventHandler PropertyChanged;
#region IWeighterC实现
/// <summary>
/// 名称:A,B,C,D,E
/// </summary>
public string Number { get; set; }
/// <summary>
/// 颜色
/// </summary>
public Brush Color { get; set; }
/// <summary>
/// 料仓数
/// </summary>
public int BinCnt { get; protected set; }
#endregion
#region 辅助代码生成
/// <summary>
/// 报警开关
/// </summary>
public bool AlarmIsOn { get; set; }
/// <summary>
/// 报警复位
/// </summary>
public bool IsAlarmReseted { get; set; }
/// <summary>
/// 累计产量
/// </summary>
public float CumulativeProduction { get; set; }
/// <summary>
/// 配料斗重量显示
/// </summary>
public float MixBucketWeight { get; set; }
/// <summary>
/// 配料斗阀门
/// </summary>
public bool BucketValveIsOpen { get; set; }
/// <summary>
/// 配料操作
/// </summary>
public bool MixIsOn { get; set; }
/// <summary>
/// 失重仓重量
/// </summary>
public float BinWeight { get; set; }
/// <summary>
/// 当前产量
/// </summary>
public float CurrentFlow { get; set; }
/// <summary>
/// 设定产量
/// </summary>
public float FlowSetting { get; set; }
/// <summary>
/// 运行比例
/// </summary>
public float ScrewPDisp { get; set; }
/// <summary>
/// 设定比例
/// </summary>
public float ScrewPSet { get; set; }
/// <summary>
/// 运行频率
/// </summary>
public float ScrewMotorFreq { get; set; }
/// <summary>
/// 设定频率
/// </summary>
public float ScrewManualFreq { get; set; }
/// <summary>
/// 螺杆模式
/// </summary>
public bool ScrewIsAutoMode { get; set; }
/// <summary>
/// 螺杆操作
/// </summary>
public bool ScrewMotorIsOn { get; set; }
/// <summary>
/// 配料数据保存
/// </summary>
public bool IsMixSave { get; set; }
/// <summary>
/// 1#比例设定
/// </summary>
public float MixPSet_1 { get; set; }
/// <summary>
/// 2#比例设定
/// </summary>
public float MixPSet_2 { get; set; }
/// <summary>
/// 3#比例设定
/// </summary>
public float MixPSet_3 { get; set; }
/// <summary>
/// 4#比例设定
/// </summary>
public float MixPSet_4 { get; set; }
/// <summary>
/// 1#比例显示
/// </summary>
public float MixPDisp_1 { get; set; }
/// <summary>
/// 2#比例显示
/// </summary>
public float MixPDisp_2 { get; set; }
/// <summary>
/// 3#比例显示
/// </summary>
public float MixPDisp_3 { get; set; }
/// <summary>
/// 4#比例显示
/// </summary>
public float MixPDisp_4 { get; set; }
/// <summary>
/// 1#重量设定
/// </summary>
public float MixSet_1 { get; set; }
/// <summary>
/// 2#重量设定
/// </summary>
public float MixSet_2 { get; set; }
/// <summary>
/// 3#重量设定
/// </summary>
public float MixSet_3 { get; set; }
/// <summary>
/// 4#重量设定
/// </summary>
public float MixSet_4 { get; set; }
/// <summary>
/// 1#重量显示
/// </summary>
public float MixDisp_1 { get; set; }
/// <summary>
/// 2#重量显示
/// </summary>
public float MixDisp_2 { get; set; }
/// <summary>
/// 3#重量显示
/// </summary>
public float MixDisp_3 { get; set; }
/// <summary>
/// 4#重量显示
/// </summary>
public float MixDisp_4 { get; set; }
/// <summary>
/// 1#放料
/// </summary>
public bool MixLight_1 { get; set; }
/// <summary>
/// 2#放料
/// </summary>
public bool MixLight_2 { get; set; }
/// <summary>
/// 3#放料
/// </summary>
public bool MixLight_3 { get; set; }
/// <summary>
/// 4#放料
/// </summary>
public bool MixLight_4 { get; set; }
/// <summary>
/// 配料斗卸载
/// </summary>
public bool MixUnload { get; set; }
/// <summary>
/// 配料斗重量设置
/// </summary>
public float MixSet { get; set; }
/// <summary>
/// 配料斗重量显示
/// </summary>
public float MixDisp { get; set; }
/// <summary>
/// 1#累计重量
/// </summary>
public float MixCum_1 { get; set; }
/// <summary>
/// 2#累计重量
/// </summary>
public float MixCum_2 { get; set; }
/// <summary>
/// 3#累计重量
/// </summary>
public float MixCum_3 { get; set; }
/// <summary>
/// 4#累计重量
/// </summary>
public float MixCum_4 { get; set; }
/// <summary>
/// 1#累计百分比
/// </summary>
public float MixCumPercent_1 { get; set; }
/// <summary>
/// 2#累计百分比
/// </summary>
public float MixCumPercent_2 { get; set; }
/// <summary>
/// 3#累计百分比
/// </summary>
public float MixCumPercent_3 { get; set; }
/// <summary>
/// 4#累计百分比
/// </summary>
public float MixCumPercent_4 { get; set; }
/// <summary>
/// 产量清零
/// </summary>
public bool ClearProduction { get; set; }
/// <summary>
/// 流量方式
/// </summary>
public bool FlowCalMethodIsA { get; set; }
/// <summary>
/// 流量反馈
/// </summary>
public float FlowDisp { get; set; }
/// <summary>
/// 滤波系数设定
/// </summary>
public float FilterParam { get; set; }
/// <summary>
/// 切换级别设定
/// </summary>
public float SwitchLv { get; set; }
/// <summary>
/// 升降增益设定
/// </summary>
public float UpDownGain { get; set; }
/// <summary>
/// 比例增益设定
/// </summary>
public float PGain { get; set; }
/// <summary>
/// 积分时间设定
/// </summary>
public float ITime { get; set; }
/// <summary>
/// 调节系数设定
/// </summary>
public float AdjustFactor { get; set; }
/// <summary>
/// 调节上限设定
/// </summary>
public float AdjustUpper { get; set; }
/// <summary>
/// 调节下限设定
/// </summary>
public float AdjustLower { get; set; }
/// <summary>
/// 稳定级别切换
/// </summary>
public float StableLvSwitch { get; set; }
/// <summary>
/// PID调节限幅
/// </summary>
public float PIDLimit { get; set; }
/// <summary>
/// 采样时间
/// </summary>
public float SampleTime { get; set; }
/// <summary>
/// PID结果
/// </summary>
public float PIDResult { get; set; }
/// <summary>
/// PID调节
/// </summary>
public float PIDAdjust { get; set; }
/// <summary>
/// 实际速度
/// </summary>
public float ScrewCurrentSpeed { get; set; }
/// <summary>
/// 比例增益
/// </summary>
public float PGainDisp { get; set; }
/// <summary>
/// 卸料时间
/// </summary>
public float UnloadingTime { get; set; }
/// <summary>
/// 零位稳定时间
/// </summary>
public float ZeroStableTime { get; set; }
/// <summary>
/// 流量切换允许
/// </summary>
public float FlowSwitchEnable { get; set; }
/// <summary>
/// 取样时间设定(s)
/// </summary>
public float SampleTimeSet { get; set; }
/// <summary>
/// 额定频率(Hz)
/// </summary>
public float ScrewMotorRatedFreq { get; set; }
/// <summary>
/// 重量稳定时间(s)
/// </summary>
public float WeightStableTime { get; set; }
/// <summary>
/// 料位下限设定(kg)
/// </summary>
public float MaterialLowLimitSet { get; set; }
/// <summary>
/// 报警偏差设定(%)
/// </summary>
public float AlarmDeviationSet { get; set; }
/// <summary>
/// 重量校正系数
/// </summary>
public float WeightCorrectFactor { get; set; }
/// <summary>
/// 缺料报警设定(kg)
/// </summary>
public float LackErrorSet { get; set; }
/// <summary>
/// 搅拌时间设定(s)
/// </summary>
public float MixingTimeSet { get; set; }
/// <summary>
/// 1次补料偏差
/// </summary>
public float FeedingDeviation_1 { get; set; }
/// <summary>
/// 2次补料偏差
/// </summary>
public float FeedingDeviation_2 { get; set; }
/// <summary>
/// 3次补料偏差
/// </summary>
public float FeedingDeviation_3 { get; set; }
/// <summary>
/// 4次补料偏差
/// </summary>
public float FeedingDeviation_4 { get; set; }
/// <summary>
/// 1次加料设定
/// </summary>
public float FeedSet_1 { get; set; }
/// <summary>
/// 2次加料设定
/// </summary>
public float FeedSet_2 { get; set; }
/// <summary>
/// 3次加料设定
/// </summary>
public float FeedSet_3 { get; set; }
/// <summary>
/// 4次加料设定
/// </summary>
public float FeedSet_4 { get; set; }
/// <summary>
/// 1#初始时间
/// </summary>
public float InitTime_1 { get; set; }
/// <summary>
/// 2#初始时间
/// </summary>
public float InitTime_2 { get; set; }
/// <summary>
/// 3#初始时间
/// </summary>
public float InitTime_3 { get; set; }
/// <summary>
/// 4#初始时间
/// </summary>
public float InitTime_4 { get; set; }
/// <summary>
/// 1#最小时间
/// </summary>
public float MinTime_1 { get; set; }
/// <summary>
/// 2#最小时间
/// </summary>
public float MinTime_2 { get; set; }
/// <summary>
/// 3#最小时间
/// </summary>
public float MinTime_3 { get; set; }
/// <summary>
/// 4#最小时间
/// </summary>
public float MinTime_4 { get; set; }
/// <summary>
/// 1#稳重时间
/// </summary>
public float StableTime_1 { get; set; }
/// <summary>
/// 2#稳重时间
/// </summary>
public float StableTime_2 { get; set; }
/// <summary>
/// 3#稳重时间
/// </summary>
public float StableTime_3 { get; set; }
/// <summary>
/// 4#稳重时间
/// </summary>
public float StableTime_4 { get; set; }
/// <summary>
/// 1次料仓报警设定
/// </summary>
public float BinAlarmSet_1 { get; set; }
/// <summary>
/// 2次料仓报警设定
/// </summary>
public float BinAlarmSet_2 { get; set; }
/// <summary>
/// 3次料仓报警设定
/// </summary>
public float BinAlarmSet_3 { get; set; }
/// <summary>
/// 4次料仓报警设定
/// </summary>
public float BinAlarmSet_4 { get; set; }
/// <summary>
/// No.1料仓缺料报警
/// </summary>
public bool IsErrorOfLack_1 { get; set; }
/// <summary>
/// No.2料仓缺料报警
/// </summary>
public bool IsErrorOfLack_2 { get; set; }
/// <summary>
/// No.3料仓缺料报警
/// </summary>
public bool IsErrorOfLack_3 { get; set; }
/// <summary>
/// No.4料仓缺料报警
/// </summary>
public bool IsErrorOfLack_4 { get; set; }
/// <summary>
/// No.1料斗加料异常
/// </summary>
public bool IsErrorOfAdd_1 { get; set; }
/// <summary>
/// No.2料斗加料异常
/// </summary>
public bool IsErrorOfAdd_2 { get; set; }
/// <summary>
/// No.3料斗加料异常
/// </summary>
public bool IsErrorOfAdd_3 { get; set; }
/// <summary>
/// No.4料斗加料异常
/// </summary>
public bool IsErrorOfAdd_4 { get; set; }
/// <summary>
/// 螺杆缺料报警
/// </summary>
public bool IsErrorOfScrewLack { get; set; }
/// <summary>
/// 螺杆流量超偏差报警
/// </summary>
public bool IsErrorOfScrewFlow { get; set; }
/// <summary>
/// 搅拌电机报警
/// </summary>
public bool IsErrorOfBlender { get; set; }
/// <summary>
/// 急停开启
/// </summary>
public bool IsErrorOfScram { get; set; }
/// <summary>
/// 搅拌电机开机
/// </summary>
public bool IsErrorOfBlender2 { get; set; }
/// <summary>
/// 搅拌电机故障
/// </summary>
public bool IsErrorOfMixerMotor { get; set; }
#endregion
public void BinsReBinding(int bincnt)
{
BinCnt = bincnt;
BinsBinding();
}
/// <summary>
/// 料仓,混料参数 绑定到 对应的队列
/// </summary>
void BinsBinding()
{
Ingredients.Clear();
for (int i = 0; i < BinCnt; i++)
{
int no = i + 1;
IngredientCell ingredient = new IngredientCell();
ingredient.Number = no.ToString();
Misc.BindingOperations.SetBinding(this, "MixPSet_" + no.ToString(), ingredient, "MixPSet", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "MixPDisp_" + no.ToString(), ingredient, "MixPDisp", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "MixCumPercent_" + no.ToString(), ingredient, "MixCumPercent", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "MixSet_" + no.ToString(), ingredient, "MixSet", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "MixDisp_" + no.ToString(), ingredient, "MixDisp", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "MixCum_" + no.ToString(), ingredient, "MixCum", Misc.BindingOperations.BindingMode.TwoWay);
Ingredients.Add(ingredient);
}
IngredientParams.Clear();
for (int i = 0; i < BinCnt; i++)
{
int no = i + 1;
IngredientParamCell ingredientParam = new IngredientParamCell();
ingredientParam.Number = no.ToString();
Misc.BindingOperations.SetBinding(this, "FeedingDeviation_" + no.ToString(), ingredientParam, "FeedingDeviation", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "FeedSet_" + no.ToString(), ingredientParam, "FeedSet", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "InitTime_" + no.ToString(), ingredientParam, "InitTime", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "MinTime_" + no.ToString(), ingredientParam, "MinTime", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "StableTime_" + no.ToString(), ingredientParam, "StableTime", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(this, "BinAlarmSet_" + no.ToString(), ingredientParam, "BinAlarmSet", Misc.BindingOperations.BindingMode.TwoWay);
IngredientParams.Add(ingredientParam);
}
}
public string[] GetSyncPropNames()
{
return null;
}
public string[] GetNoSyncPropNames()
{
return new string[] {
"Number",
"Color",
"BinCnt",
"Ingredients",
"IngredientParams"
};
}
#region 混料料仓队列
public List<IngredientCell> Ingredients { get; } = new List<IngredientCell>();
#endregion
#region 混料参数队列
public List<IngredientParamCell> IngredientParams { get; } = new List<IngredientParamCell>();
#endregion
}
public class IngredientCell : INotifyPropertyChanged
{
/// <summary>
/// 颜色
/// </summary>
public Brush Color { get; set; }
/// <summary>
/// 序号
/// </summary>
public string Number { get; set; }
private bool mixLight;
/// <summary>
/// 混料 进行中
/// </summary>
public bool MixLight
{
get { return mixLight; }
set
{
if (mixLight != value)
{
mixLight = value;
NotifyPropertyChanged("MixLight");
}
}
}
private float mixPSet;
/// <summary>
/// 比例设定
/// </summary>
public float MixPSet
{
get { return mixPSet; }
set
{
if (mixPSet != value)
{
mixPSet = value;
NotifyPropertyChanged("MixPSet");
}
}
}
private float mixPDisp;
/// <summary>
/// 比例显示
/// </summary>
public float MixPDisp
{
get { return mixPDisp; }
set
{
if (mixPDisp != value)
{
mixPDisp = value;
NotifyPropertyChanged("MixPDisp");
}
}
}
private float mixCumPercent;
/// <summary>
/// 累计重量比例
/// </summary>
public float MixCumPercent
{
get { return mixCumPercent; }
set
{
if (mixCumPercent != value)
{
mixCumPercent = value;
NotifyPropertyChanged("MixCumPercent");
}
}
}
private float mixset;
/// <summary>
/// 重量设定
/// </summary>
public float MixSet
{
get { return mixset; }
set
{
if (mixset != value)
{
mixset = value;
NotifyPropertyChanged("MixSet");
}
}
}
private float mixdisp;
/// <summary>
/// 重量显示
/// </summary>
public float MixDisp
{
get { return mixdisp; }
set
{
if (mixdisp != value)
{
mixdisp = value;
NotifyPropertyChanged("MixDisp");
}
}
}
private float mixcum;
/// <summary>
/// 累计重量
/// </summary>
public float MixCum
{
get { return mixcum; }
set
{
if (mixcum != value)
{
mixcum = value;
NotifyPropertyChanged("MixCum");
}
}
}
public IngredientCell()
{
}
protected void NotifyPropertyChanged(string propertyname)
{
if (PropertyChanged != null)
{
PropertyChanged.Invoke(this, new PropertyChangedEventArgs(propertyname));
}
}
public event PropertyChangedEventHandler PropertyChanged;
}
public class IngredientParamCell : INotifyPropertyChanged
{
/// <summary>
/// 序号
/// </summary>
public string Number { get; set; }
private float feedingDeviation;
/// <summary>
/// 补料偏差
/// </summary>
public float FeedingDeviation
{
get { return feedingDeviation; }
set
{
if (feedingDeviation != value)
{
feedingDeviation = value;
NotifyPropertyChanged("FeedingDeviation");
}
}
}
private float feedSet;
/// <summary>
/// 加料设定
/// </summary>
public float FeedSet
{
get { return feedSet; }
set
{
if (feedSet != value)
{
feedSet = value;
NotifyPropertyChanged("FeedSet");
}
}
}
private float initTime;
/// <summary>
/// 初始时间
/// </summary>
public float InitTime
{
get { return initTime; }
set
{
if (initTime != value)
{
initTime = value;
NotifyPropertyChanged("InitTime");
}
}
}
private float minTime;
/// <summary>
/// 最小时间
/// </summary>
public float MinTime
{
get { return minTime; }
set
{
if (minTime != value)
{
minTime = value;
NotifyPropertyChanged("MinTime");
}
}
}
private float stableTime;
/// <summary>
/// 稳重时间
/// </summary>
public float StableTime
{
get { return stableTime; }
set
{
if (stableTime != value)
{
stableTime = value;
NotifyPropertyChanged("StableTime");
}
}
}
private float binAlarmSet;
/// <summary>
/// 料仓报警设定
/// </summary>
public float BinAlarmSet
{
get { return binAlarmSet; }
set
{
if (binAlarmSet != value)
{
binAlarmSet = value;
NotifyPropertyChanged("BinAlarmSet");
}
}
}
public IngredientParamCell()
{
}
protected void NotifyPropertyChanged(string propertyname)
{
if (PropertyChanged != null)
{
PropertyChanged.Invoke(this, new PropertyChangedEventArgs(propertyname));
}
}
public event PropertyChangedEventHandler PropertyChanged;
}
}
$root_path = $PSScriptRoot
$src_path = $root_path + "\WS.xml"
$dest_dir = $root_path + "\..\..\..\..\Project.FLY.Weight\FLY.Weight.UI.Server\bin\Debug\Gage1"
$dest_path = $dest_dir + "\WS.xml"
if(-not (Test-Path $dest_dir))
{
echo $dest_dir
mkdir $dest_dir
}
echo WS.xml
cp $src_path $dest_path
echo Ƴɹ
pause
\ No newline at end of file
$root_path = $PSScriptRoot
$src_path = $root_path + "\WS_local_test.xml"
$dest_dir = $root_path + "\..\..\..\..\Project.FLY.Weight\FLY.Weight.UI.Server\bin\Debug\Gage1"
$dest_path = $dest_dir + "\WS.xml"
if(-not (Test-Path $dest_dir))
{
echo $dest_dir
mkdir $dest_dir
}
echo WS.xml
cp $src_path $dest_path
echo Ƴɹ
pause
\ No newline at end of file
No preview for this file type
<?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="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="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="3" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[3]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="4" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[4]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1000" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1001" 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="1001" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1002" 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="1002" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1003" 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="1003" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1004" 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="1004" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1005" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="MixPSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="1005" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1005" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6304" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6308" 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="6308" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6312" 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="6312" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6316" 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="6316" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18592" 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="18592" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18596" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixPDisp_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18596" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="18596" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5080" 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="5080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4080" 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="4080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3080" 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="3080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18368" 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="18368" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="17368" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17368" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17368" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5084" 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="5084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4084" 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="4084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3084" 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="3084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18372" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixDisp_4" />
<PLCVariable DeviceIndex="2" 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="18372" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="17372" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixDisp_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17372" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17372" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_6" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64513" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_1" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64514" 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="64514" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_2" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64515" 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="64515" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_3" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64516" 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="64516" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_4" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64521" 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="64521" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_5" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64522" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="MixLight_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="64522" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_5" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64522" Type="bool" Scale="1" OwnerName="Items[0]" 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="6322" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6326" 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="6326" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6330" 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="6330" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6334" 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="6334" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18610" 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="18610" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18614" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixCum_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18614" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="18614" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6324" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6328" 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="6328" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6332" 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="6332" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6336" 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="6336" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18612" 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="18612" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18616" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixCumPercent_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18616" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="18616" Type="float" Scale="1" OwnerName="Items[0]" 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="2512" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2512" 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="2514" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2514" 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="2516" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2516" 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="14798" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14798" 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="0" Mode="4" Addr="14800" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14800" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedingDeviation_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="14800" Type="float" Scale="1" OwnerName="Items[0]" 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="5026" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="5026" 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="4026" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="4026" 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="3026" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="3026" 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="18314" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18314" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedSet_4" />
<PLCVariable DeviceIndex="3" Mode="4" Addr="3026" Type="float" Scale="1" OwnerName="Items[3]" 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="0" Mode="4" Addr="17314" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17314" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17314" Type="float" Scale="1" OwnerName="Items[0]" 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="2501" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2501" 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="2502" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2502" 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="2503" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2503" 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="14788" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14788" 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="14788" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="InitTime_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="14789" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14789" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="InitTime_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="14789" Type="UInt16" Scale="0.1" OwnerName="Items[0]" 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="5090" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="5090" 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="4090" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="4090" 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="3090" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="3090" 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="18378" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18378" 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="18378" Type="UInt16" Scale="0.001" OwnerName="Items[0]" PropertyName="MinTime_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="17378" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17378" Type="UInt16" Scale="0.001" OwnerName="Items[2]" PropertyName="MinTime_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17378" Type="UInt16" Scale="0.001" OwnerName="Items[0]" 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="2505" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2505" 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="2506" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2506" 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="2507" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2507" 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="14792" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14792" 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="14792" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="StableTime_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="14793" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14793" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="StableTime_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="14793" Type="UInt16" Scale="0.1" OwnerName="Items[0]" 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="0" Mode="4" Addr="15868" Type="UInt16" Scale="1" OwnerName="Items[1]" PropertyName="BinAlarmSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="15868" Type="UInt16" Scale="1" OwnerName="Items[2]" PropertyName="BinAlarmSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="15870" Type="UInt16" Scale="1" OwnerName="Items[0]" PropertyName="BinAlarmSet_6" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="500" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_1" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="501" 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="501" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_2" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="502" 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="502" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_3" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="503" 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="503" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_4" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57844" 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="57844" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_5" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57845" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfLack_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="57845" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_5" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="57845" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_6" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="510" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_1" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="511" 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="511" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_2" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="512" 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="512" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_3" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="513" 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="513" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_4" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57854" 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="57854" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_5" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57855" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfAdd_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="57855" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_5" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="57855" Type="bool" Scale="1" OwnerName="Items[0]" 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="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="3" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[3]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="4" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[4]" PropertyName="IsErrorOfMixerMotor" />
<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
No preview for this file type
......@@ -272,4 +272,29 @@
<Geometry x:Key="Geometry_ruler">
M703.3856 34.440533l289.621333 289.621334a34.133333 34.133333 0 0 1 0 48.264533L365.4656 999.867733a34.133333 34.133333 0 0 1-48.264533 0L27.579733 710.2464a34.133333 34.133333 0 0 1 0-48.298667L655.086933 34.474667a34.133333 34.133333 0 0 1 48.298667 0zM606.8224 179.2l-48.264533 48.264533 96.529066 96.5632 48.298667-48.264533-96.5632-96.5632z m-193.092267 193.092267l-48.264533 48.264533 96.5632 96.5632 48.264533-48.264533-96.5632-96.5632z m-193.092266 193.092266L172.373333 613.6832l96.5632 96.5632 48.264534-48.298667-96.5632-96.529066zM510.293333 275.797333l-48.264533 48.264534 193.058133 193.092266 48.298667-48.264533L510.293333 275.797333z m-193.092266 193.092267L268.936533 517.12l193.092267 193.092267 48.264533-48.298667-193.092266-193.058133z
</Geometry>
<Geometry x:Key="Geometry_origin">
M512 150.016A361.984 361.984 0 1 1 150.016 512 362.496 362.496 0 0 1 512 150.016M512 0a512 512 0 1 0 512 512A512 512 0 0 0 512 0z
M512 512m-229.376 0a229.376 229.376 0 1 0 458.752 0 229.376 229.376 0 1 0-458.752 0Z
</Geometry>
<Geometry x:Key="Geometry_ring">
M512 150.016A361.984 361.984 0 1 1 150.016 512 362.496 362.496 0 0 1 512 150.016M512 0a512 512 0 1 0 512 512A512 512 0 0 0 512 0z
</Geometry>
<Geometry x:Key="Geometry_return">
M945.8 189.1l-61.6 47C800.2 131.3 669.5 64 522.8 64 269.4 64 64.3 264 64 511.5 63.7 759.1 269.2 960 522.8 960c198.1 0 366.9-122.7 431.1-294.5 1.6-4.5-0.8-9.5-5.4-11l-61.9-20.8c-4.5-1.5-9.4 0.7-11 5.1-2 5.3-4.2 10.7-6.4 15.9-18.9 43.7-46 83-80.5 116.7s-74.7 60.2-119.4 78.7c-46.2 19.1-95.5 28.8-146.2 28.8-50.8 0-100-9.7-146.2-28.8-44.7-18.5-84.9-44.9-119.4-78.7-34.5-33.7-61.6-73-80.5-116.7-19.6-45.2-29.5-93.2-29.5-142.8 0-49.6 9.9-97.6 29.5-142.8 18.9-43.7 46-83 80.5-116.7s74.7-60.2 119.4-78.7c46.2-19.1 95.5-28.8 146.2-28.8 50.8 0 100 9.7 146.2 28.8 44.7 18.5 84.9 44.9 119.4 78.7 10.8 10.6 21 21.8 30.4 33.5L753.2 336c-5.8 4.4-3.8 13.3 3.3 15l191.9 45.9c5.5 1.3 10.8-2.8 10.8-8.2l0.9-193c-0.2-7-8.6-11-14.3-6.6z m0 0
</Geometry>
<Geometry x:Key="Geometry_offset">
M1020.416 456.704h-73.728c-4.096 0-6.144-1.024-6.144-5.632v-237.056c0-4.608 1.536-5.632 6.144-5.632h73.728v248.32zM2.048 565.76h73.728c4.096 0 6.144 1.024 6.144 5.632v237.056c0 4.608-1.536 5.632-6.144 5.632h-73.728v-248.32zM622.592 114.176c16.896 13.824 32.768 27.136 48.128 39.936 13.824 11.264 27.648 23.04 41.472 34.304l43.008 35.328c13.824 11.264 27.648 23.04 41.472 34.304 14.336 11.776 28.672 24.064 43.008 35.84 14.336 11.776 28.16 23.552 42.496 34.816 6.144 4.608 6.144 4.608 0.512 9.216-28.16 23.04-56.32 46.592-84.48 69.632-26.112 21.504-52.224 43.52-78.848 65.024-26.112 21.504-52.224 43.52-78.848 65.024-5.12 4.096-10.24 8.704-15.36 12.8-1.024 0.512-1.536 2.048-2.56 1.024-0.512-0.512-0.512-1.536-0.512-2.56v-4.096-126.464c0-9.728 1.024-8.704-8.192-8.704h-531.456c-9.216 0-8.192 1.024-8.192-8.192v-137.216c0-5.632 1.536-7.168 7.168-7.168H614.4c7.68 0 7.68 0 7.68-7.68v-127.488c0.512-2.048 0.512-4.096 0.512-7.68z
M401.92 468.48v134.656c0 5.632 1.536 7.168 7.168 7.168h529.92c7.68 0 7.68 0 7.68 7.68v136.704c0 9.216 1.024 8.192-8.192 8.192H409.6c-7.68 0-7.68 0-7.68 8.192V906.24c-8.192-5.12-14.336-11.264-20.992-16.896l-44.544-36.864c-14.336-12.288-29.184-24.064-43.52-36.352-14.848-12.288-29.184-24.064-44.032-36.352l-36.864-30.72c-14.336-11.776-28.672-24.064-43.008-35.84-9.728-8.192-19.456-15.872-28.672-23.552-2.048-2.048-1.536-3.072 0-4.608 12.288-10.24 24.064-19.968 36.352-30.208 14.336-12.288 29.184-24.064 43.52-36.352 16.384-13.824 33.28-27.648 49.664-41.472 12.288-10.24 25.088-20.48 37.376-31.232 14.336-11.776 28.672-24.064 43.008-35.84 14.848-12.8 30.208-25.088 45.056-37.888 1.536-1.024 3.584-2.56 6.656-3.584z
</Geometry>
<Geometry x:Key="Geometry_cut">
M149.6064 668.0576h276.48v-307.2h-276.48v307.2z m221.7984-254.8736v202.5472H204.1856V413.184h167.2192zM597.9136 360.8576v307.2h276.48v-307.2h-276.48z m54.6816 254.8736V413.184h167.2192v202.5472H652.5952zM576.512 179.5072c0-35.5328-28.9792-64.512-64.512-64.512s-64.512 28.9792-64.512 64.512c0 24.4736 13.7216 45.8752 33.8944 56.7296v547.9424c-20.1728 10.9568-33.8944 32.256-33.8944 56.7296 0 35.5328 28.9792 64.512 64.512 64.512s64.512-28.9792 64.512-64.512c0-24.4736-13.7216-45.8752-33.8944-56.7296V236.2368c20.1728-10.9568 33.8944-32.256 33.8944-56.7296z
</Geometry>
<Geometry x:Key="Geometry_light">
M510.707071 140.282828C343.973495 140.282828 208.808081 275.448242 208.808081 442.181818c0 166.734869 135.165414 301.89899 301.89899 301.89899 166.734869 0 301.89899-135.164121 301.89899-301.89899 0-166.733576-135.164121-301.89899-301.89899-301.89899z
m217.056969 314.181818c-18.531556 0-34.417778-15.896566-34.417777-31.79701 0-50.344081-18.531556-90.096485-55.59596-121.890909-37.064404-31.800889-76.774141-47.696162-119.135677-47.696161-21.178182 0-34.412606-13.252525-34.412606-34.450101 0-18.548364 13.234424-31.802182 34.412606-31.802182 63.539717 0 119.135677 21.202747 169.439677 63.597899 50.298828 42.397737 74.127515 100.693333 74.127515 172.240161 0 15.901737-13.239596 31.798303-34.417778 31.798303z
</Geometry>
</ResourceDictionary>
\ No newline at end of file
<?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" />
</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="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="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="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="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="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="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="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="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="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="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="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="1" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="ScrewManualFreq" />
<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="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="1" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1000" 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="1000" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1001" 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="1001" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1002" 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="1002" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1003" 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="1003" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6304" 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="6304" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6308" 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="6308" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6312" 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="6312" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6316" 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="6316" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6080" 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="6080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="5080" 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="5080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="4080" 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="4080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="3080" 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="3080" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6084" 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="6084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="5084" 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="5084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="4084" 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="4084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="3084" 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="2" Mode="4" Addr="3084" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_4" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64513" 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="64513" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_1" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64514" 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="64514" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_2" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64515" 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="64515" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_3" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64516" 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="64516" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_4" />
<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="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="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="1" Mode="4" Addr="6322" 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="6322" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6326" 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="6326" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6330" 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="6330" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6334" 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="6334" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_4" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6324" 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="6324" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_1" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6328" 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="6328" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_2" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6332" 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="6332" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_3" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6336" 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="6336" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_4" />
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="1" Mode="0" Addr="500" 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="500" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_1" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="501" 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="501" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_2" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="502" 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="502" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_3" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="503" 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="503" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_4" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="510" 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="510" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_1" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="511" 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="511" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_2" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="512" 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="512" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_3" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="513" 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="513" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_4" />
<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="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="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="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="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="1" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfMixerMotor" />
<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
<?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="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="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="3" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[3]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="4" Mode="0" Addr="490" Type="bool" Scale="1" OwnerName="Items[4]" PropertyName="IsMixSave" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1000" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1001" 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="1001" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1002" 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="1002" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1003" 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="1003" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1004" 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="1004" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1005" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="MixPSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="1005" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="1005" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="MixPSet_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6304" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6308" 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="6308" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6312" 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="6312" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6316" 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="6316" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18592" 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="18592" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18596" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixPDisp_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18596" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="18596" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixPDisp_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5080" 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="5080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4080" 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="4080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3080" 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="3080" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18368" 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="18368" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="17368" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17368" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17368" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixSet_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5084" 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="5084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4084" 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="4084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3084" 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="3084" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18372" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixDisp_4" />
<PLCVariable DeviceIndex="2" 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="18372" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="17372" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixDisp_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17372" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17372" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixDisp_6" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64513" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_1" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64514" 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="64514" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_2" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64515" 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="64515" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_3" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64516" 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="64516" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_4" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64521" 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="64521" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MixLight_5" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64522" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="MixLight_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="64522" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_5" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="64522" Type="bool" Scale="1" OwnerName="Items[0]" 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="6322" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6326" 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="6326" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6330" 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="6330" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6334" 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="6334" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18610" 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="18610" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18614" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixCum_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18614" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="18614" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCum_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6324" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6328" 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="6328" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6332" 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="6332" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6336" 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="6336" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_4" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18612" 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="18612" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MixCumPercent_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18616" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MixCumPercent_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18616" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="18616" Type="float" Scale="1" OwnerName="Items[0]" 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="2512" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2512" 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="2514" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2514" 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="2516" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2516" 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="14798" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14798" 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="0" Mode="4" Addr="14800" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedingDeviation_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14800" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedingDeviation_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="14800" Type="float" Scale="1" OwnerName="Items[0]" 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="5026" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="5026" 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="4026" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="4026" 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="3026" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="3026" 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="18314" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18314" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedSet_4" />
<PLCVariable DeviceIndex="3" Mode="4" Addr="3026" Type="float" Scale="1" OwnerName="Items[3]" 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="0" Mode="4" Addr="17314" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17314" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17314" Type="float" Scale="1" OwnerName="Items[0]" 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="2501" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2501" 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="2502" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2502" 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="2503" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2503" 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="14788" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14788" 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="14788" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="InitTime_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="14789" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14789" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="InitTime_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="14789" Type="UInt16" Scale="0.1" OwnerName="Items[0]" 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="5090" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="5090" 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="4090" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="4090" 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="3090" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="3090" 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="18378" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18378" 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="18378" Type="UInt16" Scale="0.001" OwnerName="Items[0]" PropertyName="MinTime_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="17378" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17378" Type="UInt16" Scale="0.001" OwnerName="Items[2]" PropertyName="MinTime_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="17378" Type="UInt16" Scale="0.001" OwnerName="Items[0]" 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="2505" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2505" 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="2506" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_2" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2506" 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="2507" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_3" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2507" 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="14792" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_4" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14792" 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="14792" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="StableTime_5" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="14793" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14793" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="StableTime_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="14793" Type="UInt16" Scale="0.1" OwnerName="Items[0]" 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="0" Mode="4" Addr="15868" Type="UInt16" Scale="1" OwnerName="Items[1]" PropertyName="BinAlarmSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="15868" Type="UInt16" Scale="1" OwnerName="Items[2]" PropertyName="BinAlarmSet_5" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="15870" Type="UInt16" Scale="1" OwnerName="Items[0]" PropertyName="BinAlarmSet_6" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="500" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_1" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="501" 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="501" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_2" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="502" 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="502" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_3" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="503" 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="503" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_4" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57844" 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="57844" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_5" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57845" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfLack_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="57845" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_5" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="57845" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfLack_6" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="510" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_1" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="511" 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="511" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_2" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="512" 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="512" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_3" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="513" 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="513" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_4" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57854" 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="57854" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsErrorOfAdd_5" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="57855" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfAdd_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="57855" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_5" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="57855" Type="bool" Scale="1" OwnerName="Items[0]" 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="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="3" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[3]" PropertyName="IsErrorOfMixerMotor" />
<PLCVariable DeviceIndex="4" Mode="0" Addr="1300" Type="bool" Scale="1" OwnerName="Items[4]" PropertyName="IsErrorOfMixerMotor" />
<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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment