NXSelector MacroGUI for taurusgui
Project description
Authors: Jan Kotanski
NXS TaurusGUI is taurusgui Configuration for Component Selector
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 Jessie (and Wheezy) 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/jessie-pni-hdri.list
Finally,
$ apt-get update
$ apt-get install python-nxsrecselector nxselector nxstaurusgui
To instal other NexDaTaS packages
$ apt-get install python-nxswriter nxsconfigtool nxstools python-nxsconfigserver nxsconfigserver-db
and
$ apt-get install python-sardana-nxsrecorder
for NeXus recorder.
From pip
To install it from pip you need also to install pyqt5, e.g.
$ python3 -m venv myvenv
$ . myvenv/bin/activate
$ pip install pyqt5
$ pip install sardana-nxsrecorder
Moreover it is also good to install
$ pip install pytango
$ pip install sardana
$ pip install nxswriter
$ pip install nxsrecselector
$ 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
File details
Details for the file nxstaurusgui-1.2.6.tar.gz
.
File metadata
- Download URL: nxstaurusgui-1.2.6.tar.gz
- Upload date:
- Size: 94.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 162b8553d17faebdca8da7dcc57be38aa624b606e557cb05ec691c50bb1bc22e |
|
MD5 | 1dcaa83755e8982ccf9ce379291e4875 |
|
BLAKE2b-256 | 6c091fa495f4de2eb8f2ae1a510d97396b22b3411f062a0f4698b74cd9b9d000 |