DataBeam :

- piccola miglioria outlog.
This commit is contained in:
Dario Sassi
2020-06-05 07:02:48 +00:00
parent c7c87c6a9a
commit cb7b6d3b1d
+2 -2
View File
@@ -699,7 +699,7 @@ local function AddFeatureMachining( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bN
local sErr = ''
local bNewPhase = false
-- se intestatura ( 1-340-X )
EgtOutLog( ' * Process ' .. tostring( Proc.Id) .. ' *')
EgtOutLog( ' * Process ' .. tostring( Proc.Id) .. ' *', 1)
if Hcut.Identify( Proc) then
-- esecuzione taglio di testa
bOk, sErr = Hcut.Make( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bNeedHCut)
@@ -933,7 +933,7 @@ function BeamExec.ProcessFeatures()
local nDispId = EgtGetPhaseDisposition( nPhase)
EgtSetInfo( nDispId, 'TYPE', EgtIf( nPartId, 'START', 'REST'))
EgtSetInfo( nDispId, 'ORD', nOrd)
EgtOutLog( ' *** Phase=' .. tostring( nPhase) .. ' Raw=' .. tostring( nRawId) .. ' Part=' .. tostring( nPartId), 1 .. ' ***')
EgtOutLog( ' *** Phase=' .. tostring( nPhase) .. ' Raw=' .. tostring( nRawId) .. ' Part=' .. tostring( nPartId) .. ' ***', 1)
-- ingombro del grezzo e sovramateriale di testa
local b3Raw = EgtGetRawPartBBox( nRawId)
local dCurrOvmH = EgtGetInfo( nRawId, 'HOVM', 'd') or 0