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
51a94c6a
Commit
51a94c6a
authored
Jun 15, 2023
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 下吹M层删除熔温
parent
81578c78
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
677 additions
and
264 deletions
+677
-264
TempAreaPanel2.xaml
...wing.UI.Client/UiModule/TempAreaPanel/TempAreaPanel2.xaml
+3
-1
TempAreaPanel2.xaml.cs
...g.UI.Client/UiModule/TempAreaPanel/TempAreaPanel2.xaml.cs
+104
-81
AssemblyInfo.cs
...LY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
+2
-2
设备连接变量表_v0.7_和美立式.zip
Resource/收卷/设备连接变量表_v0.7_和美立式.zip
+0
-0
plcgroup.json
Resource/收卷/设备连接变量表_v0.7_和美立式/Generated/plcgroup.json
+102
-0
中心收卷HMI-地址表.xlsx
Resource/收卷/设备连接变量表_v0.7_和美立式/中心收卷HMI-地址表.xlsx
+0
-0
hemeiInstallZipVersionInfo.json
脚本/hemeiInstallZipVersionInfo.json
+3
-2
flowgraph.json
....UI.Client/default/layout.default/风环-称重-下吹/flowgraph.json
+2
-0
graphcustom.json
...I.Client/default/layout.default/风环-称重-下吹/graphcustom.json
+0
-0
paramDict.json
....UI.Client/default/layout.default/风环-称重-下吹/paramDict.json
+4
-4
scangraph.json
....UI.Client/default/layout.default/风环-称重-下吹/scangraph.json
+2
-1
trendgraph.json
...UI.Client/default/layout.default/风环-称重-下吹/trendgraph.json
+2
-1
graphcustom.json
.../default/layout.default/风环-称重-收卷4-IBC-温区/graphcustom.json
+52
-30
scangraph.json
...nt/default/layout.default/风环-称重-收卷4-IBC-温区/scangraph.json
+68
-2
trendgraph.json
...t/default/layout.default/风环-称重-收卷4-IBC-温区/trendgraph.json
+7
-0
flowgraph.json
...t/default/layout.default/风环-称重-收卷中心-IBC-温区/flowgraph.json
+2
-0
graphcustom.json
...default/layout.default/风环-称重-收卷中心-IBC-温区/graphcustom.json
+69
-69
paramDict.json
...t/default/layout.default/风环-称重-收卷中心-IBC-温区/paramDict.json
+67
-0
trendgraph.json
.../default/layout.default/风环-称重-收卷中心-IBC-温区/trendgraph.json
+11
-2
flowgraph.json
...ient/default/layout.default/风环-称重-收卷中心-IBC/flowgraph.json
+2
-0
graphcustom.json
...nt/default/layout.default/风环-称重-收卷中心-IBC/graphcustom.json
+67
-67
paramDict.json
...ient/default/layout.default/风环-称重-收卷中心-IBC/paramDict.json
+67
-0
trendgraph.json
...ent/default/layout.default/风环-称重-收卷中心-IBC/trendgraph.json
+11
-2
版本描述.md
脚本/版本描述.md
+30
-0
No files found.
Project.FLY.DownBlowing/FLY.DownBlowing.UI.Client/UiModule/TempAreaPanel/TempAreaPanel2.xaml
View file @
51a94c6a
...
...
@@ -15,6 +15,7 @@
<ResourceDictionary Source="TempAreaPanelStyle.xaml"/>
<ResourceDictionary Source="UcTcStyle.xaml"/>
</ResourceDictionary.MergedDictionaries>
<local:TmTemplateVisibleConverter x:Key="tmVisConv"/>
</ResourceDictionary>
</UserControl.Resources>
<Grid d:DataContext="{StaticResource downBlowingSystemUt}">
...
...
@@ -48,7 +49,8 @@
<ContentControl Grid.Row="4" ContentTemplate="{StaticResource TcTemplate}" Content="{Binding Temperatures[3]}" Margin="{StaticResource ControlMargin}"/>
<ContentControl Grid.Row="5" ContentTemplate="{StaticResource TcTemplate}" Content="{Binding Temperatures[4]}" Margin="{StaticResource ControlMargin}"/>
<ContentControl Grid.Row="6" ContentTemplate="{StaticResource TcTemplate}" Content="{Binding Temperatures[5]}" Margin="{StaticResource ControlMargin}"/>
<ContentControl Grid.Row="7" ContentTemplate="{StaticResource TmTemplate}" Content="{Binding .}" Margin="{StaticResource ControlMargin}"/>
<ContentControl Grid.Row="7" ContentTemplate="{StaticResource TmTemplate}" Content="{Binding .}" Margin="{StaticResource ControlMargin}"
Visibility="{Binding Number,Converter={StaticResource tmVisConv}}"/>
</Grid>
</Button>
...
...
Project.FLY.DownBlowing/FLY.DownBlowing.UI.Client/UiModule/TempAreaPanel/TempAreaPanel2.xaml.cs
View file @
51a94c6a
...
...
@@ -7,9 +7,11 @@ using MultiLayout.UiModule;
using
System
;
using
System.Collections.Generic
;
using
System.ComponentModel
;
using
System.Globalization
;
using
System.Linq
;
using
System.Windows
;
using
System.Windows.Controls
;
using
System.Windows.Data
;
using
System.Windows.Threading
;
using
Unity
;
...
...
@@ -137,95 +139,116 @@ namespace FLY.DownBlowing.UI.Client.UiModule
}
public
class
SetPLCUpdatePlan
:
IDisposable
//public class SetPLCUpdatePlan : IDisposable
//{
// IPLCProxySystemService PLCos;
// long planid = 0;
// DispatcherTimer timer;//可能被销毁了
// string objname;
// IEnumerable<string> propertynames;
// public SetPLCUpdatePlan(IPLCProxySystemService plsos, string objname, IEnumerable<string> propertynames)
// {
// PLCos = plsos;
// this.propertynames = propertynames;
// this.objname = objname;// PLCos.ObjNames.First((kv) => kv.Value == obj).Key;
// timer = new DispatcherTimer()//120s 内必须再次注册
// {
// Interval = TimeSpan.FromSeconds(60)
// };
// timer.Tick += (s, e) =>
// {
// if (planid != 0)
// {
// PLCos.FeedPlan(planid);
// }
// };
// if (IsTimeToSetPlan())
// {
// PLCos.SetPlan(this.objname, this.propertynames, (asyncContext, retData) =>
// {
// long planid = (long)retData;
// this.planid = planid;
// timer.Start();
// }, null);
// }
// if (PLCos is PLCProxySystemServiceClient)
// PLCos.PropertyChanged += PLCos_PropertyChanged;
// }
// bool IsTimeToSetPlan()
// {
// if (PLCos is PLCProxySystemServiceClient)
// {
// var _PLCos = PLCos as PLCProxySystemServiceClient;
// if (_PLCos.IsConnected)
// {
// return true;
// }
// else
// {
// return false;
// }
// }
// else
// {
// return true;
// }
// }
// private void PLCos_PropertyChanged(object sender, PropertyChangedEventArgs e)
// {
// if (e.PropertyName == nameof(PLCProxySystemServiceClient.IsConnected))
// {
// var _PLCos = PLCos as PLCProxySystemServiceClient;
// if (_PLCos.IsConnected)
// {
// PLCos.SetPlan(objname, propertynames, (asyncContext, retData) =>
// {
// long planid = (long)retData;
// this.planid = planid;
// timer.Start();
// }, null);
// }
// else
// {
// this.planid = 0;
// timer.Stop();
// }
// }
// }
// public void Dispose()
// {
// timer.Stop();
// if (planid != 0)
// PLCos.RemovePlan(planid);
// }
//}
public
class
TmTemplateVisibleConverter
:
IValueConverter
{
IPLCProxySystemService
PLCos
;
long
planid
=
0
;
DispatcherTimer
timer
;
//可能被销毁了
string
objname
;
IEnumerable
<
string
>
propertynames
;
public
SetPLCUpdatePlan
(
IPLCProxySystemService
plsos
,
string
objname
,
IEnumerable
<
string
>
propertynames
)
public
object
Convert
(
object
value
,
Type
targetType
,
object
parameter
,
CultureInfo
culture
)
{
PLCos
=
plsos
;
this
.
propertynames
=
propertynames
;
this
.
objname
=
objname
;
// PLCos.ObjNames.First((kv) => kv.Value == obj).Key;
timer
=
new
DispatcherTimer
()
//120s 内必须再次注册
if
(
value
is
string
)
{
Interval
=
TimeSpan
.
FromSeconds
(
60
)
};
timer
.
Tick
+=
(
s
,
e
)
=>
{
if
(
planid
!=
0
)
{
PLCos
.
FeedPlan
(
planid
);
}
};
if
(
IsTimeToSetPlan
())
{
PLCos
.
SetPlan
(
this
.
objname
,
this
.
propertynames
,
(
asyncContext
,
retData
)
=>
{
long
planid
=
(
long
)
retData
;
this
.
planid
=
planid
;
timer
.
Start
();
},
null
);
string
number
=
value
as
string
;
if
(
number
==
"M"
)
return
Visibility
.
Hidden
;
}
if
(
PLCos
is
PLCProxySystemServiceClient
)
PLCos
.
PropertyChanged
+=
PLCos_PropertyChanged
;
return
Visibility
.
Visible
;
}
bool
IsTimeToSetPlan
()
{
if
(
PLCos
is
PLCProxySystemServiceClient
)
{
var
_PLCos
=
PLCos
as
PLCProxySystemServiceClient
;
if
(
_PLCos
.
IsConnected
)
{
return
true
;
}
else
{
return
false
;
}
}
else
{
return
true
;
}
}
private
void
PLCos_PropertyChanged
(
object
sender
,
PropertyChangedEventArgs
e
)
{
if
(
e
.
PropertyName
==
nameof
(
PLCProxySystemServiceClient
.
IsConnected
))
{
var
_PLCos
=
PLCos
as
PLCProxySystemServiceClient
;
if
(
_PLCos
.
IsConnected
)
{
PLCos
.
SetPlan
(
objname
,
propertynames
,
(
asyncContext
,
retData
)
=>
{
long
planid
=
(
long
)
retData
;
this
.
planid
=
planid
;
timer
.
Start
();
},
null
);
}
else
{
this
.
planid
=
0
;
timer
.
Stop
();
}
}
}
public
void
Dispose
(
)
public
object
ConvertBack
(
object
value
,
Type
targetType
,
object
parameter
,
CultureInfo
culture
)
{
timer
.
Stop
();
if
(
planid
!=
0
)
PLCos
.
RemovePlan
(
planid
);
throw
new
NotImplementedException
();
}
}
}
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
View file @
51a94c6a
...
...
@@ -51,6 +51,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.8.
1
.0")]
[assembly: AssemblyFileVersion("7.8.
1
.0")]
[assembly: AssemblyVersion("7.8.
2
.0")]
[assembly: AssemblyFileVersion("7.8.
2
.0")]
[assembly: Guid("38E0D8EC-4D1C-49FF-AB08-6289294C5BD4")]
Resource/收卷/设备连接变量表_v0.7_和美立式.zip
0 → 100644
View file @
51a94c6a
File added
Resource/收卷/设备连接变量表_v0.7_和美立式/Generated/plcgroup.json
0 → 100644
View file @
51a94c6a
{
"Version"
:
"v0.7和美立式"
,
"Devices"
:
[
{
"PlcName"
:
null
,
"EP"
:
"192.168.50.40:502"
}
],
"Variables"
:
[
{
"DeviceIndex"
:
0
,
"Mode"
:
"4"
,
"Addr"
:
980
,
"Type"
:
"float"
,
"Scale"
:
1.0
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"VelocitySet"
,
"RegAddr"
:
"汇川H3U 监控协议.D(980)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"4"
,
"Addr"
:
180
,
"Type"
:
"float"
,
"Scale"
:
1.0
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"Velocity"
,
"RegAddr"
:
"汇川H3U 监控协议.D(180)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"0"
,
"Addr"
:
1301
,
"Type"
:
"bool"
,
"Scale"
:
1.0
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"IsRotaryForw"
,
"RegAddr"
:
"汇川H3U 监控协议.M(1301)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"0"
,
"Addr"
:
1300
,
"Type"
:
"bool"
,
"Scale"
:
1.0
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"IsRotaryBackw"
,
"RegAddr"
:
"汇川H3U 监控协议.M(1300)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"1"
,
"Addr"
:
63512
,
"Type"
:
"bool"
,
"Scale"
:
1.0
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"IsRotaryForwTurn"
,
"RegAddr"
:
"汇川H3U 监控协议.X(30)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"1"
,
"Addr"
:
63513
,
"Type"
:
"bool"
,
"Scale"
:
1.0
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"IsRotaryBackwTurn"
,
"RegAddr"
:
"汇川H3U 监控协议.X(31)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"4"
,
"Addr"
:
1380
,
"Type"
:
"uint16"
,
"Scale"
:
0.01
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"RotaryFreqSet"
,
"RegAddr"
:
"汇川H3U 监控协议.D(1380)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"4"
,
"Addr"
:
1381
,
"Type"
:
"uint16"
,
"Scale"
:
0.01
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"RotaryFreq"
,
"RegAddr"
:
"汇川H3U 监控协议.D(1381)"
},
{
"DeviceIndex"
:
0
,
"Mode"
:
"0"
,
"Addr"
:
411
,
"Type"
:
"bool"
,
"Scale"
:
1.0
,
"OwnerName"
:
"Accessory"
,
"PropertyName"
:
"IsRotaryOn"
,
"RegAddr"
:
"汇川H3U 监控协议.M(411)"
}
]
}
\ No newline at end of file
Resource/收卷/设备连接变量表_v0.7_和美立式/中心收卷HMI-地址表.xlsx
0 → 100644
View file @
51a94c6a
File added
脚本/hemeiInstallZipVersionInfo.json
View file @
51a94c6a
{
"InstallZipVersion"
:
"7.8.
1.1
"
,
"InstallZipUrl"
:
"http://server.flyautomation.net:8889/download/和美安装包_v7.8.
1.1_20230407
.7z"
"InstallZipVersion"
:
"7.8.
2.0
"
,
"InstallZipUrl"
:
"http://server.flyautomation.net:8889/download/和美安装包_v7.8.
2.0_20230615
.7z"
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-下吹/flowgraph.json
0 → 100644
View file @
51a94c6a
{
"Interval"
:
6
,
"IsYRangeAuto"
:
false
,
"IsYRangePercent"
:
true
,
"YRangePercent"
:
0.15
,
"YRange"
:
20
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-下吹/graphcustom.json
View file @
51a94c6a
This diff is collapsed.
Click to expand it.
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-下吹/paramDict.json
View file @
51a94c6a
...
...
@@ -29,7 +29,7 @@
},
{
"Key"
:
"HaveWeight"
,
"Value"
:
tru
e
"Value"
:
fals
e
},
{
"Key"
:
"HaveIbc"
,
...
...
@@ -41,15 +41,15 @@
},
{
"Key"
:
"HaveDownBlowing"
,
"Value"
:
tru
e
"Value"
:
fals
e
},
{
"Key"
:
"HaveTArea"
,
"Value"
:
tru
e
"Value"
:
fals
e
},
{
"Key"
:
"HaveFeeder"
,
"Value"
:
tru
e
"Value"
:
fals
e
},
{
"Key"
:
"WarningTipPath"
,
...
...
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-下吹/scangraph.json
View file @
51a94c6a
...
...
@@ -61,7 +61,7 @@
"Number"
:
0
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
2188791
4
"ID"
:
5125947
4
}
]
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-下吹/trendgraph.json
View file @
51a94c6a
...
...
@@ -10,7 +10,7 @@
"Interval"
:
1
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"ID"
:
2188791
4
"ID"
:
5125947
4
}
]
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷4-IBC-温区/graphcustom.json
View file @
51a94c6a
...
...
@@ -191,6 +191,23 @@
],
"Header"
:
"趋势"
},
{
"Graphs"
:
[
{
"ID"
:
25308200
,
"Rect"
:
"0, 0, 1, 1"
}
],
"ColumnCount"
:
1
,
"RowCount"
:
1
,
"RowDefinitions"
:
[
false
],
"ColumnDefinitions"
:
[
false
],
"Header"
:
"趋势2"
},
{
"Graphs"
:
[
{
...
...
@@ -282,6 +299,36 @@
"Module"
:
"FLY.IBC.UI.Client.UiModule.UiModule2_DynAreaIbc"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
24847051
,
"Module"
:
"FLY.Weight.UI.Client.UiModule.UiModule2_MenuSetting"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
9147936
,
"Module"
:
"FLY.IBC.UI.Client.UiModule.UiModule2_MenuSetting2"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
44866487
,
"Module"
:
"FLY.FeedbackRenZiJia.UI.Client.UiModule.UiModule2_MenuSetting"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
43552930
,
"Module"
:
"FLY.Thick.BlowingScan.UI.Client.UiModule.UiModule2_MenuSetting"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
57497710
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_MenuProfile"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
66283545
,
"Module"
:
"FLY.Thick.Base.UI.UiModule.UiModule2_MenuMotion"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
33818429
,
"Module"
:
"FLY.Winder.UI.Client.UiModule.UiModule2_MainPanelV4"
,
...
...
@@ -352,6 +399,11 @@
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_TrendGraph"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
25308200
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_TrendGraph2"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
43629015
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_ScanGraphCircular"
,
...
...
@@ -366,36 +418,6 @@
"ID"
:
18036132
,
"Module"
:
"FLY.Thick.Base.UI.UiModule.UiModule2_FixGraph"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
24847051
,
"Module"
:
"FLY.Weight.UI.Client.UiModule.UiModule2_MenuSetting"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
9147936
,
"Module"
:
"FLY.IBC.UI.Client.UiModule.UiModule2_MenuSetting2"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
44866487
,
"Module"
:
"FLY.FeedbackRenZiJia.UI.Client.UiModule.UiModule2_MenuSetting"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
43552930
,
"Module"
:
"FLY.Thick.BlowingScan.UI.Client.UiModule.UiModule2_MenuSetting"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
57497710
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_MenuProfile"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
66283545
,
"Module"
:
"FLY.Thick.Base.UI.UiModule.UiModule2_MenuMotion"
,
"ServiceContainerName"
:
"gage0.service"
}
]
}
...
...
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷4-IBC-温区/scangraph.json
View file @
51a94c6a
{
"Items"
:[{
"UiModule"
:
"scangraph2"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-5
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
28722627
},{
"UiModule"
:
"scangraph2"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
0
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
44810590
},{
"UiModule"
:
"scangraph"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-15
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
19620867
},{
"UiModule"
:
"scangraph"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-10
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
23742817
},{
"UiModule"
:
"scangraph"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-5
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
9828942
},{
"UiModule"
:
"scangraph2"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
0
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
37500900
}]}
\ No newline at end of file
{
"Items"
:
[
{
"UiModule"
:
"scangraph2"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-5
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
28722627
},
{
"UiModule"
:
"scangraph2"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
0
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
44810590
},
{
"UiModule"
:
"scangraph"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-15
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
19620867
},
{
"UiModule"
:
"scangraph"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-10
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
23742817
},
{
"UiModule"
:
"scangraph"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
-5
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
9828942
},
{
"UiModule"
:
"scangraph2"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
0
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
37500900
},
{
"UiModule"
:
"scangraph"
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"Number"
:
0
,
"IsPercent"
:
true
,
"IsAutoTarget"
:
true
,
"ID"
:
25308200
}
]
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷4-IBC-温区/trendgraph.json
View file @
51a94c6a
...
...
@@ -5,6 +5,12 @@
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"ID"
:
51283066
},
{
"Interval"
:
1
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"ID"
:
25308200
}
]
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC-温区/flowgraph.json
0 → 100644
View file @
51a94c6a
{
"Interval"
:
6
,
"IsYRangeAuto"
:
false
,
"IsYRangePercent"
:
true
,
"YRangePercent"
:
0.15
,
"YRange"
:
20
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC-温区/graphcustom.json
View file @
51a94c6a
...
...
@@ -28,7 +28,7 @@
{
"Graphs"
:
[
{
"ID"
:
17447856
,
"ID"
:
6879063
,
"Rect"
:
"0, 0, 1, 1"
}
],
...
...
@@ -234,173 +234,173 @@
],
"Components"
:
[
{
"ID"
:
1
7447856
,
"Module"
:
"FLY.Winder.UI.Client.UiModule.UiModule2_M
ainPanel2
"
,
"ID"
:
1
2961752
,
"Module"
:
"FLY.Winder.UI.Client.UiModule.UiModule2_M
enuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
18841703
,
"Module"
:
"FLY.W
inder.UI.Client.UiModule.UiModule2_CenterWinderPanel
"
,
"ID"
:
24847051
,
"Module"
:
"FLY.W
eight.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
17611460
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_MainGraph
"
,
"ID"
:
9147936
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MenuSetting2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
2110414
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MainPanel2
"
,
"ID"
:
4
4866487
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
61787501
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_TempAreaPanel
"
,
"ID"
:
43552930
,
"Module"
:
"FLY.
Thick.BlowingScan.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
48662582
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_GraphAirRing
"
,
"ID"
:
57497710
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_MenuProfile
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
28722627
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ID"
:
66283545
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_MenuMotion
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
44810590
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ID"
:
31616714
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaThick
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
19620867
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
ScanGraph
"
,
"ID"
:
9306904
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
DynAreaProfile
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
2
374281
7
,
"Module"
:
"FLY.Thick.Blowing
.UI.UiModule.UiModule2_ScanGrap
h"
,
"ID"
:
2
793520
7
,
"Module"
:
"FLY.Thick.Blowing
Scan.UI.Client.UiModule.UiModule2_DynAreaFilmWidt
h"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
9828942
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph
"
,
"ID"
:
64726287
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaSample
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
37500900
,
"Module"
:
"FLY.Thick.Blowing
.UI.UiModule.UiModule2_ScanGraph2
"
,
"ID"
:
48687165
,
"Module"
:
"FLY.Thick.Blowing
Scan.UI.Client.UiModule.UiModule2_DynAreaBlowing
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
45213180
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_FlowGraph
"
,
"ID"
:
21215025
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_DynAreaIO
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
51283066
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_TrendGraph
"
,
"ID"
:
28692214
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_DynAreaAirRing
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
3629015
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_ScanGraphCircular
"
,
"ID"
:
4
0975656
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_DynAreaWeight
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
2
8792051
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ID"
:
2
9037722
,
"Module"
:
"FLY.
Winder.UI.Client.UiModule.UiModule2_DynAreaWinder
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
1
8036132
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ID"
:
1
3189467
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_DynAreaIbc
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
12961752
,
"Module"
:
"FLY.Winder.UI.Client.UiModule.UiModule2_M
enuSetting
"
,
"ID"
:
6879063
,
"Module"
:
"FLY.Winder.UI.Client.UiModule.UiModule2_M
ainPanel
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
24847051
,
"Module"
:
"FLY.W
eight.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
18841703
,
"Module"
:
"FLY.W
inder.UI.Client.UiModule.UiModule2_CenterWinderPanel
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
9147936
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MenuSetting2
"
,
"ID"
:
17611460
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_MainGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
4866487
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
4
2110414
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MainPanel2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
43552930
,
"Module"
:
"FLY.
Thick.BlowingScan.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
61787501
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_TempAreaPanel
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
57497710
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_MenuProfile
"
,
"ID"
:
48662582
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_GraphAirRing
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
66283545
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_MenuMotion
"
,
"ID"
:
28722627
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
31616714
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaThick
"
,
"ID"
:
44810590
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
9306904
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
DynAreaProfile
"
,
"ID"
:
19620867
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
ScanGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
2
793520
7
,
"Module"
:
"FLY.Thick.Blowing
Scan.UI.Client.UiModule.UiModule2_DynAreaFilmWidt
h"
,
"ID"
:
2
374281
7
,
"Module"
:
"FLY.Thick.Blowing
.UI.UiModule.UiModule2_ScanGrap
h"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
64726287
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaSample
"
,
"ID"
:
9828942
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
48687165
,
"Module"
:
"FLY.Thick.Blowing
Scan.UI.Client.UiModule.UiModule2_DynAreaBlowing
"
,
"ID"
:
37500900
,
"Module"
:
"FLY.Thick.Blowing
.UI.UiModule.UiModule2_ScanGraph2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
21215025
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_DynAreaIO
"
,
"ID"
:
45213180
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_FlowGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
28692214
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_DynAreaAirRing
"
,
"ID"
:
51283066
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_TrendGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
0975656
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_DynAreaWeight
"
,
"ID"
:
4
3629015
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_ScanGraphCircular
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
2
9037722
,
"Module"
:
"FLY.
Winder.UI.Client.UiModule.UiModule2_DynAreaWinder
"
,
"ID"
:
2
8792051
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
1
3189467
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_DynAreaIbc
"
,
"ID"
:
1
8036132
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ServiceContainerName"
:
"gage0.service"
}
]
...
...
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC-温区/paramDict.json
0 → 100644
View file @
51a94c6a
[
{
"Key"
:
"LCUS1_PortName"
,
"Value"
:
"COM1"
},
{
"Key"
:
"LCUS1_Enable"
,
"Value"
:
false
},
{
"Key"
:
"XStep"
,
"Value"
:
5
},
{
"Key"
:
"HaveOSK"
,
"Value"
:
true
},
{
"Key"
:
"HaveOSK_mouse"
,
"Value"
:
true
},
{
"Key"
:
"gage0.service.stateChanged"
,
"Value"
:
null
},
{
"Key"
:
"HaveThick"
,
"Value"
:
true
},
{
"Key"
:
"HaveWeight"
,
"Value"
:
false
},
{
"Key"
:
"HaveIbc"
,
"Value"
:
false
},
{
"Key"
:
"HaveWinder"
,
"Value"
:
false
},
{
"Key"
:
"HaveDownBlowing"
,
"Value"
:
false
},
{
"Key"
:
"HaveTArea"
,
"Value"
:
false
},
{
"Key"
:
"HaveFeeder"
,
"Value"
:
false
},
{
"Key"
:
"WarningTipPath"
,
"Value"
:
""
},
{
"Key"
:
"WarningDurationSec"
,
"Value"
:
5
},
{
"Key"
:
"EnableScanErrBigTip"
,
"Value"
:
false
}
]
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC-温区/trendgraph.json
View file @
51a94c6a
{
"Items"
:[{
"Len"
:
120
,
"BeginNo"
:
0
,
"EndNo"
:
20
,
"IsAll"
:
true
,
"Type"
:
0
,
"XType"
:
0
,
"BM"
:
0
,
"YRangePercent"
:
3.0
,
"Title"
:
"趋势图"
,
"Mix"
:
1
,
"IsAutoTarget"
:
true
,
"IsPercent"
:
true
,
"ID"
:
48220637
}]}
\ No newline at end of file
{
"Items"
:
[
{
"Interval"
:
1
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"ID"
:
51283066
}
]
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC/flowgraph.json
0 → 100644
View file @
51a94c6a
{
"Interval"
:
6
,
"IsYRangeAuto"
:
false
,
"IsYRangePercent"
:
true
,
"YRangePercent"
:
0.15
,
"YRange"
:
20
}
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC/graphcustom.json
View file @
51a94c6a
...
...
@@ -28,7 +28,7 @@
{
"Graphs"
:
[
{
"ID"
:
1
7447856
,
"ID"
:
1
583029
,
"Rect"
:
"0, 0, 1, 1"
}
],
...
...
@@ -217,168 +217,168 @@
],
"Components"
:
[
{
"ID"
:
1
7447856
,
"Module"
:
"FLY.Winder.UI.Client.UiModule.UiModule2_M
ainPanel2
"
,
"ID"
:
1
2961752
,
"Module"
:
"FLY.Winder.UI.Client.UiModule.UiModule2_M
enuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
18841703
,
"Module"
:
"FLY.W
inder.UI.Client.UiModule.UiModule2_CenterWinderPanel
"
,
"ID"
:
24847051
,
"Module"
:
"FLY.W
eight.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
17
611460
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_MainGraph
"
,
"ID"
:
17
540489
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
2110414
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MainPanel2
"
,
"ID"
:
4
4866487
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
8662582
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_GraphAirR
ing"
,
"ID"
:
4
3552930
,
"Module"
:
"FLY.
Thick.BlowingScan.UI.Client.UiModule.UiModule2_MenuSett
ing"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
28722627
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
ScanGraph2
"
,
"ID"
:
19107831
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
MenuProfile
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
44810590
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ID"
:
66283545
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_MenuMotion
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
19620867
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph
"
,
"ID"
:
31616714
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaThick
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
23742817
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
ScanGraph
"
,
"ID"
:
63198193
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
DynAreaProfile
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
9828942
,
"Module"
:
"FLY.Thick.Blowing
.UI.UiModule.UiModule2_ScanGrap
h"
,
"ID"
:
27935207
,
"Module"
:
"FLY.Thick.Blowing
Scan.UI.Client.UiModule.UiModule2_DynAreaFilmWidt
h"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
37500900
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ID"
:
64726287
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaSample
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
5213180
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_FlowGraph
"
,
"ID"
:
4
8687165
,
"Module"
:
"FLY.
Thick.BlowingScan.UI.Client.UiModule.UiModule2_DynAreaBlowing
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
51283066
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_TrendGraph
"
,
"ID"
:
21215025
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaIO
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
43629015
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_ScanGraphCircular
"
,
"ID"
:
28692214
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_DynAreaAirRing
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
28792051
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ID"
:
40975656
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_DynAreaWeight
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
1803613
2
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ID"
:
2903772
2
,
"Module"
:
"FLY.
Winder.UI.Client.UiModule.UiModule2_DynAreaWinder
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
1
2961752
,
"Module"
:
"FLY.
Winder.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
1
3189467
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_DynAreaIbc
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
24847051
,
"Module"
:
"FLY.W
eight.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
1583029
,
"Module"
:
"FLY.W
inder.UI.Client.UiModule.UiModule2_MainPanel
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
1
7540489
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
1
8841703
,
"Module"
:
"FLY.
Winder.UI.Client.UiModule.UiModule2_CenterWinderPanel
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
44866487
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
17611460
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_MainGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
3552930
,
"Module"
:
"FLY.
Thick.BlowingScan.UI.Client.UiModule.UiModule2_MenuSetting
"
,
"ID"
:
4
2110414
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_MainPanel2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
19107831
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_MenuProfile
"
,
"ID"
:
48662582
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_GraphAirRing
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
66283545
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_MenuMotion
"
,
"ID"
:
28722627
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
31616714
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaThick
"
,
"ID"
:
44810590
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
63198193
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
DynAreaProfile
"
,
"ID"
:
19620867
,
"Module"
:
"FLY.Thick.Blowing.UI.UiModule.UiModule2_
ScanGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
2
793520
7
,
"Module"
:
"FLY.Thick.Blowing
Scan.UI.Client.UiModule.UiModule2_DynAreaFilmWidt
h"
,
"ID"
:
2
374281
7
,
"Module"
:
"FLY.Thick.Blowing
.UI.UiModule.UiModule2_ScanGrap
h"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
64726287
,
"Module"
:
"FLY.Thick.B
ase.UI.UiModule.UiModule2_DynAreaSample
"
,
"ID"
:
9828942
,
"Module"
:
"FLY.Thick.B
lowing.UI.UiModule.UiModule2_ScanGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
48687165
,
"Module"
:
"FLY.Thick.Blowing
Scan.UI.Client.UiModule.UiModule2_DynAreaBlowing
"
,
"ID"
:
37500900
,
"Module"
:
"FLY.Thick.Blowing
.UI.UiModule.UiModule2_ScanGraph2
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
21215025
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_DynAreaIO
"
,
"ID"
:
45213180
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_FlowGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
28692214
,
"Module"
:
"FLY.
FeedbackRenZiJia.UI.Client.UiModule.UiModule2_DynAreaAirRing
"
,
"ID"
:
51283066
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_TrendGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
4
0975656
,
"Module"
:
"FLY.
Weight.UI.Client.UiModule.UiModule2_DynAreaWeight
"
,
"ID"
:
4
3629015
,
"Module"
:
"FLY.
Thick.Blowing.UI.UiModule.UiModule2_ScanGraphCircular
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
2
9037722
,
"Module"
:
"FLY.
Winder.UI.Client.UiModule.UiModule2_DynAreaWinder
"
,
"ID"
:
2
8792051
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ServiceContainerName"
:
"gage0.service"
},
{
"ID"
:
1
3189467
,
"Module"
:
"FLY.
IBC.UI.Client.UiModule.UiModule2_DynAreaIbc
"
,
"ID"
:
1
8036132
,
"Module"
:
"FLY.
Thick.Base.UI.UiModule.UiModule2_FixGraph
"
,
"ServiceContainerName"
:
"gage0.service"
}
]
...
...
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC/paramDict.json
0 → 100644
View file @
51a94c6a
[
{
"Key"
:
"LCUS1_PortName"
,
"Value"
:
"COM1"
},
{
"Key"
:
"LCUS1_Enable"
,
"Value"
:
false
},
{
"Key"
:
"XStep"
,
"Value"
:
5
},
{
"Key"
:
"HaveOSK"
,
"Value"
:
true
},
{
"Key"
:
"HaveOSK_mouse"
,
"Value"
:
true
},
{
"Key"
:
"gage0.service.stateChanged"
,
"Value"
:
null
},
{
"Key"
:
"HaveThick"
,
"Value"
:
true
},
{
"Key"
:
"HaveWeight"
,
"Value"
:
false
},
{
"Key"
:
"HaveIbc"
,
"Value"
:
false
},
{
"Key"
:
"HaveWinder"
,
"Value"
:
false
},
{
"Key"
:
"HaveDownBlowing"
,
"Value"
:
false
},
{
"Key"
:
"HaveTArea"
,
"Value"
:
false
},
{
"Key"
:
"HaveFeeder"
,
"Value"
:
false
},
{
"Key"
:
"WarningTipPath"
,
"Value"
:
""
},
{
"Key"
:
"WarningDurationSec"
,
"Value"
:
5
},
{
"Key"
:
"EnableScanErrBigTip"
,
"Value"
:
false
}
]
\ No newline at end of file
脚本/release_conf/FLY.Thick.BlowingScan.UI.Client/default/layout.default/风环-称重-收卷中心-IBC/trendgraph.json
View file @
51a94c6a
{
"Items"
:[{
"Len"
:
120
,
"BeginNo"
:
0
,
"EndNo"
:
20
,
"IsAll"
:
true
,
"Type"
:
0
,
"XType"
:
0
,
"BM"
:
0
,
"YRangePercent"
:
3.0
,
"Title"
:
"趋势图"
,
"Mix"
:
1
,
"IsAutoTarget"
:
true
,
"IsPercent"
:
true
,
"ID"
:
48220637
}]}
\ No newline at end of file
{
"Items"
:
[
{
"Interval"
:
1
,
"YRangePercent"
:
3.0
,
"Mix"
:
1
,
"ID"
:
51283066
}
]
}
\ No newline at end of file
脚本/版本描述.md
View file @
51a94c6a
# 和美安装包_v7.8.2-202306
## 测厚仪服务器 v7.8.0
## 测厚仪客户端 v7.7.4
## 扫描测厚仪服务器 v7.6.1
## 扫描测厚仪客户端 v7.8.2
1.
修复 下吹界面 M层不应该有熔温
## 自动风环 v7.6.1
## 称重 v7.7.1
## 称重单组 v7.6.0
## 收卷 v7.8.0
## IBC v7.6.0
## 下吹 v7.6.1
## 吹膜数据库浏览器 v7.0.0
<br/>
<br/>
<br/>
# 和美安装包_v7.8.1-20230407
## 测厚仪服务器 v7.8.0
...
...
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