]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
HUBER_COOLING: 'deg C' instead of '°C' in EGU
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 12 Sep 2017 09:29:20 +0000 (11:29 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 12 Sep 2017 09:29:20 +0000 (11:29 +0200)
HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_PP.db

index 97e19d20fdb7eb587c1b70b780a543c098c6d499..5e142afaa3eba78890315010ef97b6798c37ca08 100644 (file)
@@ -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")