From 75e8e639a86f03fcca08d58d371f548111f1e06c Mon Sep 17 00:00:00 2001 From: Alexander Ivanov <alexander.ivanov@ligo.org> Date: Mon, 22 Jul 2013 20:38:28 +0000 Subject: [PATCH] Changed both Fast and EDCU DAQ .ini config files' slope to 3.0518e-04. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3411 6dcd42c9-f523-4c6d-aada-af552506706e --- config/Makefile.linux | 2 +- src/epics/util/fmseq.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Makefile.linux b/config/Makefile.linux index 4705da693..220f8e82f 100644 --- a/config/Makefile.linux +++ b/config/Makefile.linux @@ -125,7 +125,7 @@ install: $(DB) echo 'gain=1.00' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'datatype=4' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'ifoid=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \ - echo 'slope=6.1028e-05' >> target/$(TARGET)/db/$$ifo/auto.ini; \ + echo 'slope=3.0518e-04' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'acquire=1' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'offset=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'units=V' >> target/$(TARGET)/db/$$ifo/auto.ini; \ diff --git a/src/epics/util/fmseq.pl b/src/epics/util/fmseq.pl index f40f6d826..71107e4c6 100755 --- a/src/epics/util/fmseq.pl +++ b/src/epics/util/fmseq.pl @@ -957,7 +957,7 @@ ifoid=$ifoid datatype=4 datarate=$gds_datarate offset=0 -slope=6.1035e-04 +slope=3.0518e-04 units=V END -- GitLab