cambio indice...
This commit is contained in:
+2
-2
@@ -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
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user