ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
Two trays sorter
Hi, everyone,
|
#2
|
||||
|
||||
Hello Sung,
I try to explain another approach, which won't use the conveyor as an material flow object at all. The conveyor is just an object to move the carriages for the double trays. The carriage could be an pallet, which holds two totes. If you change the sizes of the pallet and the totes, the pallet looks like the picture you have linked in your post. You can build such a carriage in a combiner. If you send the pallet with its two totes to a endless conveyor system, the carriage move on the conveyors never leaving them. To load and unload you can place photoeyes on the conveyors and write a logic which moves items to the totes or from them away. But beware of the functionality of the photoeye. The cover and uncover-triggers fires twice. If you test for the covermode, you can execute your logic only on a single state change, e.g. YellowToRed (OnCover). In loading action you have to be sure, that you have an item to move to one tote. In opposite to this you must check your totes if you want to empty one tote. Further you have to build a system which stores the statistics of your sorter. Jörg |
The Following 6 Users Say Thank You to Jörg Vogel For This Useful Post: | ||
Tom David (11-28-2014) |
#3
|
|||
|
|||
Jorg,
Thank you very much for your suggestion and the template model!! It is a great help for me to get an idea of building two tray sorter! (Two thumbs up!!) |