Skip to main content

Generic library for creating simulated TANGO devices.

Project description

tango-simlib: Easily generate TANGO device simulators

Main website: http://tango-simlib.readthedocs.io

Introduction

tango-simlib is a library that aids the data-driven development of TANGO device simulators. It aims to make it easy to develop basic simulators while making it possible to implement more complex simulators. In addition to the simulated device interface, a separate TANGO simulation-control interface is generated, allowing the simulator to be manipulated via a back-channel to simulate e.g. failure conditions on the simulated device interface.

Using only the basic TANGO interface description captured via a POGO generated XMI file, a basic simulator with randomly varying attributes and no-op command handlers can be generated with no further coding. Attribute simulation parameters and simple command behaviour can be specified using a Simulator Description Datafile (SimDD). The format of this file is currently a working proposal and subject to change. A more formal format specification is being worked on.

Note that tango-simlib does not generate simulator code. Rather, the simulator’s behaviour is driven by the description data at run-time using Python’s dynamic programming features. If the description files (XMI or SimDD) are modified, the simulator device server only needs to be restarted for the changes to take effect.

Basic Usage

Installation

Please Note

  • tango-simlib is compatible with Python2.7 and Python>=3.5.

  • Installation requires the TANGOBINARY prerequisites to be installed.

$ sudo apt-get install -y --no-install-recommends $(grep -vE "^\s*#" apt-build-requirements.txt | tr "\n" " ")

If you cannot install the PyTango package you will not be able to install tango-simlib. For more, documentation.

Installation from source, working directory where source is checked out

$ pythonX -m pip install . # Where 'x' is the version of Python

This package is available on PYPI, allowing

$ pip install tango-simlib

Tango-YAML

After installing tango_simlib, the tango-yaml script will be available to use

$ tango-yaml -h

usage: tango_yaml [-h] {xmi,fandango,tango_device} ...

This program translates various file formats that describe Tango devices to
YAML

positional arguments:
{xmi,fandango,tango_device}
                        sub command help
    xmi                 Build YAML from a XMI file
    fandango            Build YAML from a fandango file
    tango_device        Build YAML from a running Tango device

optional arguments:
-h, --help            show this help message and exit

Documentation

Check out the documentation for more information. Download Manual: https://media.readthedocs.org/pdf/tango-simlib/latest/tango-simlib.pdf

License

This project is licensed under the BSD 3-Clause License - see license for details.

Contribute

Contributions are always welcome! Please ensure that you adhere to our coding standards CAM_Style_guide.

Changelog

0.6.0

  • Updated CHANGELOG in 118

  • Added tango-yaml tool in 119
    • This tool translates fandango (fgo), XMI (xmi) or a running Tango device to YAML.

    • Once installed, run tango-yaml -h for details.

0.5.0

  • Added Weather.xmi to MANIFEST.in 117

  • Refactor the code base 116

  • Update compat function docstrings 115

0.4.0

  • Added Python2.7 and Python>=3.5 Compatibility Pull Request 110.

  • Formatted code with black

  • Added some missing XMI parser types Pull Request 101.

0.3.0

  • Support multiple device and control interfaces per server process (Enhancement)
    • Addressing issue raised in 56

  • Adding a log when writing to the attributes

  • Reduced the unnecessary logging of the TANGO device

  • Handle non scalar value
    • Linked to the Pull Request 91

0.2.1

  • Supporting more tango data types.
    • DevUChar

    • DevShort

    • DevUShort

    • DevLong64

    • DevULong64

    • DevState

    • DevEncoded

  • Updating documentation. Addresses issue 79.

0.2.0

  • Adding support to register and run a TANGO device using a file as a database.

  • Initialising the model quantity values with the default values specified in the simulator data description files.

  • Parsing simulator data description files in a pre-determined precendence order.

  • Removing unmaintained python-devicetest dependency.

  • Added a fandango json parser
    • This parser is used to process the TANGO device data file generated by the fandango library.

  • Making use of the PyTango v9.2.2 feature to create dynamic commands.

0.1.6

  • Force all unicode attributes in XMI files to byte strings.

0.1.5

  • Updates to the SimDD
    • Added a new type of behaviour in the side-effect actions suite for long-running commands.

  • Handle vector data type from pogo

  • Populate tango-db with device properties

0.1.4

  • Package release documentation

  • Updated console script names
    • tango-simlib-tango-launcher -> tango-simlib-launcher

    • tango-simlib-tango-simulator-generator -> tango-simlib-generator

0.1.3

  • DISH config files included in examples of device simulators

  • JSON Schema for SimDD configuration file validation

0.1.2

  • Modified the update method of the Model class to invoke the override pre-update and post-update method, respectively.

0.1.1

  • Handle DevEnum data type TANGO attributes

  • Handle Spectrum data format TANGO attributes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tango_simlib-0.6.0.tar.gz (103.2 kB view details)

Uploaded Source

Built Distributions

tango_simlib-0.6.0-py3-none-any.whl (119.2 kB view details)

Uploaded Python 3

tango_simlib-0.6.0-py2-none-any.whl (119.2 kB view details)

Uploaded Python 2

File details

Details for the file tango_simlib-0.6.0.tar.gz.

File metadata

  • Download URL: tango_simlib-0.6.0.tar.gz
  • Upload date:
  • Size: 103.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for tango_simlib-0.6.0.tar.gz
Algorithm Hash digest
SHA256 873c6cf16e8e1d416c4a51dfa9409b183bb7efabdcd9b52b1598efc54235a73b
MD5 46b3d2867fad172c0dd5e07a83330414
BLAKE2b-256 1928187aaceb05b4fd4246fbc49b524580e46c985e3e228a7704ce90d6569b7f

See more details on using hashes here.

File details

Details for the file tango_simlib-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: tango_simlib-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 119.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for tango_simlib-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e278561bbb27d2a2bac814008c345f638f11346928583a1728b07bccf90e040c
MD5 fbf86c75001ab47b359ae80d782a1401
BLAKE2b-256 4c04e840aebe21f11d8f128d4d1cae3d34f2a07cb1a79d7603e04c6745c7c126

See more details on using hashes here.

File details

Details for the file tango_simlib-0.6.0-py2-none-any.whl.

File metadata

  • Download URL: tango_simlib-0.6.0-py2-none-any.whl
  • Upload date:
  • Size: 119.2 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for tango_simlib-0.6.0-py2-none-any.whl
Algorithm Hash digest
SHA256 05a47ab1454de2bbe40c9d3b9ff4a76b2aec8544a4ae70ded2e8ba90d0d15610
MD5 05aa3bacefeec829daf4b3aaa6c19348
BLAKE2b-256 0a23a3835007f440be22502ed5b321699d0dfe9f2676ac48d232d1249678be4a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page