Page 1 of 1

Buffer

Posted: Monday 24 February, 2014 - 09:04
by Martin FTESA
Hello Incontrol community

How can I make a buffer whith a start amount of units?
Lets say I want 100 units in my buffer before production start?

Thank you

Martin FTESA

Re: Buffer

Posted: Monday 24 February, 2014 - 09:24
by Nick
Hi Martin,

You can use a Source atom to generate a maximum of 100 products at time 0.
Connect this Source to the buffer.

Regards, Nick

Re: Buffer

Posted: Monday 24 February, 2014 - 09:38
by Martin FTESA
Thank you Nick

But is there no way to simply set the amount directly in the buffer without the source?

Re: Buffer

Posted: Wednesday 26 February, 2014 - 22:35
by Nick
Hi Martin,

Referring to the definition of the Source and Queue atom:

- A Source is one of the fundaments of a simulation model. Atoms of this type generate Product atoms that are being used by other atoms. Products can stand for anything that moves through your organization (e.g. production parts, documents, etc.). The Source generates copies of the Product atom.
- The Queue atom stands for any kind of storage place where atoms are stored until they are allowed to go the next phase in the process.

In other words, the Queue atom itself is not able to produce products.

Regards, Nick

Re: Buffer

Posted: Thursday 27 February, 2014 - 12:53
by Martin FTESA
Thank you Nick