Can't find PyTango DeviceServer Examples
|
|
---|---|
Hi, I could find very few examples of PyTango device servers: The one inside PyTango Tutorial and PyPLC. Where can I find some more? Thanks |
|
|
---|---|
You can get a few more examples by searching for the keyword "python" in the classes catalog for instance: http://www.tango-controls.org/developers/dsc/search/?search=python You can also browse the tango-ds sourceforge repository. You can use the "Tango Device Classes User's Guides" link on http://www.tango-controls.org/developers/class-doc/ page and look for classes written in Python. Here is a direct link for convenience: http://www.esrf.fr/computing/cs/tango/tango_doc/ds_doc/tango-ds/index.html Hoping this helps, Reynald
Rosenberg's Law: Software is easy to make, except when you want it to do something new.
Corollary: The only software that's worth making is software that does something new. |
|
|
---|---|
You might want to have a look at the example directory in the pytango repository. The following files all contain a high-level device class:
|
|
|
---|---|
Thanks! Really useful! |