LP modifiche per nuova gestione Campo Dressing in NcMagazione Position
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user