aggiunta conv LUBRO status

This commit is contained in:
Samuele E. Locatelli
2019-07-22 17:46:00 +02:00
parent 6862520e94
commit 14abfa2a99
2 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -1446,7 +1446,7 @@ namespace SCMA
// aggiungo su file...
replString = item.BrowseName.Replace("Machine:", "").Replace(":Type", "");
fileOut.WriteLine($"A|I|{newElement.ident}_Status|{replString}:Status");
numRules += 1;
numRules ++;
}
if (item.Value == "LUBRO")
{
@@ -1459,7 +1459,8 @@ namespace SCMA
// aggiungo su file...
replString = item.BrowseName.Replace("Machine:", "").Replace(":Type", "");
fileOut.WriteLine($"A|I|{newElement.ident}_Count|{replString}:Repetitions");
numRules ++;
fileOut.WriteLine($"A|I|{newElement.ident}_Status|{replString}:Status");
numRules +=2;
}
if (item.Value == "VACUUM_PUMP")
{