Search found 8 matches

by ASV
Thursday 02 April, 2020 - 16:45
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Re: Create a cycle time of Assembler atom that depends on product

Hi Harry. Thanks a lot. You would not spoil much for the project, as this is a very small part and really not the essential part of our simulation. All though, it is needed in order for us to move on. I will try to implement your latest reply and might get back to you if I have additional questions....
by ASV
Wednesday 01 April, 2020 - 15:50
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Re: Create a cycle time of Assembler atom that depends on product

Hi. Sorry for my stupidness in regards to this, but I don't follow what you mean. Maybe if you could try to implement what you mean in the mod. file I send you. Then I would be very grateful, and hopefully are able to follow your reply! I forgot to mention that the assembly of the products is happen...
by ASV
Wednesday 01 April, 2020 - 15:19
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Re: Create a cycle time of Assembler atom that depends on product

Hi Harry. Thanks! I now get why my model is no good, and that the cycle time is for the complete assembly and not for placing a single product on a container. How would you recommend that I solve my problem then? My goal is to assemble two different products in one container, and that the products h...
by ASV
Wednesday 01 April, 2020 - 14:04
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Re: Create a cycle time of Assembler atom that depends on product

I saw that at had not checked the display contents in the Assembler atom. Sorry about that.

The file is attached. I have switched the location of the codes you provided, as I think I might misunderstood them. Let me know what you think is my problem.

Thanks
by ASV
Wednesday 01 April, 2020 - 13:40
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Re: Create a cycle time of Assembler atom that depends on product

Sorry, the last repost was not finished, and I can't seem to delete it.. Here it is in full length. Hi Harry. That's okay, I'm just glad you offer your service! I have written the following in the "Trigger on exit" for the Soruce atom: Product 1: Label([Element], i) := 1 Product 2: Label([...
by ASV
Wednesday 01 April, 2020 - 13:37
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Re: Create a cycle time of Assembler atom that depends on product

Hi Harry. That's okay, I'm just glad you offer your service! I have written the following in the "Trigger on exit" for the Soruce atom: Product 1: Label([Element], i) := 1 Product 2: Label([Element], i) := 2 The following in the "Trigger on entry channel 2..n" in the Assembler at...
by ASV
Wednesday 01 April, 2020 - 12:29
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Re: Create a cycle time of Assembler atom that depends on product

Thank You Harry! I now understand why I should not use First(c) in the cycle time code and have tried to implement the changes into my simulation model. All though, it does not work. Therefore, just to make sure I have understood your response correctly: What should be written in the following: &quo...
by ASV
Wednesday 01 April, 2020 - 11:29
Forum: Enterprise Dynamics 4DScript
Topic: Create a cycle time of Assembler atom that depends on product
Replies: 14
Views: 28081

Create a cycle time of Assembler atom that depends on product

Hi :) I am using Enterprise Dynamics for my project at the University, and have a problem. I am fairly new to Enterprise Dynamics, so hopefully, someone can help me out. I want to put two different products in a container with the use of an Assembler atom. All though, I would like to make the cycle ...