From: Philipp Klaus Date: Thu, 10 Aug 2017 10:12:00 +0000 (+0200) Subject: OPUS20: README file for PCASpy-based IOC X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0c519429cfaf70398fdf777ad9bd02ba30eb58b8;p=mvd_epics.git OPUS20: README file for PCASpy-based IOC --- 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 +