eliminati commenti...
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user