As you can see in my attached model, I want to manage the level of my intermediate stock.
I want to refill my intermediate stock with a batch of item when we reach a certain level.
So, the model begin with 50 items into my intermediate stock, and with 100 items into my main stock. (I used some Onreset triggers and Onmessage triggers for this).
Then, how can I ask to the transporter to bring 10 items (in one way) from the main stock to the intermediate stock, only when the intermediate stock contain less than 40 items.
It should be done with some message I think, but I don’t understand how to manage them correctly.
Could you please help me for this ?