-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combining picking and replenishment stations into one? #10
Comments
Yeah, I discussed this question with colleagues during my research before. I never looked at it in more detail. My excuse was that surrounding warehouse processes may already be one-directional (conveyors, etc.). However, I think it is an interesting question and certainly something an RMFS can support easily (from the electromechanical perspective :) ). The easiest thing that comes to my mind for RAWSim-O would be to simply write a layout generator that supports stations with a replenishment and order picking point. Basically, an Input-Station right next to an Output-Station. The other option would be to implement something like an |
Thanks for the help and for giving me some direction! I'll look into it and hopefully make a PR :) |
I was wondering if it is possible to combine both the picking and replenishment stations into one?
If not, I would be happy to implement support for that but I would appreciate some guidance :)
Would it be straightforward to do or are all the control algorithms assuming independent stations and would require heavy re-work to enable them to work?
The text was updated successfully, but these errors were encountered: