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
|
|||
|
|||
combiner component list updation
Dear Friends,
I have attached a model in which combiner component list has to be updated for each itemtype. From source i am providing 4 itemtypes at various time interval. the combiner component list is given as 5nos. If 12items are provided from source 10items will be combined into a pallet. how the last 2 items can be combined and sent out of the combiner. |
#2
|
||||
|
||||
exact Information please
Hello Manoj,
would you be so kind to provide a small model with your question. I can't find the combiner or its behaviour you mentioned in your post. Thanks! Jörg |
#3
|
|||
|
|||
Hi jorg,
Please find the correct model. The problem is the third half filled pallet going out of combiner248 is not being carried out by transporter. -Manoj. |
#4
|
||||
|
||||
Hello Manoj,
the pallet is moved by the command moveobject by the OnMessage-Trigger of Queue1. That is happening before. But then the tasksequences are already dispatched and it looks like the Taskexecuters transports the pallets. The pallets are already in the temporary staging area (queue) received and the statistic is up to date. They switch back to the taskexecuter at the moment the task "fixed resource load" is executed. Then the taskexecuter transports each of them to the staging area back again. What you see at your third loaded pallet, is the execution of the moveobject command. But there isn't a tasksequence for the taskexecuter to work on. Jörg |
#5
|
||||
|
||||
Hello Manoj,
Where can I find the problem of the two left flowitems in your first or second model? Quote:
|
#6
|
|||
|
|||
Hi Jorg,
Please find the model where second itemtype is supplied from source, 12 flow item are given out. The combiner component list is given 5 so first two sets of full pallet goes out and last two flow items wait for next batch to come. But what is required is that last flowitems should go out of combiner as half filled pallet. how can i dynamically update the combiner component list for each itemtype. |
#7
|
||||
|
||||
Hello Manoj,
the following code changes the target quantity executed in the OnExit-Trigger of a combiner for the next packing. Code:
//Change component list to 2 treenode componentlist = getvarnode(current,"componentlist"); int componentport = 1;// Input from Port 2 int TargetQuantity = 2;// New Component Target Quantity is 2 settablenum(componentlist,componentport,1,TargetQuantity); setvarnum(current,"targetcomponentsum",TargetQuantity); I haven't tested this code at an OnEntry-Trigger. Jörg |
Thread | Thread Starter | Forum | Replies | Last Post |
How can I control fluid library objects with the fluid component names? | brett forbes | Q&A | 3 | 07-25-2013 03:39 PM |
How to control the size of component item in Combiner | syseo | Q&A | 3 | 07-04-2012 12:14 PM |
Dynamic Combiner componentlist updation | shashanktrivedi | Q&A | 3 | 05-29-2011 04:39 AM |
Watch list | Nico Zahn | Q&A | 4 | 09-04-2008 03:27 AM |
Watch List | AlanZhang | Q&A | 1 | 06-16-2008 09:20 AM |