Search found 21 matches

by WUR
Thursday 25 July, 2013 - 11:39
Forum: Enterprise Dynamics 4DScript
Topic: Error in Server after Assembler
Replies: 3
Views: 4667

Re: Error in Server after Assembler

Thanks a lot! It works :) I also add an Unpacker to split the products from each other. Now I have only one question left, about experimentation. I want from the atoms: food loss before retail, food loss at retail and sold products the average value of the label representing the quality of all produ...
by WUR
Wednesday 24 July, 2013 - 19:08
Forum: Enterprise Dynamics 4DScript
Topic: Error in Server after Assembler
Replies: 3
Views: 4667

Error in Server after Assembler

Dear ED Community, My model is working quit well, only at the end there is a strange error. I ask ED in a server after an assembler to put all the product with Label([visual quality at retail], i) < 6.0 to Channel 1, otherwise Channel 2. But it seems that ED puts everything in the Queue at Channel 1...
by WUR
Tuesday 16 July, 2013 - 18:47
Forum: Enterprise Dynamics 4DScript
Topic: Longer cycle time
Replies: 13
Views: 10835

Re: Longer cycle time

Hi Menno, First of all, thank you for all your anwers and time. I put the model in the attachment with the adjustments. I also entered the 4D scripts for transportation to the retail outlet (right side of the model). However, here transport takes very long, because the the amount of products transpo...
by WUR
Tuesday 16 July, 2013 - 16:36
Forum: Enterprise Dynamics 4DScript
Topic: Longer cycle time
Replies: 13
Views: 10835

Re: Longer cycle time

No, at the order generation at the DC (order generation source atom) with the function:
if(Label([order size DC], i) = content(out(2,c)) <= Parameter(21,1), label([order size DC],i) := Max(0, (Parameter(14,1)) - content(out(2,c))), label([order size DC],i) := 0)
by WUR
Tuesday 16 July, 2013 - 16:01
Forum: Enterprise Dynamics 4DScript
Topic: Longer cycle time
Replies: 13
Views: 10835

Re: Longer cycle time

Thank you very much! I just have one comment. Because now, Batch size is 11, however this should be the same as the order size, because it is varying per day. Now, there are 10 products ordered and 11 delivered. I tried to change 11 in the formula into 'label([order size DC])', but that did not work...
by WUR
Tuesday 16 July, 2013 - 14:33
Forum: Enterprise Dynamics 4DScript
Topic: Longer cycle time
Replies: 13
Views: 10835

Re: Longer cycle time

Thanks Menno for your explanation!

It is clear to me! However, I'm trying to put a label on the first product of a batch, but I am wondering how I should manage this?

Regards,
Wu
by WUR
Tuesday 16 July, 2013 - 12:42
Forum: Enterprise Dynamics 4DScript
Topic: Longer cycle time
Replies: 13
Views: 10835

Re: Longer cycle time

Hi Menno, Thanks for your quick respond! When I run the model the last product enters the server 'Transport to DC' at 19h (at 19.1h all products are in the server), and the first product leaves the server 'Transport to DC' (so enter the queue storage DC) at 22h. While this should be 19h. I've outlin...
by WUR
Tuesday 16 July, 2013 - 11:27
Forum: Enterprise Dynamics 4DScript
Topic: Longer cycle time
Replies: 13
Views: 10835

Re: Longer cycle time

I add my model to this post. I tried to copy a small part, but order sizes etc. are dependent of other atoms. My assembler starts at 12h when the first order arrives This takes 4 hours, which is right when you check it at 16h Then transport should be done at 19h, because mean cycle time is three hou...
by WUR
Monday 15 July, 2013 - 20:07
Forum: Enterprise Dynamics 4DScript
Topic: Longer cycle time
Replies: 13
Views: 10835

Longer cycle time

Hi all, I need your help! I have an assembler with cycle time: Max(0, Normal(mins(Parameter(7,1)), mins(Parameter(17,1)))) Whereas 7,1 = 240 and 17,1 = sqrt (240) The process should be done at 4pm and when I select run until stop time 16.1h (starting at 0.00), the process is done. Then I have a queu...
by WUR
Thursday 11 July, 2013 - 13:30
Forum: Enterprise Dynamics 4DScript
Topic: Pick not completely full orders
Replies: 1
Views: 2885

Pick not completely full orders

Hi all, Does anyone know if there is an option with an assempler that if for example an order is not completed (due to the fact that too less products are produced), the order is still picked for as far as possible and transported further without waiting untill it is completely full? Preferably, the...