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
8c0023b6
Commit
8c0023b6
authored
Dec 06, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更正464为 464_v2
parent
acef6a20
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
151 additions
and
0 deletions
+151
-0
464.MCE
Resource/称重/设备连接变量表_464_v2/464.MCE
+0
-0
464地址表.xlsm
Resource/称重/设备连接变量表_464_v2/464地址表.xlsm
+0
-0
WS.xml
Resource/称重/设备连接变量表_464_v2/Generated/WS.xml
+0
-0
WeighterAccessory.cs
Resource/称重/设备连接变量表_464_v2/Generated/WeighterAccessory.cs
+135
-0
WeighterC.cs
Resource/称重/设备连接变量表_464_v2/Generated/WeighterC.cs
+0
-0
cp_ws.ps1
Resource/称重/设备连接变量表_464_v2/Generated/cp_ws.ps1
+16
-0
WS.xml
脚本/install/脚本/称重/464_v2/WS.xml
+0
-0
No files found.
Resource/称重/设备连接变量表_464_v2/464.MCE
0 → 100644
View file @
8c0023b6
File added
Resource/称重/设备连接变量表_464_v2/464地址表.xlsm
0 → 100644
View file @
8c0023b6
File added
Resource/称重/设备连接变量表_464_v2/Generated/WS.xml
0 → 100644
View file @
8c0023b6
This diff is collapsed.
Click to expand it.
Resource/称重/设备连接变量表_464_v2/Generated/WeighterAccessory.cs
0 → 100644
View file @
8c0023b6
using
System
;
using
System.Collections.Generic
;
using
System.ComponentModel
;
using
System.Linq
;
using
System.Text
;
namespace
FLY.Weight.Common
{
public
class
WeighterAccessory
:
INotifyPropertyChanged
{
#
region
辅助代码生成
/// <summary>
/// 总流量设定
/// </summary>
public
float
TotalFlowSetting
{
get
;
set
;
}
/// <summary>
/// 总流量显示
/// </summary>
public
float
TotalFlow
{
get
;
set
;
}
/// <summary>
/// 总产量
/// </summary>
public
float
TotalProduction
{
get
;
set
;
}
/// <summary>
/// 码轮周长mm
/// </summary>
public
float
WheelPerimeter
{
get
;
set
;
}
/// <summary>
/// 码轮脉冲
/// </summary>
public
float
WheelPulse
{
get
;
set
;
}
/// <summary>
/// 平均密度
/// </summary>
public
float
Density
{
get
;
set
;
}
/// <summary>
/// 边料不回收
/// </summary>
public
bool
IsRimNoRecycle
{
get
;
set
;
}
/// <summary>
/// 边料kg/h
/// </summary>
public
float
RimCharge
{
get
;
set
;
}
/// <summary>
/// 厚度um
/// </summary>
public
float
Thickness
{
get
;
set
;
}
/// <summary>
/// 当前线速度m/min
/// </summary>
public
float
CurrentVelocity
{
get
;
set
;
}
/// <summary>
/// 当前线速度设置m/min
/// </summary>
public
float
CurrentVelocitySet
{
get
;
set
;
}
/// <summary>
/// 吹膜宽度mm
/// </summary>
public
float
TotalFilmWidth
{
get
;
set
;
}
/// <summary>
/// 切边mm
/// </summary>
public
float
RimWidth
{
get
;
set
;
}
/// <summary>
/// 收卷宽度mm
/// </summary>
public
float
ActFilmWidth
{
get
;
set
;
}
/// <summary>
/// 设定厚度um
/// </summary>
public
float
SetThickness
{
get
;
set
;
}
/// <summary>
/// 理论速度m/min
/// </summary>
public
float
TargetVelocity
{
get
;
set
;
}
/// <summary>
/// 内收卷当前m
/// </summary>
public
float
ACurrentLen
{
get
;
set
;
}
/// <summary>
/// 内收卷当前kg
/// </summary>
public
float
ACurrent
{
get
;
set
;
}
/// <summary>
/// 内收卷上卷kg
/// </summary>
public
float
ALast
{
get
;
set
;
}
/// <summary>
/// 外收卷当前m
/// </summary>
public
float
BCurrentLen
{
get
;
set
;
}
/// <summary>
/// 外收卷当前kg
/// </summary>
public
float
BCurrent
{
get
;
set
;
}
/// <summary>
/// 外收卷上卷kg
/// </summary>
public
float
BLast
{
get
;
set
;
}
/// <summary>
/// 内收卷清零
/// </summary>
public
bool
AClear
{
get
;
set
;
}
/// <summary>
/// 外收卷清零
/// </summary>
public
bool
BClear
{
get
;
set
;
}
#
endregion
public
event
PropertyChangedEventHandler
PropertyChanged
;
}
}
Resource/称重/设备连接变量表_464_v2/Generated/WeighterC.cs
0 → 100644
View file @
8c0023b6
This diff is collapsed.
Click to expand it.
Resource/称重/设备连接变量表_464_v2/Generated/cp_ws.ps1
0 → 100644
View file @
8c0023b6
$root_path
=
$PSScriptRoot
$src_path
=
$root_path
+
"\WS.xml"
$dest_dir
=
$root_path
+
"\..\..\..\..\Project.FLY.Weight\FLY.Weight.UI.Server\bin\Debug\Gage1"
$dest_path
=
$dest_dir
+
"\WS.xml"
if
(
-not
(
Test-Path
$dest_dir
))
{
echo
$dest_dir
mkdir
$dest_dir
}
echo
WS.xml
cp
$src_path
$dest_path
echo
Ƴɹ
pause
\ No newline at end of file
脚本/install/脚本/称重/464_v2/WS.xml
0 → 100644
View file @
8c0023b6
This diff is collapsed.
Click to expand it.
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