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
e6934bce
Commit
e6934bce
authored
Apr 22, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 由于版本更新,有些旧属性被删除,导致没法支持旧版本PLC程序
parent
d7e2aaec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
WinderAccessory.cs
Project.FLY.Winder/FLY.Winder/Common/WinderAccessory.cs
+9
-0
WinderInsideOutside.cs
Project.FLY.Winder/FLY.Winder/Common/WinderInsideOutside.cs
+7
-0
No files found.
Project.FLY.Winder/FLY.Winder/Common/WinderAccessory.cs
View file @
e6934bce
...
...
@@ -347,6 +347,15 @@ namespace FLY.Winder.Common
[
IsError
()]
public
bool
IsError_RotaryVFD
{
get
;
set
;
}
/// <summary>
/// 旋转塔风机过载报警
/// </summary>
[
Description
(
"旋转塔风机过载报警"
)]
[
IsError
()]
public
bool
IsError_RotaryFan
{
get
;
set
;
}
/// <summary>
/// 二牵引拉线急停开启!请复位
/// </summary>
...
...
Project.FLY.Winder/FLY.Winder/Common/WinderInsideOutside.cs
View file @
e6934bce
...
...
@@ -591,6 +591,13 @@ namespace FLY.Winder.Common
[
IsError
()]
public
bool
IsError_ChangeRoll
{
get
;
set
;
}
/// <summary>
/// 收卷换卷提醒报警
/// </summary>
[
Description
(
"收卸料臂检测报警"
)]
[
IsError
()]
public
bool
IsError_UnloadArm
{
get
;
set
;
}
/// <summary>
/// 中心收卷推杆故障
/// </summary>
...
...
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