在ToolLoader中初始化Common配置项

This commit is contained in:
Han Qiang Qiang 2023-12-15 16:23:03 +08:00
parent 71f13ea50c
commit 2c099122ff
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ namespace SicRT.Instances
Singleton<DeviceManager>.Instance.Initialize(PathManager.GetCfgDir() + "tm\\DeviceModelSystem.xml", "Sic",
ModuleName.System, "TM", true);
//测温初始化
Singleton<DeviceManager>.Instance.Initialize(PathManager.GetCfgDir() + "Common\\Common.xml", "Sic", ModuleName.System, "System", false);
RtSystemManager.Instance.AddCustomBackend("SC", new BackendSCConfigView());
Singleton<EquipmentManager>.Instance.Initialize();