EPICS

Last updated
EPICS
Developer(s) Free software community
Initial releaseJanuary 19, 1994 (1994-01-19)
Stable release
3.15.8 / May 15, 2020;4 years ago (2020-05-15)
Preview release
7.0.4.1 / August 14, 2020;4 years ago (2020-08-14)
Repository
Written inC/C++, Perl
Operating system Cross-platform
Type Open Source
License EPICS Open License
Website epics-controls.org

The Experimental Physics and Industrial Control System (EPICS) is a set of software tools and applications used to develop and implement distributed control systems to operate devices such as particle accelerators, telescopes and other large scientific facilities. The tools are designed to help develop systems which often feature large numbers of networked computers delivering control and feedback. They also provide SCADA capabilities. [1]

Contents

History

EPICS was initially developed as the Ground Test Accelerator Controls System (GTACS) at Los Alamos National Laboratory (LANL) in 1988 by Bob Dalesio, Jeff Hill, et al. [2]   In 1989, Marty Kraimer from Argonne National Laboratory (ANL) came to work alongside the GTA controls team for 6 months, bringing his experience from his work on the Advanced Photon Source (APS) Control System to the project. The resulting software was renamed EPICS and was presented at the International Conference on Accelerator and Large Experimental Physics Control Systems (ICALEPCS) in 1991. [1]

EPICS was originally available under a commercial license, with enhanced versions sold by Tate & Kinetic Systems. Licenses for collaborators were free, but required a legal agreement with LANL and APS. An EPICS community was established and development grew as more facilities joined in with the collaboration. In February 2004, EPICS became freely distributable after its release under the EPICS Open License. [3]

It is now used and developed by over 50 large science institutions worldwide, as well as by several commercial companies.

Architecture

EPICS uses client–server and publish–subscribe techniques to communicate between computers. Servers, the “input/output controllers” (IOCs), collect experiment and control data in real time, using the measurement instruments attached to them. This information is then provided to clients, using the high-bandwidth Channel Access (CA) [4] or the recently added pvAccess [5] [6] networking protocols that are designed to suit real-time applications such as scientific experiments.

IOCs hold and interact with a database of "records", which represent either devices or aspects of the devices to be controlled. IOCs can be hosted by stock-standard servers or PCs or by VME, MicroTCA, and other standard embedded system processors. For "hard real-time" applications the RTEMS or VxWorks operating systems are normally used, whereas "soft real-time" applications typically run on Linux or Microsoft Windows.

Data held in the records are represented by unique identifiers known as Process Variables (PVs). These PVs are accessible over the network channels provided by the CA/pvAccess protocol.

Many record types are available for various types of input and output (e.g., analog or binary) and to provide functional behaviour such as calculations. It is also possible to create custom record types. Each record consists of a set of fields, which hold the record's static and dynamic data and specify behaviour when various functions are requested locally or remotely. Most record types are listed in the EPICS record reference manual.

Graphical user interface packages are available, allowing users to view and interact with PV data through typical display widgets such as dials and text boxes. Examples include EDM (Extensible Display Manager), MEDM (Motif/EDM), and CSS.

Any software that implements the CA/pvAccess protocol can read and write PV values. Extension packages are available to provide support for MATLAB, LabVIEW, Perl, Python, Tcl, ActiveX, etc. These can be used to write scripts to interact with EPICS-controlled equipment.

Facilities using EPICS

