the tango controls collaboration in 2015archiving tango collaboration in 2015 – 21 october...

28

Upload: others

Post on 26-Sep-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher
Page 2: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

TANGO CONTROLS COLLABORATION

IN 2015

Andy Götz (ESRF)

on behalf of

TANGO CollaborationTango Collaboration in 2015 – 21 October ICALEPCS 20152

Page 3: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

BUNJIL the creator

3 Tango Collaboration in 2015 – 21 October ICALEPCS 2015

Page 4: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

BUNJIL the creator

4 Tango Collaboration in 2015 – 21 October ICALEPCS 2015

CHEERS

THANKYOU

NGOON- GODGIN !

Page 5: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

CONTROL SYSTEMs COMMUNITIES ?

5 Tango Collaboration in 2015 – 21 October ICALEPCS 2015

“If you want to walkfast then walk alone,but if you want towalk far then walktogether”

African proverb

Page 6: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

ESRF Grenoble FRANCE

6

http://www.elettra.eu http://www.esrf.eu

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

Page 7: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

Home sweet home

7

http://www.elettra.eu http://www.esrf.eu

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

Page 8: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

THE TANGO APPROACH

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

CONTINUOUS

IMPROVEMENT

Page 9: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

TANGO Continuous Improvement

● Keep the concept of a distributed object simple

● Integrate new features and applications into the core

● Multiple languages as 1st class citizens (C++, Python + Java)

● Documentation + InstallationTango Collaboration in 2015 – 21 October ICALEPCS 2015

Page 10: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

TANGO 9

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

ANOTHER

MAJOR

RELEASE !

Page 11: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

TANGO 9 NEW FEATURES

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● Pipes (aka Streams)

● Dynamic commands

● Forwarded attributes

● Enumerated attributes

● Polling thread optimisation

● New base class – Device_5Impl (API is backwards compatible)

The People

E.TaurelP.VerdierJ-L.PonsF.Poncet(ESRF)

G.Abeille(SOLEIL)

Page 12: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

JAVA DEVICE SERVERS

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● A new version of the Java implementations for device server JTango has been developed using annotations. It makes writing Java device servers MUCH easier!

● The following annotations are supported:

@Device: class@Attribute: field@Command: method@State: field@Init: method@DeviceProperty

G.Abeille (SOLEIL)

P.Verdier(ESRF)

Page 13: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

EZ JAVA CLIENTS

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● A new API for Java clients has been developed called ezTangORB. It makes writing Java device clients MUCH easier!

● Example:

//ezTangORB TangoProxy proxy = TangoProxies.newDeviceWrapper("tango://whatever:10000/sys/tg_test/1"); double result = proxy.<Double>readAttribute("double_scalar");

I.Khokhriakov(HZG)

Page 14: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

TANGO SITES WHICH LOVE PYTHON

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● ALBA developed the first Python TANGO control system for controlling accelerator and beamlines

● Some sites that love Python :

LMJDESYMax IVELI-ALPSSKA SA...

Page 15: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

Python HLAPI

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

“It would also be nice if the tango programming interface would be more pythonic. The final goal is to make writing tango device servers as simple as possible” [TEP1]

● A new pythonic High Level API (HLAPI) has been implemented and which supports co-routines (using gevents)

T.Coutinho(ESRF/ALBA)

Page 16: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

MY LOVE AFFAIR WITH A PYTHON

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

Download from http://ftp.esrf.fr/pub/cs/tango/tango9-vm.zip

Page 17: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

ARCHIVING

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● A new event based archiving system (HDB++) has been implemented with :

● higher data rates, ● us time resolution, ● precise timing ● multiple TANGO control systems

See talk WED3O04.

● The architecture allows multiple database backends to be plugged into the archiving system. So far MySQL and Cassandra are implemented.

See poster WEM310.R.BourtembourgP.VerdierJ-L.Pons(ESRF)

L.Pivetta et. al.(ELETTRA+ESRF)

Page 18: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

Mtango - mobile TANGO

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● A RESTful http based API called mtango (m for mobile) has been developed for TANGO.

● Uses TANGO Access Control and tomcat for security

● Can be used from any client implementing http

● API implemented for JavaScript

● See website for API

http://localhost:8080/mtango/rest/device/sys/tg_test/1 I.Khokhriakov(HZG)

Page 19: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

WEBSITE REDESIGNED

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

http://www.tango-controls.org J-MChaize(ESRF)

Page 20: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

TANGO VIRTUAL MACHINE

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

http://ftp.esrf.fr/pub/cs/tango/tango9-vm.zip A.Götz(ESRF)

Page 21: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

NEW MEMBERS

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

TANGO

COMMUNITY

is GROWING!

Page 22: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

Lasers ADOPT TANGO

● 3 Extreme Lightsource Infrastructures have chosen TANGO+EPICS

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

Page 23: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

Astronomers adoptING TANGO

● INAF using TANGO for Binocular telescope archived data

● SKA has chosen TANGO as the common framework for the Telescope Manager

● EGO-VIRGO gravitational observatory using TANGO

● ERAS using TANGO on Raspberry Pi Tango Collaboration in 2015 – 21 October ICALEPCS 2015

Page 24: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

THE TANGO ROADMAP

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

Evolution

Co

mm

un

ity

So

luti

on

s

2015 2016 2017 2018 2019 2020

V9 V10

Documentation

EncryptionVirtual Box

Replace CORBAcompletely

Database Schema

Fast Archiver

REST api Packaging

LTS

SysML tools

Web browser

V11

Git

Replace Boost

Marketplace

Page 25: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

How to FINANCE THE ROADMAP ?

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

SUSTAINING TANGO with a COLLABORATIONCONTRACT

Page 26: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

COLLABORATION CONTRACT

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● We have prepared a contract with partners who are willing to finance TANGO infrastructure developments. Contract is for 5 years.

● Two types of partners : Core + Contributors

● Potentially 10 partners have expressed their interested. This would finance at least one FTE / year.

● Collaboration contract will start in 2016

● TANGO stays free and Open Source and Sustainable!

Page 27: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

OTHER PROJECTS

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

● Student training

● Post mortem tools

● Packaging with Docker

● Many more e.g. device servers for White Rabbit, oscilloscope based on Zed board, web browser, etc. etc.

R.Ponsard(LGM)

ELI-ALPSSKA-SA

SOLARIS

Community

Page 28: The TANGO Controls Collaboration in 2015ARCHIVING Tango Collaboration in 2015 – 21 October ICALEPCS 2015 A new event based archiving system (HDB++) has been implemented with : higher

CONCLUSION

Tango Collaboration in 2015 – 21 October ICALEPCS 2015

TANGO IS CONSTANTLY IMPROVING

TANGO COMMUNITY IS GROWING

TANGO IS SUSTAINABLE