Skip to content
Snippets Groups Projects
Select Git revision
  • 42ed27ff176a918476d5bad7d8c91d11e720818c
  • master default protected
2 results

kalypso_cam

  • Clone with SSH
  • Clone with HTTPS
  • BENCE Aurelien's avatar
    Aurelien BENCE authored
    42ed27ff
    History

    [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]


    Kalypso Cam Tango Device

    Table of Contents
    1. About The Project
    2. Getting Started
    3. Usage
    4. Roadmap
    5. Contributing
    6. License
    7. Contact
    8. Acknowledgments

    Built With

    This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

    • [![Next][Next.js]][Next-url]
    • [![React][React.js]][React-url]
    • [![Vue][Vue.js]][Vue-url]
    • [![Angular][Angular.io]][Angular-url]
    • [![Svelte][Svelte.dev]][Svelte-url]
    • [![Laravel][Laravel.com]][Laravel-url]
    • [![Bootstrap][Bootstrap.com]][Bootstrap-url]
    • [![JQuery][JQuery.com]][JQuery-url]

    (back to top)

    Getting Started

    This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

    Prerequisites

    You must have installed Tango and PyTango locally on the kalypso PC and have a valid tango environment (TANGO_DB,...).

    • tango
    sudo apt-get update
    sudo apt install tango-starter tango-test liblog4j1.2-java 
    > sudo apt install --assume-yes wget\
       wget -c https://people.debian.org/~picca/libtango-java_XX_version.deb\
       sudo dpkg -i ./libtango-java_XX_version.deb
    sudo apt install python3-tango   

    you have to declare device in your tango environnement with properties correctly set https://gitlab.synchrotron-soleil.fr/dg/ds_dg_pytango_package/kalypso_cam/-/wikis/home

    Installation

    Just copy project in local folder and start it example:

    /home/kalypso/device/kalypso_cam/./DG_PY_Kalypso.py <instance_name> -V4

    License

    Distributed under the GNUV3 License. See LICENSE.MD for more information.

    (back to top)