From 82a00d3bf464c5e2f8eadcc03d4bc8b66645aed4 Mon Sep 17 00:00:00 2001 From: Tyrone CT Date: Wed, 16 Jul 2025 10:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9LV=20=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CapMachine.Wpf/ProPars/ProParsHelperQuick.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CapMachine.Wpf/ProPars/ProParsHelperQuick.cs b/CapMachine.Wpf/ProPars/ProParsHelperQuick.cs index 81679d0..a937fb6 100644 --- a/CapMachine.Wpf/ProPars/ProParsHelperQuick.cs +++ b/CapMachine.Wpf/ProPars/ProParsHelperQuick.cs @@ -36,7 +36,7 @@ namespace CapMachine.Wpf.ProPars new PlcParsDataQuick(){ Name="SUBCOOL出口温度",EnName="LubePress",Step=100,Steps=new List(),Ratio=10,Unit="" ,ValueStartAddress=1016, }, - new PlcParsDataQuick(){ Name="LV电压",EnName="LVVol",Step=100,Steps=new List(),Ratio=1,Unit="" ,ValueStartAddress=1024, }, + new PlcParsDataQuick(){ Name="LV电压",EnName="LVVol",Step=100,Steps=new List(),Ratio=100,Unit="" ,ValueStartAddress=1024, }, new PlcParsDataQuick(){ Name="OCR",EnName="OCR",Step=100,Steps=new List(),Ratio=10,Unit="" ,ValueStartAddress=1020, },