Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'Release-12.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sergirubio committed Oct 21, 2016
2 parents d22bbc2 + 9d7c6d7 commit 2623e63
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions doc/devices/CopyCatDS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

Install and test CopyCatDS
==========================

Install fandango library
------------------------

Note that, although not mandatory, most of fandango requires PyTango previously installed.

With PIP (may need sudo)::

pip install --upgrade fandango

From a GIT clone (may need sudo)::

git clone https://github.com/tango-controls/fandango
cd fandango
python setup.py install

If you're just trying it, I suggest to use a VirtualEnv (no sudo required)::

virtualenv test --system-site-packages
source test/bin/activate
pip install --upgrade fandango
source test/bin/activate

Setup your CopyCatDS
--------------------

Create and setup the device (image attributes not well supported yet)::

fandango.sh add_new_device CopyCatDS/test CopyCatDS test/copycatds/01
fandango.sh put_device_property test/copycatds/01 TargetDevice SYS/TG_TEST/1
fandango.sh put_device_property test/copycatds/01 CopyAttributes '(?!.*image.*$)'

Start it
--------

::

python $(fandango.sh findModule fandango)/interface/CopyCatDS.py test -v2 &

Show it with atkpanel or taurusdevicepanel::

taurusdevicepanel test/copycatds/01 &

0 comments on commit 2623e63

Please sign in to comment.