DAQ III
Data Storage
What's New?
System Software Prerelease 1.2. Available Now!
Documents and Manuals.The DAQ system contains a large number of components that have to be monitored and controlled constantly. For this purpose a "Slow Control Network" (SC) will provide the means to view and change the status of the detector.
The person on shift duty will have a graphical user interface (GUI)
which gives the overall status and subwindows are accessible
to get a detailed view of the system.
Our present choice is to use JAVA applets running in a WEB browser!
The fundamental building block of the system is the "communication protocol".
Since SC will be distributed we need a communication system (ComSys)
that is a perfect match to our environment.
Our present choice is the emerging
CORBA standard,
that gives the programmer object-oriented connectivity.
The implementation we use is
`VisiBroker'
by Visigenic.
The supported platforms are:
Check out the CLEO IDL standards how to create an IDL file following our standards.
An OS independent Basic Class LibraryIn order to have a large part of the SC software written independently of the underlying OS architecture, the BASICSclass library was written. It is approaching its first release fast.
The supported platforms are:
A documentation, DAQ note, and a tar file will be available, soon.
All interfaces will be stored in a couple of libraries, one containing the communication code linked to clients, and a online class library containing code to manage the standard naming framework and provide other utility classes.
DAQ III
Data Storage