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
|
|||
|
|||
how to load a item with two or more operators
hi all
sometimes ,if want to move heavy or big thing, we need two or more people to move it together. how to realize this logic in Flexsim? i try it using CTS, but the model don't run correctly! the item change the location between operators,finally only just one op hold the item. i want to those operators hold the item together,and then bring to destination! you have any idea? please give me a hand! thanks! |
#2
|
||||
|
||||
__________________
Hemmi |
#3
|
|||
|
|||
hi ,Setbastian
thanks for your linking .i look into those models. but there is no method can solve my problem. what i want to solve is how to load a item with two or more operators. just like moving a big stone,we needs more than two peole together to lift it . |
#4
|
||||
|
||||
Using a coordinated tasksequences is the correct way so maybe you made a mistake in your sequence. Can you post a small demo model with the tasksequence that you have tried? Then maybe someone can take a look and help you.
|
#5
|
||||
|
||||
Had been sure we had this topic in any other thread before. But can´t find it.
Solution at this time, as far as I remember, had been that you have to solve some different difficultys. 1. You have to go sure, that all involved Operators are available and loading starts even as soon as both are at loading station. 2. One Item can´t be on two Operators same time. So only one will do the real transport, the otherone will only walk. You will need Tasksequences anyway. 3. It seems to be very difficult to beware the Operators walking to exactly same position. Because in Flexsim, in opposit to reality, it is possible that more than one Operator can be at one point. This maybe can be solved by using different Networks for every Operator.
__________________
Hemmi |
#6
|
||||
|
||||
Ok, found searched Thread:
http://www.flexsim.com/community/for...ead.php?t=1616 But had been yours. So I think there isn´t a working solution for this at all.
__________________
Hemmi |
#7
|
|||
|
|||
I post a sample model.
When the model is running,it look like two operators ,at a same time,load a item on conveyor.In fact,operator2 just always keep loding pose. Sebastian said One Item can´t be on two Operators same time.so,is there no metheod to accomplish the logic what i described above? |
#8
|
||||
|
||||
Hi, your model works perfectly. I wouldn't change a thing, it looks good, the movements are good, the time is correct. Why do you want that both operators have a part of the product?
Sebastian is right, an object can only be in 1 object at the time (which is kind of logical isn't it?). So the only thing that I can think of if you really want that both operators have a piece of a product is splitting the product and giving one to each operator, but why you would want to do that is beyond me??? ((much) More work, more chances on programming errors and on execution errors, and no gain (at least that I can think off)) |
#9
|
||||
|
||||
Your model seems to be working correctly, but you are FRLOADing and FRUNLOADing one item twice, which is messing up the internal counts on the objects.
You also have an awfully inefficient message loop on one of your operators. You don't see the hit in this sample model, but if you have that kind of stuff in a real model, you are going to get a massive speed hit. You can write code in the OnLoad and OnUnload to do everything you need to do. Attached is your model with changes made to Operator1's OnReset, OnLoad, and OnUnload to do what you want to do. I also changed the Request Transport From back to Coordinated Task Sequence Example 2, which is exactly what you are trying to do. The example pick option does it correctly. |
The Following 3 Users Say Thank You to Phil BoBo For This Useful Post: | ||
Steven Hamoen (11-03-2011) |
Thread | Thread Starter | Forum | Replies | Last Post |
Why a box disapears after the crane load it on a car ? | Jaouad Boukachour | Container Terminal (CT) Library | 6 | 11-14-2011 07:52 AM |
How to load each car with a box ? | Jaouad Boukachour | Container Terminal (CT) Library | 1 | 10-24-2011 10:09 AM |
each item has it's given location,and item's code correspond to storage location | Robert Liu | Q&A | 3 | 03-28-2011 08:46 PM |
LOAD and UNLOAD on Robot | Lydia Franck | Q&A | 10 | 09-15-2010 07:29 AM |