From 86f0a541ab41fc3f834d37eeae9af2f8ccfafb86 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 17 Nov 2017 17:51:29 +0100 Subject: [PATCH] cambio indice... --- IOB-WIN/IobFanuc.cs | 4 ++-- Jenkinsfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IOB-WIN/IobFanuc.cs b/IOB-WIN/IobFanuc.cs index 79aa626a..5a2055d8 100644 --- a/IOB-WIN/IobFanuc.cs +++ b/IOB-WIN/IobFanuc.cs @@ -378,8 +378,8 @@ namespace IOB_WIN //byte[] MemBlock = new byte[1]; //FanucMemRW(R, FANUC.MemType.G, memIndex, ref MemBlock); inizio = DateTime.Now; - // leggo tutto da 1 a 43... - int memIndex = 1; + // leggo tutto da 0 a 43... + int memIndex = 0; FanucMemRW(R, FANUC.MemType.G, memIndex, ref MemBlockG); if (utils.CRB("recTime")) TimingData.addResult(string.Format("R{0}-G-AREA", MemBlockG.Length), DateTime.Now.Subtract(inizio).Ticks); // loggo... diff --git a/Jenkinsfile b/Jenkinsfile index 46c96fb9..731898ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=183']) { + withEnv(['NEXT_BUILD_NUMBER=184']) { // env.versionNumber = VersionNumber(versionNumberString : '1.15.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.15.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'