Search found 28 matches

by EvelineHermans
Friday 31 July, 2015 - 16:26
Forum: Enterprise Dynamics 4DScript
Topic: Regular transporter 'Send to' code
Replies: 7
Views: 6149

Re: Regular transporter 'Send to' code

Thanks a lot!! A short question that continues on the one above.. I encounter "the problem" again when I use a flow (a flow that is not 0, but let's say 40) for the reservoir. Is there a way to check the content of the reservoir at every product that exits in these reservoirs (i.e. check t...
by EvelineHermans
Friday 31 July, 2015 - 16:08
Forum: Enterprise Dynamics 4DScript
Topic: Produce two different products with assembler
Replies: 2
Views: 3768

Re: Produce two different products with assembler

Thanks! However it took me some time it worked out and I also learned a lot :D
by EvelineHermans
Thursday 30 July, 2015 - 14:32
Forum: Enterprise Dynamics 4DScript
Topic: Regular transporter 'Send to' code
Replies: 7
Views: 6149

Re: Regular transporter 'Send to' code

Yes.. I attached a simplified model where the problem occurs. The problem seems to occur after 1 product left the assembler. The transporter then cannot unload at server6, since reservoir9 is still full, but reservoir7 is too empty to let the process continue. Thanks! Eveline Transporter_unload_prob...
by EvelineHermans
Thursday 30 July, 2015 - 13:49
Forum: Enterprise Dynamics 4DScript
Topic: Produce two different products with assembler
Replies: 2
Views: 3768

Produce two different products with assembler

Hi, Can anyone tell me what I am doing wrong in the following model? I want to produce either Blue or Green products. All products need a cap which is either blue or green (shown using the blue or black operator-icon ). If a blue icon/operator/cap enters the assembler I want to open channel 4 and cl...
by EvelineHermans
Wednesday 29 July, 2015 - 16:34
Forum: Enterprise Dynamics 4DScript
Topic: Regular transporter 'Send to' code
Replies: 7
Views: 6149

Regular transporter 'Send to' code

Hello, I observe a problem with a regular transporter (not an advanced). The transporter can pick up 3 different products to transport them to 3 different reservoirs: - Product 1 goes to reservoir 1 (ch.1) - Product 2 to reservoir 2 (ch.2) - Product 3 to reservoir 3 (ch.3) If the level in one of the...
by EvelineHermans
Wednesday 29 July, 2015 - 09:55
Forum: Enterprise Dynamics Atoms
Topic: Block action by "If", "Then"?
Replies: 5
Views: 5224

Re: Block action by "If", "Then"?

Hi Harry, Thanks a lot. I attached my model now. What I would like to do is: *BLOCK connections [reservoir 1-6 to Assembler] if Voorraad1 has 10 products (in stock). If this number decreases, the production can start again, till 10 products are in stock again. *BLOCK connections [reservoir 1-6 to As...
by EvelineHermans
Tuesday 28 July, 2015 - 16:09
Forum: Enterprise Dynamics Atoms
Topic: Block action by "If", "Then"?
Replies: 5
Views: 5224

Re: Block action by "If", "Then"?

Hi Harry, Thanks for your fast reply. Unfortunately, as I am still a noob in ED, I do not fully understand your answer... :? So far I implemented a InitalizeAtom and copied your initalize code, but I'm not sure if I do understand your explaination "use connections between the initialize atom (1...
by EvelineHermans
Tuesday 28 July, 2015 - 13:42
Forum: Enterprise Dynamics Atoms
Topic: Block action by "If", "Then"?
Replies: 5
Views: 5224

Block action by "If", "Then"?

Hello, I'm new here and I have a question, hope you can help me :)! I'm modelling an assembler that needs 6 parts to produce the final product. I would like to set the maximum number of products in stock to 10, but I don't know how. Using a queue would not allow further processes to continue using o...