diff --git a/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd b/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd index ae074146..d4841553 100644 --- a/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd +++ b/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd @@ -24,20 +24,20 @@ - - - - - - + + + + + + - - - + + + \ No newline at end of file diff --git a/Thermo.Active.Model/Constants.cs b/Thermo.Active.Model/Constants.cs index d12ea9f3..3656cd00 100644 --- a/Thermo.Active.Model/Constants.cs +++ b/Thermo.Active.Model/Constants.cs @@ -93,20 +93,20 @@ namespace Thermo.Active.Model public enum TACT_MBLOCK_TYPE { ND = 0, - Heating, - Drawing, - Movement, - Vacuum, - Cooling, - Extraction + HEATING, + DRAWING, + MOVEMENT, + VACUUM, + COOLING, + EXTRACTION } public enum TACT_MBLOCK_SECTION { ND = 0, - Heating, - Forming, - Extraction + HEATING, + FORMING, + EXTRACTION } public enum MAINTENANCE_UNIT_OF_MEASURE