From 44c99bb9c05be0cdeb3ef431ca1bfe52a7c19e8e Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 19 Jun 2025 16:51:11 +0200 Subject: [PATCH] Allineamento con common ver. 2.7f2 --- Common_FAST.NUM.mlpe | 4 ++-- Common_FAST.NUM_PLUS.mlpe | 4 ++-- Common_FAST.TPA.mlpe | 4 ++-- Essetre-FAST.mlde | 4 ++-- UpdateLog.txt | 3 +++ Version.lua | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Common_FAST.NUM.mlpe b/Common_FAST.NUM.mlpe index 5ba398a..b317cc7 100644 --- a/Common_FAST.NUM.mlpe +++ b/Common_FAST.NUM.mlpe @@ -252,9 +252,9 @@ function OnDispositionEnd() EmtOutput( sOut) -- altrimenti recupero rimanenza else - EmtOutput( 'G112 EC1'..' Y'..EmtLenToString( LoadT, 3).. ' EY'..EmtLenToString( EMT.YPOS, 3)..' EV'..EmtLenToString( ParkV, 3) ..' EF'..GetFmaxClamp()) + EmtOutput( 'G112 EC1'..' Y'..EmtLenToString( EMT.TPOS, 3).. ' EY'..EmtLenToString( EMT.YPOS, 3)..' EV'..EmtLenToString( ParkV, 3) ..' EF'..GetFmaxClamp()) -- aggiorno dati aggancio carrelli alla trave - EMT.YDELTA = EMT.YPOS - LoadT + EMT.YDELTA = EMT.YPOS - EMT.TPOS EMT.VDELTA = nil end -- eventuale preparazione per rotazione immediata diff --git a/Common_FAST.NUM_PLUS.mlpe b/Common_FAST.NUM_PLUS.mlpe index 00cc076..b5fe644 100644 --- a/Common_FAST.NUM_PLUS.mlpe +++ b/Common_FAST.NUM_PLUS.mlpe @@ -271,9 +271,9 @@ function OnDispositionEnd() EmtOutput( sOut) -- altrimenti recupero rimanenza else - EmtOutput( 'G112 EC1'..' Y'..EmtLenToString( LoadT, 3).. ' EY'..EmtLenToString( EMT.YPOS, 3)..' EV'..EmtLenToString( ParkV, 3) ..' EF'..GetFmaxClamp()) + EmtOutput( 'G112 EC1'..' Y'..EmtLenToString( EMT.TPOS, 3).. ' EY'..EmtLenToString( EMT.YPOS, 3)..' EV'..EmtLenToString( ParkV, 3) ..' EF'..GetFmaxClamp()) -- aggiorno dati aggancio carrelli alla trave - EMT.YDELTA = EMT.YPOS - LoadT + EMT.YDELTA = EMT.YPOS - EMT.TPOS EMT.VDELTA = nil end -- eventuale preparazione per rotazione immediata diff --git a/Common_FAST.TPA.mlpe b/Common_FAST.TPA.mlpe index 1e54dbb..41b1a42 100644 --- a/Common_FAST.TPA.mlpe +++ b/Common_FAST.TPA.mlpe @@ -273,9 +273,9 @@ function OnDispositionEnd() ' P4=' .. EmtLenToString( HOverM, 2) .. ' P5=' .. tostring( nLoad90) .. ' P6=' .. EmtLenToString( EgtIf( IdTrave >= 0, LTrave, LBarra), 2) .. ' P7=' .. EgtNumToString( TempAccPinze, 2) .. ' P8=' .. EgtNumToString( TempAccPinz2, 2) .. ' P9=' .. EgtNumToString( TempAccPinz1, 2) EmtOutput( sOut) - EmtOutput( 'M112'..' P1='..EmtLenToString( LoadT, 3).. ' P5=1 P6='..EmtLenToString( EMT.YPOS, 3)..' P7='..EmtLenToString( ParkV, 3) ..' P9='..GetFmaxClamp()) + EmtOutput( 'M112'..' P1='..EmtLenToString( EMT.TPOS, 3).. ' P5=1 P6='..EmtLenToString( EMT.YPOS, 3)..' P7='..EmtLenToString( ParkV, 3) ..' P9='..GetFmaxClamp()) -- aggiorno dati aggancio carrelli alla trave - EMT.YDELTA = EMT.YPOS - LoadT + EMT.YDELTA = EMT.YPOS - EMT.TPOS EMT.VDELTA = nil end -- eventuale preparazione per rotazione immediata diff --git a/Essetre-FAST.mlde b/Essetre-FAST.mlde index 239a1ad..747cddd 100644 --- a/Essetre-FAST.mlde +++ b/Essetre-FAST.mlde @@ -24,8 +24,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7f1' -PP_NVER = '2.7.6.1' +PP_VER = '2.7f2' +PP_NVER = '2.7.6.2' MIN_MACH_VER = '2.5k1' MACH_NAME = string.match( EgtGetCurrMachineDir(), "[^\\]+$") -- si ricava il nome della macchina dal direttorio diff --git a/UpdateLog.txt b/UpdateLog.txt index 86f3073..e5385b5 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_FAST Update Log ==== +Versione 2.7f2 (19/06/2025) +- (GEN) Se in separazione il pezzo è andato più lontano della posizione standard, viene riletta. Ticket#2498 + Versione 2.7f1 (18/06/2025) - (SIM-GEN) Se utensile più lungo di 350mm, si va in posizione sicurezza come per la motosega. Ticket#2438 diff --git a/Version.lua b/Version.lua index ea145e9..c008865 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_FAST', -- nome script PP standard - VERSION = '2.7f1', -- versione script + VERSION = '2.7f2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }