DataBeam :
- in BatchProcess in ImportBtl aggiunto flag per gestire parametri utente Q.
This commit is contained in:
+3
-2
@@ -1,4 +1,4 @@
|
||||
-- BatchProcess.lua by Egaltech s.r.l. 2019/10/07
|
||||
-- BatchProcess.lua by Egaltech s.r.l. 2019/10/09
|
||||
-- Gestione calcolo batch disposizione e lavorazioni per Travi
|
||||
-- 2019/07/11 Aggiunta gestione stato rotazione di feature per TS3.
|
||||
-- 2019/07/16 Aggiunta gestione modalità oltre 10 per impostazione macchina e uscita.
|
||||
@@ -7,6 +7,7 @@
|
||||
-- 2019/08/29 Aggiunta possibilità di processare file NGE.
|
||||
-- 2019/10/04 Migliorato log dei parametri ricevuti.
|
||||
-- 2019/10/07 Aggiunta gestione Flag 4 = Check+Generate.
|
||||
-- 2019/10/09 In ImportBtl aggiunto flag per usare UserAttr.
|
||||
|
||||
-- Intestazioni
|
||||
require( 'EgtBase')
|
||||
@@ -135,7 +136,7 @@ local bBtl = ( string.upper( sExt or '') ~= '.NGE')
|
||||
-- Se Btl, lo importo
|
||||
if bBtl then
|
||||
EgtNewFile()
|
||||
if not EgtImportBtl( BEAM.FILE, EIB_FL.TS3_POS) then
|
||||
if not EgtImportBtl( BEAM.FILE, EIB_FL.TS3_POS + EIB_FL.USEUATTR) then
|
||||
BEAM.ERR = 13
|
||||
BEAM.MSG = 'Error importing BTL file : ' .. BEAM.FILE
|
||||
WriteErrToLogFile( BEAM.ERR, BEAM.MSG)
|
||||
|
||||
Reference in New Issue
Block a user