- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[FlexSim 25.2.0]
Hi everyone,
Following the advice from my previous post Controlling Item Release Between a Decision Point and Two Conveyor Stations , I managed to correctly control the routing and reservation of items between a Decision Point and two downstream stations.
Now I would like to ask about the best way to dynamically switch between:
- using only 1 station,
- or using both stations.
To do this, I added a model parameter (`num_ST`) with possible values `1` or `2`.
I modified the `On Arrival` logic of the upstream Decision Point so that:
- when the parameter is `1`, only Station1 is considered,
- when the parameter is `2`, both stations are evaluated.
The logic works correctly, but I would like to know whether this approach is considered appropriate or efficient within FlexSim conveyor logic, or if there is a cleaner or more standard way to handle this type of dynamic configuration.
I attached a model with my current proposal.
Any feedback or best practices would be greatly appreciated.
Solved! Go to Solution.