F2023-078 - Alarm Point table in Editor #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "VogtleAlarms"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
F2023-079 - Adjust Change Bar position on Alarm Point page
F2023-080 - fix page header of second page of Alarm Point page
F2023-082 - Vogtle Alarm format, Span cautions and notes across the page width. Also separate Note/Caution for Front Matter
F2023-085 - Vogtle Alarms - Add RO_LookUp calls to pagelist to automatically generate Alarm Point Table
F2023-086 - Add a Word section type called "Deleted Alarm Point" for alarm points that were removed
These are format changes needed for Vogtle Units 3&4 Alarms.
When I turned on the showing of the Alarm Point Tables, found that the code needed adjusted to handle the formatting of Vogtle's Alarm Point table. I was able to simplify the code and still work for BNPP and well as for Vogtle.
Vogtle's Parent/Child settings puts a dash after the unit number at the beginning of the procedure numbers (needed for the font matter alarm procedure). I needed to add logic to strip out the unit number and the following dash in order to get a valid procedure number that could be used to look up the RO Values when generating the Alarm Point Tables.
Code review completed successfully.