cambio indice...

This commit is contained in:
Samuele E. Locatelli
2017-11-17 17:51:29 +01:00
parent e18dac8d33
commit 86f0a541ab
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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...
Vendored
+1 -1
View File
@@ -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'