From 08016494e077722fb56bacc4736381183da9abea Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 1 Apr 2025 10:03:29 +0200 Subject: [PATCH] Allineamento con common ver. 2.7d1 --- Common_PF1250.TPA.mlpe | 2 ++ Essetre-PF1500MAXrl-3T.mlde | 4 ++-- UpdateLog.txt | 3 +++ Version.lua | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Common_PF1250.TPA.mlpe b/Common_PF1250.TPA.mlpe index da17d06..267abd3 100644 --- a/Common_PF1250.TPA.mlpe +++ b/Common_PF1250.TPA.mlpe @@ -51,6 +51,7 @@ function OnProgramStart() end MyOutput( sPrefixCommentLine..'('.. CSP_INFO..')') MyOutput( sPrefixCommentLine..'('.. MACHINE_INFO..')') + MyOutput( '(HEADER)') -- Se modalità test, aggiungo linee per muovere tappeto e alzare la testa (in automatico viene fatto dal main residente) if TEST_USE then @@ -102,6 +103,7 @@ function OnProgramEnd() EMT.FALL = nil EMT.RELOAD = nil EMT.RELOAD2 = nil + MyOutput( '(FOOTER)') -- Termino il programma MyOutput( 'M202') MyOutput( 'M02') diff --git a/Essetre-PF1500MAXrl-3T.mlde b/Essetre-PF1500MAXrl-3T.mlde index f22d525..c075855 100644 --- a/Essetre-PF1500MAXrl-3T.mlde +++ b/Essetre-PF1500MAXrl-3T.mlde @@ -5,8 +5,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7c1' -PP_NVER = '2.7.3.1' +PP_VER = '2.7d1' +PP_NVER = '2.7.4.1' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-PF1500MAXrl-3T' diff --git a/UpdateLog.txt b/UpdateLog.txt index e0f02e6..24659be 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.7d1 (01/04/2025) +- (GEN) Aggiunta commenti HEADER e FOOTER per comunicazione con linea o altre macchine, da parte di Essetre. + Versione 2.7b5 (26/02/2025) - (MLDE-GEN) Gestione lettura feed massima pinze da Ts3. diff --git a/Version.lua b/Version.lua index ae19967..53bd3e4 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '2.7b5', -- versione script + VERSION = '2.7d1', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }