From 5d4c0d211a8b020426fe469a2e7cb78e547ab67d Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Mon, 10 Apr 2017 17:19:57 +0200 Subject: [PATCH] Huber_Unistate_425.db: convert from UTF-8 to ISO-8859-1 command used: iconv -f UTF-8 -t ISO-8859-1 HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_Unistate_425.db --- .../HUBER_COOLINGApp/Db/Huber_Unistate_425.db | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_Unistate_425.db b/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_Unistate_425.db index edac2f6..a0574ba 100644 --- a/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_Unistate_425.db +++ b/HUBER_COOLING/HUBER_COOLINGApp/Db/Huber_Unistate_425.db @@ -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") -- 2.43.0