From ba24873d1abd914b5b7a72f8b2abd6db67dc57fb Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 15 Jan 2019 16:00:53 +0100 Subject: [PATCH] Change CH tag --- scripts/ahrs_calibration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ahrs_calibration.py b/scripts/ahrs_calibration.py index 4c66d5e..ba38f04 100755 --- a/scripts/ahrs_calibration.py +++ b/scripts/ahrs_calibration.py @@ -137,7 +137,7 @@ def main(): kp.io.ch.CHPump, host=ligier_ip, port=ligier_port, - tags='IO_EVT, IO_SUM', + tags='IO_MONIT', timeout=60 * 60 * 24 * 7, max_queue=2000) pipe.attach(kp.io.daq.DAQProcessor) -- GitLab