Hi!
I have already tried searching for similar posts and topics, which I suspect there are, however I do not know if I am searching by the right terms, so here I go:
I am trying to simulate a production-flow which is more complicated than anything I have simulated so far. The challenge is that the simulation model is supposed to represent a production facility which is based on make-to-order where many items are "project-specific".
What this means is that some components are not project-specific - I just need an 'axle of type B', while other components are project-specific which means that the three components which mounts together to make a propeller has specific IDs, I can't just mount together any component C, D and E, it needs to be component C, D and E with matching IDs. So far I have figured out that to be able to do this I first need to have a SEPARATOR to separate a "product" to these 3 components, to be able to mount them together later on in the simulation.
BUT how do I make sure that every component runs through the correct machines and ends up on the correct project? Is it possible to put some logic on the component to tell it where to go? Or should it be done through assigning labels and making the machines in the simulation send it by the right output-port based on labels? I suspect there are some issues I don't see with the last suggestion, yet.
So I am looking for general thoughts and comments about how to accomplish this, but concrete tips would also be greatly appreciated. And if more information is needed to make a good answer, please tell me, and I will elaborate more.
In advance, thanks!