From 5686f3f7e07274dd4d48d120e2582ee8d52c7726 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 16 Nov 2017 19:02:18 +0100 Subject: [PATCH] appunti x nuova versione... --- IOB-WIN/IobFanuc.cs | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IOB-WIN/IobFanuc.cs b/IOB-WIN/IobFanuc.cs index 7834b6c6..acab6a16 100644 --- a/IOB-WIN/IobFanuc.cs +++ b/IOB-WIN/IobFanuc.cs @@ -501,7 +501,7 @@ namespace IOB_WIN FanucMemRW(R, FANUC.MemType.G, memIndex, ref MemBlock); if (utils.CRB("recTime")) TimingData.addResult(string.Format("R{0}-G", MemBlock.Length), DateTime.Now.Subtract(inizio).Ticks); - // SALVO! G12 e G30... + // SALVO! G12 e G30... SEMBRANO PROPRIO G12 e G30 (31 byte... o meno?) ma il secondo legge 100 =100%, il primo 155 = 155 (non %) anche sul test focas (che perĂ² parla di rapid override...) string allG = ""; for (int i = 0; i < MemBlock.Length; i++) { diff --git a/Jenkinsfile b/Jenkinsfile index 2e909a7a..11c97708 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=181']) { + withEnv(['NEXT_BUILD_NUMBER=182']) { // 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'