From 879c759bf2e9aa9ee92292050bb91cbecaef3da5 Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 6 Jul 2021 20:33:31 +0200 Subject: [PATCH] DataBeam : - in nesting si salva il materiale nel gruppo di lavoro. --- NestProcess.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/NestProcess.lua b/NestProcess.lua index 32f6c6d..600f15d 100644 --- a/NestProcess.lua +++ b/NestProcess.lua @@ -169,6 +169,7 @@ while Raws.Count > 0 and PartsToFill( Parts) > 0 do local MachGroupName = NewMachGroupName() nMachGroup = EgtAddMachGroup( MachGroupName) EgtSetInfo( nMachGroup, "BARLEN", Raws.LenToFill) + EgtSetInfo( nMachGroup, "MATERIAL", NEST.MATERIAL) EgtSetInfo( nMachGroup, "AUTONEST", 1) -- scrivo dati per variabili P di comunicazione con la macchina in gruppo di lavorazione EgtSetInfo( nMachGroup, "PRODID", NEST.PRODID)