添加Interlock配置
This commit is contained in:
parent
cff41a89aa
commit
3dcfb44dc9
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -102,9 +102,9 @@ namespace SicRT.Instances
|
|||||||
// Singleton<InterlockManager>.Instance.Initialize(PathManager.GetCfgDir() + "tm\\interlock.xml",
|
// Singleton<InterlockManager>.Instance.Initialize(PathManager.GetCfgDir() + "tm\\interlock.xml",
|
||||||
// IoManager.Instance);
|
// IoManager.Instance);
|
||||||
|
|
||||||
//if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM1].IsInstalled)
|
if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM1].IsInstalled)
|
||||||
// Singleton<InterlockManager>.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm1\\interlockPM1.xml",
|
Singleton<InterlockManager>.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm1\\interlockPM1.xml",
|
||||||
// IoManager.Instance);
|
IoManager.Instance);
|
||||||
|
|
||||||
//if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM2].IsInstalled)
|
//if (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM2].IsInstalled)
|
||||||
// Singleton<InterlockManager>.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm2\\interlockPM2.xml",
|
// Singleton<InterlockManager>.Instance.Initialize($"{PathManager.GetCfgDir()}pm\\pm2\\interlockPM2.xml",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user