95 results
-
We are pleased to announce that the latest TangoBox is available for launching on Amazon Web Services.
The related AMI ID is:
ami-0a2e0cddaa68be39f
It contains all the applications of standard TangoBox and RDP remote desktop connection. Please refer to the documentation.
This image lowers the barrier even more for trying out and testing the full suite of Tango Controls tools!
Thanks to S2Innovation for providing this useful service!
-
The new Taurus 4.6.1 has been released.
https://github.com/taurus-org/taurus/releases/tag/4.6.1
The documentation (including installation instructions for different platforms) is available at:
For a detailed list of changes, see the CHANGELOG and the issue tracker.
PS: also, the taurus_pyqtgraph plugin (which adds pyqtgraph-based plot widgets) is now available from PyPI
-
Dear Tangoers,
I am pleased to announce new Waltz release - v0.7.3
This version features (including v0.7.[0-2]):
- New Dashboard with multiple profiles stored per user basis
- TableWidget
- PlotlyWidget
- ListWidget
- ManagerWidget
- Redesigned Tango device control panel
- Redesigned Info panels
- Bug fixes and optimizations e.g. using WebGL for plots
Full info about the release can be found here: GitHub release - v0.7.3
Waltz has been dockerized. It is now super easy to give it a try:
$> wget https://raw.githubusercontent.com/waltz-controls/waltz/v0.7.3/docker-compose.yml $> docker-compose up $> firefox http://localhost:8080/waltz
Open your browser and navigate to http://localhost:8080/waltz
Or try a live demo in Amazon cloud: link
Use tango-cs/tango to authorize
Please feel free to create issues including your wishes and ideas on GitHub
Cheers,
Igor
P.S. the project has been moved to a dedicated GitHub org: new link
-
Hi Tangoers,
Following the Tango Community Meeting in Hamburg, we have started work on Tongo Controls protocol formal specification (RFCs). The RFCs will be base for future development.
The current state is visible on the GitHub: https://github.com/tango-controls/rfc
We are looking for contributors. You may contribute by:
- writing parts of the specification
- reviewing and commenting on what is written (PR reviews)
If you would like to contribute, please:
- join us on Slack: https://tango-controls.slack.com/messages/CKHSF815W/ (if you do not have access, please contact Piotr )
- check the wiki: https://github.com/tango-controls/rfc/wiki
- read the following guidelines:
-
The new Sardana 2.8.0 (corresponding to the Jul19 milestone) has been released.
The source files and Windows installers can be downloaded from:
https://github.com/sardana-org/sardana/releases/tag/2.8.0
The documentation is available at:
For a detailed list of changes see CHANGELOG and issue tracker.
-
The cumbia-telegram bot is a small server employing the Telegram bot API to establish a communication between an authorized user and a control system managed by the cumbia libraries. It can be used to:
- get notifications about the control system status
- read any source supported by the control system engines
- employ formulas to get custom notifications: alert sr/diagnostics/dcct_s4 < 10
Special care has been taken in realizing a safe application that protects the control system from both overloading and unauthorized access. The interaction with the messaging application is made effortless by the history, bookmark and alias modules. They promote tapping rather than writing. Read more on the cumbia-telegram dedicated page.
-
cumbia formula plugin & la-cumparsita app: manipulate results through functions & give life to an application without writing code
cumbia-formula plugin: mixing the Qt javascript integration and the cumbia formula plugin, read results from Tango and Epics can be manipulated by functions. The results can be displayed into any cumbia-qtcontrols widget. Check out cumbia-libs and refer to the formula plugin section for details.
la-cumparsita: a new cumbia utility that inflates a qt designer ui file into a real application without writing code. Nonetheless, the most demanding users can inject javascript functions into the graphical components to process and combine values from the devices. la-cumparsita seamlessly integrates with real Qt/C++ applications sharing the same cumbia model.
-
The cppTango team is pleased to announce the release of Tango Controls C++ library version 9.3.3.
Downloads of source and binary files are listed in cppTango Github repository Releases section.This version is considered as a pre-release version for the moment.
If no major bug is found in the next weeks, this version will be upgraded as an official stable release.
We encourage you to test this version.
Please pay attention to the release notes and please report any problem you may encounter by creating an issue on: https://github.com/tango-controls/cppTango/issues
or by creating a new post on the forum.You can also refer to https://github.com/tango-controls/cppTango/issues for the list of known issues.
The Tango documentation is available on https://tango-controls.readthedocs.io
The Doxygen documentation for this pre-release is currently available on https://bourtemb.github.io/cppTango-docs and will be soon available on https://tango-controls.github.io/cppTango-docs
NOTE: This is not a Tango Source distribution! It is only Tango C++ kernel library pre-releaseMany thanks to all the persons who contributed to this release (bug reports, pull requests, code reviews, comments...).
-
The new Sardana 2.7.0 (corresponding to the Jan19 milestone) has been released.
The source files and Windows installers can be downloaded from:
https://github.com/sardana-org/sardana/releases/tag/2.7.0
The documentation is available at:
For a detailed list of changes see CHANGELOG and issue tracker.
-
The new Taurus 4.5.1 has been released.
It brings support for Qt5 and Python3
The installation files can be downloaded from:
https://github.com/taurus-org/taurus/releases/tag/4.5.1
The documentation is available at:
For a detailed list of changes, see the CHANGELOG and the issue tracker.
-
Connect with the Tango control system (and more...)
Write graphical user interface components and applications communicating with the Tango and Epics control systems. More control system engines can be added in the future and plugged into existing cumbia installations and applications.
Everywhere
cumbia is written in C++ and uses the Qt libraries to develop graphical user interfaces. This means cumbia applications work on desktop computers as well as on Android devices. In principle, cumbia is available wherever C++ and Qt are supported. Android and Linux platforms have been successfully tested and porting an application from one platform to another is just a matter of a few clicks with the Qt creator IDE.
-
Dear Tangoers,
Tango REST API v1.0 has been released.
v1.0 is a combination of rc5 and rc6. The most notable features:
- HTTP/2.0
- Bulk resources entry points e.g. attributes
- Shorten URL for Tango host resources
- Cache-Control etc
The whole project has been largely restructured. Tango REST API readme gives a good overview of the related projects.
Also rest-server-1.2 has been released. This release features Tango REST API rc4 and v1.0 as well as internal improvements: link
Full description of the changes can be found in this presentation.
Please feel free to contact me in case of questions or request to help in migration.
Best regards,
-
Dear Tangoers,
Tango REST API RC6 specification draft has been released: link
The main changes to the specification are: introduction of subscriptions and HTTP/2.0
Tango REST API GitHub repository has been extended with client code samples: link.
If you use Tango REST API please feel encouraged to add your samples in your favorite language via Pull Requests.
Best regards!
-
Dear Tangoers,
Tango REST API RC5 specification draft has been released: link
Here is the comparison between RC4 and RC5. Resolved issues: link
RC5 will be in the draft state for the next two weeks. If there is no major issues with it it will be promoted from draft to actual version and I will start to update mtangorest.server accordingly.
Best regards and have a great weekend!
-
The cppTango team is pleased to announce the release of Tango Controls C++ library version 9.3.2.
Downloads of source and binary distributions are listed in cppTango Github repository.This version is considered as a pre-release version for the moment.
Please report any problem you may encounter by creating an issue or by creating a new post on tango-controls forum.NOTE this is not a Tango Source distribution! It is only Tango C++ kernel library release. -
Dear Tangoers,
I am pleased to announce a new version of Waltz v0.6 aka 2^8-1 i.e. Programmer's Day - 1
Full info about the new features can be found here: GitHub Release v0.6
This new version has been deployed to Amazon cloud
Demo version can be accessed following this link (tango-cs/tango)
Maybe most important is that Waltz-docs and WaltzPlatformAPI reference have also been released.
Best regards,
Igor
-
The new Sardana 2.5.0 (corresponding to the Jul18 milestone) has been released.
The source files and Windows installers can be downloaded from:
https://github.com/sardana-org/sardana/releases/tag/2.5.0
The documentation is available at:
For a detailed list of changes see CHANGELOG and issue tracker.
-
cppTango 9.3.0 has been released!
Please note that this version has been downgraded to pre-release status because some critical bugs have been found (problems with dynamic attributes and incompatibilities in the event system with older Tango devices (<9)).
More details on the issues can be found on https://github.com/tango-controls/cppTango/issues.Release notes can be found on the GitHub release page
Debian packages (wheezy, jessie, stretch) can be found here
Windows artifacts can be downloaded from here
NOTE this is not a Tango Source distribution! It is only Tango C++ kernel library release
-
Dear Tangoers,
I am pleased to announce a new version of TangoWebapp - v0.4 aka MirTrudMay due to the 1st of May :)
Full info about the new features can be found here: GitHub Release v0.4
This new version has been deployed to Amazon cloud
So you can access it following this link (tango-cs/tango)
This version will be presented at TangoWebapp workshop@DESY
Best regards,
Igor
-
SKA-France will meet with a number of Tango specialists at the ESRF on the 5th April. The meeting will include astronomy institutes and industrial partners from France who are interested to see how they can contribute to SKA using Tango.
More details about the event can be found here: https://indico.esrf.fr/indico/event/16/
We wish them a successful meeting!
95 results