Meno verboso messaggio errore manca ODL

This commit is contained in:
Samuele E. Locatelli
2018-07-18 14:39:34 +02:00
parent 3ab8111eb0
commit 25d8ad7999
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -481,7 +481,9 @@ namespace IOB_WIN
}
else
{
lgInfo("Attenzione: mancanza ODL non procedo con gestione contapezzi");
lgInfo(string.Format("Attenzione: mancanza ODL non procedo con gestione contapezzi. Contapezzi FANUC: {0} | Contapezzi interno {1}", lastCountCNC, contapezzi));
// resetto timer...
lastPzCountSend = DateTime.Now;
}
}
else // area "normale" byte.bit
+3 -1
View File
@@ -591,7 +591,9 @@ namespace IOB_WIN
}
else
{
lgInfo("Attenzione: mancanza ODL non procedo con gestione contapezzi");
lgInfo(string.Format("Attenzione: mancanza ODL non procedo con gestione contapezzi. Contapezzi SIEMENST-TORRI: {0} | Contapezzi interno {1}", lastCountCNC, contapezzi));
// resetto timer...
lastPzCountSend = DateTime.Now;
}
#if false
Vendored
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=274']) {
withEnv(['NEXT_BUILD_NUMBER=275']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'