TANGO


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.
TANGO is a distributed control system. It runs on a single machine as well as hundreds of machines. TANGO uses two network protocols - the implementation of CORBA and Zeromq. The basic communication model is the client-server model. Communication between clients and servers can be synchronous, asynchronous or event driven. CORBA is used for synchronous and asynchronous communication and Zeromq is used for event-driven communication.
TANGO is based on the concept of Devices. Devices implement object oriented and service oriented approaches to software architecture. The Device model in TANGO implements commands/methods, attributes / data fields and properties for configuring Devices. In TANGO all control objects are Devices.

Device Servers

TANGO is a software for building control systems which need to provide network access to hardware. Hardware can range from single bits of digital input/output up to sophisticated detector systems or entire plant control systems. Hardware access is managed in a process called a Device Server. The Device Server contains Devices belonging to different Device Classes which implement the hardware access. At Device Server startup time Devices are created which then represent logical instances of hardware in the control system. Clients "import" the Devices via a database and send requests to the devices using TANGO. Devices can store configuration and setup values in a Mysql database permanently.
Hundreds of Device Classes have been written by the community. A list of device classes on SourceForge can be found here . Many more exist and can be obtained by contacting the TANGO community via the .
TANGO manages complexity using hierarchies.

Bindings

TANGO supports bindings to the following languages :
C, C++, Java, Python, MATLAB, LabVIEW, IGOR Pro

Licensing

TANGO is distributed under 2 licenses. The libraries are licensed under the GNU Lesser General Public License. Tools and device servers are under the GNU General Public License. The LGPL licence allows the TANGO libraries in products which are not GNU GPL.

Projects using TANGO

Some of the projects using TANGO :
  1. of the
  2. the diagnostics of the Laser Mégajoule
  3. the laser facility
  4. the compact light source

    Consortium

The consortium is a group of institutes who are actively developing TANGO. To join the consortium an institute has to sign the and actively commit resources to the development of TANGO. The consortium currently consists of the following institutes :
  1. - European Synchrotron Radiation Facility, Grenoble, France
  2. - Soleil Synchrotron, Paris, France
  3. - Elettra Synchrotron, Trieste, Italy
  4. - Alba Synchrotron, Barcelona, Spain
  5. - Petra III Synchrotron, Hamburg, Germany
  6. - MAXIV Synchrotron, Lund, Sweden
  7. - FRMII neutron source, Munich, Germany
  8. - National Synchrotron Radiation Centre SOLARIS, Kraków, Poland
  9. - ANKA Synchrotron, Karlsruhe, Germany
  10. - Istituto Nazionale di Astrofisica, IT
The goal of the consortium is to guarantee the development of TANGO.