Include :
- aggiornamento costanti per parametri utensili (aggiunte TPA_DIST e TPA_STEMDIAM).
This commit is contained in:
+7
-2
@@ -1,7 +1,7 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2015-2018
|
||||
// EgalTech 2015-2021
|
||||
//----------------------------------------------------------------------------
|
||||
// File : EmkToolConst.h Data : 20.09.18 Versione : 1.9i3
|
||||
// File : EmkToolConst.h Data : 05.04.21 Versione : 2.3c2
|
||||
// Contenuto : Costanti degli utensili.
|
||||
//
|
||||
//
|
||||
@@ -9,6 +9,7 @@
|
||||
// Modifiche : 16.09.15 DS Creazione modulo.
|
||||
// 03.02.17 DS Agg. chisel.
|
||||
// 20.09.18 DS Agg. costanti per ToolHolder
|
||||
// 05.04.21 DS Agg. TPA_LEN2 e TPA_STEMDIAM.
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
@@ -85,6 +86,8 @@ enum TpaType { TPA_NONE = 0,
|
||||
TPA_THICK = ( TPA_DOU + 15),
|
||||
TPA_MAXABSORPTION = ( TPA_DOU + 16),
|
||||
TPA_MINFEED = ( TPA_DOU + 17),
|
||||
TPA_DIST = ( TPA_DOU + 18),
|
||||
TPA_STEMDIAM = ( TPA_DOU + 19),
|
||||
TPA_DRAW = ( TPA_STR + 0),
|
||||
TPA_HEAD = ( TPA_STR + 1),
|
||||
TPA_NAME = ( TPA_STR + 2),
|
||||
@@ -106,6 +109,8 @@ const int TD_CUSTOMDRAW_ERR = 997 ;
|
||||
const std::string TSI_THLEN = "THH" ; // lunghezza portautensile da naso mandrino
|
||||
const std::string TSI_THDIAM = "THD" ; // diametro massimo portautensile
|
||||
const std::string TSI_ACTIVE = "ACTIVE" ; // flag di utensile attivo
|
||||
const std::string TSI_DIST = "DIST" ; // distanza per sega a catena
|
||||
const std::string TSI_STEM_DIAM = "D_STEM" ; // diametro effettivo del gambo utensile
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Costanti per info in portautensili
|
||||
|
||||
Reference in New Issue
Block a user