Selector Server for NeXus Sardana recorder
Project description
Authors: Jan Kotanski Introduction
Tango server with Sardana Recorder settings
Tango Server API: https://nexdatas.github.io/nxsrecselector/doc_html
Installation
Install the dependencies:
From sources
Download the latest version of NeXuS Configuration Server from
Extract the sources and run
$ python setup.py install
Debian packages
Debian bookworm, bullseye and buster or ubuntu lunar, jammy nad focal packages can be found in the HDRI repository.
To install the debian packages, add the PGP repository key
$ sudo su
$ wget -q -O - http://repos.pni-hdri.de/debian_repo.pub.gpg | apt-key add -
and then download the corresponding source list
$ cd /etc/apt/sources.list.d
$ wget http://repos.pni-hdri.de/bookworm-pni-hdri.list
Finally, install module
$ apt-get update
$ apt-get install python-nxsrecselector
and the NXSRecSelector tango server
$ apt-get update
$ apt-get install nxsrecselector
To instal other NexDaTaS packages
$ apt-get install python-nxswriter nxsconfigtool nxstools python-nxsconfigserver nxsconfigserver-db
and
$ apt-get install nxselector python-sardana-nxsrecorder
for Component Selector and Sardana related packages.
From pip
To install it from pip you can
$ python3 -m venv myvenv
$ . myvenv/bin/activate
$ pip install nxsrecselector
Moreover it is also good to install
$ pip install pytango
$ pip install taurus
$ pip install sardana
$ pip install nxswriter
$ pip install nxsconfigserver
$ pip install nxstools
$ pip install pymysqldb
Setting environment
Setting Saradna
If sardana is not yet set up run
$ Pool
enter a new instance name
create the new instance
Then wait a while until Pool is started and in a new terminal run
$ MacroServer
enter a new instance name
create the new instance
connect pool
Next, run Astor and change start-up levels: for Pool to 2, for MacroServer to 3 and restart servers.
Alternatively, terminate Pool and MacroServer in the terminals and run
$ nxsetup -s Pool -l2
wait until Pool is started and run
$ nxsetup -s MacroServer -l3
Additionally, one can create dummy devices by running sar_demo in
$ spock
Setting NeXus Servers
To set up NeXus Servers run
$ nxsetup -x
or
$ nxsetup -x NXSDataWriter
$ nxsetup -x NXSConfigServer
$ nxsetup -x NXSRecSelector
for specific servers.
If the RecoderPath property of MacroServer is not set one can do it by
$ nxsetup -a /usr/lib/python2.7/dist-packages/sardananxsrecorder
where the path should point the sardananxsrecorder package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nxsrecselector-3.40.1.tar.gz
.
File metadata
- Download URL: nxsrecselector-3.40.1.tar.gz
- Upload date:
- Size: 87.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5ccee115c03d1e19feddbb0c2711b05f3daac79508ed4ee776a5e4b49aaad66 |
|
MD5 | 9c6c1b4b5b0fa6d517636c8072a7d7d3 |
|
BLAKE2b-256 | 4f0e4c652efb768d6e22b854cca879581b993c30005925bfc3118355bcd2c2fe |
File details
Details for the file nxsrecselector-3.40.1-py3-none-any.whl
.
File metadata
- Download URL: nxsrecselector-3.40.1-py3-none-any.whl
- Upload date:
- Size: 67.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5a042caf076a40cd6c49d8466d524b462685e505b3db09f3eb58565c157bade |
|
MD5 | 8bc6e4f699d8f20f1a443e81c306878e |
|
BLAKE2b-256 | 084e65974edb5b9576fca872ad1bffe17a54a115578d6e0fcd5f252b4d9f0f07 |