-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare migration at ESS to official ecmccfg
Rebases local ESS updates of the ecmccfg repo with the updates of the official repo of ecmccfg.
- Loading branch information
Showing
11 changed files
with
193 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
file "ecmc_analogInput-chX.template" | ||
{ | ||
pattern {CH_ID, ESLO, EGU, PREC} | ||
{01, 0.1, DegC, 2 } | ||
} | ||
|
||
file "ecmc_status_analog-chX.template" | ||
{ | ||
pattern {CH_ID} | ||
{01 } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
file "ecmc_analogInput-chX.template" | ||
{ | ||
pattern {CH_ID, ESLO, EGU, PREC} | ||
{01, 0.01, DegC, 3 } | ||
{02, 0.01, DegC, 3 } | ||
{03, 0.01, DegC, 3 } | ||
{04, 0.01, DegC, 3 } | ||
} | ||
|
||
file "ecmc_status_analog-chX.template" | ||
{ | ||
pattern {CH_ID} | ||
{01 } | ||
{02 } | ||
{03 } | ||
{04 } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ecmcEL3314-0002.substitutions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ecmcEL3314-0002.substitutions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ecmcEL3314-0002.substitutions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ecmcEL3314.substitutions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
file "ecmc_analogInput-chX.template" | ||
{ | ||
pattern {CH_ID, ESLO, EOFF, EGU, PREC} | ||
{01, 0.1, 0, "DegC", 2 } | ||
{02, 0.1, 0, "DegC", 2 } | ||
{03, 0.1, 0, "DegC", 2 } | ||
{04, 0.1, 0, "DegC", 2 } | ||
pattern {CH_ID, ESLO, EGU, PREC} | ||
{01, 0.1, DegC, 2 } | ||
{02, 0.1, DegC, 2 } | ||
{03, 0.1, DegC, 2 } | ||
{04, 0.1, DegC, 2 } | ||
} | ||
|
||
file "ecmc_status_analog-chX.template" | ||
{ | ||
pattern {CH_ID, KEY } | ||
{01, "AI"} | ||
{02, "AI"} | ||
{03, "AI"} | ||
{04, "AI"} | ||
pattern {CH_ID} | ||
{01 } | ||
{02 } | ||
{03 } | ||
{04 } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
file "ecmc_analogInput-chX.template" | ||
{ | ||
pattern {CH_ID, ESLO, EGU, PREC} | ||
{01, 0.1, DegC, 2 } | ||
{02, 0.1, DegC, 2 } | ||
{03, 0.1, DegC, 2 } | ||
{04, 0.1, DegC, 2 } | ||
{05, 0.1, DegC, 2 } | ||
{06, 0.1, DegC, 2 } | ||
{07, 0.1, DegC, 2 } | ||
{08, 0.1, DegC, 2 } | ||
} | ||
|
||
file "ecmc_status_analog-chX.template" | ||
{ | ||
pattern {CH_ID} | ||
{01 } | ||
{02 } | ||
{03 } | ||
{04 } | ||
{05 } | ||
{06 } | ||
{07 } | ||
{08 } | ||
} |
Oops, something went wrong.