Search code examples
anylogic

use two "schedules" in one "source" block in anylogic


I am modeling a production process for my thesis. in this model I have two products (A & B) that are using same material so I have to inject the common material by schedule1 (Production Plan For Product A) and also schedule B. Is there any way to do this?


Solution

  • You can have two different schedules and two different source blocks all feeding into 1 queue. This will allow you to have two separate arrivals for the separate production plans. See example below

    enter image description here