List of Institutions using EPICS, by Region
RegionInstituteCountry
Africa iThemba LABS [7] South Africa
Asia KSTAR – Korea Superconducting Tokamak Advanced ResearchRepublic of Korea
J-PARC – Joint Facility for High Intensity Proton AcceleratorsJapan
RIBF – RIKEN RI Beam Factory Project
KAGRA – Kamioka Gravitational Wave Detector
SuperKEKB at KEK in Tskuba
BSRF - Beijing Synchrotron Radiation Laboratory [8] China
VECC – Variable Energy Cyclotron CentreIndia
TIFR- Tata Institute of Fundamental Research
Europe Berliner Elektronenspeicherring für Synchrotronstrahlung (BESSY II)Helmholtz-Zentrum Berlin Germany
Deutsches Elektronen Synchrotron (DESY)
FHI free-electron laser (FEL) - Fritz Haber Institute of the Max Planck Society
GEO600Gravitational-wave observatory, Max Planck Institute for Gravitational Physics
GSI/FAIR
S-DALINACTechnische Universität Darmstadt
Wendelstein 7-X – experimental stellarator, Max Planck Institute of Plasma Physics
Diamond Light SourceRutherford Appleton Laboratory United Kingdom
ISIS Neutron Source - Rutherford Appleton Laboratory
International Muon Ionization Cooling Experiment (MICE)Rutherford Appleton Laboratory
European Spallation Source ERIC (ESS)Sweden
International Thermonuclear Experimental Reactor (ITER) France
Spiral2 Système de Production d'Ions RadioActifs en Ligne de deuxième génération
Laboratori Nazionali di Legnaro Italy
Swiss Light SourcePaul Scherrer Institut Switzerland
SwissFELPaul Scherrer Institut Switzerland
Turkish Accelerator and Radiation LAboratory (TARLA)Turkey
Middle East Synchrotron-Light for Experimental Science and Applications in the Middle East (SESAME)Jordan
North America Advanced Light SourceLawrence Berkeley National Laboratory United States
Advanced Photon SourceArgonne National Laboratory
Apache Point Observatory
FNALFermi National Accelerator Laboratory
Facility for Rare Isotope BeamsMichigan State University
Gemini Observatory
W. M. Keck Observatory
Laser Interferometer Gravitational-Wave Observatory (LIGO)
Los Alamos Neutron Science CenterLos Alamos National Laboratory
National Spherical Torus ExperimentPrinceton Plasma Physics Laboratory
National Spherical Torus Experiment UpgradePrinceton Plasma Physics Laboratory
National Superconducting Cyclotron LaboratoryMichigan State University
National Synchrotron Light Source IIBrookhaven National Laboratory
Spallation Neutron SourceOak Ridge National Laboratory
Stanford Synchrotron Radiation LaboratoryStanford University
Linac Coherent Light SourceSLAC National Accelerator Laboratory
TJNAFThomas Jefferson National Accelerator Facility
Canadian Light SourceSaskatoon, Saskatchewan Canada
Canadian Neutron Beam CentreChalk River Laboratories
TRIUMF – Located on the campus of the University of British Columbia
Not determined IFMIFInternational Fusion Materials Irradiation Facility European Union

Japan

United States

Russia

Oceania Australian Synchrotron Australia
ANTARESAustralian Nuclear Science and Technology Organisation
ASKAP (Australian Square Kilometre Array Pathfinder)CSIRO
Heavy Ion Accelerator at the Australian National University
South America LNLS – Laboratório Nacional de Luz Síncrotron Brazil

Commercial Users

See also

Related Research Articles

Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems (Sun) in 1984, allowing a user on a client computer to access files over a computer network much like local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call system. NFS is an open IETF standard defined in a Request for Comments (RFC), allowing anyone to implement the protocol.

SCADA is a control system architecture comprising computers, networked data communications and graphical user interfaces for high-level supervision of machines and processes. It also covers sensors and other devices, such as programmable logic controllers, which interface with process plant or machinery.

<span class="mw-page-title-main">Argonne National Laboratory</span> American science and engineering research laboratory in Illinois

Argonne National Laboratory is a federally funded research and development center in Lemont, Illinois, United States. Founded in 1946, the laboratory is owned by the United States Department of Energy and administered by UChicago Argonne LLC of the University of Chicago. The facility is the largest national laboratory in the Midwest.

<span class="mw-page-title-main">XMPP</span> Communications protocol for message-oriented middleware

Extensible Messaging and Presence Protocol is an open communication protocol designed for instant messaging (IM), presence information, and contact list maintenance. Based on XML, it enables the near-real-time exchange of structured data between two or more network entities. Designed to be extensible, the protocol offers a multitude of applications beyond traditional IM in the broader realm of message-oriented middleware, including signalling for VoIP, video, file transfer, gaming and other uses.

<span class="mw-page-title-main">VNC</span> Graphical desktop-sharing system

VNC is a graphical desktop-sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse input from one computer to another, relaying the graphical-screen updates, over a network. Popular uses for this technology include remote technical support and accessing files on one's work computer from one's home computer, or vice versa.

In computer storage, logical volume management or LVM provides a method of allocating space on mass-storage devices that is more flexible than conventional partitioning schemes to store volumes. In particular, a volume manager can concatenate, stripe together or otherwise combine partitions into larger virtual partitions that administrators can re-size or move, potentially without interrupting system use.

Open Platform Communications (OPC) is a series of standards and specifications for industrial telecommunication. They are based on Object Linking and Embedding (OLE) for process control. An industrial automation task force developed the original standard in 1996 under the name OLE for Process Control. OPC specifies the communication of real-time plant data between control devices from different manufacturers.

