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}, };