更新dll [3998a66],测试Process历史记录查询

This commit is contained in:
hanqiangqiang 2024-01-16 17:10:01 +08:00
parent afd6cf9af7
commit 4999a02be9
14 changed files with 4 additions and 1 deletions

View File

@ -98,10 +98,13 @@ namespace SicRT.Instances
if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM2].IsInstalled)
IoManager.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm2\\interlockPM2.xml");
Singleton<ProcessHistoryItemsDefault>.Instance.Initialize();
//! DataCollectionManager必须在最后初始化否则在其之后注册的DATA数据均会被忽略
Singleton<DataCollectionManager>.Instance.Initialize();
Singleton<ProcessHistoryItemsDefault>.Instance.Initialize();
}

BIN
ThirdParty/MECF.Framework/KXGEM.dll vendored Normal file

Binary file not shown.

BIN
ThirdParty/MECF.Framework/RTCSDK.dll vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.