<span class="mw-page-title-main">GnuTLS</span> Free software library implementing TLS

GnuTLS is a free software implementation of the TLS, SSL and DTLS protocols. It offers an application programming interface (API) for applications to enable secure communication over the network transport layer, as well as interfaces to access X.509, PKCS #12, OpenPGP and other structures.

Linux Terminal Server Project (LTSP) is a free and open-source terminal server for Linux that allows many people to simultaneously use the same computer. Applications run on the server with a terminal known as a thin client handling input and output. Generally, terminals are low-powered, lack a hard disk and are quieter and more reliable than desktop computers because they do not have any moving parts.

<span class="mw-page-title-main">Git</span> Distributed version control software system

Git is a distributed version control system that tracks versions of files. It is often used to control source code by programmers who are developing software collaboratively.

An industrial control system (ICS) is an electronic control system and associated instrumentation used for industrial process control. Control systems can range in size from a few modular panel-mounted controllers to large interconnected and interactive distributed control systems (DCSs) with many thousands of field connections. Control systems receive data from remote sensors measuring process variables (PVs), compare the collected data with desired setpoints (SPs), and derive command functions that are used to control a process through the final control elements (FCEs), such as control valves.

Sinec H1 is an Industrial Ethernet communications protocol that provides the transport layer function widely used in automation and process control applications. The protocol was developed by Siemens and is used mainly for control applications. It has large bandwidth and is well suited to the transmission of large volumes of data.

Varnish is a reverse caching proxy used as HTTP accelerator for content-heavy dynamic web sites as well as APIs. In contrast to other web accelerators, such as Squid, which began life as a client-side cache, or Apache and nginx, which are primarily origin servers, Varnish was designed as an HTTP accelerator. Varnish is focused exclusively on HTTP, unlike other proxy servers that often support FTP, SMTP, and other network protocols.


This is a comparison of notable free and open-source configuration management software, suitable for tasks like server configuration, orchestration and infrastructure as code typically performed by a system administrator.

IEC 60870 part 6 in electrical engineering and power system automation, is one of the IEC 60870 set of standards which define systems used for telecontrol in electrical engineering and power system automation applications. The IEC Technical Committee 57 have developed part 6 to provide a communication profile for sending basic telecontrol messages between two systems which is compatible with ISO standards and ITU-T recommendations.

Inductive Automation is a supplier of web-based industrial automation software based in Folsom, California, US. The Ignition SCADA platform is the company's main product line.

The TANGO control system is a free open source device-oriented controls toolkit for controlling any kind of hardware or software and building SCADA systems. It is used for controlling synchrotrons, lasers, physics experiments in over 20 sites. It is being actively developed by a consortium of research institutes.

IEC 60870 part 5 is one of the IEC 60870 set of standards which define systems used for telecontrol in electrical engineering and power system automation applications. Part 5 provides a communication profile for sending basic telecontrol messages between two systems, which uses permanent directly connected data circuits between the systems. The IEC Technical Committee 57 have developed a protocol standard for telecontrol, teleprotection, and associated telecommunications for electric power systems. The result of this work is IEC 60870-5. Five documents specify the base IEC 60870-5:

<span class="mw-page-title-main">John M. Carpenter</span> American nuclear engineer (1935–2020)

John M. "Jack" Carpenter was an American nuclear engineer known as the originator of the technique for utilizing accelerator-induced intense pulses of neutrons for research and developing the first spallation slow neutron source based on a proton synchrotron, the Intense Pulsed Neutron Source (IPNS). He died on 10 March 2020.

References

  1. 1 2 "EPICS Architecture" (PDF). EPICS – Experimental Physics and Industrial Control System.
  2. Kozubal, A. J.; Kerstiens, D. M.; Hill, J. O.; Dalesio, L. R. (1990). "Run-time environment and application tools for the ground test accelerator control system". Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment. 293 (1–2): 288–291. Bibcode:1990NIMPA.293..288K. doi:10.1016/0168-9002(90)91446-I.
  3. "EPICS Open License". EPICS – Experimental Physics and Industrial Control System.
  4. "EPICS R3.14 Channel Access Reference Manual". www.aps.anl.gov.
  5. "pvAccess Protocol Specification". github.com.
  6. "PVA Network Configuration". epics-base.github.io.
  7. iThemba LABS - South Africa
  8. Beijing Synchrotron Radiation Laboratory (BSRF)