Altro update x FANUC

This commit is contained in:
Samuele E. Locatelli
2019-04-09 21:19:34 +02:00
parent 377d3e7803
commit 3a4d5276a5
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -954,11 +954,13 @@ namespace IOB_WIN
if (cIobConf.optPar.Count > 0)
{
string newVal = "";
#if false
// controllo SE salvare contapezzo
if (getOptPar("PZCOUNT_MODE") != "")
{
sendOptVal("PZ_COUNT", lastCountCNC);
}
}
#endif
// controllo SE devo gestire contatore pezzi REQUESTED (lanciati)
if (getOptPar("PZREQ_MODE") != "")
{
Vendored
+1 -1
View File
@@ -16,7 +16,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=379']) {
withEnv(['NEXT_BUILD_NUMBER=381']) {
// env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'