From: Philipp Klaus Date: Tue, 12 Sep 2017 09:29:20 +0000 (+0200) Subject: HUBER_COOLING: 'deg C' instead of '°C' in EGU X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=195c27b9e198cb1d77c96f038b1bf827d5b68d8d;p=mvd_epics.git HUBER_COOLING: 'deg C' instead of '°C' in EGU --- 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")