Skip to content

Commit

Permalink
Prepare migration at ESS to official ecmccfg
Browse files Browse the repository at this point in the history
Rebases local ESS updates of the ecmccfg repo with the updates of the
official repo of ecmccfg.
  • Loading branch information
Markus Kristensson committed Jul 4, 2023
2 parents 0b72447 + f852145 commit 57a9e6c
Show file tree
Hide file tree
Showing 11 changed files with 193 additions and 75 deletions.
11 changes: 11 additions & 0 deletions db/Beckhoff_3XXX/ecmcEL3311.substitutions
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 }
}
6 changes: 3 additions & 3 deletions db/Beckhoff_3XXX/ecmcEL3312.substitutions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
file "ecmc_analogInput-chX.template"
{
pattern {CH_ID, ESLO, EGU, PREC}
{01, 0.1, "DegC", 2 }
{02, 0.1, "DegC", 2 }
pattern {CH_ID, ESLO, EGU, PREC}
{01, 0.1, DegC, 2 }
{02, 0.1, DegC, 2 }
}

file "ecmc_status_analog-chX.template"
Expand Down
1 change: 0 additions & 1 deletion db/Beckhoff_3XXX/ecmcEL3314-0002.substitutions

This file was deleted.

17 changes: 17 additions & 0 deletions db/Beckhoff_3XXX/ecmcEL3314-0002.substitutions
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 }
}
1 change: 1 addition & 0 deletions db/Beckhoff_3XXX/ecmcEL3314-0010.substitutions
1 change: 1 addition & 0 deletions db/Beckhoff_3XXX/ecmcEL3314-0020.substitutions
1 change: 1 addition & 0 deletions db/Beckhoff_3XXX/ecmcEL3314-0030.substitutions
1 change: 1 addition & 0 deletions db/Beckhoff_3XXX/ecmcEL3314-0090.substitutions
20 changes: 10 additions & 10 deletions db/Beckhoff_3XXX/ecmcEL3314.substitutions
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 }
}
25 changes: 25 additions & 0 deletions db/Beckhoff_3XXX/ecmcEL3318.substitutions
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 }
}
Loading

0 comments on commit 57a9e6c

Please sign in to comment.