Page 1 of 1

forward first product

Posted: Monday 26 May, 2014 - 17:34
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

Re: forward first product

Posted: Tuesday 27 May, 2014 - 13:56
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,