aggiunta conv LUBRO status
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user