This commit is contained in:
xyy
2026-04-02 10:13:01 +08:00
parent 890658ea33
commit e25f4b0e2f
6 changed files with 79 additions and 24 deletions

View File

@@ -28,8 +28,8 @@ namespace MembranePoreTester.Views
// 初始化文本框到寄存器地址的映射
_textBoxMapping = new Dictionary<TextBox, (ushort, string)>
{
[txtPressureUpper] = (_config.PressureUpperLimit, "加压上限"),
[txtPressureRate] = (_config.PressureRate, "加压速率"),
//[txtPressureUpper] = (_config.PressureUpperLimit, "加压上限"),
//[txtPressureRate] = (_config.PressureRate, "加压速率"),
//[txtPressureCoeff] = (_config.PressureCoeff, "加压系数"),
[txtHPCoeff1] = (_config.HPCoeff1, "工位1高压系数"),