eliminati commenti...

This commit is contained in:
Samuele E. Locatelli
2017-04-07 10:51:56 +02:00
parent b1185d871f
commit e114d0a7d5
+1 -19
View File
@@ -328,10 +328,6 @@ namespace MTC_Adapter
string status = "";
string pathExeMode = "";
string pathRunMode = "";
#if false
int progAreaSel = 0;
string currProgName = "-";
#endif
string ProgAreaRun = "";
bool isFeedHold = false;
bool isActive = false;
@@ -507,13 +503,6 @@ namespace MTC_Adapter
if (((StFlag8)currByte).HasFlag((StFlag8)Math.Pow(2, bitNum)))
{
ProgAreaRun = "ON";
#if false
// salvo area selezionata!
progAreaSel = numero;
currProgName = vettMemArea[numero - 1].mMemAreaProgName.Value.ToString();
// x sicurezza se fosse vuoto indico numero area
if (currProgName == "") currProgName = string.Format("PRG AREA {0}", progAreaSel);
#endif
}
else
{
@@ -559,14 +548,7 @@ namespace MTC_Adapter
}
}
}
// Eliminata gestione CurrArea e CurrProg (non è vera... sono 0..4)
#if false
// salvo progAreaSel e currProgName...
vettPath[idxPath].mPathCurrArea.Value = progAreaSel;
vettPath[idxPath].mPathCurrProg.Value = currProgName;
#endif
// imposto exe mode alla fine secondo gerarchia stati...
if (isFeedHold)
{