添加Interlock配置

This commit is contained in:
hanqiangqiang 2026-08-10 16:52:34 +08:00
parent cff41a89aa
commit 3dcfb44dc9
3 changed files with 6094 additions and 6392 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -102,9 +102,9 @@ namespace SicRT.Instances
// Singleton<InterlockManager>.Instance.Initialize(PathManager.GetCfgDir() + "tm\\interlock.xml",
// IoManager.Instance);
//if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM1].IsInstalled)
// Singleton<InterlockManager>.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm1\\interlockPM1.xml",
// IoManager.Instance);
if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM1].IsInstalled)
Singleton<InterlockManager>.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm1\\interlockPM1.xml",
IoManager.Instance);
//if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM2].IsInstalled)
// Singleton<InterlockManager>.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm2\\interlockPM2.xml",