]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
Huber_Unistate_425.db: convert from UTF-8 to ISO-8859-1
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Mon, 10 Apr 2017 15:19:57 +0000 (17:19 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Mon, 10 Apr 2017 15:19:57 +0000 (17:19 +0200)
command used:
iconv -f UTF-8 -t ISO-8859-1 HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_Unistate_425.db

HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_Unistate_425.db

index edac2f648ece6a7a57c017a709c1270e514f1a61..a0574ba043b8d3c9ab83316239fe4aa134a78e04 100644 (file)
@@ -19,7 +19,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):SetpointMom") {
   field (DTYP, "stream")
   field (INP,  "@Huber_Unistate_425.proto getDesVal $(PORT)")  
   field (PINI, "YES")
-  field (EGU,  "°C")
+  field (EGU,  "°C")
   field (PREC, "2")
   field (ADEL, "0.05")
   field (MDEL, "0.05")
@@ -32,7 +32,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):BathTemperatureMom") {
   field (INP,  "@Huber_Unistate_425.proto getBathTemp $(PORT)")
   field (SCAN, "10 second")
   field (FLNK, "$(sys):$(sub):COOLING:$(csys):ExternalTemperatureMom")
-  field (EGU, "°C")
+  field (EGU, "°C")
   field (PREC, "2")
   field (ADEL, "0.05")
   field (MDEL, "0.05")
@@ -44,7 +44,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):BathTemperatureMom") {
 record (ai, "$(sys):$(sub):COOLING:$(csys):ExternalTemperatureMom") {
   field (DTYP, "stream")
   field (INP,  "@Huber_Unistate_425.proto getExtTemp $(PORT)")
-  field (EGU,  "°C")
+  field (EGU,  "°C")
   field (PREC, "2")
   field (ADEL, "0.05")
   field (MDEL, "0.05")
@@ -58,7 +58,7 @@ record (ai, "$(sys):$(sub):COOLING:$(csys):ExternalTemperatureMom") {
 record (ao, "$(sys):$(sub):COOLING:$(csys):Setpoint") {
   field (DTYP, "stream")
   field (OUT,  "@Huber_Unistate_425.proto setDesVal $(PORT)") 
-  field (EGU,  "°C")
+  field (EGU,  "°C")
   field (PREC, "2")
   field (ADEL, "0.05")
   field (MDEL, "0.05")
@@ -69,7 +69,7 @@ record (ao, "$(sys):$(sub):COOLING:$(csys):Setpoint") {
 record (ao , "$(sys):$(sub):COOLING:$(csys):MinimumValue") {
   field (DTYP, "stream")
   field (OUT,  "@Huber_Unistate_425.proto setMinVal $(PORT)") 
-  field (EGU,  "°C")
+  field (EGU,  "°C")
   field (PREC, "2")
   field (ADEL, "0.05")
   field (MDEL, "0.05")                                         
@@ -80,7 +80,7 @@ record (ao , "$(sys):$(sub):COOLING:$(csys):MinimumValue") {
 record (ao, "$(sys):$(sub):COOLING:$(csys):MaximumValue") {
   field (DTYP, "stream")
   field (OUT,  "@Huber_Unistate_425.proto setMaxVal $(PORT)")
-  field (EGU,  "°C")
+  field (EGU,  "°C")
   field (PREC, "2")
   field (ADEL, "0.05")
   field (MDEL, "0.05")