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
ee3737ad
Commit
ee3737ad
authored
Mar 28, 2024
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 和美安装包_v7.8.5.2-20240120
parent
1fe4baa5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
24 additions
and
30 deletions
+24
-30
BlowingDetect.cs
...Y.Thick.Blowing/FLY.Thick.Blowing/Server/BlowingDetect.cs
+3
-3
PgMain.xaml.cs
Project.FLY.Weight/FLY.Weight.UI.Server/PgMain.xaml.cs
+1
-1
AssemblyInfo.cs
...LY.Weight/FLY.Weight.UI.Server/Properties/AssemblyInfo.cs
+3
-3
IBC地址表_v4.xlsx
Resource/IBC/设备连接变量表_v4.2_温控7/IBC地址表_v4.xlsx
+0
-0
设备连接变量表_v0.7_和美立式.zip
Resource/收卷/设备连接变量表_v0.7_和美立式.zip
+0
-0
plcgroup.json
Resource/称重/设备连接变量表_444_v2.1_成都郑总4号机/Generated/plcgroup.json
+0
-0
2.get_release.sh
脚本/2.get_release.sh
+9
-9
hemeiInstallZipVersionInfo.json
脚本/hemeiInstallZipVersionInfo.json
+3
-2
install.json
脚本/install/install.json
+0
-9
plcgroup.json
...e1/plcgroups/设备连接变量表_111111111_v5/Generated/plcgroup.json
+0
-0
plcgroup.json
.../Gage1/plcgroups/设备连接变量表_11111_v5/Generated/plcgroup.json
+0
-0
版本描述.md
脚本/版本描述.md
+5
-3
No files found.
Project.FLY.Thick.Blowing/FLY.Thick.Blowing/Server/BlowingDetect.cs
View file @
ee3737ad
...
...
@@ -799,7 +799,7 @@ namespace FLY.Thick.Blowing.Server
return
;
}
DateTime
now
=
DateTime
.
Now
;
DateTime
time
=
DateTime
.
Now
;
DateTime
sysTime
=
flyad
.
Now
;
int
globalRPos
=
GlobalRPos
;
double
speed
=
RSpeed_real
;
...
...
@@ -807,13 +807,13 @@ namespace FLY.Thick.Blowing.Server
if
(
mRPosList
.
Count
()
>
0
)
//1秒记录一次
{
var
lastPosData
=
mRPosList
.
Last
();
if
(
now
-
lastPosData
.
Time
<
TimeSpan
.
FromSeconds
(
1
))
if
(
time
-
lastPosData
.
Time
<
TimeSpan
.
FromSeconds
(
1
))
{
return
;
}
}
mRPosList
.
RAdd
(
new
RPosData
()
{
Time
=
now
,
SysTime
=
sysTime
,
Speed
=
speed
,
GlobalRPos
=
globalRPos
});
mRPosList
.
RAdd
(
new
RPosData
()
{
Time
=
time
,
SysTime
=
sysTime
,
Speed
=
speed
,
GlobalRPos
=
globalRPos
});
//必须在 0~RPosOfR 范围内
...
...
Project.FLY.Weight/FLY.Weight.UI.Server/PgMain.xaml.cs
View file @
ee3737ad
...
...
@@ -32,7 +32,7 @@ namespace FLY.Weight.UI.Server
this
.
gage
=
gage
;
grid_WeightSystem
.
DataContext
=
gage
.
mData
;
//
sp_sysParam.DataContext = gage.mSysParam;
sp_sysParam
.
DataContext
=
gage
.
mSysParam
;
itemcontrol_weighter
.
ItemsSource
=
gage
.
mData
.
plcos
.
PLCs
;
if
(
gage
.
mFeederSystem
!=
null
)
...
...
Project.FLY.Weight/FLY.Weight.UI.Server/Properties/AssemblyInfo.cs
View file @
ee3737ad
...
...
@@ -12,7 +12,7 @@ using System.Windows;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("佛山市枫莱尔自动化技术有限公司")]
[assembly: AssemblyProduct("称重服务器")]
[assembly: AssemblyCopyright("Copyright © 202
3
FlyAutomation")]
[assembly: AssemblyCopyright("Copyright © 202
4
FlyAutomation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
...
...
@@ -51,6 +51,6 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.7.
2
.0")]
[assembly: AssemblyFileVersion("7.7.
2
.0")]
[assembly: AssemblyVersion("7.7.
3
.0")]
[assembly: AssemblyFileVersion("7.7.
3
.0")]
[assembly: Guid("AC4FFE57-FF42-4B4D-9E23-FF583D78187D")]
Resource/IBC/设备连接变量表_v4.2_温控7/IBC地址表_v4.xlsx
View file @
ee3737ad
No preview for this file type
Resource/收卷/设备连接变量表_v0.7_和美立式.zip
deleted
100644 → 0
View file @
1fe4baa5
File deleted
Resource/称重/设备连接变量表_444_v2.1_成都郑总4号机/Generated/plcgroup.json
0 → 100644
View file @
ee3737ad
This diff is collapsed.
Click to expand it.
脚本/2.get_release.sh
View file @
ee3737ad
...
...
@@ -119,15 +119,15 @@ files=(\
)
copy_to2
$src_dir
$dest_dir
$files
#Project.FLY.Weight2
src_dir
=
"../Project.FLY.Weight2/FLY.Weight2.UI.Server"
dest_dir
=
"FLY.Weight2.UI.Server"
files
=(
\
"x64"
"x86"
\
"FLY.Weight2.UI.Server.exe"
\
"nlog.config"
\
)
copy_to2
$src_dir
$dest_dir
$files
#
#
Project.FLY.Weight2
#
src_dir="../Project.FLY.Weight2/FLY.Weight2.UI.Server"
#
dest_dir="FLY.Weight2.UI.Server"
#
files=(\
#
"x64" "x86" \
#
"FLY.Weight2.UI.Server.exe" \
#
"nlog.config" \
#
)
#
copy_to2 $src_dir $dest_dir $files
#Project.FLY.Winder
...
...
脚本/hemeiInstallZipVersionInfo.json
View file @
ee3737ad
{
"InstallZipVersion"
:
"7.8.5.
0
"
,
"InstallZipUrl"
:
"http://server.flyautomation.net:8889/download/和美安装包_v7.8.5.
0_20231223
.7z"
"InstallZipVersion"
:
"7.8.5.
2
"
,
"InstallZipUrl"
:
"http://server.flyautomation.net:8889/download/和美安装包_v7.8.5.
2_20240120
.7z"
}
\ No newline at end of file
脚本/install/install.json
View file @
ee3737ad
...
...
@@ -58,15 +58,6 @@
"Gage1
\\
feeder_plcgroups"
]
},
{
"PackPath"
:
"佛山市枫莱尔自动化技术有限公司
\\
windows
\\
FLY.Weight2.UI.Server"
,
"Exe"
:
"FLY.Weight2.UI.Server.exe"
,
"Name"
:
"称重单组"
,
"IsAutoRun"
:
true
,
"Others"
:[
"Gage1
\\
plcgroups"
]
},
{
"PackPath"
:
"佛山市枫莱尔自动化技术有限公司
\\
windows
\\
FLY.Winder.UI.Server"
,
"Exe"
:
"FLY.Winder.UI.Server.exe"
,
...
...
脚本/release_conf/FLY.Weight.UI.Server/Gage1/plcgroups/设备连接变量表_111111111_v5/Generated/plcgroup.json
View file @
ee3737ad
This diff is collapsed.
Click to expand it.
脚本/release_conf/FLY.Weight.UI.Server/Gage1/plcgroups/设备连接变量表_11111_v5/Generated/plcgroup.json
0 → 100644
View file @
ee3737ad
This diff is collapsed.
Click to expand it.
脚本/版本描述.md
View file @
ee3737ad
# 和美安装包_v7.8.5
-20231223
# 和美安装包_v7.8.5
.2-20240120
## 测厚仪服务器 v7.8.1
1.
修复 当使用X8,X9 作为换转信号时,旋转时间滞后一圈
...
...
@@ -8,13 +8,15 @@
## 扫描测厚仪服务器 v7.6.2
1.
修复 当使用X8,X9 作为换转信号时,旋转时间滞后一圈
## 扫描测厚仪客户端 v7.8.
3
## 扫描测厚仪客户端 v7.8.
5
## 自动风环 v7.6.2
1.
修复 临时删除 厚度%的混合功能,它永远是1
## 称重 v7.7.
2
## 称重 v7.7.
3
1.
添加 资料包 设备连接变量表_44446_v3.1_汕头天虹(FLY-11247)
2.
修复 资料包 设备连接变量表_11111_v5 没有厚度比
3.
修复 宽度绑定功能无法保存
## 称重单组 v7.6.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