Welcome to FIO BlissData Writer’s documentation!¶
Authors: Jan Kotanski
FIO BlissData Writer Server is a Tango Server which allows to write FIO file from (meta)data stored in BlissData by FIODataWriter tango server
Tango Server API: https://nexdatas.github.io/fioblisswriter/doc_html
Installation¶
Install the dependencies:
From sources¶
Download the latest version of FIO Bliss Writer Server from
Extract the sources and run
$ python setup.py install
Debian packages¶
Debian Trixie, Bookworm, Bullseye and as well as Ubuntu Questing, Noble, Jammy packages can be found in the HDRI repository.
To install the debian packages, add the PGP repository key
$ sudo su
$ curl -s http://repos.pni-hdri.de/debian_repo.pub.gpg | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/debian-hdri-repo.gpg --import
$ chmod 644 /etc/apt/trusted.gpg.d/debian-hdri-repo.gpg
and then download the corresponding source list, e.g. for trixie
$ cd /etc/apt/sources.list.d
$ wget http://repos.pni-hdri.de/trixie-pni-hdri.sources
Finally,
$ apt-get update
$ apt-get install python3-fioblisswriter
and the FIOBlissWriter tango server (from 2.10.0)
$ apt-get install fioblisswriter
From pip¶
To install it from pip you need pymysqldb e.g.
$ python3 -m venv myvenv
$ . myvenv/bin/activate
$ pip install fioblisswriter
Moreover it is also good to install
$ pip install pytango
$ pip install nxstools
Setting FIO BlissData Writer Server¶
To set up FIO Blissdata WriterServer with the default configuration run
$ nxsetup -x FIOBlissWriter
The nxsetup command comes from the python-nxstools package.
Contents¶
- fioblisswriter package
- Submodules
- fioblisswriter.FIOFile module
- fioblisswriter.Release module
- fioblisswriter.FIOBlissWriter module
FIOBlissWriterFIOBlissWriter.MaxStringParameterSizeFIOBlissWriter.NextScanTimeoutFIOBlissWriter.PointSleepTimeFIOBlissWriter.RedisUrlFIOBlissWriter.SessionFIOBlissWriter.SkipFinalParametersFIOBlissWriter.SnapshotBlacklistFIOBlissWriter.Start()FIOBlissWriter.Stop()FIOBlissWriter.TangoClassClassFIOBlissWriter.TangoClassNameFIOBlissWriter.delete_device()FIOBlissWriter.dev_status()FIOBlissWriter.init_device()
- fioblisswriter.FIOWriterService module
- Module contents