Search found 4 matches

by hililielala
Wednesday 28 November, 2012 - 12:22
Forum: Enterprise Dynamics Atoms
Topic: Composition Container
Replies: 1
Views: 3215

Composition Container

Hello! I have created a sub-model in the Composition Container where the last but one atom is an assembler where the first output should send the products to the model and the second output send the products only to the sink in the sub-model. How can I get the product from the first output in the ma...
by hililielala
Friday 21 September, 2012 - 19:28
Forum: Enterprise Dynamics 4DScript
Topic: Reading the label of an atom into a table cell
Replies: 1
Views: 2388

Reading the label of an atom into a table cell

Hi, I have a Ground Storage (GS) and i want to manipulate the labels of the atom that is storaged into the GS. How can I reference this atom? I've tried: 1) to identify the label of the atom: Aux:=Label([PBob],cell(row,column,AtomByName([Level1],Model))) where Aux is a Global Var and to change the v...
by hililielala
Friday 21 September, 2012 - 18:57
Forum: Enterprise Dynamics 4DScript
Topic: Initialization Problem
Replies: 3
Views: 3383

Re: Initialization Problem

Hi MatthijsJongboer, thank you for your repply. I almost don't have big code. In my Assembler I have in the "Trigger on entry" function do( Column:= Label([NBobV],first(c)), Free:= 0 ) "Trigger on exit" function Free:= 1 "column reference b.o.m." Column where Column and...
by hililielala
Tuesday 18 September, 2012 - 14:26
Forum: Enterprise Dynamics 4DScript
Topic: Initialization Problem
Replies: 3
Views: 3383

Initialization Problem

Hi, We are making a model that uses Assembler and always when we open the ED program we need to open all the Assembler codes. Otherwise, if we don't do that, when we run the program it appears an error message saying:"Assebler20 : A non valid product code has been specified". What should w...