Commit 7d34cd0d authored by 潘栩锋's avatar 潘栩锋 🚴

修复 收卷V4 无法写入电机启动

parent 941dc691
......@@ -62,20 +62,23 @@ namespace FLY.Winder.UI.Client.UiModule
nameof(WinderAccessory.Traction1Current),
nameof(WinderAccessory.IsTraction1On),
//nameof(WinderAccessory.IsTraction1OnSet),//按1松0的不要注册读取
nameof(WinderAccessory.IsTraction2Manual),
nameof(WinderAccessory.Traction2TensionKgSet),
nameof(WinderAccessory.Traction2TensionKg),
nameof(WinderAccessory.Traction2Current),
nameof(WinderAccessory.IsTraction2Manual),
nameof(WinderAccessory.IsTraction2On),
//nameof(WinderAccessory.IsTraction2OnSet),//按1松0的不要注册读取
nameof(WinderAccessory.IsTraction3Manual),
nameof(WinderAccessory.Traction3TensionKgSet),
nameof(WinderAccessory.Traction3TensionKg),
nameof(WinderAccessory.Traction3Current),
nameof(WinderAccessory.IsTraction3Manual),
nameof(WinderAccessory.IsTraction3On)
nameof(WinderAccessory.IsTraction3On),
//nameof(WinderAccessory.IsTraction3OnSet),//按1松0的不要注册读取
});
......@@ -96,6 +99,7 @@ namespace FLY.Winder.UI.Client.UiModule
nameof(WinderInsideOutside.Current),
nameof(WinderInsideOutside.IsManual),
nameof(WinderInsideOutside.IsOn),
//nameof(WinderInsideOutside.IsOnSet),//按1松0的不要注册读取
nameof(WinderInsideOutside.CenterInitDia),
nameof(WinderInsideOutside.CenterDia),
......@@ -105,7 +109,15 @@ namespace FLY.Winder.UI.Client.UiModule
nameof(WinderInsideOutside.CenterTensionSet),
nameof(WinderInsideOutside.EPInitPressure),
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的不要注册读取
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment