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
|
|||
|
|||
difference between offset travel and travel?
Hi, what's the difference between offset travel and travel?
My thought is that travel is on the network while offset travel is not on the network. Am I right? |
#2
|
|||
|
|||
I build a simple MM1 model without a network. I use a TE to transport item. The default code is as follows:
treenode ts = createemptytasksequence(centerobject(current,1),0, 0); inserttask(ts,TASKTYPE_TRAVEL,current,NULL); inserttask(ts,TASKTYPE_FRLOAD,item,current,port); inserttask(ts,TASKTYPE_BREAK,NULL,NULL); inserttask(ts,TASKTYPE_TRAVEL,outobject(current,po rt),NULL); inserttask(ts,TASKTYPE_FRUNLOAD,item,outobject(cur rent,port),opipno(current,port)); dispatchtasksequence(ts); It's good. But if I delete TRAVEL tasks from the code. It still works, I mean the TE still travels. I wonder if in the first case, the travel is travel while in the second case, the travel is offset travel? thanks |
#3
|
||||
|
||||
That's correct. In the second case the travelling is offset travel, which is part of the FRLOAD task.
Martijn |
The Following User Says Thank You to Martijn van Oostenbrugge For This Useful Post: | ||
zhang xin (08-21-2012) |
Thread | Thread Starter | Forum | Replies | Last Post |
Travel Offset Distance | shafizad | Q&A | 2 | 05-23-2012 05:48 AM |
the way of travel to the rack | Nicky Yen | Q&A | 4 | 04-16-2012 04:12 AM |
How to make a FR travel? | dalin cai | User Development | 3 | 10-10-2011 11:52 PM |
Travel Network Question | Courtney Allensworth | Q&A | 11 | 02-21-2011 05:26 PM |
Offset Travel | AlanZhang | Q&A | 16 | 04-18-2008 10:25 AM |