Compare commits
2 Commits
3.1g3
...
3.1g3_DEV1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9724d936f3 | |||
| 639ea41eff |
+3
-2
@@ -1290,8 +1290,9 @@ function SpecApplyPath( bPreSplit, bSplitting, bPreCut, bCutting, bUnload, bPreR
|
||||
if IsStartPhase( EMC.PHASE) and #vCmd > 0 and IsFirstMachiningOfStart( EMC.MCHID) and
|
||||
not bPreSplit and not bSplitting and not bPreCut and not bCutting then
|
||||
local dLastTPos, dLastY1Delta = GetLastTPos( vCmd)
|
||||
-- se testa oltre lo zero
|
||||
if dLastTPos and dLastTPos < 0 then
|
||||
-- TODO : individuare condizione più corretta nella quale arretrare la testa della trave
|
||||
-- se testa oltre lo zero e entro le corse assi con 5 mm di sicurezza
|
||||
if dLastTPos and dLastTPos < 0 and ParkV1 + dLastY1Delta < MaxY1 - 5 then
|
||||
-- si sposta testa in posizione carico
|
||||
table.insert( vCmd, { 24, 'T', ParkV1, 'Y1', ParkV1 + dLastY1Delta})
|
||||
end
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
require( 'EmtGenerator')
|
||||
EgtEnableDebug( false)
|
||||
|
||||
PP_VER = '3.1g3'
|
||||
PP_VER = '3.1g3_DEV1'
|
||||
PP_NVER = '3.1.7.3'
|
||||
MIN_MACH_VER = '3.1f4'
|
||||
MACH_NAME = EgtGetCurrMachineName()
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
==== Common_ONE-PF Update Log ====
|
||||
|
||||
Versione 3.1-- (--/--/2026)
|
||||
- (SIM-GEN) Arretra trave al parcheggio rulli dopo Unload solo se il pinzaggio consente il movimento completo. Altrimenti non fa nulla. Ticket#3102
|
||||
|
||||
Versione 3.1g3 (24/07/2026)
|
||||
- (SIM) Non si legge il nome utensile da tabella EMT, ma si utilizza quello corrente salvato in precedenza
|
||||
- (SIM) Corretta gestione scarico motosega in caso di cambio pinze dopo che utensile già caricato. In generazione era corretto perchè selezione utensile avviene già dopo posizionamento carrelli
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
local InfoCommon_STD_PP = {
|
||||
NAME = 'Common_ONE-PF', -- nome script PP standard
|
||||
VERSION = '3.1g3', -- versione script
|
||||
VERSION = '3.1--', -- versione script
|
||||
MIN_MACH_VER_PP_COMMON = '3.1f1' -- versione minima kernel
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user