-
Notifications
You must be signed in to change notification settings - Fork 2
GUI CSS
We have our own fork of the CSS source code here. This should be kept up to date with the original code here and only be used to branch from when modifying CSS for our own purposes. Modifying CSS should be done in discussion with the Core CS-Studio Developers and once any modifications have passed our review every effort should be made to merge them with the original.
CSS is built via jenkins. Clone this repository recursively and build using build.bat
.
The Archive Engine is part of CSS and is used to archive PV values. Note that most facilities use the Archive Appliance as the Archive Engine (specifically MySQL) was found to be slow at millions of PVs. As we don't have that many PVs we have continued to use the Archive Engine. For more details see here.
The Alarm Server is part of CSS and alerts the GUI to any PV alarm changes. There is also a CSS Alarm View that we use as part of our GUI.
OPIs are the main way that users interact with an IOC. They are GUIs created in CSS and imported into our GUI.
-
Connection layer to PV PVManger, CAJ and JCA