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
|
|||
|
|||
Question on OnMessage Trigger
Hi,
I would like to ask about the OnMessage Trigger. If a queue already have some flowitems inside, which these flowitems are not released (i.e. the label mismatch the pull requirement of next object), then after some other process, the queue's OnMessage Trigger start and changed the labels of the flowitems which allow them to go out. But seems the flowitems cannot be released. Is it coz the pull requirment will only be checked when the flowitems just enter the previous object? Thanks. Kelvin |
#2
|
|||
|
|||
Kelvin,
If you open the output of the queue this can retrigger the all the downstream pull requirements to search all the items. When a single item is released in the queue, usually only the lastreleased flowitem is reconsidered by the pullrequirement code. If you want all the flowitems to be reconsidered then you need to check the Reevaluate PullRequirement flag (variable pullcontinuous) below the pull requirement triggers. Last edited by Jason Lightfoot; 01-26-2010 at 03:04 AM. |
#3
|
||||
|
||||
__________________
kind regards Nico. |
Thread | Thread Starter | Forum | Replies | Last Post |
one question about custom draw code trigger | LINWEIXU | Q&A | 5 | 08-03-2009 11:21 PM |
Is there a time dependent trigger? | Matthias Hofmann | Q&A | 3 | 08-25-2008 05:50 AM |
On Message Trigger | Anthony Timmiss | Q&A | 19 | 08-13-2008 08:20 AM |
return 1 in entry trigger? | qin tian | Q&A | 1 | 05-07-2008 04:05 PM |
Entry trigger | mallik | Q&A | 4 | 01-25-2008 07:18 AM |