实时数据的更改
This commit is contained in:
@@ -2275,11 +2275,11 @@ namespace CapMachine.Wpf.Services
|
||||
|
||||
ListPlcExdConfigCell = new List<PlcExdConfigCell>()
|
||||
{
|
||||
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},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user