已知的项目特点更改

This commit is contained in:
2025-06-23 20:17:07 +08:00
parent 919becb72f
commit 1685d76cd3
3 changed files with 44 additions and 33 deletions

View File

@@ -1366,7 +1366,7 @@ namespace CapMachine.Wpf.Services
MaxValue = 100,
IsMeter = false,
DecimalPoint = 2,
Precision = 1,
Precision = 100,
Unit = "A",
DataType = TagDataType.Double,
PVModel = new QuickAttrCell() { Address = "VW270", EngValue = 0, EngValueStr = "", },
@@ -1404,7 +1404,7 @@ namespace CapMachine.Wpf.Services
MaxValue = 200,
IsMeter = false,
DecimalPoint = 2,
Precision = 1,
Precision = 100,
Unit = "A",
DataType = TagDataType.Double,
PVModel = new QuickAttrCell() { Address = "VW274", EngValue = 0, EngValueStr = "", },