Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 799b5aead7 | |||
| b9c7989717 |
@@ -568,6 +568,7 @@ function OnMachiningEnd()
|
||||
EmitMoveWaitChars( nMoveType)
|
||||
else
|
||||
EmitMoveWaitChars( nMoveType, EMT.CHY_ON or TEST_USE)
|
||||
EMT.LASTOPEISUNLOAD = true
|
||||
end
|
||||
-- emissione conclusione pezzo precedente (se non in modalità test)
|
||||
if not TEST_USE and EMT.PRODID then
|
||||
@@ -889,11 +890,6 @@ function OnRapid()
|
||||
-- dichiaro che è un movimento standard
|
||||
bStdMachRapid = true
|
||||
else
|
||||
|
||||
MyAdjustLinearAxes()
|
||||
EmtAdjustRotaryAxes()
|
||||
EmtResetPrev()
|
||||
|
||||
if bStdMachRapid then
|
||||
bStdMachRapid = false
|
||||
bStdClimb = true
|
||||
@@ -903,6 +899,11 @@ function OnRapid()
|
||||
if EMT.PLANEACTIVE then
|
||||
EmitResetMachining( false)
|
||||
end
|
||||
|
||||
MyAdjustLinearAxes()
|
||||
EmtAdjustRotaryAxes()
|
||||
EmtResetPrev()
|
||||
|
||||
EmtOutput( '( *** '..EMT.MCHNAME..'/'..EMT.TOOL..' *** )')
|
||||
-- eventuale movimento carrelli
|
||||
for i = 1, #EMT.AUXCMD do
|
||||
@@ -2295,6 +2296,8 @@ function EmitResetMachining( bNextTool)
|
||||
EmtOutput( 'G157 EA1')
|
||||
-- piano non più attivo
|
||||
EMT.PLANEACTIVE = false
|
||||
EMT.REFLOC = nil
|
||||
EMT.IPLGL = false
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
require( 'EmtGenerator')
|
||||
EgtEnableDebug( false)
|
||||
|
||||
PP_VER = '3.1e1_NL5'
|
||||
PP_VER = '3.1e1_NL7'
|
||||
PP_NVER = '3.1.3.2'
|
||||
MIN_MACH_VER = '2.5k1'
|
||||
MACH_NAME = EgtGetCurrMachineName()
|
||||
|
||||
Reference in New Issue
Block a user