From 195c27b9e198cb1d77c96f038b1bf827d5b68d8d Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 12 Sep 2017 11:29:20 +0200 Subject: [PATCH] =?utf8?q?HUBER=5FCOOLING:=20'deg=20C'=20instead=20of=20'?= =?utf8?q?=C2=B0C'=20in=20EGU?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_PP.db | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_PP.db b/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_PP.db index 97e19d2..5e142af 100644 --- a/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_PP.db +++ b/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_PP.db @@ -20,7 +20,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):SetpointMom") { field (DTYP, "stream") field (INP, "@Huber_PP.proto getDesVal $(PORT)") field (PINI, "YES") - field (EGU, "°C") + field (EGU, "deg C") field (PREC, "2") field (ADEL, "0.05") field (MDEL, "0.05") @@ -35,7 +35,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):BathTemperatureMom") { field (INP, "@Huber_PP.proto getBathTemp $(PORT)") field (SCAN, "2 second") field (FLNK, "$(sys):$(sub):COOLING:$(csys):ExternalTemperatureMom") - field (EGU, "°C") + field (EGU, "deg C") field (PREC, "2") field (ADEL, "0.05") field (MDEL, "0.05") @@ -53,7 +53,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):ExternalTemperatureMom") { field (DTYP, "stream") field (INP, "@Huber_PP.proto getExtTemp $(PORT)") field (FLNK, "$(sys):$(sub):COOLING:$(csys):SetpointMom") - field (EGU, "°C") + field (EGU, "deg C") field (PREC, "2") field (ADEL, "0.05") field (MDEL, "0.05") @@ -68,7 +68,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):ExternalTemperatureMom") { record (ao, "$(sys):$(sub):COOLING:$(csys):Setpoint") { field (DTYP, "stream") field (OUT, "@Huber_PP.proto setDesVal $(PORT)") - field (EGU, "°C") + field (EGU, "deg C") field (PREC, "2") field (ADEL, "0.05") field (MDEL, "0.05") @@ -82,7 +82,7 @@ record (ao, "$(sys):$(sub):COOLING:$(csys):Setpoint") { record (ao , "$(sys):$(sub):COOLING:$(csys):MinimumValue") { field (DTYP, "stream") field (OUT, "@Huber_PP.proto setMinVal $(PORT)") - field (EGU, "°C") + field (EGU, "deg C") field (PREC, "2") field (ADEL, "0.05") field (MDEL, "0.05") @@ -93,7 +93,7 @@ record (ao , "$(sys):$(sub):COOLING:$(csys):MinimumValue") { record (ao, "$(sys):$(sub):COOLING:$(csys):MaximumValue") { field (DTYP, "stream") field (OUT, "@Huber_PP.proto setMaxVal $(PORT)") - field (EGU, "°C") + field (EGU, "deg C") field (PREC, "2") field (ADEL, "0.05") field (MDEL, "0.05") -- 2.43.0