DataBeam :

- modifiche per TURN.
This commit is contained in:
DarioS
2022-09-26 08:21:23 +02:00
parent 5b334d8fa7
commit bef986e453
5 changed files with 66 additions and 48 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- BeamExec.lua by Egaltech s.r.l. 2022/08/18
-- BeamExec.lua by Egaltech s.r.l. 2022/09/24
-- Libreria esecuzione lavorazioni per Travi
-- 2019/07/11 Aggiunta gestione stato rotazione di feature per TS3.
-- 2019/09/04 Corretto controllo feature di testa e coda con sovramateriale di testa elevato.
@@ -1256,7 +1256,7 @@ local function AddFeatureMachining( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bN
EgtOutLog( sErr)
bOk = false
end
return bOk, sErr, nNewPhase
return bOk, sErr, ( nNewPhase or -1)
end
-------------------------------------------------------------------------------------------------------------