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/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 }