DataBeam :
- sistemata gestione smussi in Cut - non si segnala la mancata lavorazione smussi causa giacitura trave (richiesta A. Sola).
This commit is contained in:
+2
-5
@@ -27,9 +27,6 @@ EgtEnableDebug( false)
|
||||
--BEAM.MACHINE = 'FAST'
|
||||
--BEAM.FLAG = 3
|
||||
|
||||
-- Flag abilitazione controllo collisione
|
||||
local bVerifyCollision = true
|
||||
|
||||
-- Log dati in input
|
||||
local sFlag = ''
|
||||
if BEAM.FLAG == 0 then
|
||||
@@ -418,8 +415,8 @@ else
|
||||
EgtSetCurrMachGroup( EgtGetLastMachGroup())
|
||||
end
|
||||
|
||||
-- *** Eseguo simulazione in cieco *** ( se richiesta verifica)
|
||||
if ( BEAM.FLAG == 3 or BEAM.FLAG == 4) and bVerifyCollision then
|
||||
-- *** Eseguo simulazione in cieco ***
|
||||
if ( BEAM.FLAG == 3 or BEAM.FLAG == 4) then
|
||||
local bSimOk, nErr, sErr = EgtSimulate()
|
||||
if not bSimOk then
|
||||
if nErr == MCH_SHE.INIT then
|
||||
|
||||
Reference in New Issue
Block a user