From af7d6de48f59cb8cfd80b0db3e374abdff7ea6ef Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Fri, 1 Mar 2024 09:47:26 +0100 Subject: [PATCH] I commenti iniziali si scrivono con MyOutput --- Common-PF1250.TPA.mlpe | 9 +++++---- UpdateLog.txt | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Common-PF1250.TPA.mlpe b/Common-PF1250.TPA.mlpe index 6ccf2d9..7d81b06 100644 --- a/Common-PF1250.TPA.mlpe +++ b/Common-PF1250.TPA.mlpe @@ -42,12 +42,13 @@ end function OnProgramStart() -- Intestazioni if EMT.INFO then - EmitRemark( EMT.INFO) + MyOutput( '('..EMT.INFO..')') else - EmitRemark( 'Program Start') + MyOutput( '(Program Start)') end - EmitRemark( CSP_INFO) - EmitRemark( MACHINE_INFO) + MyOutput( '('.. CSP_INFO..')') + MyOutput( '('.. MACHINE_INFO..')') + -- Se modalità test, aggiungo linee per muovere tappeto e alzare la testa (in automatico viene fatto dal main residente) if TEST_USE then MyOutput( 'M199') diff --git a/UpdateLog.txt b/UpdateLog.txt index 55f7c7f..ce86108 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.6-- (--/--/----) +- (GEN) I commenti iniziali si scrivono in modo standard, per poterli commentare nella macchina di test + Versione 2.6c1 (29/02/2024) - (SIM) Gestione rimozione VMILL per tagli a cubetti Zig-Zag