Removed wear life
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user