From 53bed9e01596e1ecb2e8e1ddc45c30de91ed8752 Mon Sep 17 00:00:00 2001 From: Kathy Ruffing Date: Wed, 6 Dec 2023 08:24:19 -0500 Subject: [PATCH 1/2] B2023-115: Vogtle Alarms top continue message --- PROMS/Formats/fmtall/VEGPAlrall.xml | Bin 201640 -> 201640 bytes PROMS/Volian.Print.Library/vlnParagraph.cs | 24 +++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/PROMS/Formats/fmtall/VEGPAlrall.xml b/PROMS/Formats/fmtall/VEGPAlrall.xml index 4ad321a7b56e4710b8eb98cc8661ece3d2205cf2..091691879b4292e6dc34c08b162fd0cca444be97 100644 GIT binary patch delta 99 zcmZ3noM**yo`x32Elhlmr#~xVlHm4W@L>pMuw_tUFqv-nm?;u0I^FCslfd*4F6Lv? W3qCN3ZSQ-+q@+qn{dS=G5KaJn5g*k6 delta 167 zcmZ3noM**yo`x32Elhlmm7N*<8T=SR7(9VwD1$453xg(u5`zMR2ZIkoFoP|SZ7|*N mF;k>47KI=Q(di*v%*Un|d|(pW-uHw_NtJRFw*yTK;RFCaqa(`z diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 8c76267a..be9e805d 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -2823,6 +2823,30 @@ namespace Volian.Print.Library ItemInfo parentStep = MyItemInfo.MyHLS; // get the high level step myMsg = string.Format(myMsg, parentStep.CombinedTab, parentStep.DisplayTextKeepSpecialChars); } + if ((docstyle.Continue.Top.HLS ?? 0) == 4) // B2023-115 Top continue message for Vogtle Alarms + { + // Vogtle Alarms: Their alarms are set up differently than standard procedures - the HLS in Vogtle + // alarms is a section in other procedures. The top continue message is shown when a break occurs between + // first level sub-steps '(continued)' with no step number as part of message' within the first level sub-step + // only if it is sequential (which is like a HLS in standard procedures) and the continue message + // has the first level sub-step's tab. There should be NO continue message if the break occurs at the HLS. + ItemInfo cur = MyItemInfo; + if (!(cur.IsCaution || cur.IsNote || cur.IsHigh)) + while (!cur.MyParent.IsHigh) cur = cur.MyParent; // get to the first level substep to get its tab + myMsg = docstyle.Continue.Top.Message; + // if within first level sequential, add on the sequential's number: + if (!cur.IsHigh && cur.IsSequential && MyItemInfo.MyParent.MyParent.IsHigh) + { + ItemInfo parentStep = MyItemInfo.MyParent; + myMsg = MyItemInfo.IsHigh ? myMsg : parentStep.CombinedTab + ". " + myMsg; + } + // don't put a message out for HLS, note that the page start is decremented above so need to add that amount back on + if (MyItemInfo.IsHigh) + { + myMsg = ""; + yPageStart += 2 * SixLinesPerInch; + } + } // B2021-138: Top continue message for Barakah Single column New (2021) format was incorrect for some lower // sub-steps. if ((docstyle.Continue.Top.HLS ?? 0) == 6) From c24d4f17a403fc2d0527c1d24b0c8e1eec91ae38 Mon Sep 17 00:00:00 2001 From: John Jenko Date: Wed, 6 Dec 2023 09:03:02 -0500 Subject: [PATCH 2/2] =?UTF-8?q?F2023-150=20=20Added=20=E2=80=9C\Bypass?= =?UTF-8?q?=E2=80=9D=20to=20ReplaceWords=20so=20that=20it=20does=20not=20g?= =?UTF-8?q?et=20bolded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/Formats/fmtall/VEGP1all.xml | Bin 176380 -> 176876 bytes PROMS/Formats/fmtall/VEGP2all.xml | Bin 212428 -> 212924 bytes PROMS/Formats/fmtall/VEGPAlrall.xml | Bin 201640 -> 202142 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/fmtall/VEGP1all.xml b/PROMS/Formats/fmtall/VEGP1all.xml index 4f876ea61c29f99245a36fce17e94dbb00b6454f..c0d8b4787b9fc08f4345278e0b7c774653e4c496 100644 GIT binary patch delta 82 zcmezKkn7D;t_>yGocat-43!K842hHD=PL8Uc?`u2#gjLt9%eyG%_+IQ*xO)Tmgtt3RVCB diff --git a/PROMS/Formats/fmtall/VEGP2all.xml b/PROMS/Formats/fmtall/VEGP2all.xml index f8ff07441b8ad6b4ff253018f401d9f641b9dee6..fa6ee9b4c45eccda4b7413d4e503ce4320daabd8 100644 GIT binary patch delta 92 zcmX@}n`h5|o(;#MIrSNw7%CYG7!oIM>{aH5^B9V!fBeTJJ~_a46;MeMiV`RfNlEju Q==NjLjN6YzGqF7a0K^+0ZvX%Q delta 22 ecmdnibt_cQA=Bu(~?(c}fv W49GGEn|)&1ePS55`@}HCYzF`-JsN!g delta 26 icmbQYnrFpwo(&74CtvVb)$9=0?hwbg-64)CZaV;_T?=FY