From 271cdafc626a0b1bf1dcea6c3390e0db981edb36 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 10 Mar 2025 09:01:38 +0100 Subject: [PATCH 1/2] Aggiunta commenti HEADER e FOOTER per comunicazione con linea o altre macchine, da parte di Essetre. --- Common_PF1250.TPA.mlpe | 2 ++ UpdateLog.txt | 3 +++ Version.lua | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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..cb83bce 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.7-- (--/--/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..b4a74f1 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.7--', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel } From 231c54b8a9c99810c4e40bde472034d32a78158d Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 1 Apr 2025 09:54:43 +0200 Subject: [PATCH 2/2] Commit per versione --- UpdateLog.txt | 2 +- Version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index cb83bce..24659be 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,6 +1,6 @@ ==== Common_PF1250 Update Log ==== -Versione 2.7-- (--/--/2025) +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) diff --git a/Version.lua b/Version.lua index b4a74f1..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.7--', -- versione script + VERSION = '2.7d1', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }