diff --git a/IOB-WIN/IobFanuc.cs b/IOB-WIN/IobFanuc.cs index aaaff738..84a3f684 100644 --- a/IOB-WIN/IobFanuc.cs +++ b/IOB-WIN/IobFanuc.cs @@ -13,14 +13,6 @@ namespace IOB_WIN { public class IobFanuc : IobGeneric { - /// - /// Contapezzi attuale - /// - protected Int32 contapezzi; - /// - /// Ultima lettura variabile contapezzi da CNC - /// - protected Int32 lastCountCNC; /// /// Area memoria G (copia) /// @@ -650,7 +642,7 @@ namespace IOB_WIN // var di appoggio int cntAddr = 0; object outputVal = new object(); - // verifico se si tratta di lettura parametro... formatp tipo STD.PAR.6711 + // verifico se si tratta di lettura parametro... formato tipo STD.PAR.6711 if (memAddr.StartsWith("PAR.")) { // recupero parametro... diff --git a/IOB-WIN/IobGeneric.cs b/IOB-WIN/IobGeneric.cs index b1779099..063df4b4 100644 --- a/IOB-WIN/IobGeneric.cs +++ b/IOB-WIN/IobGeneric.cs @@ -17,7 +17,15 @@ namespace IOB_WIN public class IobGeneric { #region variabili ed oggetti base - + + /// + /// Contapezzi attuale + /// + protected Int32 contapezzi; + /// + /// Ultima lettura variabile contapezzi da CNC + /// + protected Int32 lastCountCNC; /// /// Abilitazione lettura PrgName ///