- Aggiunto ToolHolder per testa H38

- Sistemati offset carrelli e posizione parcheggio testa 3
This commit is contained in:
andrea.villa
2025-10-29 16:41:44 +01:00
parent 981c03854a
commit 6f4e15d1db
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ H21.1=Standard.nge
H21.1:MILL_NOTIP=MillNoTip.nge
H21.1:SAW_STD=SawH2Std.nge
H21.1:SAW_FLAT=SawH2Flat.nge
H38.1=SawH3Std.nge
H38.1=SpecialH38.nge
[Machinings]
Drilling=1
+7 -9
View File
@@ -1,11 +1,9 @@
-- Descrizione macchina Essetre-PF1250-3T_%Ax by Egalware s.r.l. 2025/10/28
-------------------------------------
-- NOTE VERSIONI SUCCESSIVE IN GIT --
-------------------------------------
-- Descrizione macchina Essetre-PF1250-3T_5Ax by Egalware s.r.l. 2025/10/28
-- Intestazioni
require( 'EmtGenerator')
EgtEnableDebug( true)
EgtEnableDebug( false)
PP_VER = '2.7j1'
PP_NVER = '2.7.10.1'
@@ -108,7 +106,7 @@ ParkLongTc2C1 = -180
ParkLongB1 = 0
MinZ1ToChangeH2 = -1400
MinZ3 = -1550
MaxZ3 = -200
MaxZ3 = -100
MinX3 = 0
MaxX3 = 4000
MinC3 = -181
@@ -116,9 +114,9 @@ MaxC3 = 181
MinB3 = -91
MaxB3 = 91
ParkX3 = 0
ParkZ3 = -200
ParkZ3 = -100
ParkC3 = -90
ParkB3 = -75
ParkB3 = -90
SafeX3RotAxis = 1550
SafeZ3RotAxis = -655
MinX2 = -2760
@@ -927,7 +925,7 @@ EgtMove( EgtGetFirstNameInGroup( Z1Id, 'SOLID'), vtOffset23KW, GDB_RT.GLOB)
EgtMove( EgtGetFirstNameInGroup( Z1Id, 'COLLISION'), vtOffset23KW, GDB_RT.GLOB)
EgtMove( EgtGetFirstNameInGroup( X3Id, 'SOLID'), vtMovB, GDB_RT.GLOB)
EgtMove( EgtGetFirstNameInGroup( X3Id, 'COLLISION'), vtMovB, GDB_RT.GLOB)
local vtMove = Vector3d( 0, ( DeltaTabY - 2450.0), ( DeltaTabZ + 958.0))
local vtMove = Vector3d( 0, ( DeltaTabY - 3050.0), ( DeltaTabZ + 1124.0))
EgtMove( EgtGetFirstNameInGroup( BaseId, 'CONVOYER'..sGeomConvoyer), vtMove, GDB_RT.GLOB)
EgtMove( EgtGetFirstNameInGroup( Y1Id, 'SOLID'), vtMove, GDB_RT.GLOB)
EgtMove( EgtGetFirstNameInGroup( PY1Id, 'SOLID'), vtMove, GDB_RT.GLOB)
Binary file not shown.
Binary file not shown.