Commit 2b93e0b6 authored by 潘栩锋's avatar 潘栩锋 🚴

修改 汇川 uint16 数字位数 比例问题

parent c6beb686
......@@ -44,7 +44,7 @@
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="张力系数" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="电机扭矩" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterTensionFactor,StringFormat={}{0:F2}}" />
</StackPanel>
......@@ -56,9 +56,9 @@
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="直径补偿" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="速度补偿" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterDiaComp,StringFormat={}{0:F2}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterVelocityComp,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
......@@ -87,12 +87,6 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterVelocity,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际张力" />
<StackPanel Orientation="Horizontal">
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterTension,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际压力" />
<StackPanel Orientation="Horizontal">
......@@ -120,7 +114,7 @@
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="张力系数" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="电机扭矩" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterTensionFactor,StringFormat={}{0:F2}}" />
</StackPanel>
......@@ -132,9 +126,9 @@
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="直径补偿" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="速度补偿" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterDiaComp,StringFormat={}{0:F2}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterVelocityComp,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
......@@ -163,12 +157,6 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterVelocity,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际张力" />
<StackPanel Orientation="Horizontal">
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterTension,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际压力" />
<StackPanel Orientation="Horizontal">
......@@ -192,19 +180,19 @@
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手上下&#13;检测时间" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F0}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手进入&#13;检测时间" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F0}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="收卷压辊&#13;检测时间" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F0}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
......@@ -224,19 +212,19 @@
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手上下&#13;检测时间" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F0}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手进入&#13;检测时间" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F0}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="收卷压辊&#13;检测时间" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F0}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F1}}" />
</StackPanel>
</StackPanel>
......
......@@ -44,12 +44,11 @@ namespace FLY.Winder.UI.Client
"CenterFrictionalComp",
"CenterTensionFactor",
"CenterTransmissionRatio",
"CenterDiaComp",
"CenterVelocityComp",
"CenterPressureFactor",
"CenterOutputRatio",
"CenterDia",
"CenterVelocity",
"CenterTension",
"CenterPressure",
"TongUpDownTime",
"TongInOutTime",
......
......@@ -75,6 +75,12 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterDia,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="直径系数" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding DiaFactor,StringFormat={}{0:F3}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="大直径" />
<StackPanel Orientation="Horizontal">
......@@ -142,6 +148,12 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterDia,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="直径系数" />
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding DiaFactor,StringFormat={}{0:F3}}" />
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="大直径" />
<StackPanel Orientation="Horizontal">
......
......@@ -51,6 +51,7 @@ namespace FLY.Winder.UI.Client
"EleRulerValue",
"InterstitialValue",
"CenterDia",
"DiaFactor",
"MaxDiaSet",
"MinDiaSet",
"MaxValueSet",
......
......@@ -51,6 +51,6 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.0.2")]
[assembly: AssemblyFileVersion("5.2.0.2")]
[assembly: AssemblyVersion("5.2.0.3")]
[assembly: AssemblyFileVersion("5.2.0.3")]
[assembly: Guid("42C0587A-7258-4AA0-B23E-F76CCC3547E6")]
......@@ -72,8 +72,17 @@ namespace FLY.Winder.UI.Client.UIModule
winderSystem.PLCos,
winderSystem.Items[i],
new string[] {
"IsTongAuto"
});
"IsTongAuto",
"TurnoverInching",
"CuttingFilm",
"TurnoverOrg",
"PressureArmOffset",
"PushRod",
"TongLoosen",
"TongUp",
"TongDown",
"TongIn",
"TongOut" });
}
}
......
......@@ -51,6 +51,6 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.0.2")]
[assembly: AssemblyFileVersion("5.2.0.2")]
[assembly: AssemblyVersion("5.2.0.3")]
[assembly: AssemblyFileVersion("5.2.0.3")]
[assembly: Guid("0CE35EA7-927A-41C0-9DC6-80511329760B")]
......@@ -343,7 +343,7 @@ namespace FLY.Winder.Common
public float CenterFrictionalComp { get; set; }
/// <summary>
/// 中心张力系数 -999~999 {0:F2}
/// 中心电机扭矩 -999~999 {0:F2}
/// </summary>
public float CenterTensionFactor { get; set; }
......@@ -357,11 +357,6 @@ namespace FLY.Winder.Common
/// </summary>
public float CenterVelocityComp { get; set; }
/// <summary>
/// 中心直径补偿 0~999 {0:F2}
/// </summary>
public float CenterDiaComp { get; set; }
/// <summary>
/// 中心压力系数 -9999~9999 {0:F1}
/// </summary>
......@@ -377,11 +372,6 @@ namespace FLY.Winder.Common
/// </summary>
public float CenterVelocity { get; set; }
/// <summary>
/// 中心实际张力
/// </summary>
public float CenterTension { get; set; }
/// <summary>
/// 中心实际压力
/// </summary>
......@@ -412,6 +402,11 @@ namespace FLY.Winder.Common
/// </summary>
public float InterstitialValue { get; set; }
/// <summary>
/// 直径系数
/// </summary>
public float DiaFactor { get; set; }
/// <summary>
/// 大直径设定
/// </summary>
......
......@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.0.2")]
[assembly: AssemblyFileVersion("5.2.0.2")]
[assembly: AssemblyVersion("5.2.0.3")]
[assembly: AssemblyFileVersion("5.2.0.3")]
......@@ -181,15 +181,15 @@
<PLCVariable DeviceIndex="0" Mode="0" Addr="370" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_UnloadArm" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="144" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsError_CommErr" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="145" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsError_CommErr" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="500" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterTensionSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="550" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterTensionSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="500" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="CenterTensionSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="550" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="CenterTensionSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="510" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterInitDia" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="560" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterInitDia" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="80" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsCenterInitDiaNotify" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="81" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsCenterInitDiaNotify" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="520" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterTaperSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="570" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterTaperSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="340" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="CenterTensionKg" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="346" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="CenterTensionKg" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="448" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="CenterTensionKg" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3620" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterDia" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3720" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterDia" />
......@@ -211,28 +211,26 @@
<PLCVariable DeviceIndex="0" Mode="4" Addr="750" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="CenterTransmissionRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="530" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterVelocityComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="540" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterVelocityComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="215" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="CenterDiaComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="225" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="CenterDiaComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3450" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="CenterPressureFactor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="3452" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="CenterPressureFactor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="712" Type="int16" Scale="1" OwnerName="Items[0]" PropertyName="CenterOutputRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="718" Type="int16" Scale="1" OwnerName="Items[1]" PropertyName="CenterOutputRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="712" Type="int16" Scale="0.1" OwnerName="Items[0]" PropertyName="CenterOutputRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="718" Type="int16" Scale="0.1" OwnerName="Items[1]" PropertyName="CenterOutputRatio" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="660" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterVelocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="662" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterVelocity" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="710" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterTension" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="715" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterTension" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="720" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="CenterPressure" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="725" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="CenterPressure" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2650" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="TongUpDownTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2654" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="TongUpDownTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2652" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="TongInOutTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2656" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="TongInOutTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2658" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="EPRollerTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2659" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="EPRollerTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2650" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="TongUpDownTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2654" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="TongUpDownTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2652" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="TongInOutTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2656" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="TongInOutTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2658" Type="uint16" Scale="0.1" OwnerName="Items[0]" PropertyName="EPRollerTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2659" Type="uint16" Scale="0.1" OwnerName="Items[1]" PropertyName="EPRollerTime" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="200" Type="int16" Scale="1" OwnerName="Items[0]" PropertyName="EleRulerValue" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="210" Type="int16" Scale="1" OwnerName="Items[1]" PropertyName="EleRulerValue" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4108" Type="uint32" Scale="1" OwnerName="Items[0]" PropertyName="InterstitialValue" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4208" Type="uint32" Scale="1" OwnerName="Items[1]" PropertyName="InterstitialValue" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1490" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="DiaFactor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="1480" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="DiaFactor" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="820" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MaxDiaSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="796" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="MaxDiaSet" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="770" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="MaxValueSet" />
......@@ -249,12 +247,12 @@
<PLCVariable DeviceIndex="0" Mode="4" Addr="3356" Type="int16" Scale="1" OwnerName="Items[1]" PropertyName="Tension2" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4450" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="SpliceCompLen" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4350" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="SpliceCompLen" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4454" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="SpliceCompBeginPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4354" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="SpliceCompBeginPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4452" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="SpliceCompEndPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4352" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="SpliceCompEndPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4228" Type="uint16" Scale="1" OwnerName="Items[0]" PropertyName="TensionComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4328" Type="uint16" Scale="1" OwnerName="Items[1]" PropertyName="TensionComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4454" Type="uint16" Scale="0.01" OwnerName="Items[0]" PropertyName="SpliceCompBeginPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4354" Type="uint16" Scale="0.01" OwnerName="Items[1]" PropertyName="SpliceCompBeginPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4452" Type="uint16" Scale="0.01" OwnerName="Items[0]" PropertyName="SpliceCompEndPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4352" Type="uint16" Scale="0.01" OwnerName="Items[1]" PropertyName="SpliceCompEndPos" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4228" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="TensionComp" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="4328" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="TensionComp" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="91" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsSurfaceWindSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="96" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="IsSurfaceWindSet" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="3001" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="IsSurfaceWindGet" />
......
......@@ -343,7 +343,7 @@ namespace FLY.Winder.Common
public float CenterFrictionalComp { get; set; }
/// <summary>
/// 中心张力系数 -999~999 {0:F2}
/// 中心电机扭矩 -999~999 {0:F2}
/// </summary>
public float CenterTensionFactor { get; set; }
......@@ -357,11 +357,6 @@ namespace FLY.Winder.Common
/// </summary>
public float CenterVelocityComp { get; set; }
/// <summary>
/// 中心直径补偿 0~999 {0:F2}
/// </summary>
public float CenterDiaComp { get; set; }
/// <summary>
/// 中心压力系数 -9999~9999 {0:F1}
/// </summary>
......@@ -377,11 +372,6 @@ namespace FLY.Winder.Common
/// </summary>
public float CenterVelocity { get; set; }
/// <summary>
/// 中心实际张力
/// </summary>
public float CenterTension { get; set; }
/// <summary>
/// 中心实际压力
/// </summary>
......@@ -412,6 +402,11 @@ namespace FLY.Winder.Common
/// </summary>
public float InterstitialValue { get; set; }
/// <summary>
/// 直径系数
/// </summary>
public float DiaFactor { get; set; }
/// <summary>
/// 大直径设定
/// </summary>
......
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