forward first product

All topics specific to modeling questions in Enterprise Dynamics
Post Reply
MichatM
Posts: 8
Joined: Monday 09 December, 2013 - 16:05

forward first product

Post by MichatM »

Hi,

I have a system where there are 4 servers. the first product arrives should be send to the second server through server 1, the second product should stay in the first server. after the cycle time product 1 should be send to the fourth server through server 3 and the second product should go through server 2 and stay in server 3.
now, i have tried it via notify router and condition, via label and moverequest but I keep having troubles with closing/opening the outputs.
Do you have an idea for a possible solution?

Thanks,
Micha
SimonvdW
Posts: 47
Joined: Thursday 06 January, 2011 - 09:52

Re: forward first product

Post by SimonvdW »

You can use the function Mod (Input(c),2) to set a label value. It will result alternately in a 0 or 1 for each entering product. Use the value of this label in the send to statatement of the atom that decides where to go.

Regards,
Post Reply