]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
deployment & archiver: agilent_34411a
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 22 Aug 2017 12:18:25 +0000 (14:18 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 22 Aug 2017 12:18:25 +0000 (14:18 +0200)
archiver/dcs_engine.xml
archiver/pluginCustomization_dcs_engine.ini
deployment/agilent_34411a_ioc.service [new file with mode: 0644]

index 0a2d1c3fed801a92faf1944e11e5021137b80fd3..7250ad7e6b89f6cc3c2c68e6b570240d12101344 100644 (file)
 
 <group>
     <name>Low Voltage</name>
+      <channel><name>CBM:MVD:POWER:AGILENT_34411A:Voltage</name>                   <period>1</period><monitor/></channel>
+
       <channel><name>CBM:MVD:POWER:PRESTO_RECIPIENT:GetGeneralOutput</name>        <period>1</period><monitor/></channel>
       <channel><name>CBM:MVD:POWER:PRESTO_RECIPIENT:CHAN1:GetOutput</name>         <period>1</period><monitor/></channel>
       <channel><name>CBM:MVD:POWER:PRESTO_RECIPIENT:CHAN2:GetOutput</name>         <period>1</period><monitor/></channel>
index 7c0a0cdeedc20a712954410ce738497267fbcac1..ce8eb86f2dea3d33c740e6581575590227692a31 100644 (file)
@@ -2,4 +2,4 @@ org.csstudio.archive.rdb/url=jdbc:postgresql://cbmmvd_pgsql_server:5432/archive
 org.csstudio.archive.rdb/user=archive
 org.csstudio.archive.rdb/schema=
 org.csstudio.security/secure_preference_location=Instance
-org.csstudio.platform.libs.epics/addr_list=192.168.10.101 192.168.10.102 192.168.10.103 192.168.10.104 192.168.10.105 192.168.10.106 192.168.10.107
+org.csstudio.platform.libs.epics/addr_list=192.168.10.101 192.168.10.102 192.168.10.103 192.168.10.104 192.168.10.105 192.168.10.106 192.168.10.107 192.168.10.108
diff --git a/deployment/agilent_34411a_ioc.service b/deployment/agilent_34411a_ioc.service
new file mode 100644 (file)
index 0000000..2f7d60f
--- /dev/null
@@ -0,0 +1,15 @@
+[Unit]
+Description=EPICS IOC "AGILENT_34411A"
+After=network.target
+
+[Service]
+Type=simple
+User=scs
+EnvironmentFile=/home/scs/EPICS/env/epics_env.systemd
+Environment="EPICS_CAS_INTF_ADDR_LIST=192.168.10.108"
+WorkingDirectory=/home/scs/EPICS/IOCs/AGILENT_34411A/iocBoot/iocAGILENT_34411A
+ExecStart=/usr/bin/procServ -n balzers_ioc -f 20108 /home/scs/EPICS/IOCs/AGILENT_34411A/iocBoot/iocAGILENT_34411A/st.cmd
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target