Refresh MTC x mostrare alcuen info decodifica stato...
This commit is contained in:
+6
-10
@@ -238,8 +238,6 @@ namespace IOB_WIN
|
||||
{
|
||||
List<MTConnectDevices.DataItem> dataItems = device.GetDataItems();
|
||||
lgInfo("Inizio STEP 02");
|
||||
//if (verboseLog)
|
||||
//{
|
||||
foreach (var dataItem in dataItems)
|
||||
{
|
||||
string sVal = $"STEP 03 | Category: {dataItem.Category} | Type: {dataItem.Type} | Id: {dataItem.Id} | Name: {dataItem.Name}";
|
||||
@@ -282,7 +280,6 @@ namespace IOB_WIN
|
||||
}
|
||||
hasReadItems = true;
|
||||
lgInfo($"STEP 05: memorizzati {dataItemMem.Count} oggetti in memoria");
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1041,14 +1038,13 @@ namespace IOB_WIN
|
||||
{
|
||||
// se ho run mode != auto --> manual
|
||||
B_input += (1 << 4);
|
||||
// loggo cosa sia curr run!
|
||||
if (utils.CRB("verbose"))
|
||||
{
|
||||
lgInfo($"Indicato manuale | currRun = {currRun}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// solo ogni 5 secondi
|
||||
DateTime adesso = DateTime.Now;
|
||||
if ((adesso.Second % 5) == 0)
|
||||
{
|
||||
lgInfo($"Stato variabili: currRun: {currRun} | currExe: {currExe} | currUnOpStatus: {currUnOpStatus}");
|
||||
}
|
||||
#if false
|
||||
|
||||
// process ODL e contapezzi
|
||||
|
||||
Vendored
+1
-1
@@ -16,7 +16,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=565']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=566']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '2.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '2.6.${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