From d71146d4aebee7d19e50c34d787ba4d98bda950c Mon Sep 17 00:00:00 2001 From: Tyrone CT Date: Wed, 18 Jun 2025 13:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CapMachine.Wpf/Services/MachineRtDataService.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CapMachine.Wpf/Services/MachineRtDataService.cs b/CapMachine.Wpf/Services/MachineRtDataService.cs index dd73fec..ca4d447 100644 --- a/CapMachine.Wpf/Services/MachineRtDataService.cs +++ b/CapMachine.Wpf/Services/MachineRtDataService.cs @@ -2275,11 +2275,11 @@ namespace CapMachine.Wpf.Services ListPlcExdConfigCell = new List() { - new PlcExdConfigCell(){ Name="输出锁定",Address="VW482",Precision=1}, - new PlcExdConfigCell(){ Name="吸排气阀",Address="VW490",Precision=1}, - new PlcExdConfigCell(){ Name="EV",Address="VW492",Precision=1}, - new PlcExdConfigCell(){ Name="压缩机使能",Address="VW484",Precision=1}, - new PlcExdConfigCell(){ Name="PTC使能",Address="VW486",Precision=1}, + new PlcExdConfigCell(){ Name="输出锁定",Address="V482",Precision=1}, + new PlcExdConfigCell(){ Name="吸排气阀",Address="V490",Precision=1}, + new PlcExdConfigCell(){ Name="EV",Address="V492",Precision=1}, + new PlcExdConfigCell(){ Name="压缩机使能",Address="V484",Precision=1}, + new PlcExdConfigCell(){ Name="PTC使能",Address="V486",Precision=1}, };