- in BatchProcessNew correzione

- in STR0002 aggiunta OpenMinSafe
This commit is contained in:
luca.mazzoleni
2025-05-22 18:58:04 +02:00
parent cff6dbcd7b
commit bbd5c67f65
3 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ EgtAddToPackagePath( BEAM.BASEDIR .. '\\StrategyLibs\\?.lua')
-- Verifico che la macchina corrente sia abilitata per la lavorazione delle Travi e carico log txt
local sMachine = BEAM.MACHINE
local sTxtLogFile
if ( BEAM.FLAG ~= 6) and ( BEAM.FLAG ~= 7) then
if ( BEAM.FLAG ~= 6) and ( BEAM.FLAG ~= 9) then
EgtResetCurrMachGroup()
if not EgtSetCurrMachine( sMachine) then
BEAM.ERR = 11
@@ -24,7 +24,7 @@ if ( BEAM.FLAG ~= 6) and ( BEAM.FLAG ~= 7) then
return
end
end
if BEAM.FLAG ~= 7 then
if BEAM.FLAG ~= 9 then
sTxtLogFile = EgtChangePathExtension( BEAM.FILE, '.txt')
end
local sMachDir = EgtGetCurrMachineDir()