From d7a83d20cad6e5bafd24d7f2b0aac12cfebfbb71 Mon Sep 17 00:00:00 2001 From: Alfio Rizzo <alfio.rizzo@esss.se> Date: Thu, 20 Jan 2022 11:08:00 +0100 Subject: [PATCH] added DTL alarm config --- alarm-01.tn.esss.lu.se/DTL.xml | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 alarm-01.tn.esss.lu.se/DTL.xml diff --git a/alarm-01.tn.esss.lu.se/DTL.xml b/alarm-01.tn.esss.lu.se/DTL.xml new file mode 100644 index 0000000..fff43c5 --- /dev/null +++ b/alarm-01.tn.esss.lu.se/DTL.xml @@ -0,0 +1,37 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!--Alarm configuration generated by xmlalarmcfg.py + git repo: https://gitlab.esss.lu.se/alfiorizzo/xmlalarmcfg.git + input xls file: DTLAlarmPVs-cfg.xlsx--> +<config name="DTL"> + <component name="SKID"> + <pv name="CWM-CWS04:WtrC-FIT-001:VoluFlow"> + <description>Flow beyond limits</description> + <latching>false</latching> + <annunciating>false</annunciating> + </pv> + <pv name="CWM-CWS04:WtrC-TT-011:Temperature"> + <description>Temperature beyond limits</description> + <latching>false</latching> + <annunciating>false</annunciating> + </pv> + </component> + <component name="ThermoSensors"> + <component name="Tank1"> + <pv name="DTL-010:EMR-TT-001:Temp"> + <description>Temperature beyond limit</description> + <latching>false</latching> + <annunciating>false</annunciating> + </pv> + <pv name="DTL-010:EMR-TT-002:Temp"> + <description>Temperature beyond limit</description> + <latching>false</latching> + <annunciating>false</annunciating> + </pv> + <pv name="DTL-010:EMR-TT-003:Temp"> + <description>Temperature beyond limit</description> + <latching>false</latching> + <annunciating>false</annunciating> + </pv> + </component> + </component> +</config> -- GitLab