From 0c519429cfaf70398fdf777ad9bd02ba30eb58b8 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Thu, 10 Aug 2017 12:12:00 +0200 Subject: [PATCH] OPUS20: README file for PCASpy-based IOC --- LUFFT_OPUS20/README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 LUFFT_OPUS20/README.md diff --git a/LUFFT_OPUS20/README.md b/LUFFT_OPUS20/README.md new file mode 100644 index 0000000..85c579b --- /dev/null +++ b/LUFFT_OPUS20/README.md @@ -0,0 +1,33 @@ +## LUFFT\_OPUS20 - EPICS IOC + +### Installation / Requirements + + pip install --upgrade -r requirements.txt + +### Starting + + $ ./lufft_opus20_ioc.py -h + usage: lufft_opus20_ioc.py [-h] --sys SYS --sub SUB --esys ESYS + opus20_hostname + + positional arguments: + opus20_hostname The hostname of IP address of the OPUS20 logger. + + optional arguments: + -h, --help show this help message and exit + --sys SYS The detector system + --sub SUB The detector sub-system + --esys ESYS The environmental sub system + +For example: + + ./lufft_opus20_ioc.py --sys CBM --sub MVD --esys CLEANROOM 192.168.1.12 + +Will serve the following PVs: + +* CBM:MVD:ENVIRON:CLEANROOM:Temperature +* CBM:MVD:ENVIRON:CLEANROOM:RelativeHumidity +* CBM:MVD:ENVIRON:CLEANROOM:AbsoluteHumidity +* CBM:MVD:ENVIRON:CLEANROOM:Dewpoint +* CBM:MVD:ENVIRON:CLEANROOM:BatteryVoltage + -- 2.43.0