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 |
|
Downloads |
Flexsim Student Forum Forum for discussion for Flexsim Students using the Flexsim Textbook. |
#1
|
||||
|
||||
TaskExecuter Load/Unload
I'm having an issue loading my TaskExecuter to it's full capacity. It is set to load for 30 and it seems like when it stops at each queue it only picks up 2 items. Any help?Final1.fsm
|
#2
|
||||
|
||||
Hi. You should call the TE in order to make it load full capacity of twenty.
Hi. You have two ways the TE to make the full capacity of 20.
You should think 'Maximum 20 capacity' means from one to twenty capacity. It's not always twenty capacity. So it does not wait for until twenty items gather. If you want for the TE to transfer always twenty items, you should call the TE when the queue have twenty items or make the TE be waiting for until twenty items enter the queue. It will be easy for the queue to become to 'perform batching'. |
#4
|
||||
|
||||
I hope the followed articles will help you.
http://www.flexsim.com/community/for...batch+transfer
http://www.flexsim.com/community/for...batch+transfer |
#5
|
||||
|
||||
I think what you are looking for is to create your own tasksequence. The reason why your TE only loads one "item" and travels to another queue is, because standard Flexsim function is, to create a number of tasksequences in order of reached Items. So first Item on station 1 creates the tasksequences to:
1. travel to destination 2. load first item (even if there are more items with same destination) 3. travel to next destination 4. unload item If there are items arriving the startdestination while the first bundle of tasksequences is running, non of the items would be involved;-) They only create the next bundle of tasksequences that will be processed in order of there creation. So to get more control order of tasksequences just give your TE the Tasksequence to travel to first destination. Reached there, you can collect all items you want/ that arrived untill this moment. After collecting all items give the next tasksequence to travel to next station and so on... Should work like a milkrun model.
__________________
Hemmi |
Thread | Thread Starter | Forum | Replies | Last Post |
Moveobject and Unload | shafizad | Q&A | 1 | 05-22-2012 09:11 AM |
LOAD and UNLOAD on Robot | Lydia Franck | Q&A | 10 | 09-15-2010 07:29 AM |
How to transfer a flowitem from a taskexecuter-team to another taskexecuter-team? | Frans Zeng | Q&A | 12 | 05-20-2010 11:23 PM |
Problems with load/ unload tasksequences | Sebastian Hemmann | Q&A | 7 | 11-19-2009 12:58 AM |
TaskExecuter should unload more then one item...How? | TilmanDHL | Tips and Tricks | 1 | 01-28-2009 01:54 AM |