OBJECT-ORIENTED DESIGN IN THE AGSDCS ALARM SYSTEM

Authors
Citation
Jt. Morris, OBJECT-ORIENTED DESIGN IN THE AGSDCS ALARM SYSTEM, Nuclear instruments & methods in physics research. Section A, Accelerators, spectrometers, detectors and associated equipment, 352(1-2), 1994, pp. 141-143
Citations number
1
Categorie Soggetti
Nuclear Sciences & Tecnology","Physics, Particles & Fields","Instument & Instrumentation",Spectroscopy
ISSN journal
01689002
Volume
352
Issue
1-2
Year of publication
1994
Pages
141 - 143
Database
ISI
SICI code
0168-9002(1994)352:1-2<141:ODITAA>2.0.ZU;2-#
Abstract
The alarm subsystem of the Alternating Gradient Synchrotron Distribute d Control System (AGSDCS) has been redesigned to enhance reliability, flexibility, and ease of maintenance. The alarm system is functionally divided into Alarm Generators, Alarm Displays, and a central Alarm Re ceiver. The task was simplified by defining a set of C+ + classes that could be reused by all components of the alarm system. The AlarmData class represents instances of alarm conditions. The AlarmFilter class is used by both the Alarm Receiver and Alarm Displays to select the al arms that are of interest to a particular user. The AlarmDatabase clas s is used by the Alarm Receiver to manage the central alarm database. The Alarm Displays use the AlarmDatabase class to manage the local dat abase representing the alarms on their screens.