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
|
|||
|
|||
Preempt Definition
Hi,
As far as i understand preempt definition, it is basically to acquire task before anyother operator takes it. Preempt - 0 means hence no preempting Preempt -1 means it will try to acquire new task but not abort current task Preempt -2 means it will acquire task at the cost of aborting current task Preempt -3 says Preempt and Abort all, this definition is not clear to me, what is meant by all. Kindly advise. Regards Shashank Trivedi |
#2
|
||||
|
||||
I don't know if 3 has ever really been used, but it means he will preempt his current task sequence, and abort all task sequences currently in his task sequence queue.
|
The Following User Says Thank You to Anthony Johnson For This Useful Post: | ||
shashanktrivedi (06-09-2011) |
#3
|
||||
|
||||
In addition to Anthony's answer
This is not exactly the right definition, it is the other way around, you force an taskexecuter to quit it's current task in favor of the new task. |
The Following 4 Users Say Thank You to Steven Hamoen For This Useful Post: | ||
shashanktrivedi (06-15-2011) |
#4
|
|||
|
|||
I thought since this thread is titled Preempt Definition we should have a model to show the concept.
The model also demonstrates that you can get a TE to pass the job that was interrupted to another TE by connecting the "backup" TE to its output port. In other words, preemption will cause a TE to become a dispatcher of its current task sequence. Note that when using a dispatcher you need to make sure that it will pass the preempting task sequence through to a resource that is already busy (not available). |
The Following User Says Thank You to Kris Geisberger For This Useful Post: | ||
shashanktrivedi (06-15-2011) |
Tags |
preempt |
Thread | Thread Starter | Forum | Replies | Last Post |
Tasksequences: BREAK, CALLSUBTASKS, or PREEMPT? | Stefan Trabut | Q&A | 7 | 04-10-2011 12:57 PM |
how to set preempt by label? | Vic Li | Q&A | 4 | 10-19-2008 01:51 AM |