Page 1 of 1

OpenOutput problem

Posted: Monday 11 January, 2016 - 19:31
by thegame2
My Model looks like this:
PRODUCT-> SOURCE-> QUEUE1-> SERVER1-> QUEUE2-> SERVER2-> SINK.

I set trigger on exit on QUEUE1- CloseOutput(c), and I want open that output every time after 4 products exit SERVER 2.

What should I type in Trigger on exit of SERVER2?

Re: OpenOutput problem

Posted: Wednesday 13 January, 2016 - 00:15
by thegame2
Please help, here is the model.
Thank you :)

Re: OpenOutput problem

Posted: Tuesday 02 February, 2016 - 14:23
by HarryBunnik
Ha thegame2,

You could play here a bit with for instance the Output(c) and the Mod(Output(c), 4) = 0 and only then re-open the queue again. This ensures that 4 products are out of the server.

Gr. Harry