I commenti iniziali si scrivono con MyOutput

This commit is contained in:
andrea.villa
2024-03-01 09:47:26 +01:00
parent 3e45bba873
commit af7d6de48f
2 changed files with 8 additions and 4 deletions
+5 -4
View File
@@ -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')
+3
View File
@@ -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