Hello,
In my simulation, I send products from a Queue to a Sink as the final step. However, I need to control the release timing based on specific hours.
For example:
- Items should wait in the Queue until 3:00 AM and then be released.
- Any items arriving after 3:00 AM should wait in the Queue again and be released at 2:00 PM instead.
- This cycle should continue throughout the simulation.
How can I implement this logic in FlexSim?
Thank you.