重新设计了标签变量系统
This commit is contained in:
@@ -417,10 +417,6 @@ namespace CapMachine.Wpf.Services
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private Random Random = new Random();
|
||||
private int Add = 1;
|
||||
Stopwatch stopwatch = new Stopwatch();
|
||||
@@ -439,7 +435,7 @@ namespace CapMachine.Wpf.Services
|
||||
//CycleTimer.Stop(); //先关闭定时器
|
||||
|
||||
var DataInfo = MachineRtDataService.TagManger.DicTags
|
||||
.ToDictionary(kvp => kvp.Key, kvp => (object)kvp.Value.EngPvValue);
|
||||
.ToDictionary(kvp => kvp.Key, kvp => (object)MachineRtDataService.TagManger.TryGetRecordPVValue(kvp.Value.Name));
|
||||
DataInfo.Add("创建时间", DateTime.Now);
|
||||
|
||||
var RecordData = new RecordChannelData()
|
||||
|
||||
Reference in New Issue
Block a user