Channel problem

All topics specific to modeling questions in Enterprise Dynamics
Post Reply
carnm92
Posts: 7
Joined: Wednesday 21 January, 2015 - 10:33

Channel problem

Post by carnm92 »

Hello,
I have a problem with my Queue atoms. I have set two queue atoms one next to the other, and i would like to send products from the first to the second one only if the second is not full (its capacity is 10 products).
So, if Queue2 is not full yet, Queue1 sends products by channel1 to Queue2. And if Queue2 is full, Queue1 sends products by channel2 to other atom.
How can I do that?
Thanks!
User avatar
HarryBunnik
Posts: 362
Joined: Monday 07 February, 2011 - 11:22

Re: Channel problem

Post by HarryBunnik »

Ha carnm92,

If you select the first source, you can change the SendTo statement. If you select the 2nd option ("An open channel (First channel first): search, starting from the first channel, and send to the first open channel found. ")and the source with capacity 10 is connected to the first exit channel of your source, the 1st source will first start to fill the queue. When the queue is full, it will look for the second channel and send the products there (if that atom is free of course).

Does this help you?

Cheers,

Harry
carnm92
Posts: 7
Joined: Wednesday 21 January, 2015 - 10:33

Re: Channel problem

Post by carnm92 »

Hi Harry!
Thank you so much! That's what I was looking for! How couldn't I see it? haha

Thanks again!
nfm2707
Posts: 2
Joined: Friday 30 January, 2015 - 16:07

Re: Channel Problem

Post by nfm2707 »

Hi,

I think you chose " An open channel (first channel first) " in send to of queue atom.
Post Reply