Detector Control System
Jump to navigation
Jump to search
The detector control system (DCS), provides operational control and monitoring of all Mu2e subsystems. The DCS is also referred to as the "slow controls."
The backbone of the DCS is EPICS. We are using the 3.15 Stable release of EPICS.
EPICS base defines a large number of record types, and extension modules support a multitude of additional devices and record types. These are documented on the EPICS Resources and Support page. Important modules for Mu2e include
- StreamDevice (supported by PSI) for any device with a byte stream based communication protocol;
- SNMP (supported by NSCL/FRIB) specifically for SNMP devices, including many networked power supplies (Wiener/ISEG), many uninterruptible power supplies and power distribution units, and others;
- asynDriver (supported by ANL) for general access to serial devices, GPIB, TCP/IP, etc.
This page is currently a stub. Here are some links for more information:
- Mu2e-doc-33080 is an overview presentation for Mu2e collaborators.
- Mu2e-doc-31778 describes how Mu2e devices connect to EPICS directly, and Mu2e-doc-31727 describes how Mu2e subdetector DAQ electronics connect to the DCS through the TriggerDAQ.
More resources coming soon:
- The DCS source code is being migrated from Redmine to https://github.com/Mu2e/DCS.
- Constantly reviewed and updated developer and user documentation will be available at https://mu2e.github.io/DCS, which is automatically generated from files maintained in the Mu2e DCS GitHub project.