Hi,
I got a simple production line like this:
Source => JobQueue => Queue1 => Processor1 => Queue2 => Processor2 => Queue3 => Processor3 => Queue4 => Processor4 => Queue5 => Processor5 => Sink
And I want to use CONWIP to control the WIP of this production line.
I set two global variables:
- MaxWIP (Experimenter Variable)
- CurrentWIP (Initial = 0)
The JobQueue has an infinite maxcontent and should every job that comes.
The actual production line starts with Queue1 and ends with Processor5. Therefore I set these objects to a group.
Now I don't know exactly how to control the flow from JobQueue to Queue1.Thanks for your help!
Amélie