Igor Pro bindings for TANGO Control System
| nleclercq | February 28, 2009 - 11:12 | ||
|---|---|---|---|
|
The latest release of the Tango binding for Igor Pro 6.x is available for download. [ last edited February 28, 2009 - 11:13 ]
|
|||
| EddiePetosa | September 26, 2009 - 08:53 | ||
|---|---|---|---|
|
I'm glad to see that the program works for Linux and Mac. I'm a Linux fan myself but it's always better to have options. By the way, who uses C++ anymore? It's all Java now... [ last edited September 26, 2009 - 08:57 ]
|
|||
| FEL | September 10, 2010 - 07:19 | ||
|---|---|---|---|
|
|
|||
| nleclercq | June 4, 2011 - 10:28 | ||
|---|---|---|---|
|
The lastest version of the Tango binding for Igor Pro is available on http://www.tango-controls.org/download. [ last edited June 6, 2011 - 05:32 ]
|
|||

Joined: 2007-09-24
Location: France
Hi all,
Just want to let you know that an Igor Pro binding is available for the TANGO Control System.
A few words about TANGO…
TANGO is an object oriented distributed control system using CORBA and is being actively developed as a collaborative effort between several synchrotron institutes. The object model in TANGO supports methods, attributes and properties. In TANGO all objects are representations of devices. The devices can run on the same computer or distributed over computers interconnected by a network. The network communication is based on CORBA. Communication can be synchronous, asynchronous or event driven. Configuration data is stored in a database. On the server side, programming support is provided for C++, Java and Python under Linux, Windows and Solaris. Clients can be written in all three languages as well as using several commercial products - including Igor Pro. For more information, visit our “pink” website at: http://www.tango-controls.org
About the binding package…
The Igor Pro package for TANGO contains an XOP and several procedures (including a code generator and a tutorial). It provides the user with a generic access to any server running into the control system. Thanks to Igor’s built-in features and programming capability, it becomes straightforward to write fast and powerful TANGO clients.