From e6cb065840d5dca2e92fee879f9f9135c85254aa Mon Sep 17 00:00:00 2001 From: AlexanderKrabbe Date: Mon, 1 Nov 2021 09:23:54 +0100 Subject: [PATCH] added correct codenames to microreactorNG live page for main chamber and containment pressure --- microreactorNG/graphsettings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microreactorNG/graphsettings.xml b/microreactorNG/graphsettings.xml index 31aa240..2bbfa5f 100644 --- a/microreactorNG/graphsettings.xml +++ b/microreactorNG/graphsettings.xml @@ -176,13 +176,13 @@ #0000FF - rasppi124:read_main_pressure_NG + rasppi124:IGMC select unix_timestamp(time), value from dateplots_microreactorNG where type=(SELECT id FROM dateplots_descriptions where codename="microreactorng_pressure") and unix_timestamp(time) > {from} #00BB00 - rasppi124:read_containment_pressure_NG + rasppi124:CNV3 select unix_timestamp(time), value from dateplots_microreactorNG where type=(SELECT id FROM dateplots_descriptions where codename="microreactorng_pressure_containment") and unix_timestamp(time) > {from}