pflexsimnewpractice-identifiers.fsm@Matthew Gillespie @Sam Stubbs
So, I have a main line that has a sub line that is triggered when objects pass through certain processors. My goal is to control the sub line queue from overloading when the main line objects are sent to rejects.
What I am looking for:
1. When a reject is sent from the main line to the main line reject sink, I am looking to trigger the already connected main line source with the same item type that was sent to rejects...
2. Then, I am looking for the sub line to check if there is already the right number of matching objects created in the sub line and create one if one is needed or not create one if there is already one that it can match that it can use.
I am really open to the easiest way this can be done, or open to ideas if you think there would be a better way to control this, without using queue max content.
Thanks!
Here is a link to my previous question:
Here is the model we were using earlier and I would like to use as a mock model: