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
7d34cd0d
Commit
7d34cd0d
authored
Jul 24, 2023
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 收卷V4 无法写入电机启动
parent
941dc691
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
53 deletions
+90
-53
MainPanelV4.xaml
....Winder/FLY.Winder.UI.Client/UiModule/V4/MainPanelV4.xaml
+75
-50
MainPanelV4.xaml.cs
...nder/FLY.Winder.UI.Client/UiModule/V4/MainPanelV4.xaml.cs
+15
-3
No files found.
Project.FLY.Winder/FLY.Winder.UI.Client/UiModule/V4/MainPanelV4.xaml
View file @
7d34cd0d
This diff is collapsed.
Click to expand it.
Project.FLY.Winder/FLY.Winder.UI.Client/UiModule/V4/MainPanelV4.xaml.cs
View file @
7d34cd0d
...
@@ -62,20 +62,23 @@ namespace FLY.Winder.UI.Client.UiModule
...
@@ -62,20 +62,23 @@ namespace FLY.Winder.UI.Client.UiModule
nameof
(
WinderAccessory
.
Traction1Current
),
nameof
(
WinderAccessory
.
Traction1Current
),
nameof
(
WinderAccessory
.
IsTraction1On
),
nameof
(
WinderAccessory
.
IsTraction1On
),
//nameof(WinderAccessory.IsTraction1OnSet),//按1松0的不要注册读取
nameof
(
WinderAccessory
.
IsTraction2Manual
),
nameof
(
WinderAccessory
.
IsTraction2Manual
),
nameof
(
WinderAccessory
.
Traction2TensionKgSet
),
nameof
(
WinderAccessory
.
Traction2TensionKgSet
),
nameof
(
WinderAccessory
.
Traction2TensionKg
),
nameof
(
WinderAccessory
.
Traction2TensionKg
),
nameof
(
WinderAccessory
.
Traction2Current
),
nameof
(
WinderAccessory
.
Traction2Current
),
nameof
(
WinderAccessory
.
IsTraction2Manual
),
nameof
(
WinderAccessory
.
IsTraction2Manual
),
nameof
(
WinderAccessory
.
IsTraction2On
),
nameof
(
WinderAccessory
.
IsTraction2On
),
//nameof(WinderAccessory.IsTraction2OnSet),//按1松0的不要注册读取
nameof
(
WinderAccessory
.
IsTraction3Manual
),
nameof
(
WinderAccessory
.
IsTraction3Manual
),
nameof
(
WinderAccessory
.
Traction3TensionKgSet
),
nameof
(
WinderAccessory
.
Traction3TensionKgSet
),
nameof
(
WinderAccessory
.
Traction3TensionKg
),
nameof
(
WinderAccessory
.
Traction3TensionKg
),
nameof
(
WinderAccessory
.
Traction3Current
),
nameof
(
WinderAccessory
.
Traction3Current
),
nameof
(
WinderAccessory
.
IsTraction3Manual
),
nameof
(
WinderAccessory
.
IsTraction3Manual
),
nameof
(
WinderAccessory
.
IsTraction3On
)
nameof
(
WinderAccessory
.
IsTraction3On
)
,
//nameof(WinderAccessory.IsTraction3OnSet),//按1松0的不要注册读取
});
});
...
@@ -96,6 +99,7 @@ namespace FLY.Winder.UI.Client.UiModule
...
@@ -96,6 +99,7 @@ namespace FLY.Winder.UI.Client.UiModule
nameof
(
WinderInsideOutside
.
Current
),
nameof
(
WinderInsideOutside
.
Current
),
nameof
(
WinderInsideOutside
.
IsManual
),
nameof
(
WinderInsideOutside
.
IsManual
),
nameof
(
WinderInsideOutside
.
IsOn
),
nameof
(
WinderInsideOutside
.
IsOn
),
//nameof(WinderInsideOutside.IsOnSet),//按1松0的不要注册读取
nameof
(
WinderInsideOutside
.
CenterInitDia
),
nameof
(
WinderInsideOutside
.
CenterInitDia
),
nameof
(
WinderInsideOutside
.
CenterDia
),
nameof
(
WinderInsideOutside
.
CenterDia
),
...
@@ -105,7 +109,15 @@ namespace FLY.Winder.UI.Client.UiModule
...
@@ -105,7 +109,15 @@ namespace FLY.Winder.UI.Client.UiModule
nameof
(
WinderInsideOutside
.
CenterTensionSet
),
nameof
(
WinderInsideOutside
.
CenterTensionSet
),
nameof
(
WinderInsideOutside
.
EPInitPressure
),
nameof
(
WinderInsideOutside
.
EPInitPressure
),
nameof
(
WinderInsideOutside
.
EPAirPressure
),
nameof
(
WinderInsideOutside
.
EPAirPressure
),
nameof
(
WinderInsideOutside
.
CenterOutputRatio
)
nameof
(
WinderInsideOutside
.
CenterOutputRatio
),
nameof
(
WinderInsideOutside
.
IsSurfaceWindGet
),
nameof
(
WinderInsideOutside
.
IsCenterWindGet
),
nameof
(
WinderInsideOutside
.
IsCsWindGet
),
//nameof(WinderInsideOutside.IsSurfaceWindSet),//按1松0的不要注册读取
//nameof(WinderInsideOutside.IsCenterWindSet),//按1松0的不要注册读取
//nameof(WinderInsideOutside.IsCsWindSet)//按1松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