Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
2b93e0b6
Commit
2b93e0b6
authored
Dec 17, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 汇川 uint16 数字位数 比例问题
parent
c6beb686
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
74 additions
and
77 deletions
+74
-77
PgCenterParam.xaml
...413/FLY.Winder.UI.Client/PgCenterParam/PgCenterParam.xaml
+12
-24
PgCenterParam.xaml.cs
.../FLY.Winder.UI.Client/PgCenterParam/PgCenterParam.xaml.cs
+1
-2
PgInterstitialParam.xaml
...er.UI.Client/PgInterstitialParam/PgInterstitialParam.xaml
+12
-0
PgInterstitialParam.xaml.cs
...UI.Client/PgInterstitialParam/PgInterstitialParam.xaml.cs
+1
-0
AssemblyInfo.cs
..._20190413/FLY.Winder.UI.Client/Properties/AssemblyInfo.cs
+2
-2
WdManual.xaml.cs
...3/FLY.Winder.UI.Client/UIModule/WdManual/WdManual.xaml.cs
+11
-2
AssemblyInfo.cs
..._20190413/FLY.Winder.UI.Server/Properties/AssemblyInfo.cs
+2
-2
WinderInsideOutside.cs
....Winder_20190413/FLY.Winder/Common/WinderInsideOutside.cs
+6
-11
AssemblyInfo.cs
...FLY.Winder_20190413/FLY.Winder/Properties/AssemblyInfo.cs
+2
-2
WS.xml
Resource/收卷/中央收卷_设备连接变量表_20191206/Generated/WS.xml
+19
-21
WinderInsideOutside.cs
...收卷/中央收卷_设备连接变量表_20191206/Generated/WinderInsideOutside.cs
+6
-11
收卷HMI-地址表.xlsm
Resource/收卷/中央收卷_设备连接变量表_20191206/收卷HMI-地址表.xlsm
+0
-0
No files found.
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/PgCenterParam/PgCenterParam.xaml
View file @
2b93e0b6
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
张力系数
" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
电机扭矩
" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterTensionFactor,StringFormat={}{0:F2}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterTensionFactor,StringFormat={}{0:F2}}" />
</StackPanel>
</StackPanel>
...
@@ -56,9 +56,9 @@
...
@@ -56,9 +56,9 @@
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
直径
补偿" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
速度
补偿" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding Center
DiaComp,StringFormat={}{0:F2
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding Center
VelocityComp,StringFormat={}{0:F0
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
...
@@ -87,12 +87,6 @@
...
@@ -87,12 +87,6 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterVelocity,StringFormat={}{0:F0}}" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterVelocity,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
</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">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际压力" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际压力" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
...
@@ -120,7 +114,7 @@
...
@@ -120,7 +114,7 @@
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
张力系数
" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
电机扭矩
" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterTensionFactor,StringFormat={}{0:F2}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding CenterTensionFactor,StringFormat={}{0:F2}}" />
</StackPanel>
</StackPanel>
...
@@ -132,9 +126,9 @@
...
@@ -132,9 +126,9 @@
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
直径
补偿" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="
速度
补偿" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding Center
DiaComp,StringFormat={}{0:F2
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding Center
VelocityComp,StringFormat={}{0:F0
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
...
@@ -163,12 +157,6 @@
...
@@ -163,12 +157,6 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterVelocity,StringFormat={}{0:F0}}" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterVelocity,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
</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">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际压力" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeader}" Text="实际压力" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
...
@@ -192,19 +180,19 @@
...
@@ -192,19 +180,19 @@
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手上下 检测时间" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手上下 检测时间" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F
0
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F
1
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手进入 检测时间" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手进入 检测时间" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F
0
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F
1
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="收卷压辊 检测时间" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="收卷压辊 检测时间" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F
0
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F
1
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
...
@@ -224,19 +212,19 @@
...
@@ -224,19 +212,19 @@
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手上下 检测时间" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手上下 检测时间" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F
0
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongUpDownTime,StringFormat={}{0:F
1
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手进入 检测时间" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="抓手进入 检测时间" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F
0
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding TongInOutTime,StringFormat={}{0:F
1
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Margin="5">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="收卷压辊 检测时间" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="收卷压辊 检测时间" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F
0
}}" />
<TextBox Style="{StaticResource TextBoxStyle_FieldContent}" Text="{Binding EPRollerTime,StringFormat={}{0:F
1
}}" />
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
...
...
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/PgCenterParam/PgCenterParam.xaml.cs
View file @
2b93e0b6
...
@@ -44,12 +44,11 @@ namespace FLY.Winder.UI.Client
...
@@ -44,12 +44,11 @@ namespace FLY.Winder.UI.Client
"CenterFrictionalComp"
,
"CenterFrictionalComp"
,
"CenterTensionFactor"
,
"CenterTensionFactor"
,
"CenterTransmissionRatio"
,
"CenterTransmissionRatio"
,
"Center
Dia
Comp"
,
"Center
Velocity
Comp"
,
"CenterPressureFactor"
,
"CenterPressureFactor"
,
"CenterOutputRatio"
,
"CenterOutputRatio"
,
"CenterDia"
,
"CenterDia"
,
"CenterVelocity"
,
"CenterVelocity"
,
"CenterTension"
,
"CenterPressure"
,
"CenterPressure"
,
"TongUpDownTime"
,
"TongUpDownTime"
,
"TongInOutTime"
,
"TongInOutTime"
,
...
...
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/PgInterstitialParam/PgInterstitialParam.xaml
View file @
2b93e0b6
...
@@ -75,6 +75,12 @@
...
@@ -75,6 +75,12 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterDia,StringFormat={}{0:F0}}" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterDia,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
</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">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="大直径" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="大直径" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
...
@@ -142,6 +148,12 @@
...
@@ -142,6 +148,12 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterDia,StringFormat={}{0:F0}}" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent}" Text="{Binding CenterDia,StringFormat={}{0:F0}}" />
</StackPanel>
</StackPanel>
</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">
<StackPanel Margin="5">
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="大直径" />
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="大直径" />
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
...
...
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/PgInterstitialParam/PgInterstitialParam.xaml.cs
View file @
2b93e0b6
...
@@ -51,6 +51,7 @@ namespace FLY.Winder.UI.Client
...
@@ -51,6 +51,7 @@ namespace FLY.Winder.UI.Client
"EleRulerValue"
,
"EleRulerValue"
,
"InterstitialValue"
,
"InterstitialValue"
,
"CenterDia"
,
"CenterDia"
,
"DiaFactor"
,
"MaxDiaSet"
,
"MaxDiaSet"
,
"MinDiaSet"
,
"MinDiaSet"
,
"MaxValueSet"
,
"MaxValueSet"
,
...
...
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/Properties/AssemblyInfo.cs
View file @
2b93e0b6
...
@@ -51,6 +51,6 @@ using System.Windows;
...
@@ -51,6 +51,6 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.0.
2
")]
[assembly: AssemblyVersion("5.2.0.
3
")]
[assembly: AssemblyFileVersion("5.2.0.
2
")]
[assembly: AssemblyFileVersion("5.2.0.
3
")]
[assembly: Guid("42C0587A-7258-4AA0-B23E-F76CCC3547E6")]
[assembly: Guid("42C0587A-7258-4AA0-B23E-F76CCC3547E6")]
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/UIModule/WdManual/WdManual.xaml.cs
View file @
2b93e0b6
...
@@ -72,8 +72,17 @@ namespace FLY.Winder.UI.Client.UIModule
...
@@ -72,8 +72,17 @@ namespace FLY.Winder.UI.Client.UIModule
winderSystem
.
PLCos
,
winderSystem
.
PLCos
,
winderSystem
.
Items
[
i
],
winderSystem
.
Items
[
i
],
new
string
[]
{
new
string
[]
{
"IsTongAuto"
"IsTongAuto"
,
});
"TurnoverInching"
,
"CuttingFilm"
,
"TurnoverOrg"
,
"PressureArmOffset"
,
"PushRod"
,
"TongLoosen"
,
"TongUp"
,
"TongDown"
,
"TongIn"
,
"TongOut"
});
}
}
}
}
...
...
Project.FLY.Winder_20190413/FLY.Winder.UI.Server/Properties/AssemblyInfo.cs
View file @
2b93e0b6
...
@@ -51,6 +51,6 @@ using System.Windows;
...
@@ -51,6 +51,6 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.0.
2
")]
[assembly: AssemblyVersion("5.2.0.
3
")]
[assembly: AssemblyFileVersion("5.2.0.
2
")]
[assembly: AssemblyFileVersion("5.2.0.
3
")]
[assembly: Guid("0CE35EA7-927A-41C0-9DC6-80511329760B")]
[assembly: Guid("0CE35EA7-927A-41C0-9DC6-80511329760B")]
Project.FLY.Winder_20190413/FLY.Winder/Common/WinderInsideOutside.cs
View file @
2b93e0b6
...
@@ -343,7 +343,7 @@ namespace FLY.Winder.Common
...
@@ -343,7 +343,7 @@ namespace FLY.Winder.Common
public
float
CenterFrictionalComp
{
get
;
set
;
}
public
float
CenterFrictionalComp
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 中心
张力系数
-999~999 {0:F2}
/// 中心
电机扭矩
-999~999 {0:F2}
/// </summary>
/// </summary>
public
float
CenterTensionFactor
{
get
;
set
;
}
public
float
CenterTensionFactor
{
get
;
set
;
}
...
@@ -357,11 +357,6 @@ namespace FLY.Winder.Common
...
@@ -357,11 +357,6 @@ namespace FLY.Winder.Common
/// </summary>
/// </summary>
public
float
CenterVelocityComp
{
get
;
set
;
}
public
float
CenterVelocityComp
{
get
;
set
;
}
/// <summary>
/// 中心直径补偿 0~999 {0:F2}
/// </summary>
public
float
CenterDiaComp
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 中心压力系数 -9999~9999 {0:F1}
/// 中心压力系数 -9999~9999 {0:F1}
/// </summary>
/// </summary>
...
@@ -377,11 +372,6 @@ namespace FLY.Winder.Common
...
@@ -377,11 +372,6 @@ namespace FLY.Winder.Common
/// </summary>
/// </summary>
public
float
CenterVelocity
{
get
;
set
;
}
public
float
CenterVelocity
{
get
;
set
;
}
/// <summary>
/// 中心实际张力
/// </summary>
public
float
CenterTension
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 中心实际压力
/// 中心实际压力
/// </summary>
/// </summary>
...
@@ -412,6 +402,11 @@ namespace FLY.Winder.Common
...
@@ -412,6 +402,11 @@ namespace FLY.Winder.Common
/// </summary>
/// </summary>
public
float
InterstitialValue
{
get
;
set
;
}
public
float
InterstitialValue
{
get
;
set
;
}
/// <summary>
/// 直径系数
/// </summary>
public
float
DiaFactor
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 大直径设定
/// 大直径设定
/// </summary>
/// </summary>
...
...
Project.FLY.Winder_20190413/FLY.Winder/Properties/AssemblyInfo.cs
View file @
2b93e0b6
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
//通过使用 "*",如下所示:
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.0.
2
")]
[assembly: AssemblyVersion("5.2.0.
3
")]
[assembly: AssemblyFileVersion("5.2.0.
2
")]
[assembly: AssemblyFileVersion("5.2.0.
3
")]
Resource/收卷/中央收卷_设备连接变量表_20191206/Generated/WS.xml
View file @
2b93e0b6
...
@@ -181,15 +181,15 @@
...
@@ -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=
"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=
"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=
"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=
"500"
Type=
"uint16"
Scale=
"
0.
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=
"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=
"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=
"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=
"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=
"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=
"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=
"570"
Type=
"uint16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"CenterTaperSet"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"34
0
"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"CenterTensionKg"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"34
6
"
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=
"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=
"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"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"3720"
Type=
"uint16"
Scale=
"1"
OwnerName=
"Items[1]"
PropertyName=
"CenterDia"
/>
...
@@ -211,28 +211,26 @@
...
@@ -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=
"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=
"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=
"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=
"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=
"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=
"712"
Type=
"int16"
Scale=
"
0.
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=
"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=
"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=
"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=
"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=
"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=
"2650"
Type=
"uint16"
Scale=
"
0.
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=
"2654"
Type=
"uint16"
Scale=
"
0.
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=
"2652"
Type=
"uint16"
Scale=
"
0.
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=
"2656"
Type=
"uint16"
Scale=
"
0.
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=
"2658"
Type=
"uint16"
Scale=
"
0.
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=
"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=
"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=
"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=
"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=
"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=
"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=
"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"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"4"
Addr=
"770"
Type=
"float"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"MaxValueSet"
/>
...
@@ -249,12 +247,12 @@
...
@@ -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=
"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=
"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=
"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=
"4454"
Type=
"uint16"
Scale=
"
0.0
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=
"4354"
Type=
"uint16"
Scale=
"
0.0
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=
"4452"
Type=
"uint16"
Scale=
"
0.0
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=
"4352"
Type=
"uint16"
Scale=
"
0.0
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=
"4228"
Type=
"
float
"
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=
"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=
"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=
"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"
/>
<PLCVariable
DeviceIndex=
"0"
Mode=
"0"
Addr=
"3001"
Type=
"bool"
Scale=
"1"
OwnerName=
"Items[0]"
PropertyName=
"IsSurfaceWindGet"
/>
...
...
Resource/收卷/中央收卷_设备连接变量表_20191206/Generated/WinderInsideOutside.cs
View file @
2b93e0b6
...
@@ -343,7 +343,7 @@ namespace FLY.Winder.Common
...
@@ -343,7 +343,7 @@ namespace FLY.Winder.Common
public
float
CenterFrictionalComp
{
get
;
set
;
}
public
float
CenterFrictionalComp
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 中心
张力系数
-999~999 {0:F2}
/// 中心
电机扭矩
-999~999 {0:F2}
/// </summary>
/// </summary>
public
float
CenterTensionFactor
{
get
;
set
;
}
public
float
CenterTensionFactor
{
get
;
set
;
}
...
@@ -357,11 +357,6 @@ namespace FLY.Winder.Common
...
@@ -357,11 +357,6 @@ namespace FLY.Winder.Common
/// </summary>
/// </summary>
public
float
CenterVelocityComp
{
get
;
set
;
}
public
float
CenterVelocityComp
{
get
;
set
;
}
/// <summary>
/// 中心直径补偿 0~999 {0:F2}
/// </summary>
public
float
CenterDiaComp
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 中心压力系数 -9999~9999 {0:F1}
/// 中心压力系数 -9999~9999 {0:F1}
/// </summary>
/// </summary>
...
@@ -377,11 +372,6 @@ namespace FLY.Winder.Common
...
@@ -377,11 +372,6 @@ namespace FLY.Winder.Common
/// </summary>
/// </summary>
public
float
CenterVelocity
{
get
;
set
;
}
public
float
CenterVelocity
{
get
;
set
;
}
/// <summary>
/// 中心实际张力
/// </summary>
public
float
CenterTension
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 中心实际压力
/// 中心实际压力
/// </summary>
/// </summary>
...
@@ -412,6 +402,11 @@ namespace FLY.Winder.Common
...
@@ -412,6 +402,11 @@ namespace FLY.Winder.Common
/// </summary>
/// </summary>
public
float
InterstitialValue
{
get
;
set
;
}
public
float
InterstitialValue
{
get
;
set
;
}
/// <summary>
/// 直径系数
/// </summary>
public
float
DiaFactor
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 大直径设定
/// 大直径设定
/// </summary>
/// </summary>
...
...
Resource/收卷/中央收卷_设备连接变量表_20191206/收卷HMI-地址表.xlsm
View file @
2b93e0b6
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment