Removed wear life

This commit is contained in:
luciomaranta
2020-07-02 09:21:49 +02:00
parent 37b4bb10b6
commit e7cc546e49
+2 -2
View File
@@ -100,9 +100,9 @@ namespace CMS_CORE_Library
private static Dictionary<int, string> toolLifeList = new Dictionary<int, string>()
{
{(int)SIEMENS_LIFE_TYPE.NONE, "none"},
{(int)SIEMENS_LIFE_TYPE.TIME, "timeLife"},
{(int)SIEMENS_LIFE_TYPE.TIME, "timeLife"},
{(int)SIEMENS_LIFE_TYPE.COUNT, "countLife"},
{(int)SIEMENS_LIFE_TYPE.WEAR, "wearLife"}
//{(int)SIEMENS_LIFE_TYPE.WEAR, "wearLife"}
};
private static Dictionary<int, string> cmsToolLifeList = new Dictionary<int, string>()