- Lettura parametri globali PROJECT e BTL

- Possibilità di leggere più file BTLInfo
- Creata funzione GetPieceGeneralParameters (DA FARE) per aggiornamento parametri su pezzo
This commit is contained in:
andrea.villa
2025-10-03 17:14:10 +02:00
parent a508b4bb94
commit ddbbc894fd
5 changed files with 68 additions and 79 deletions
+3 -2
View File
@@ -163,8 +163,6 @@ end
local function GetDataConfig()
-- recupero utensili dal magazzino
BeamExec.GetToolsFromDB()
-- recupero parametri generali da progetto
BeamExec.GetGeneralParameters()
-- TODO da gestire eventuali errori bloccanti
return true
end
@@ -361,6 +359,9 @@ end
-------------------------------------------------------------------------------------------------------------
if not MyProcessInputData() then return end
-- recupero parametri generali da progetto
BeamExec.GetGeneralParameters()
if not MyProcessBeams() then return end
if not GetDataConfig() then return end