增加SV和MV的模型数据
This commit is contained in:
@@ -434,7 +434,7 @@ namespace CapMachine.Wpf.Services
|
||||
//CycleTimer.Stop(); //先关闭定时器
|
||||
|
||||
var DataInfo = MachineRtDataService.TagManger.DicTags
|
||||
.ToDictionary(kvp => kvp.Key, kvp => (object)kvp.Value.EngValue);
|
||||
.ToDictionary(kvp => kvp.Key, kvp => (object)kvp.Value.EngPvValue);
|
||||
DataInfo.Add("创建时间", DateTime.Now);
|
||||
|
||||
var RecordData = new RecordChannelData()
|
||||
|
||||
Reference in New Issue
Block a user