]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
OPUS20: README file for PCASpy-based IOC
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 10 Aug 2017 10:12:00 +0000 (12:12 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 10 Aug 2017 10:12:00 +0000 (12:12 +0200)
LUFFT_OPUS20/README.md [new file with mode: 0644]

diff --git a/LUFFT_OPUS20/README.md b/LUFFT_OPUS20/README.md
new file mode 100644 (file)
index 0000000..85c579b
--- /dev/null
@@ -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
+