Allineamento con common ver. 2.7d1
This commit is contained in:
@@ -51,6 +51,7 @@ function OnProgramStart()
|
|||||||
end
|
end
|
||||||
MyOutput( sPrefixCommentLine..'('.. CSP_INFO..')')
|
MyOutput( sPrefixCommentLine..'('.. CSP_INFO..')')
|
||||||
MyOutput( sPrefixCommentLine..'('.. MACHINE_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)
|
-- Se modalità test, aggiungo linee per muovere tappeto e alzare la testa (in automatico viene fatto dal main residente)
|
||||||
if TEST_USE then
|
if TEST_USE then
|
||||||
@@ -102,6 +103,7 @@ function OnProgramEnd()
|
|||||||
EMT.FALL = nil
|
EMT.FALL = nil
|
||||||
EMT.RELOAD = nil
|
EMT.RELOAD = nil
|
||||||
EMT.RELOAD2 = nil
|
EMT.RELOAD2 = nil
|
||||||
|
MyOutput( '(FOOTER)')
|
||||||
-- Termino il programma
|
-- Termino il programma
|
||||||
MyOutput( 'M202')
|
MyOutput( 'M202')
|
||||||
MyOutput( 'M02')
|
MyOutput( 'M02')
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
require( 'EmtGenerator')
|
require( 'EmtGenerator')
|
||||||
EgtEnableDebug( false)
|
EgtEnableDebug( false)
|
||||||
|
|
||||||
PP_VER = '2.7c1'
|
PP_VER = '2.7d1'
|
||||||
PP_NVER = '2.7.3.1'
|
PP_NVER = '2.7.4.1'
|
||||||
MIN_MACH_VER = '2.5k1'
|
MIN_MACH_VER = '2.5k1'
|
||||||
MACH_NAME = 'Essetre-PF1500MAXrl-3T'
|
MACH_NAME = 'Essetre-PF1500MAXrl-3T'
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
==== Common_PF1250 Update Log ====
|
==== 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)
|
Versione 2.7b5 (26/02/2025)
|
||||||
- (MLDE-GEN) Gestione lettura feed massima pinze da Ts3.
|
- (MLDE-GEN) Gestione lettura feed massima pinze da Ts3.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
local InfoCommon_STD_PP = {
|
local InfoCommon_STD_PP = {
|
||||||
NAME = 'Common_PF1250', -- nome script PP standard
|
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
|
MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user