diff --git a/PROMS/Formats/fmtall/VEGP1all.xml b/PROMS/Formats/fmtall/VEGP1all.xml index d28cf81a..e5b18008 100644 Binary files a/PROMS/Formats/fmtall/VEGP1all.xml and b/PROMS/Formats/fmtall/VEGP1all.xml differ diff --git a/PROMS/Formats/fmtall/VEGP2all.xml b/PROMS/Formats/fmtall/VEGP2all.xml index cfe8ce09..faa4bd0f 100644 Binary files a/PROMS/Formats/fmtall/VEGP2all.xml and b/PROMS/Formats/fmtall/VEGP2all.xml differ diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs index 483a321a..82072c38 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs @@ -978,7 +978,8 @@ namespace VEPROMS.CSLA.Library retstr = unitnum.Replace("#", retstr); } // B2022-004: Remove Proc PC/PC token from transition text. - if (tb._FromItem.ActiveFormat != null && tb._FromItem.ActiveFormat.PlantFormat.FormatData.TransData.ProcLevelPCPC && retstr.ToUpper().StartsWith(""); retstr = retstr.Substring(indx + 1); diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index d7a16080..653c3df8 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -7279,6 +7279,15 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _ProcLevelPCPC, "@ProcLevelPCPC"); } } + // F2024-030 for Vogtle Units 3 & 4, added KeepOnePCPCTag flag to keep one of the PC/PC tokens when editing + private LazyLoad _KeepOnePCPCTag; + public bool KeepOnePCPCTag + { + get + { + return LazyLoad(ref _KeepOnePCPCTag, "@KeepOnePCPCTag"); + } + } } #endregion #region TransType