log contapezzi + frequente (NON SOLO se cambia)
This commit is contained in:
+3
-2
@@ -456,9 +456,10 @@ namespace IOB_WIN
|
||||
contapezzi++;
|
||||
// salvo in semaforo!
|
||||
B_input += 1 << 2;
|
||||
// registro contapezzi
|
||||
lgInfo(string.Format("Contapezzi FANUC: {0} | Contapezzi interno {1}", lastCountCNC, contapezzi));
|
||||
}
|
||||
// registro contapezzi
|
||||
lgInfo(string.Format("Contapezzi FANUC: {0} | Contapezzi interno {1}", lastCountCNC, contapezzi));
|
||||
|
||||
// 2018.06.26 NON resetto perché si deve resettare da solo da conteggio TC POST cambio ODL...
|
||||
#if false
|
||||
else if (contapezzi > lastCountCNC) // in questo caso resetto
|
||||
|
||||
@@ -566,9 +566,10 @@ namespace IOB_WIN
|
||||
contapezzi++;
|
||||
// salvo in semaforo!
|
||||
B_input += 1 << 2;
|
||||
// registro contapezzi
|
||||
lgInfo(string.Format("Contapezzi SIEMENST-TORRI: {0} | Contapezzi interno {1}", lastCountCNC, contapezzi));
|
||||
}
|
||||
// registro contapezzi
|
||||
lgInfo(string.Format("Contapezzi SIEMENST-TORRI: {0} | Contapezzi interno {1}", lastCountCNC, contapezzi));
|
||||
|
||||
// 2018.06.26 NON resetto perché si deve resettare da solo da conteggio TC POST cambio ODL...
|
||||
#if false
|
||||
else if (contapezzi > lastCountCNC) // in questo caso resetto
|
||||
|
||||
Reference in New Issue
Block a user