LP modifiche per nuova gestione Campo Dressing in NcMagazione Position

This commit is contained in:
ext_luca.pansa@cms.it
2021-01-08 16:25:50 +01:00
parent a7605d8aec
commit 7abf71cf82
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -5544,7 +5544,8 @@ namespace CMS_CORE_Library.Fanuc
internal static MEMORY_CELL FAMILY_TABLE_INDEX = new MEMORY_CELL(MEMORY_TYPE.Fanuc_D, 17000, 7500);
internal static MEMORY_CELL SHANK_TABLE_INDEX = new MEMORY_CELL(MEMORY_TYPE.Fanuc_D, 24600, 3300);
internal static MEMORY_CELL MAG_POS_TABLE_INDEX = new MEMORY_CELL(MEMORY_TYPE.Fanuc_D, 28000, 1200);
//Hack modifica della dimensione della cella di memoria da 1200 a 1800 (300+600+300+600)
internal static MEMORY_CELL MAG_POS_TABLE_INDEX = new MEMORY_CELL(MEMORY_TYPE.Fanuc_D, 28000, 1800);
//old CMS-Control variables
internal static MEMORY_CELL HEADS_WORKED_TIMES = new MEMORY_CELL(MEMORY_TYPE.Fanuc_D, 3060, 4);
+2
View File
@@ -186,6 +186,8 @@ namespace CMS_CORE_Library.Models
public ushort PositionId { get; set; }
public byte Type { get; set; }
//hack Aggiunta campo ravvivatura
public ushort Dressing { get; set; }
}
// If u need to order properties, u could use the code below