实时数据的更改

This commit is contained in:
2025-06-18 13:55:40 +08:00
parent 3fde19855d
commit d71146d4ae

View File

@@ -2275,11 +2275,11 @@ namespace CapMachine.Wpf.Services
ListPlcExdConfigCell = new List<PlcExdConfigCell>() ListPlcExdConfigCell = new List<PlcExdConfigCell>()
{ {
new PlcExdConfigCell(){ Name="输出锁定",Address="VW482",Precision=1}, new PlcExdConfigCell(){ Name="输出锁定",Address="V482",Precision=1},
new PlcExdConfigCell(){ Name="吸排气阀",Address="VW490",Precision=1}, new PlcExdConfigCell(){ Name="吸排气阀",Address="V490",Precision=1},
new PlcExdConfigCell(){ Name="EV",Address="VW492",Precision=1}, new PlcExdConfigCell(){ Name="EV",Address="V492",Precision=1},
new PlcExdConfigCell(){ Name="压缩机使能",Address="VW484",Precision=1}, new PlcExdConfigCell(){ Name="压缩机使能",Address="V484",Precision=1},
new PlcExdConfigCell(){ Name="PTC使能",Address="VW486",Precision=1}, new PlcExdConfigCell(){ Name="PTC使能",Address="V486",Precision=1},
}; };