Commit 82074f6b authored by 潘栩锋's avatar 潘栩锋 🚴

Merge remote-tracking branch 'remotes/git/master'

parents 4da26086 f58ff22e
......@@ -86,7 +86,7 @@ namespace FLY.FeedbackRenZiJia.Client
/// <summary>
/// 烧了的加热棒
/// </summary>
public bool[] Bads { get; set; }
public bool[] Bads { get; private set; }
/// <summary>
/// 当前风机启动中
......@@ -287,7 +287,9 @@ namespace FLY.FeedbackRenZiJia.Client
HasFan = p.hasFan;
HasElectricity = p.hasEletric;
CheckNo = p.checkno;
Bads = p.bads;
NotifyPropertyChanged("Bads");
}break;
......
......@@ -84,17 +84,13 @@ namespace FLY.FeedbackRenZiJia.Server
#endregion
#region 异常检测
private bool[] bads;
/// <summary>
/// 烧了的加热棒
/// </summary>
public bool[] Bads
{
get { return bads; }
set {
bads = value;
NotifyPropertyChanged("Bads");
}
get { return mHeatCheck.Bads; }
}
/// <summary>
......@@ -239,12 +235,11 @@ namespace FLY.FeedbackRenZiJia.Server
Misc.BindingOperations.SetBinding(mHeatCheck, "Enable", this, "CheckEnable", Misc.BindingOperations.BindingMode.TwoWay);
Misc.BindingOperations.SetBinding(mHeatCheck, "CheckNo", this, "CheckNo");
//Misc.BindingOperations.SetBinding(mHeatCheck, "Bads", this, "Bads");
Bads = mHeatCheck.Bads;
mHeatCheck.PropertyChanged += (s, e) =>
{
if (e.PropertyName == "Bads")
{
Bads = mHeatCheck.Bads;
NotifyPropertyChanged("Bads");
}
};
......
<?xml version="1.0" encoding="utf-8"?>
<PLCGroup>
<Devices>
<PLCDevice EP="192.168.50.30:502" />
</Devices>
<Variables>
<PLCVariable DeviceIndex="0" Mode="0" Addr="64513" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsInletAirOn" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6120" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="InletAirFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3200" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="InletAirFreqSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64514" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsOutletAirOn" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6220" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="OutletAirFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="592" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="OutletAirFreqSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="99" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsOutletAirFreqChanged" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="668" Type="uint16" Scale="1" OwnerName="Item" PropertyName="FilmWidth" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="230" Type="uint16" Scale="1" OwnerName="Item" PropertyName="FilmWidthSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="800" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsFilmWidthChanged" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="340" Type="int16" Scale="1" OwnerName="Item" PropertyName="ErrorCorrection" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="659" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsIBCAuto" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1140" Type="uint16" Scale="1" OwnerName="Item" PropertyName="K1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1142" Type="uint16" Scale="1" OwnerName="Item" PropertyName="K2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1144" Type="uint16" Scale="1" OwnerName="Item" PropertyName="K3" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="250" Type="float" Scale="1" OwnerName="Item" PropertyName="L" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="18" Type="float" Scale="1" OwnerName="Item" PropertyName="BubbleCorrA" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="28" Type="float" Scale="1" OwnerName="Item" PropertyName="BubbleCorrB" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="38" Type="float" Scale="1" OwnerName="Item" PropertyName="BubbleCorrC" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="102" Type="float" Scale="1" OwnerName="Item" PropertyName="BubbleCorrR" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="300" Type="uint16" Scale="0.1" OwnerName="Item" PropertyName="SampleInterval" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="304" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area1Set" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1001" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area1P" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1002" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area1I" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1003" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area1D" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1004" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area1DI" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2550" Type="uint16" Scale="0.01" OwnerName="Item" PropertyName="AdjustFactor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2050" Type="int16" Scale="1" OwnerName="Item" PropertyName="PIDResult" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2052" Type="int16" Scale="1" OwnerName="Item" PropertyName="PIDAdjust" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="710" Type="uint16" Scale="1" OwnerName="Item" PropertyName="InletAirVelocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="712" Type="uint16" Scale="1" OwnerName="Item" PropertyName="OutletAirVelocity" />
<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" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1203" Type="uint16" Scale="1" OwnerName="Item" PropertyName="Area2D" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="420" Type="float" Scale="1" OwnerName="Item" PropertyName="Sensor1DeadZone" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="430" Type="float" Scale="1" OwnerName="Item" PropertyName="Sensor2DeadZone" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="440" Type="float" Scale="1" OwnerName="Item" PropertyName="Sensor3DeadZone" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="200" Type="float" Scale="1" OwnerName="Item" PropertyName="Sensor1Factor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="400" Type="float" Scale="1" OwnerName="Item" PropertyName="Sensor2Factor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="410" Type="float" Scale="1" OwnerName="Item" PropertyName="Sensor3Factor" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63496" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsInletAirMotorError" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63497" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsOutletAirMotorError" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="403" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsInletAirCommError" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="404" Type="bool" Scale="1" OwnerName="Item" PropertyName="IsOutletAirCommError" />
</Variables>
</PLCGroup>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<PLCGroup>
<Devices>
<PLCDevice EP="192.168.50.40:502" />
</Devices>
<Variables>
<PLCVariable DeviceIndex="0" Mode="4" Addr="980" Type="float" Scale="1" OwnerName="Accessory" PropertyName="VelocitySet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="650" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsVelocityChanged" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="180" Type="float" Scale="1" OwnerName="Accessory" PropertyName="Velocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1008" Type="uint16" Scale="0.1" OwnerName="Accessory" PropertyName="Traction1Current" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64512" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsTraction1On" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="580" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsTraction1OnSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6026" Type="uint16" Scale="0.1" OwnerName="Accessory" PropertyName="Traction2TensionKgSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2254" Type="int16" Scale="0.1" OwnerName="Accessory" PropertyName="Traction2TensionKg" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1108" Type="uint16" Scale="0.1" OwnerName="Accessory" PropertyName="Traction2Current" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="651" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsTraction2Manual" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64514" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsTraction2On" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="581" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsTraction2OnSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64520" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryForw" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64549" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryBackw" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63514" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryForwLimit" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63512" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryForwTurn" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63511" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryOrgSign" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63513" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryBackwLimit" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63515" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryBackwTurn" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1380" Type="uint16" Scale="0.01" OwnerName="Accessory" PropertyName="RotaryFreqSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="190" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryFreqChanged" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1381" Type="uint16" Scale="0.01" OwnerName="Accessory" PropertyName="RotaryFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1384" Type="uint16" Scale="0.01" OwnerName="Accessory" PropertyName="RotaryCurrent" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="414" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryOrg" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="413" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="RotaryOrg" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="411" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsRotaryOn" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="416" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="RotaryOn" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="656" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsTraction1Debug" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5100" Type="float" Scale="1" OwnerName="Accessory" PropertyName="Traction1RollerD" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5102" Type="float" Scale="1" OwnerName="Accessory" PropertyName="Traction1GearRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="114" Type="uint16" Scale="1" OwnerName="Accessory" PropertyName="Traction1SyncV" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="114" Type="uint16" Scale="1" OwnerName="Accessory" PropertyName="Traction1Velocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2400" Type="int16" Scale="1" OwnerName="Accessory" PropertyName="Traction2Tension" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2250" Type="uint16" Scale="1" OwnerName="Accessory" PropertyName="Traction2TensionSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3080" Type="uint16" Scale="0.01" OwnerName="Accessory" PropertyName="Traction2Gain" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3004" Type="uint16" Scale="1" OwnerName="Accessory" PropertyName="Traction2ITime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3050" Type="uint16" Scale="0.01" OwnerName="Accessory" PropertyName="Traction2Factor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5200" Type="float" Scale="1" OwnerName="Accessory" PropertyName="Traction2RollerD" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5202" Type="float" Scale="1" OwnerName="Accessory" PropertyName="Traction2GearRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3030" Type="int16" Scale="1" OwnerName="Accessory" PropertyName="Traction2PIDResult" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3058" Type="int16" Scale="1" OwnerName="Accessory" PropertyName="Traction2PIDAdjust" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5268" Type="uint16" Scale="1" OwnerName="Accessory" PropertyName="Traction2SyncV" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5800" Type="uint16" Scale="1" OwnerName="Accessory" PropertyName="Traction2Velocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5104" Type="float" Scale="1" OwnerName="Accessory" PropertyName="VelocityFactor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="990" Type="float" Scale="1" OwnerName="Accessory" PropertyName="AccDecTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3082" Type="uint16" Scale="0.01" OwnerName="Accessory" PropertyName="Traction2LiftGain" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3860" Type="uint16" Scale="0.1" OwnerName="Accessory" PropertyName="TensionDetection" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="912" Type="float" Scale="1" OwnerName="Accessory" PropertyName="WinderMeasurePerimeter" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2840" Type="uint16" Scale="0.1" OwnerName="Accessory" PropertyName="TensionDetectionRange" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63491" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_Traction1Fan" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63545" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_Traction1VFD" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63492" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_Traction2VFD" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63494" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_Traction2Fan" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63501" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_RotaryVFD" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63503" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_RotaryFan" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63505" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_Traction2Scram" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63504" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_Scram" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63525" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_Traction1Scram" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63535" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_CustomerScram" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63514" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_RotaryForwLimit" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63515" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_RotaryBackwLimit" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="1202" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_RotaryForwLock" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="1203" Type="bool" Scale="1" OwnerName="Accessory" PropertyName="IsError_RotaryBackwLock" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="924" Type="uint32" Scale="1" OwnerName="Items[0]" PropertyName="MeasureLen" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="916" Type="uint32" Scale="1" OwnerName="Items[1]" PropertyName="MeasureLen" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="936" Type="uint32" Scale="1" OwnerName="Items[0]" PropertyName="MeasureLenSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="930" Type="uint32" Scale="1" OwnerName="Items[1]" PropertyName="MeasureLenSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="942" Type="uint32" Scale="1" OwnerName="Items[0]" PropertyName="MeasurePreWarning" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="940" Type="uint32" Scale="1" OwnerName="Items[1]" PropertyName="MeasurePreWarning" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="901" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MeasureStop" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="900" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="MeasureStop" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="601" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="MeasureReset" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="600" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="MeasureReset" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="154" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="TurnoverInching" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="150" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="TurnoverInching" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="155" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="CuttingFilm" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="151" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="CuttingFilm" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="156" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="TurnoverOrg" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="152" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="TurnoverOrg" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="157" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="PressureArmOffset" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="153" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="PressureArmOffset" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1620" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="TurnoverUpperWait" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1720" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="TurnoverUpperWait" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1604" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="TurnoverOrgDelay" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1704" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="TurnoverOrgDelay" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1602" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="TurnoverBackDelay" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1702" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="TurnoverBackDelay" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1600" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="CuttingFilmDelay" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1700" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="CuttingFilmDelay" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1601" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="CuttingFilmElapsed" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1701" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="CuttingFilmElapsed" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1608" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="PressureArmBackElapsed" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1708" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="PressureArmBackElapsed" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1741" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="AirRollerCheck" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1740" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="AirRollerCheck" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="860" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="OffsetElapsed" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="864" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="OffsetElapsed" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="862" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="ElapsedWait" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="866" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="ElapsedWait" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2570" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="TapeLimit" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2572" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="TapeLimit" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6027" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="TensionKgSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6028" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="TensionKgSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3336" Type="int16" Scale="0.1" OwnerName="Items[0]" PropertyName="TensionKg" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3356" Type="int16" Scale="0.1" OwnerName="Items[1]" PropertyName="TensionKg" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1208" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="Current" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1308" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="Current" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="652" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsManual" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="653" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsManual" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64516" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsOn" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="64518" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsOn" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="582" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsOnSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="583" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsOnSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2500" Type="int16" Scale="1" OwnerName="Items[0]" PropertyName="Tension" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2600" Type="int16" Scale="1" OwnerName="Items[1]" PropertyName="Tension" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3330" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="TensionSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3350" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="TensionSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3180" Type="uint16" Scale="0.01" OwnerName="Items[0]" PropertyName="Gain" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3280" Type="uint16" Scale="0.01" OwnerName="Items[1]" PropertyName="Gain" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3104" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="ITime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3204" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="ITime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3150" Type="uint16" Scale="0.01" OwnerName="Items[0]" PropertyName="Factor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3250" Type="uint16" Scale="0.01" OwnerName="Items[1]" PropertyName="Factor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5300" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="RollerD" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5400" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="RollerD" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5302" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="GearRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5402" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="GearRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3130" Type="int16" Scale="1" OwnerName="Items[0]" PropertyName="PIDResult" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3230" Type="int16" Scale="1" OwnerName="Items[1]" PropertyName="PIDResult" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3158" Type="int16" Scale="1" OwnerName="Items[0]" PropertyName="PIDAdjust" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3258" Type="int16" Scale="1" OwnerName="Items[1]" PropertyName="PIDAdjust" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5368" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="SyncV" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5468" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="SyncV" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5802" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="Velocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5804" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="Velocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3182" Type="uint16" Scale="0.01" OwnerName="Items[0]" PropertyName="LiftGain" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3282" Type="uint16" Scale="0.01" OwnerName="Items[1]" PropertyName="LiftGain" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5668" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="VelocityComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="5688" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="VelocityComp" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63495" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_VFD" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63498" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_VFD" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63497" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_Fan" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63500" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_Fan" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63543" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_Turnover" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63544" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_Turnover" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63534" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_Scram" />
<PLCVariable DeviceIndex="0" Mode="1" Addr="63524" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_Scram" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="443" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_AirRollerNoReady" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="444" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_AirRollerNoReady" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="603" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_MeasurePreWarning" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="602" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_MeasurePreWarning" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="50" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_ChangeRoll" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="51" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_ChangeRoll" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="371" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_UnloadArm" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="370" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_UnloadArm" />
</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" />
</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="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="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="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="2" Mode="4" Addr="1004" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="MixPSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="1005" Type="UInt16" Scale="0.1" OwnerName="Items[2]" 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="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="2" Mode="4" Addr="18592" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixPDisp_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18596" Type="float" Scale="1" OwnerName="Items[2]" 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="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="2" Mode="4" Addr="18368" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17368" Type="float" Scale="1" OwnerName="Items[2]" 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="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="2" Mode="4" Addr="18372" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixDisp_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17372" Type="float" Scale="1" OwnerName="Items[2]" 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="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="2" Mode="0" Addr="64521" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="MixLight_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="64522" Type="bool" Scale="1" OwnerName="Items[2]" 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="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="2" Mode="4" Addr="18610" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCum_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18614" Type="float" Scale="1" OwnerName="Items[2]" 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="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="2" Mode="4" Addr="18612" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="MixCumPercent_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="18616" Type="float" Scale="1" OwnerName="Items[2]" 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="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="0.1" OwnerName="Items[0]" PropertyName="AlarmDeviationSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2140" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="AlarmDeviationSet" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2140" Type="UInt16" Scale="0.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="2" Mode="4" Addr="14798" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedingDeviation_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14800" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedingDeviation_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6026" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="FeedSet_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6026" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="FeedSet_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="6026" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedSet_1" />
<PLCVariable DeviceIndex="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="2" Mode="4" Addr="18314" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17314" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="FeedSet_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="2500" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="InitTime_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2500" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="InitTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2500" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="InitTime_1" />
<PLCVariable DeviceIndex="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="2" Mode="4" Addr="14788" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="InitTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14789" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="InitTime_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="6090" Type="UInt16" Scale="0.001" OwnerName="Items[0]" PropertyName="MinTime_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="6090" Type="UInt16" Scale="0.001" OwnerName="Items[1]" PropertyName="MinTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="6090" Type="UInt16" Scale="0.001" OwnerName="Items[2]" PropertyName="MinTime_1" />
<PLCVariable DeviceIndex="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="2" Mode="4" Addr="18378" Type="UInt16" Scale="0.001" OwnerName="Items[2]" PropertyName="MinTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="17378" Type="UInt16" Scale="0.001" OwnerName="Items[2]" PropertyName="MinTime_6" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="2504" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="StableTime_1" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2504" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="StableTime_1" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2504" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="StableTime_1" />
<PLCVariable DeviceIndex="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="2" Mode="4" Addr="14792" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="StableTime_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="14793" Type="UInt16" Scale="0.1" OwnerName="Items[2]" 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="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="2" Mode="4" Addr="15868" Type="UInt16" Scale="1" OwnerName="Items[2]" PropertyName="BinAlarmSet_5" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="15870" Type="UInt16" Scale="1" OwnerName="Items[2]" 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="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="2" Mode="0" Addr="57844" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfLack_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="57845" Type="bool" Scale="1" OwnerName="Items[2]" 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="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="2" Mode="0" Addr="57854" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="IsErrorOfAdd_5" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="57855" Type="bool" Scale="1" OwnerName="Items[2]" 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="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
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