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
496486c5
Commit
496486c5
authored
Jul 02, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 KSL 由于 吹膜测厚360 改变,接口的变化
parent
105db657
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
ERRNOs.cs
Project.FLY.KSL/FLY.KSL/Common/ERRNOs.cs
+1
-7
TDGage.cs
Project.FLY.KSL/FLY.KSL/Server/TDGage.cs
+2
-2
OBJ_INTERFACE_ID.cs
...60/FLY.Thick.Blowing360/OBJ_INTERFACE/OBJ_INTERFACE_ID.cs
+0
-2
No files found.
Project.FLY.KSL/FLY.KSL/Common/ERRNOs.cs
View file @
496486c5
...
...
@@ -12,13 +12,7 @@ namespace FLY.KSL.Common
{
ERRNO_PLC_DISCONNECTED
=
new
ERRNO
()
{
Code
=
255
,
Descrption
=
"加热PLC连接断开"
};
#
region
收卷
ERRNO_NO_FAN
=
new
ERRNO
()
{
Code
=
0
,
Descrption
=
"风机没开,不能加热"
,
OffIsError
=
true
};
ERRNO_OPEN_CIRCUIT
=
new
ERRNO
()
{
Code
=
1
,
Descrption
=
"加热棒断路"
};
ERRNO_SHORT_CIRCUIT
=
new
ERRNO
()
{
Code
=
2
,
Descrption
=
"加热控制板短路"
};
ERRNO_POWER_OFF
=
new
ERRNO
()
{
Code
=
3
,
Descrption
=
"电源没开启或电流计损坏"
};
ERRNO_NO_VELOCITY
=
new
ERRNO
()
{
Code
=
4
,
Descrption
=
"线速度=0,没生产"
};
#
endregion
}
#
region
报警类型
/// <summary>
...
...
Project.FLY.KSL/FLY.KSL/Server/TDGage.cs
View file @
496486c5
...
...
@@ -25,7 +25,7 @@ namespace FLY.KSL.Server
#
region
服务器数据
--------------------------------------------------------------
FLY
.
Thick
.
Blowing
.
Client
.
BlowingServiceClient
blowingServiceClient
;
FLY
.
Thick
.
Blowing
360
.
Client
.
BlowingDetect360Encoder
ServiceClient
bDetect
;
FLY
.
Thick
.
Blowing
.
Client
.
BlowingDetect
ServiceClient
bDetect
;
FLY
.
Thick
.
Blowing
.
Client
.
BulkDbServiceClient
bulkDbServiceClient
;
/// <summary>
/// 报警系统
...
...
@@ -70,7 +70,7 @@ namespace FLY.KSL.Server
blowingServiceClient
=
new
FLY
.
Thick
.
Blowing
.
Client
.
BlowingServiceClient
(
FLY
.
Thick
.
Blowing360
.
OBJ_INTERFACE
.
OBJ_INTERFACE_ID
.
RENZIJIA_ID
,
"blowing"
);
bDetect
=
new
FLY
.
Thick
.
Blowing
360
.
Client
.
BlowingDetect360EncoderServiceClient
(
FLY
.
Thick
.
Blowing360
.
OBJ_INTERFACE
.
OBJ_INTERFACE_ID
.
BDETECT360EN
_ID
,
"blowing"
);
bDetect
=
new
FLY
.
Thick
.
Blowing
.
Client
.
BlowingDetectServiceClient
(
FLY
.
Thick
.
Blowing360
.
OBJ_INTERFACE
.
OBJ_INTERFACE_ID
.
BDETECT
_ID
,
"blowing"
);
bulkDbServiceClient
=
new
FLY
.
Thick
.
Blowing
.
Client
.
BulkDbServiceClient
(
FLY
.
Thick
.
Blowing360
.
OBJ_INTERFACE
.
OBJ_INTERFACE_ID
.
BULKDB_ID
,
"blowing"
);
#
endregion
...
...
Project.FLY.Thick.Blowing360/FLY.Thick.Blowing360/OBJ_INTERFACE/OBJ_INTERFACE_ID.cs
View file @
496486c5
...
...
@@ -19,8 +19,6 @@ namespace FLY.Thick.Blowing360.OBJ_INTERFACE
public
const
UInt32
BDETECT_ID
=
30010
;
public
const
UInt32
SCANWARNING_ID
=
30011
;
public
const
UInt32
BULKDB_ID
=
30012
;
public
const
UInt32
BDETECT360EN_ID
=
30020
;
/// <summary>
/// 3个
...
...
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